Rules of Inference
Proof Theory allows the representation of mathematical proofs facilitates the analysis of proofs by expressing them syntactically. For example, in the sequent below the formulas allow us to conclude
. Such a sequent is valid if it can be proved.
We can form a collection of proof rules which allow us to infer new forumlae from existing ones. These inference rules are a relation between premise formulae and conclusions. Such rules take the general form:
name of rule
There are a number of natural deducation rules we can apply to this system.
And Introduction (
)
Quite simply, if two things are true then their conjunction is true.
And Elimination (
)
Similarly, if a conjunction is true then so must be its indivudal atoms
Double Negation (
)
Two wrongs do make a right.
And likewise, from a right you can make two wrongs.
Implication Elimination (
)
If you know an implication, then if it's premise is true so must be its conclusion. Also known as Modus Ponendo Ponens.
Derived from this is Modus Tollendo Tollens. If you know the outcome of an implication is false, then the premise must also be false.
Implication Introduction (
)
If you assume the premise of an introduction, you can prove its outcome to be true in context.
Or Introduction (
)
If you know something to be true then its disjunction with anything else will also be true.
Or Elimination (
)
If A entails C and B entails C, then when A or B is true, C is true. A bit of a mouthful.
Contradictions (
)
Any formula can be derived from a contradiction. For example: