Given formula. $$[\forall x \exists y P(x,y) ]\;\land [\forall x \forall y (P(x,y) \to \lnot P(y,x))] \;\land [\forall x \forall y \forall z ((P(x,y) \land (P(y,z)) \to P(x,z)))]$$
First of all, I tried to find some (infinite) interpretation, where this formula becomes true. While looking at this formula, I noticed that the second part of it is anti-symmetric relation, and the third part is transitivity. So I immediately thought about choosing P as a partial order on natural numbers.
Let $M = \mathbb{N}$ and $P(x,y) := x < y$.
If I choose $y = x + 1$ in the first part, then the formula evaluates to T
OK, if everything is good till this moment, then let's try to prove that the statement is identically F for any finite interpretation.
I'm stuck for a few hours in the second part. Had an idea to blindly 'rename' each sub-formula by some letter, and try to prove it using propositional calculus methods (proof by contradiction or just via truth tables). But the first one $\forall x \exists y P(x,y)$ which involves $\exists$ quantifier confused me.
What did I missed here? Doing self study of material is very time consumable when you're stuck. An answer with detailed explanation will be much valuable.
Thank you.
The idea is the following : $P$ is interpreted as a relation that is transitive and antisymmetric, in other words, a strict ordering $<$.
But the first part of the formula in question also says the following : there is no maximal element, in other words, for every element, there is a strictly bigger one.
If you have such an interpretation, pick an element $x_0$. Then it's not maximal, so there must be $x_1>x_0$. Similarly, there must be $x_2>x_1$. Proceed on, with induction to create $x_n$ for all $n\in \mathbb{N}$. If $n<m$, then $x_< x_{n+1}<...< x_m$, and so out of transitivity, $x_n < x_m$, and so if $n\neq m$, $x_n\neq x_m$. Now can you have a finite interpretation and such a sequence in it ?