Jump to content

Implicational propositional calculus

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by JRSpriggs (talk | contribs) at 10:45, 2 July 2006 (create article "implicational propositional logic"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In mathematical logic, the implicational propositional calculus is a version of classical (two-valued) propositional calculus which uses only one connective, called implication or conditional. In formulas, this binary operation is indicated by "implies", "if ..., then ...", "→", ", etc..

Axioms

  • Axiom schema 1 is P→(QP).
  • Axiom schema 2 is (P→(QR))→((PQ)→(PR)).
  • Axiom schema 3 (Peirce's law) is ((PQ)→P)→P.
  • The one rule of inference (modus ponens) is: from P and PQ infer Q.

Where in each case, P, Q, R may be replaced by any proposition which contains only "→" as a connective.

The first task is to derive the deduction meta-theorem using axioms 1, 2, and modus ponens. One proves a lemma schema:

  • (A→((BA)→A))→((A→(BA))→(AA)) 1. axiom 2



    • PZ 1. hypothesis
      • (PQ)→Z 2. hypothesis
        • ZQ 3. hypothesis
          • P 4. hypothesis
          • Z 5. modus ponens using steps 4 and 1
          • Q 6. modus ponens using steps 5 and 3
        • PQ 7. deduction from 4 to 6
        • Z 8. modus ponens using steps 7 and 2
      • (ZQ)→Z 9. deduction from 3 to 8
      • ((ZQ)→Z)→Z 10. Peirce's law
      • Z 11. modus ponens using steps 9 and 10
    • ((PQ)→Z)→Z 12. deduction from 2 to 11
  • (PZ)→((PQ)→Z)→Z) 13. deduction from 1 to 12 QED