I want to formalize following:
R is equivalence relation with at least two equivalence classes.
How I can do that with only R?
I want to formalize following:
R is equivalence relation with at least two equivalence classes.
How I can do that with only R?
If by 'formalize' you mean you want a logic expression:
$\exists x \exists y \ \neg R(x,y)$
This will force there to be at least two equivalence classes, since if two objects are not related through an equivalence relation $R$, then they belong to different equivalence classes ... which obviously means there are at least two equivalence classes.