Suvarna Garge (Editor)

Hilbert system

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Hilbert system

In logic, especially mathematical logic, a Hilbert system, sometimes called Hilbert calculus, Hilbert-style deductive system or Hilbert–Ackermann system, is a type of system of formal deduction attributed to Gottlob Frege and David Hilbert. These deductive systems are most often studied for first-order logic, but are of interest for other logics as well.

Contents

Most variants of Hilbert systems take a characteristic tack in the way they balance a trade-off between logical axioms and rules of inference. Hilbert systems can be characterised by the choice of a large number of schemes of logical axioms and a small set of rules of inference. Systems of natural deduction take the opposite tack, including many deduction rules but very few or no axiom schemes. The most commonly studied Hilbert systems have either just one rule of inference — modus ponens, for propositional logics — or two — with generalisation, to handle predicate logics, as well — and several infinite axiom schemes. Hilbert systems for propositional modal logics, sometimes called Hilbert-Lewis systems, are generally axiomatised with two additional rules, the necessitation rule and the uniform substitution rule.

A characteristic feature of the many variants of Hilbert systems is that the context is not changed in any of their rules of inference, while both natural deduction and sequent calculus contain some context-changing rules. Thus, if we are interested only in the derivability of tautologies, no hypothetical judgments, then we can formalize the Hilbert system in such a way that its rules of inference contain only judgments of a rather simple form. The same cannot be done with the other two deductions systems: as context is changed in some of their rules of inferences, they cannot be formalized so that hypothetical judgments could be avoided — not even if we want to use them just for proving derivability of tautologies.

Formal deductions

In a Hilbert-style deduction system, a formal deduction is a finite sequence of formulas in which each formula is either an axiom or is obtained from previous formulas by a rule of inference. These formal deductions are meant to mirror natural-language proofs, although they are far more detailed.

Suppose Γ is a set of formulas, considered as hypotheses. For example Γ could be a set of axioms for group theory or set theory. The notation Γ ϕ means that there is a deduction that ends with ϕ using as axioms only logical axioms and elements of Γ . Thus, informally, Γ ϕ means that ϕ is provable assuming all the formulas in Γ .

Hilbert-style deduction systems are characterized by the use of numerous schemes of logical axioms. An axiom scheme is an infinite set of axioms obtained by substituting all formulas of some form into a specific pattern. The set of logical axioms includes not only those axioms generated from this pattern, but also any generalization of one of those axioms. A generalization of a formula is obtained by prefixing zero or more universal quantifiers on the formula; thus

y ( x P x y P t y )

is a generalization of x P x y P t y .

Logical axioms

There are several variant axiomatisations of predicate logic, since for any logic there is freedom in choosing axioms and rules that characterise that logic. We describe here a Hilbert system with nine axioms and just the rule modus ponens, which we call the one-rule axiomatisation and which describes classical equational logic. We deal with a minimal language for this logic, where formulas use only the connectives ¬ and and only the quantifier . Later we show how the system can be extended to include additional logical connectives, such as and , without enlarging the class of deducible formulas.

The first four logical axiom schemes allow (together with modus ponens) for the manipulation of logical connectives.

P1. ϕ ϕ P2. ϕ ( ψ ϕ ) P3. ( ϕ ( ψ ξ ) ) ( ( ϕ ψ ) ( ϕ ξ ) ) P4. ( ¬ ϕ ¬ ψ ) ( ψ ϕ )

The axiom P1 is redundant, as it follows from P3, P2 and modus ponens. These axioms describe classical propositional logic; without axiom P4 we get positive implicational logic. Minimal logic is achieved either by adding instead the axiom P4m, or by defining ¬ ϕ as ϕ .

P4m. ( ϕ ψ ) ( ( ϕ ¬ ψ ) ¬ ϕ )

Intuitionistic logic is achieved by adding axioms P4i and P5i to positive implicational logic, or by adding axiom P5i to minimal logic. Both P4i and P5i are theorems of classical propositional logic.

P4i. ( ϕ ¬ ϕ ) ¬ ϕ P5i. ¬ ϕ ( ϕ ψ )

