Give an example of a relation which is
(ii) Transitive but neither reflexive nor symmetric.
(ii) Let A = {1,2,3}
Then A x A = {(1,1), (1,2), (1,3), (2,1), (2,2), (2,3), (3,1), (3,2), (3,3)}.
Let R = {(1,1), (2,2), (1,2), (2,1), (1,3), (2,3)}.
Then R is transitive since (a, b) ∈ R, (b, c) ∈ R ⇒ (a, c) ∈ R.
R is not reflexive since 3 G A but (3.3) ∉ R.
R is not symmetric since (1,3) ∈R but (3,1) ∉ R.