Hilbert system


A Hilbert system is a style (formulation) of deductive system that emphasizes the role played by the axioms in the system. Typically, a Hilbert system has many axiom schemes, but only a few, sometimes one, rules of inferenceMathworldPlanetmath. As such, a Hilbert system is also called an axiom system. Below we list three examples of axiom systems in mathematical logic:

  • (intuitionistic propositional logicPlanetmathPlanetmath)

    • axiom schemes:

      1. i.

        A(BA)

      2. ii.

        (A(BC))((AB)(AC))

      3. iii.

        AAB

      4. iv.

        BAB

      5. v.

        (AC)((BC)(ABC))

      6. vi.

        ABA

      7. vii.

        ABB

      8. viii.

        A(B(AB))

      9. ix.

        A

    • rule of inference: (modus ponensMathworldPlanetmath): from AB and A, we may infer B

  • (classical predicate logic without equality)

    • axiom schemes:

      1. i.

        all of the axiom schemes above, and

      2. ii.

        law of double negation: ¬(¬A)A

      3. iii.

        xAA[x/y]

      4. iv.

        x(AB)(AyB[x/y])

      In the last two axiom schemes, we require that y is free for x in A, and in the last axiom scheme, we also require that x does not occur free in A.

    • rules of inference:

      1. i.

        modus ponens, and

      2. ii.

        generalization: from A, we may infer yA[x/y], where y is free for x in A

  • (S4 modal propositional logic)

    • axiom schemes:

      1. i.

        all of the axiom schemes in intuitionistic propositional logic, as well as the law of double negation, and

      2. ii.

        Axiom K, or the normality axiom: (AB)(AB)

      3. iii.

        Axiom T: AA

      4. iv.

        Axiom 4: A(A)

    • rules of inference:

      1. i.

        modus ponens, and

      2. ii.

        necessitation: from A, we may infer A

where A,B,C above are well-formed formulas, x,y are individual variables, and ,, are binary, unary, and nullary logical connectives in the respective logical systems. The connective ¬ may be defined as ¬A:=A for any formulaMathworldPlanetmathPlanetmath A.

Remarks

  • Hilbert systems need not be unique for a given logical system. For example, see this link (http://planetmath.org/LogicalAxiom).

  • For a given logical system, every Hilbert system is deductively equivalent to a Gentzen system: for any axiom A in a Hilbert system H, convert it to the sequent A, and for any rule: from A1,,An we may deduce B, convert it to the rule: from ΔA1,,An, we may infer ΔB.

  • Since axioms are semantically valid statements, the use of Hilbert systems is more about deriving other semantically valid statements, or theoremsMathworldPlanetmath, and less about the syntactical analysis of deductionsMathworldPlanetmathPlanetmath themselves. Outside of structural proof theory, deductive systems a la Hilbert style are used almost exclusively everywhere in mathematics.

References

  • 1 H. Enderton: A Mathematical Introduction to Logic, Academic Press, San Diego (1972).
  • 2 A. S. Troelstra, H. Schwichtenberg, Basic Proof Theory, 2nd Edition, Cambridge University Press (2000)
  • 3 B. F. Chellas, Modal Logic, An Introduction, Cambridge University Press (1980)
Title Hilbert system
Canonical name HilbertSystem
Date of creation 2013-03-22 19:13:14
Last modified on 2013-03-22 19:13:14
Owner CWoo (3771)
Last modified by CWoo (3771)
Numerical id 15
Author CWoo (3771)
Entry type Definition
Classification msc 03F03
Classification msc 03B99
Classification msc 03B22
Synonym axiom system
Related topic GentzenSystem
Defines generalization
Defines necessitation
Defines double negation