I'm working on a problem in Enderton's A Mathematical Introduction to Logic, Section 2.4, but having some trouble.
I need to prove that if $\vdash$ $\alpha$ $\rightarrow$ $\beta$, then $\vdash$ $\forall$x$\alpha$ $\rightarrow$ $\forall$x$\beta$
In the system, we have some axioms and modus ponens. The axioms are:
- Tautologies.
- $\forall$x$\alpha$ $\rightarrow$ $\alpha$$_t$$^x$, where $t$ is substitutable for $x$ in $\alpha$
- $\forall$x($\alpha$ $\rightarrow$ $\beta$) $\rightarrow$ $\forall$x$\alpha$ $\rightarrow$ $\forall$x$\beta$
- $\alpha$ $\rightarrow$ $\forall$x$\alpha$, when $x$ does not occur free in $\alpha$.
If we assume that $x$ doesn't occur free in $\alpha$ $\rightarrow$ $\beta$, then the deduction is straightforward.
- $\alpha$ $\rightarrow$ $\beta$ (Assumption)
- $\forall$x($\alpha$ $\rightarrow$ $\beta$) (Axiom 4)
- $\forall$x$\alpha$ $\rightarrow$ $\forall$x$\beta$ (Axiom 3)
I do not know what to do when we haven't assumed that $x$ isn't free in $\alpha$ $\rightarrow$ $\beta$. Any help is appreciated.
One thought I had is that I'll need to do two proofs: one where I assume $\alpha$ $\rightarrow$ $\beta$ and $\beta$, and one where I assume $\alpha$ $\rightarrow$ $\beta$ and $\neg$$\alpha$. Does this sound like the right strategy?
Of course, the problem ask you to prove it in the "general case", i.e. with $x$ possibly free in $\alpha \rightarrow \beta$.
We have to note that :
thus, we can apply [see page 117] the
In our case, we have $\Gamma = \emptyset$ and there are no free vars in it (simply because there are no formulae).
Thus we can apply the theorem to get :
Now the conclusion is straightforward with Ax.3 and modus ponens.