Let $P$ be a predicate, $R$ be a binary relation and $a, b, c$ be three individuals. We have the following premises:
- $P(a)$
- $\neg P(c)$
- $R(a, b)$
- $R(b, c)$
The statement $\exists x \exists y (R(x,y) \land P(x) \land \neg P(y))$ is a consequence of the four premises in classical first-order logic, as can be seen by the law of the excluded middle. However, in intuitionistic first-order logic, we can no longer appeal to the law of the excluded middle. Is the argument still valid in intuitionistic first order logic, however?
I was motivated to ask this question by the following logic puzzle: "Persons A, B, and C are standing in a line. Person A is looking at Person B. Person B is looking at Person C. Person A is married. Person C is unmarried. Is a married person looking at an unmarried person? 1.Yes 2.No 3.Not enough information"
No. Here's a countermodel. Let the poset be $\{w_0,w_1\}$ with $w_0<w_1$. Then let $\neg P(b)$ in world $w_0$ and $P(b)$ in world $w_1$. The only constraint that the Kripke semantics requires beyond $\exists x, y.R(x,y) \land P(x) \land \neg P(y)$ being true in all worlds is that for the chosen $y$, $P(y)$ is false in all worlds. So, while we have $$w_1\Vdash\exists x, y.R(x,y) \land P(x) \land \neg P(y)$$ by picking $x=b$ and $y=c$, we don't have $$w_0\Vdash\exists x, y.R(x,y) \land P(x) \land \neg P(y)$$ picking $x=a$ and $y=b$ since this would require $\neg P(b)$ in $w_1$ as well as in $w_0$. You can verify that any other choices for the existentially quantified variables won't work just as in the classical case.