$A = \{1,2,\dots,n\}$, and $R$ be a relation on $A$ (so that $R \subset A \times A$).
i) Is it possible to have an equivalence relation with exactly $n+1$ elements on $A$? If yes, give an example, if no, explain why?
For this I considered what adding an extra element from the possible relations would do. For example from $R = \{(1,1),(2,2),(3,3)\}$ adding an extra element $(1,2)$ would stop the relation from being symmetric, meaning adding in just one element would prevent this from being an equivalence relation. So you cannot have an equivalence relation with exactly $n+1$ elements in.
ii) Is it possible to have an equivalence relation with exactly $n+2$ elements on $A$? If yes, give an example, if no, explain why?
My reasoning for this question follows a similar patter to I, two elements could be added that allow it maintain being an equivalence relation. Adding in $(1,2)$ and $(2,1)$ would ensure it was still symmetric, and so still an equivalence relation.
iii) When $n = 3$, give all possible equivalence relations on $A$.
For this question I considered what adding in specific extra elements would require to be included in the final set.
- $(1,1), (2,2), (3,3)$
- $(1,1), (1,2), (2,1), (2,2), (3,3)$
- $(1,1), (1,3), (2,2), (3,1), (3,3)$
- $(1,1), (2,2), (2,3), (3,2), (3,3)$
- $(1,1), (1,2), (1,3), (2,1), (2,2), (2,3), (3,1), (3,2), (3,3)$
Are my answers and reasoning correct?
Also, should $\emptyset$ be included as an equivalency relation for III?