Solveeit Logo

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.

Explanation

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 aA\forall a\in A we have aRaaRa.
Symmetric relation: A relation R on a set “A” is said to be symmetric if aRbbRaaRb\Rightarrow bRa
Transitive relation: A relation R on a set “A” is said to be transitive if aRb,bRcaRcaRb,bRc\Rightarrow 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 XYX\subseteq Y. If X is a proper subset of Y it is denoted as XYX\subset Y.
Reflexivity: Since AS\forall A\in Swe have aAaAa\in A\Rightarrow a\in A. Hence AAA\subseteq A. But since no element of one set is absent in another, we have A⊄AA\not\subset A. Hence (A,A)R\left( A,A \right)\notin R and hence the relation is not reflexive.
Symmetricity: Since if ABxBA\subset B\Rightarrow \exists x\in B such that xAx\notin A, we have B⊄AB\not\subset A and hence if (A,B)R(B,A)R\left( A,B \right)\in R\Rightarrow \left( B,A \right)\notin R and hence the relation is not symmetric.
Transitivity: We have if (A,B)R,(B,C)RAB,BC\left( A,B \right)\in R,\left( B,C \right)\in R\Rightarrow A\subset B,B\subset C
Hence, we have xA,xB\forall x\in A,x\in B and yB,yC\forall y\in B,y\in C.
Hence, we have xA,xC\forall x\in A,x\in C
Hence, we have ACA\subseteq C.
Also since A is a proper subset of B xB\exists x\in B such that xAx\notin A
Hence, we have xC\exists x\in C such that xAx\notin A
Hence, we have ACA\subset 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.