Give an example of a relation which is
(iv) Reflexive and transitive but not symmetric.
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), (3,3), (1,3)}.
Then R is a relation on A as R ⊆ A x A.
R is reflexive since (a, a) ∈R ∀ a ∈ A.
R is not symmetric as (1,3) ∈R and (3,1) ∉ R. R is transitive since (a, b) ∈R and (b, c) ∈R implies that (a, c) ∈R.