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"