Question
Question: Let X be a non-empty set and let S be the collection of all subsets of X. Let R be a relation in S d...
Let X be a non-empty set and let S be the collection of all subsets of X. Let R be a relation in S defined by
R=\left\\{ \left( A,B \right):A\subset B \right\\}
Show that R is transitive but is neither reflexive nor symmetric.
Solution
Hint: Recall the definitions of reflexive, symmetric and transitive relations. Using definitions prove that the given relation is transitive, but not symmetric and reflexive.
Complete step-by-step answer:
Reflexive relation: A relation R on a set “A” is said to be reflexive if ∀a∈A we have aRa.
Symmetric relation: A relation R on a set “A” is said to be symmetric if aRb⇒bRa
Transitive relation: A relation R on a set “A” is said to be transitive if aRb,bRc⇒aRc.
Before solving the question, we need to understand the difference between a subset and a proper subset of a set.
Subset of a set: A set X is said to be a subset of a set Y if every element of X is also in Y. The set X is a proper subset if there exists at least one element in Y, which is not in X. If X is a subset of Y, it is denoted as X⊆Y. If X is a proper subset of Y it is denoted as X⊂Y.
Reflexivity: Since ∀A∈Swe have a∈A⇒a∈A. Hence A⊆A. But since no element of one set is absent in another, we have A⊂A. Hence (A,A)∈/R and hence the relation is not reflexive.
Symmetricity: Since if A⊂B⇒∃x∈B such that x∈/A, we have B⊂A and hence if (A,B)∈R⇒(B,A)∈/R and hence the relation is not symmetric.
Transitivity: We have if (A,B)∈R,(B,C)∈R⇒A⊂B,B⊂C
Hence, we have ∀x∈A,x∈B and ∀y∈B,y∈C.
Hence, we have ∀x∈A,x∈C
Hence, we have A⊆C.
Also since A is a proper subset of B ∃x∈B such that x∈/A
Hence, we have ∃x∈C such that x∈/A
Hence, we have A⊂C
Hence A is related to C, and hence the relation is transitive.
Note: [1] Students usually make a mistake while proving reflexivity of a relation. In reflexivity, we need all the elements of a to be related with themselves, and even if a single element is found such that it is not related with itself, then the relation is not reflexive.