Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as R = {(a, b) : b = a + 1} is reflexive, symmetric or transitive.
Let A = {1, 2, 3, 4, 5, 6}
R = {(a, b) : b = a + 1} = {(a, a + 1)}
= {(1, 2), (2, 3), (3, 4), (4,5), (5,6)}
(i) R is not reflexive as (a, a) ∉ R ∀ a ∈ A
(ii) (a,b) ∈ R ⇏ (b,a) ∈ R [∵ (a, b) ∈ R ⇒ b = a + 1 ⇒ a = b –1]
∴ R is not symmetric.
(iii) (a, b) ∈ R, (b, c) ∈ R ⇏ (a, c) ∈ R
[∵ (a, b), (b, c) ∈ R ⇒ b = a + 1, c = b + 1 ⇒ c = a + 2]
∴ R is not transitive.