Proof that propositional logic remains consistent after the addition of a single axiom

144 Views Asked by At

I was wondering if someone might be able to supply a hint for the following exercise:

Let $\mathcal{P}'$ be the system obtained from $\mathcal{P}$ by adding the single wff $[p \to q]$ to the axioms of $\mathcal{P}$. Show that $\mathcal{P}'$ is consistent.

The axiom schemes of $\mathcal{P}$ are

$[[A \lor A] \to A]$

$[A \to [B \lor A]]$

$[[A \to B] \to [[C \lor A] \to [B \lor C]]]$

Modus Ponens is the only primitive rule of inference.

I have been unsuccessfully trying to prove that a contradiction can not be a theorem of $\mathcal{P}'$.

2

There are 2 best solutions below

9
On BEST ANSWER

Ref to : Peter Andrews, An Introduction to Mathematical Logic and Type Theory, page 35.

Assueme that $\mathcal P' = \mathcal P \cup \{ p \to q \}$ is inconsistent.

By definition, this means that $\mathcal P'$ proves every formula.

Thus, also : $\mathcal P' \vdash \lnot (p \to q)$ and, by Deduction Theorem [see 1116, page 30] :

$\mathcal P \vdash (p \to q) \to \lnot (p \to q)$.

But we have that $(p \to q) \to \lnot (p \to q)$ is not a tautology [check with the truth assignment $\varphi : \text {Var} \to \{ \text T, \text F \}$ such that : $\varphi(p)= \text F$ and $\varphi(q)= \text T$].

Thus, we have a contradiction with the Soundness Theorem for $\mathcal P$ [see 1200]: Every theorem of $\mathcal P$ is a tautology.

3
On

It suffices to show that there is a model of $\mathcal P$ where $p\to q$ is true.

As $\mathcal P$ is consistent, let $M$ be a model of $\mathcal P$. If $M$ says that $q$ is true or that $p$ is false, we are done. Otherwise (i.e., if it says $q$ is false and $p$ is true), swap $p$ and $q$, i.e., let $M'$ be such that it's truth value for a wff is the truth value $M$ assigns to the same wff wit $p,q$ exchanged. Then $M'$ is still a model of $\mathcal P$, and here $p\to q$ is true.