I need to find a formula, which is satisfiable in all interpretations of a domain with $k >2$ elements, but shouldn't be satisfiable in any domains with $k \le 2$ elements.
I've found something like this: $$ \forall x, \ \exists y, z : \left[ A(x,x) \cup A(y,y) \cup A(z,z) \right] \equiv \left[ \text{not}A(x,y) \cup \text{not}A(y,z) \cup \text{not}A(x,z) \right] $$
But there is still an error in this. Has anyone an idea of a correct formula?
Thanks a lot!