The correct option is
D equivalence
A relation R is an equivalnce relation if R is reflexive,symmetric and transitive
A relation R in a set A is called reflexive, if (a,a)∈R for every a∈A
A relation R in a set A is called symmetric, if (a1,a2)∈R⇒(a2,a1)∈R for a1,a2∈A
A relation R in a set A is called transitive, if (a1,a2)∈R and (a2,a3)∈R⇒(a1,a3)∈R for all a1,a2,a3∈A
Relation R on Z,n a fixed integer.
aRb if and only if a−b is divisible by n.
aRa is true since a−a=0 is divisible by n
Hence R is reflexive
aRb⇒bRa
Since aRb if and only if (a−b) is divisible by n implies bRa if and only if (b−a) is divisible by n
(b−a)=−(a−b) since R is defined in Z
If a−b is divisible by n
−(a−b) is also divisible by n
Hence R is symmetric
aRb∈R
bRc∈R
a−b is divisible by n. and b−c is divisible by n
But (a−c)=(a−b)+(b−c)
Hence a−c is also divisible by n
∴R is reflexive,symmetric and transitive
Hence R is an equivalnce relation.