(I can't add the homework tag)
For my logic class, I have found the following wf: $$ \mathcal{B} \mbox{ is } \forall x \exists y \mbox{ } A(x) \land \lnot A(y) $$ This function is satisfiable (take the integers as domain and $A(x)$ is $x$ is even), but in an interpretation $M$ with a domain with only one member it is false.
Now I want to find another satisfiable closed wf, such that in an interpretation where the domain has two members or less, it is false.
Inspired by the last expression, I came up with: $$ \mathcal{C} \mbox{ is } \forall x \forall y \exists z \mbox{ }A(x,z) \land A(y,z) \land \lnot A(x,y) \land \lnot A(y,x) $$ It seems to me that in a domain with one or two members, this $\mathcal{C}$ is not true. But I wonder if it satisfiable, for instance if $D$ are the natural numbers and $A(x,y)$ denotes $x \geq y$ , with the sequence $s = (2, 2, 0)$, then $\mathcal{C}$ is true, so $s$ satisfies $\mathcal{C}$, hence $\mathcal{C}$ is satisfiable.
Is this thinking correct? And how can I see if a function is false for a domain with zero memebers (the empty set)?