Given a non-empty set, A, and an empty relation, R, on that set A, can it be the case that the relation R is an equivalence class?
Transitivity. (a,b) in R, (b,c) in R ===> (c,a) in R. This is trivially true because there is no a, b, c, in R, so the implication is true by way of the antecedent being false.
Symmetry. (a,b) in R ==> (b,a) in R. Again, trivially, the implication is true because the antecedent is false.
But what about reflexivity. If a in R, then a in R. But no a in R -- is this true or false?