Let $s$ be a set of $n$ elements. The number of ordered pairs in the largest and smallest equivalence relation on set $s$ are $n^2$ and $n$.
I am able to understand the largest set of equivalence relation, but in case of smallest set of equivalence relation it could be an empty set..so according to me it is 0.
Am I missing something?
The smallest equivalence relation must always contain the diagonal $\{(x,x) : x \in s \}$, because every element must be equivalent to itself. And the diagonal is an equivalence relation (equality) and has size $n$.