Given a set {0,1,2}, is the relation below a equivalence relationship?
{(0, 0),(1, 1),(2, 2)}
It is self evident that this relation is reflexive, as it conforms this rule: ∀x ∈ A, x R x.
Looking at the symmetric rule : R is symmetric if, and only if, ∀x, y ∈ A, if x R y then y R x and the transitive rule R is transitive if, and only if, ∀x, y, z ∈ A, if x R y and y R z then x R z.
I am still confuse on how those 2 rules suit the relation above, please help?