9.1 Relations and Their Properties
p594
Ex: 1-16, 20
Definition 1
Let A and B be sets. A binary relation R from A to B is a subset of A×B.
A×BR={(a,b)∣a∈A∧b∈B}⊆A×B
Example 1
Let A be the set of students in your school, and let B be the set of courses. Let R be the relation that consists of those pairs (a,b), where a is a student enrolled in course b. For instance, if Jason Goodfriend and Deborah Sherman are enrolled in CS518, the pairs (Jason Goodfriend, CS518) and (Deborah Sherman, CS518) belong to R. If Jason Goodfriend is also enrolled in CS510, then the pair (Jason Goodfriend, CS510) is also in R. However, if Deborah Sherman is not enrolled in CS510, then the pair (Deborah Sherman, CS510) is not in R.
Note that if a student is not currently enrolled in any courses there will be no pairs in R that have this student as the first element. Similarly, if a course is not currently being offered there
will be no pairs in R that have this course as their second element.
Example 2
Let A be the set of cities in the U.S.A., and let B be the set of the 50 states in the U.S.A. Define the relation R by specifying that (a,b) belongs to R if a city with name a is in the state b. For instance, (Boulder, Colorado), (Bangor, Maine), (Ann Arbor, Michigan), (Middletown, New Jersey), (Middletown, New York), (Cupertino, California), and (Red Bank, New Jersey) are in R.
Definition 2
A relation on a set A is a relation from A to A.
R⊆A×A=A2
Properties of Relations
- Reflexive
- Symmetric
- Antisymmetric
- Transitive
Definition
A relation R on a set A is called reflexive if (a,a)∈R for every element a∈A.
∀a((a,a)∈R)
EXAMPLE 7
Consider the following relations on {1,2,3,4}:
R1={(1,1),(1,2),(2,1),(2,2),(3,4),(4,1),(4,4)},
R2={(1,1),(1,2),(2,1)},
R3={(1,1),(1,2),(1,4),(2,1),(2,2),(3,3),(4,1),(4,4)},
R4={(2,1),(3,1),(3,2),(4,1),(4,2),(4,3)},
R5={(1,1),(1,2),(1,3),(1,4),(2,2),(2,3),(2,4),(3,3),(3,4),(4,4)},
R6={(3,4)}.
Which of these relations are reflexive?
Solution
The relations R3 and R5 are reflexive because they both contain all pairs of the form (a,a), namely, (1,1), (2,2), (3,3), and (4,4). The other relations are not reflexive because they do not contain all of these ordered pairs. In particular, R1,R2,R4, and R6 are not reflexive because (3,3) is not in any of these relations.
Definition
A relation R on a set A is called symmetric if (b,a)∈R whenever (a, b) \in R, for all a,b∈A. A relation R on a set A such that for all a,b∈A, if (a,b)∈R and (b,a)∈R, then a=b is called antisymmetric.
∀a∀b((a,b)∈R∀a∀b((a,b)∈R∧(b,a)∈R)→(b,a)∈R)→(a=b))SymmetricAntisymmetric
EXAMPLE 12
Is the “divides” relation on the set of positive integers symmetric? Is it antisymmetric?
Solution: This relation is not symmetric because 1∣2, but 2∤1. It is antisymmetric, for if a and b are positive integers with a∣b and b∣a, then a = b (the verification of this is left as an exercise for the reader).
Definition
A relation R on a set A is called transitive if whenever (a,b)∈R and (b,c)∈R, then (a,c)∈R, for all a,b,c∈A.
∀a∀b∀c(((a,b)∈R∧(b,c)∈R)→(a,c)∈R)
EXAMPLE 15
Is the “divides” relation on the set of positive integers transitive?
Solution: Suppose that a divides b and bdividesc. Then there are positive integers k and l such that b=ak and c=bl. Hence, c=a(kl), so a divides c. It follows that this relation is transitive.
EXAMPLE 16
How many reflexive relations are there on a set with n elements?
Solution: A relation R on a set A is a subset of A×A. Consequently, a relation is determined by specifying whether each of the n2 ordered pairs in A×A is in R. However, if R is reflexive, each of the n ordered paries (a,a) for a∈A must be in R. Each of the other n(n−1) ordered pairs of the form (a,b), where a≠b, may or may not be in R. Hence, by the product rule form counting, there are 2n(n−1) reflexive relations [this is the number of ways to choose whether each element (a, b), with a≠b, belongs to R].
Combining relations
Definition
Let R be a relation from a set A to a set B and S a relation from B to a set C. The composite of R and S is the relation consisting of ordered pairs (a,c), where a∈A,c∈C, and for which there exists an element b∈B such that (a,b)∈R and (b,c)∈S. We denote the composite of R and S by S∘R.
EXAMPLE 20
What is the composite of the relations R and S, where R is the relation from {1,2,3} to {1,2,3,4} with R={(1,1),(1,4),(2,3),(3,1),(3,4)} and S is the relation from {1,2,3,4} to {0,1,2} with S={(1,0),(2,0),(3,1),(3,2),(4,1)}?
Solution: S∘R is constructed using all ordered pairs in R and ordered pairs in S, where the second element of the ordered pair in R agrees with the first element of the ordered pair in S. For example, the ordered pairs (2,3) in R and (3,1) in S produce the ordered pair (2,1) in S∘R. Computing all the ordered pairs in the composite, we find
S∘R={(1,0),(1,1),(2,1),(2,2),(3,0),(3,1)}
Homework
p602: 3c-f, 9, 25, 32
3. For each of these relations on the set {1,2,3,4}, decide whether it is reflexive, whether it is symmetric, whether it is antisymmetric, and whether it is transitive.
c) {(2,4),(4,2)}
Solution
Let R be the relation.
Reflective - No. (1,1)∉R.
Symmetric - Yes. (2,4)∈R∧(4,2)∈R.
Antisymmetric - No. (2,4)∈R∧(4,2)∈R∧2≠4.
Transitive - No. (2,4)∈R∧(4,2)∈R∧(2,2)∉R.
d) {(1,2),(2,3),(3,4)}
Solution
Let R be the relation.
Reflective - No. (1,1)∉R.
Symmetric - No. (1,2)∈R∧(2,1)∉R.
Antisymmetric - Yes. (2,1)∉R∧(3,2)∉R∧(4,3)∉R.
Transitive - No. (1,2)∈R∧(2,3)∈R∧(1,3)∉R.
e) {(1,1),(2,2),(3,3),(4,4)}
Solution
Let R be the relation.
Reflective - Yes. (1,1)∈R∧(2,2)∈R∧(3,3)∈R∧(4,4)∈R.
Symmetric - Yes. (1,1)∈R∧(2,2)∈R∧(3,3)∈R∧(4,4)∈R.
Antisymmetric - Yes. ∀a∀b((a,b)∈R∧(b,a)∈R→(a=b)).
Transitive - Yes. (1,2)∈R∧(2,3)∈R∧(1,3)∉R
f) {(1,3),(1,4),(2,3),(2,4),(3,1),(3,4)}
Let R be the relation.
Solution
Reflective - No. (1,1)∉R.
Symmetric - No. (1,4)∈R∧(4,1)∉R.
Antisymmetric - No. (1,3)∈R∧(3,1)∈R∧1≠3.
Transitive - No. (1,3)∈R∧(3,1)∈R∧(1,1)∉R
9. Show that the relation R=∅ on the empty set S=∅ is reflexive, symmetric, and transitive.
Solution
Because the assumption that there are elements in S×S=∅ is false, the conclusion that R is reflexive, symmetric and transitive is always true.
25. How many different relations are there from a set with m elements to a set with n elements?
Solution
Let the set with m elements be A, and the set with n elements be B.
1. A relation from A to B is a subset of A×B.
2. By product rule, A×B has mn elements, so it has 2mn subsets.
3. Thus there are 2mn relations from A to B.
32. Let R be the relation {(1,2),(1,3),(2,3),(2,4),(3,1)}, and let S be the relation {(2,1),(3,1),(3,2),(4,2)}. Find S∘R.
R |
S |
S∘R |
(1, 2) |
(2, 1) |
(1, 1) |
(1, 3) |
(3, 1) |
(1, 1) |
(1, 3) |
(3, 2) |
(1, 2) |
(2, 3) |
(3, 1) |
(2, 1) |
(2, 3) |
(3, 2) |
(2, 2) |
(2, 4) |
(4, 2) |
(1, 1) |
(3, 1) |
(2, 1) |
(1, 1) |
Solution
See Table Above.
S∘R={(1,1),(1,2),(2,1),(2,2)}