Tautology is Negation of Contradiction
Theorem
A tautology implies and is implied by the negation of a contradiction:
- $\top \dashv \vdash \neg \bot$
That is, a truth can not be false, and a non-falsehood must be a truth.
Proof by Natural Deduction
By the tableau method of natural deduction:
Line | Pool | Formula | Rule | Depends upon | Notes | |
---|---|---|---|---|---|---|
1 | 1 | $\top$ | Premise | (None) | ||
2 | 2 | $\bot$ | Assumption | (None) | If a contradiction were assumed ... | |
3 | 2 | $\neg \top$ | Rule of Explosion: $\bot \EE$ | 2 | ||
4 | 1, 2 | $\bot$ | Principle of Non-Contradiction: $\neg \EE$ | 1, 3 | ||
5 | 1 | $\neg \bot$ | Proof by Contradiction: $\neg \II$ | 2 – 4 | Assumption 2 has been discharged |
$\Box$
By the tableau method of natural deduction:
Line | Pool | Formula | Rule | Depends upon | Notes | |
---|---|---|---|---|---|---|
1 | 1 | $\neg \bot$ | Premise | (None) | ||
2 | 2 | $\neg \top$ | Assumption | (None) | To assume a non-truth ... | |
3 | 2 | $\bot$ | Sequent Introduction | 2 | from above result | |
4 | 1 | $\top$ | Reductio ad Absurdum | 2 – 3 | Assumption 2 has been discharged |
$\blacksquare$
Proof by Truth Table
We apply the Method of Truth Tables to the proposition.
As can be seen by inspection, the truth values in the appropriate columns match.
$\begin{array}{|c||cc|} \hline \bot & \neg & \top \\ \hline \F & \F & \T \\ \hline \end{array}$
$\blacksquare$
Proof by Boolean Interpretation
Let $p$ be a propositional formula.
Let $v$ be an arbitrary boolean interpretation of $p$.
Then:
- $\map v p = T \iff \map v {\neg p} = F$
by the definition of the logical not.
Since $v$ is arbitrary, $p$ is true in all interpretations if and only if $\neg p$ is false in all interpretations.
Hence:
- $\top \dashv \vdash \neg \bot$
$\blacksquare$
Law of the Excluded Middle
This theorem depends on the Law of the Excluded Middle, by way of Reductio ad Absurdum.
This is one of the logical axioms that was determined by Aristotle, and forms part of the backbone of classical (Aristotelian) logic.
However, the intuitionist school rejects the Law of the Excluded Middle as a valid logical axiom.
This in turn invalidates this theorem from an intuitionistic perspective.
That is, the proposition:
is valid only in the context where there are only two truth values.
Also see
Sources
- 1959: A.H. Basson and D.J. O'Connor: Introduction to Symbolic Logic (3rd ed.) ... (previous) ... (next): $\S 3.5$: The Classification of Propositions