Given a non-empty set X. Consider P(X), which is the set of all subset of X. Defined the relation R in P(X) as follows:
For subsets A and B in P(X),ARB if and only if A⊂B. Is R an equivalence relation on P(X)? Justify your answer.
Since, every set is a subset of itself, ARA for all A∈P(X).
Therefore, R is reflexive.
ARB⇒A⊂B
if A ={1,2}and B={1,2,3}, then it cannot be implied that B is related to A.
Therefore, R is not symmetric.
Further,if ARB and BRC, then A⊂B and B⊂C.
⇒A⊂C⇒ARC. Therefore, R is transitive.
Hence, R is not an equivalence relation since, it is not symmetric.