Give an example of a relation which is
(i) Symmetric but neither reflexive nor transitive.
(i) Let A = {1, 2}.
Then A x A = {(1,1), (1,2), (2,1), (2,2) }.
Let R = {(1,2), (2,1 )} .
Then R ⊆ A x A and hence R is a relation on the set A.
R is symmetric since (a, b) ∈ R ⇒ (b. a) ∈ R.
R is not reflexive since I ∈ A but (1,1) ∉ R.
R is not transitive since (1, 2) ∈ R, (2,1) ∈ R but (1,1) ∉ R.