I'm trying to prove Craig's interpolation theorem of propositional logic using Maehara's method by induction on the length of proof tree using sequent calculus. the theorem is as stated below: $$ \forall \Gamma_1 \Gamma_2 \Delta_1 \Delta_2: \Gamma_1,\Gamma_2 \vdash \Delta_1,\Delta_2 $$ $$ \rightarrow \exists c: \Gamma_1 \vdash c,\Delta_1 \land c,\Gamma_2 \vdash \Delta_2$$ $$\land (atomsof(c) \subseteq atomsof(\Gamma_1,\Delta_1) \cap atomsof(\Gamma_2,\Delta_2))$$ and here I'm stuck in the case where the proof ends by exchange rule like this: $$ \frac{\Gamma_1,\Gamma_2 \vdash \Delta,a,b,\Delta'}{\Gamma_1,\Gamma_2 \vdash \Delta,b,a,\Delta'}$$ Here in induction hypotheses we have $$ \forall \Delta_1' \Delta_2': \Delta,a,b,\Delta' = \Delta_1',\Delta_2' $$ $$ \rightarrow \exists c': \Gamma_1 \vdash c',\Delta_1' \land c',\Gamma_2 \vdash \Delta_2'$$ $$\land (atomsof(c) \subseteq atomsof(\Gamma_1,\Delta_1') \cap atomsof(\Gamma_2,\Delta_2'))$$ and we have to deduce that $$ \forall \Delta_1 \Delta_2: \Delta,b,a,\Delta' = \Delta_1,\Delta_2 $$ $$ \rightarrow \exists c: \Gamma_1 \vdash c,\Delta_1 \land c,\Gamma_2 \vdash \Delta_2$$ $$\land (atomsof(c) \subseteq atomsof(\Gamma_1,\Delta_1) \cap atomsof(\Gamma_2,\Delta_2))$$ I'm stuck with the case where $\Delta_1 = \Delta,b $ and $ \Delta_2 = a,\Delta'$, I can't find the desired interpolant here, I couldn't find the original paper which is by the way written in Japanese. also I couldn't find the complete proof anywhere the closest I got was in "Proof Theory and logical complexity" by Jean-Yves Girard which even there he didn't cover exchange rule.
2026-02-23 12:05:45.1771848345
Exchange case in proving interpolation theorem by induction on the length of proof tree
96 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LOGIC
- Theorems in MK would imply theorems in ZFC
- What is (mathematically) minimal computer architecture to run any software
- What formula proved in MK or Godel Incompleteness theorem
- Determine the truth value and validity of the propositions given
- Is this a commonly known paradox?
- Help with Propositional Logic Proof
- Symbol for assignment of a truth-value?
- Find the truth value of... empty set?
- Do I need the axiom of choice to prove this statement?
- Prove that any truth function $f$ can be represented by a formula $φ$ in cnf by negating a formula in dnf
Related Questions in INTERPOLATION
- Almost locality of cubic spline interpolation
- Reverse Riesz-Thorin inequality
- How to construct a B-spline from nodal point in Matlab?
- Show that there is a unique polynomial of degree at most $2n+1$ such that $q^{[k]}(x_1)=a_k,$ $q^{[k]}(x_2)=b_k$ for $k=0, \dots, n$.
- Show that there is a unique polynomial of degree at most $2k+1$ such that $p^{[j]}(x_1)=a_j \text{ and } p^{[j]}(x_2)=b_j \text{ for } j=0,\dots, k.$
- How to find x intercept for a polynomial regression curve(order 7)
- Quadrature rules estimation
- How to obtain generalized barycentric coordinates for n-sided polygon?
- the highest degree of the polynomial, for which the above formula is exact?
- Interpolation method that gives the least arc lenght of the curve.
Related Questions in SEQUENT-CALCULUS
- Why is there a limitation on the existential introduction in sequent calculus?
- How to understand this mathematical notation?
- Why does the inference rule of negation moves a term to the other side of the turnstile
- Is cut rule an instance of left implication?
- Use logical deduction to show that the following propositions are unconditionally true
- Comma in turnstile (entailment)
- For every formula of linear logic, is there an equivalent formula in intuitionistic linear logic?
- Proof of the deduction theorem in sequent calculus
- sequent calculus for first order logic
- Soundness of cut in Gentzen's System LK
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?
In order to prove Craig's interpolation theorem for propositional logic using Maehara's method, I would propose to modify the calculus. Consider a similar calculus, where the left and right parts of sequents are finite multisets (instead of finite sequences). This modified calculus does not have explicit exchange rules. First, one can prove that the modified calculus is equivalent to the original one. After that, one can prove the theorem as you stated it (by induction).
Another approach would be to use finite sequences, but modify the claim that we prove by induction. We would need to consider sequents of the form $\Gamma_1^1,\Gamma_2^1,\Gamma_1^2,\Gamma_2^2,\ldots,\Gamma_1^k,\Gamma_2^k \vdash \Delta_1^1,\Delta_2^1,\Delta_1^2,\Delta_2^2,\ldots,\Delta_1^k,\Delta_2^k$ and construct an interpolant $c$ such that $\Gamma_1^1,\Gamma_1^2,\ldots,\Gamma_1^k \vdash c,\Delta_1^1,\Delta_1^2,\ldots,\Delta_1^k$ and $c,\Gamma_2^1,\Gamma_2^2,\ldots,\Gamma_2^k \vdash \Delta_2^1,\Delta_2^2,\ldots,\Delta_2^k$. The induction would be over proof length, as usual.