Note that these are axiom schemes, which represent infinitely many specific instances of axioms. For example, P1 might represent the particular axiom instance p p , or it might represent ( p q ) ( p q ) : the ϕ is a place where any formula can be placed. A variable such as this that ranges over formulae is called a 'schematic variable'.

With a second rule of uniform substitution (US), we can change each of these axiom schemes into a single axiom, replacing each schematic variable by some propositional variable that isn't mentioned in any axiom to get what we call the substitutional axiomatisation. Both formalisations have variables, but where the one-rule axiomatisation has schematic variables that are outside the logic's language, the substitutional axiomatisation uses propositional variables that do the same work by expressing the idea of a variable ranging over formulae with a rule that uses substitution.

US. Let ϕ ( p ) be a formula with one or more instances of the propositional variable p , and let ψ be another formula. Then from ϕ ( p ) , infer ϕ ( ψ ) .

The next three logical axiom schemes provide ways to add, manipulate, and remove universal quantifiers.

Q5. x ( ϕ ) ϕ [ x := t ] where t may be substituted for x in ϕ Q6. x ( ϕ ψ ) ( x ( ϕ ) x ( ψ ) ) Q7. ϕ x ( ϕ ) where x is not a free variable of ϕ .

These three additional rules extend the propositional system to axiomatise classical predicate logic. Likewise, these three rules extend system for intuitionstic propositional logic (with P1-3 and P4i and P5i) to intuitionistic predicate logic.

Universal quantification is often given an alternative axiomatisation using an extra rule of generalisation (see the section on Metatheorems), in which case the rules Q6 and Q7 are redundant.

The final axiom schemes are required to work with formulas involving the equality symbol.

I8. x = x for every variable x. I9. ( x = y ) ( ϕ [ z := x ] ϕ [ z := y ] )

Conservative extensions

It is common to include in a Hilbert-style deduction system only axioms for implication and negation. Given these axioms, it is possible to form conservative extensions of the deduction theorem that permit the use of additional connectives. These extensions are called conservative because if a formula φ involving new connectives is rewritten as a logically equivalent formula θ involving only negation, implication, and universal quantification, then φ is derivable in the extended system if and only if θ is derivable in the original system. When fully extended, a Hilbert-style system will resemble more closely a system of natural deduction.

Existential quantification

  • Introduction
  • x ( ϕ y ( ϕ [ x := y ] ) )
  • Elimination
  • x ( ϕ ψ ) x ( ϕ ) ψ where x is not a free variable of ψ .

    Conjunction and Disjunction

  • Conjunction introduction and elimination
  • introduction: α β α β elimination left: α β α elimination right: α β β
  • Disjunction introduction and elimination
  • introduction left: α α β introduction right: β α β elimination: ( α γ ) ( β γ ) α β γ

    Metatheorems

    Because Hilbert-style systems have very few deduction rules, it is common to prove metatheorems that show that additional deduction rules add no deductive power, in the sense that a deduction using the new deduction rules can be converted into a deduction using only the original deduction rules.

    Some common metatheorems of this form are:

  • The deduction theorem: Γ ; ϕ ψ if and only if Γ ϕ ψ .
  • Γ ϕ ψ if and only if Γ ϕ ψ and Γ ψ ϕ .
  • Contraposition: If Γ ; ϕ ψ then Γ ; ¬ ψ ¬ ϕ .
  • Generalization: If Γ ϕ and x does not occur free in any formula of Γ then Γ x ϕ .
  • Alternative axiomatizations

    The axiom 3 above is credited to Łukasiewicz. The original system by Frege had axioms P2 and P3 but four other axioms instead of axiom P4 (see Frege's propositional calculus). Russell and Whitehead also suggested a system with five propositional axioms.

    Further connections

    Axioms P1, P2 and P3, with the deduction rule modus ponens (formalising intuitionistic propositional logic), correspond to combinatory logic base combinators I, K and S with the application operator. Proofs in the Hilbert system then correspond to combinator terms in combinatory logic. See also Curry-Howard correspondence.

    References

    Hilbert system Wikipedia