I know that in classical first-order logic, each of the universal and existential quantifier can be used to define the other, and I suspect that in intuitionistic first-order logic, neither can define the other. But how to prove it rigorously? More precisely, how does one prove that neither the universal quantifier nor the existential quantifier can be used to define the other, using the connectives $\land$, $\vee$, $\rightarrow$, and $\neg$, and also the equality symbol $=$?
2026-03-27 10:31:33.1774607493
How to prove rigorously that neither the universal nor the existential quantifier can define the other in intuitionistic logic?
95 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in QUANTIFIERS
- Show formula which does not have quantifier elimination in theory of infinite equivalence relations.
- Prove or disprove: $\exists x \forall y \,\,\varphi \models \forall y \exists x \,\ \varphi$
- Variables, Quantifiers, and Logic
- Express least and greatest fixed point using predicate and quantifiers
- Nested Quantifiers - Excluding Self
- Logical Equivalences Involving Quantifiers
- Translating Propositional Functions
- Valid Set builder notations for simple set.
- Explanation about quantifier sequence ∀x∃y and ∃y∀x
- Contrapositive of a quantified statement
Related Questions in INTUITIONISTIC-LOGIC
- Are Proofs of Dependent Pair Types Equivalent to Finding an Inverse Function?
- Prove the undecidability of a formula
- Semantics for minimal logic
- Is minimal logic equivalent to intuitionistic?
- How do set theories base on Intuitionistic Logic deal with ordinals?
- Why is intuitionistic modelling called forcing?
- Attempt at constructive proof of compactness of [0,1], does this use LEM? Does a constructive proof exist?
- Is there a theorem that can easily be proved to be non intuitionistic?
- Interpretation of implication in intuitionistic logic
- $\mathbb Q$ topological semantics for intuitionistic propositional logic
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Partial answer: I show that we can’t define $\exists$ in terms of $\forall$.
We work in the empty language for concrete was, so there are no function symbols or predicate symbols. But the only important detail is that there are no constant symbols.
I claim the following
This can be shown by a simple induction on $\phi$. If $\phi$ is of the form $\top, \bot,$ or $x_1 = x_2$, this is trivial. Equally trivial are the inductive steps for the propositional connectives. Clearly, if we can constructively prove $\phi(x_1, \ldots, x_n, y)$, then we can constructively prove $\forall y (\phi(x_1, \ldots, x_n, y))$. Suppose we can constructively prove $\neg \phi(x_1, \ldots, x_n, y)$. We can prove $\neg \forall y (\phi(x_1, \ldots, x_n, y))$ as follows. Suppose $\forall y (\phi(x_1, \ldots, x_n, y))$. Now suppose $\exists x \top$. Take some $x$. Then $\phi(x_1, \ldots, x_n, x)$. Contradiction. Therefore, $\neg \exists x \top$. Contradiction. Therefore, $\neg \forall y (\phi(x_1, \ldots, x_n, y))$.
This completes the proof of the Lemma. $\square$
Now in particular, if we could write $\exists x \top$ without using an existential quantifier, we could constructively prove one of the following: (1) $\forall x, y (x = y) \land \neg \neg \exists x \top \implies \exists x \top$, or (2) $\forall x, y (x = y) \land \neg \neg \exists x \top \implies \neg \exists x \top$. Obviously, we can’t constructively prove (2), since (2) does not hold in the simple model of a 1-element set. So we must be able to constructively show (1).
However, we cannot constructively show (1) either. We can come up with an extremely simple Kripke model where this fails. Consider the frame $W = \{0, 1\}$ with the usual order, and define $M_0 = \emptyset$ and $M_1 = $ a 1-element set. This Kripke frame satisfies $\forall x, y (x = y)$ and satisfies $\neg \neg \exists x \top$, but it does not satisfy $\exists x \top$.
We can also see this in a purely syntactic way. Define a function $f$ which takes a proposition in the empty language for first-order logic, and outputs a proposition in propositional logic, as follows:
We can then prove that if we can derive $Q(x_1, \ldots, x_n)$ in first-order logic, we can derive $f(Q(x_1, \ldots, x_n))$ in propositional logic.
In particular, if we could derive $\forall x, y (x = y) \land \neg \neg \exists x \top \implies \exists x \top$, then we could also derive $\neg \neg P \to P$. But this is constructive logic, so can’t derive $\neg \neg P \to P$.