Jump to content

Hilbert system

From Wikipedia, the free encyclopedia

Inlogic,more specificallyproof theory,aHilbert system,sometimes calledHilbert calculus,Hilbert-style system,Hilbert-style proof system,Hilbert-style deductive systemorHilbert–Ackermann system,is a type offormal proofsystemattributed toGottlob Frege[1]andDavid Hilbert.[2]Thesedeductive systemsare most often studied forfirst-order logic,but are of interest for other logics as well.

It is defined as a deductive system that generates theorems from axioms and inference rules,[3][4][5]especially if the only inference rule ismodus ponens.[6][7]Every Hilbert system is anaxiomatic system,which is used by many authors as a sole less specific term to declare their Hilbert systems,[8][9][10]without mentioning any more specific terms. In this context, "Hilbert systems" are contrasted withnatural deductionsystems,[3]in which no axioms are used, only inference rules.

While all sources that refer to an "axiomatic" logical proof system system characterize it simply as a logical proof system with axioms, sources that use variants of the term "Hilbert system" sometimes define it in different ways, which will not be used in this article. For instance,Troelstradefines a "Hilbert system" as a system with axiomsandwithandas the only inference rules.[11]A specific set of axioms is also sometimes called "the Hilbert system",[12]or "the Hilbert-style calculus".[13]Sometimes, "Hilbert-style" is used to convey the type of axiomatic system that has its axioms given inschematicform,[2]as in the§ Schematic form of P2below—but other sources use the term "Hilbert-style" as encompassing both systems with schematic axioms and systems with a rule of substitution,[14]as this article does. The use of "Hilbert-style" and similar terms to describe axiomatic proof systems in logic is due to the influence of Hilbert andAckermann'sPrinciples of Mathematical Logic(1928).[2]

Most variants of Hilbert systems take a characteristic tack in the way they balance atrade-offbetweenlogical axiomsandrules of inference.[1][15][16][17]Hilbert systems can be characterised by the choice of a large number ofschemasof logical axioms and a small set ofrules of inference.Systems ofnatural deductiontake the opposite tack, including many deduction rules but very few or no axiom schemas.[3]The most commonly studied Hilbert systems have either just one rule of inference –modus ponens,forpropositional logics– or two – withgeneralisation,to handlepredicate logics,as well – and several infinite axiom schemas. Hilbert systems for alethicmodal logics,sometimes calledHilbert-Lewis systems,additionally require thenecessitation rule.Some systems use a finite list of concrete formulas as axioms instead of an infinite set of formulas via axiom schemas, in which case theuniform substitutionrule is required.[18]

A characteristic feature of the many variants of Hilbert systems is that thecontextis not changed in any of their rules of inference, while bothnatural deductionandsequent calculuscontain some context-changing rules.[19]Thus, if one is interested only in the derivability oftautologies,no hypothetical judgments, then one can formalize the Hilbert system in such a way that its rules of inference contain onlyjudgmentsof a rather simple form. The same cannot be done with the other two deductions systems:[citation needed]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

[edit]
A graphic representation of the deduction system
A graphic representation of the deduction system

In a Hilbert system, aformal deduction(orproof) 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.

Supposeis a set of formulas, considered ashypotheses.For example,could be a set of axioms forgroup theoryorset theory.The notationmeans that there is a deduction that ends withusing as axioms onlylogical axiomsand elements of.Thus, informally,means thatis provable assuming all the formulas in.

Hilbert systems are characterized by the use of numerous schemas oflogical axioms.Anaxiom schemais 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; for exampleis a generalization of.

Propositional logic

[edit]

The following are some Hilbert systems that have been used inpropositional logic.One of them, the§ Schematic form of P2,is also considered aFrege system.

Frege'sBegriffsschrift

[edit]

Axiomatic proofs have been used in mathematics since the famousAncient Greektextbook,Euclid'sElements of Geometry,c.300 BC. But the first knownfully formalizedproof system that thereby qualifies as a Hilbert system dates back toGottlob Frege's1879Begriffsschrift.[9][20]Frege's system used onlyimplicationandnegationas connectives,[21]and it had six axioms,[20]which were these ones:[22][23]

  • Proposition 1:
  • Proposition 2:
  • Proposition 8:
  • Proposition 28:
  • Proposition 31:
  • Proposition 41:

These were used by Frege together with modus ponens and a rule of substitution (which was used but never precisely stated) to yield a complete and consistent axiomatization of classical truth-functional propositional logic.[22]

Łukasiewicz's P2

[edit]

Jan Łukasiewiczshowed that, in Frege's system, "the third axiom is superfluous since it can be derived from the preceding two axioms, and that the last three axioms can be replaced by the single sentence".[23]Which, taken out of Łukasiewicz'sPolish notationinto modern notation, means.Hence, Łukasiewicz is credited[20]with this system of three axioms:

Just like Frege's system, this system uses a substitution rule and uses modus ponens as an inference rule.[20]The exact same system was given (with an explicit substitution rule) byAlonzo Church,[24]who referred to it as the system P2,[24][25]and helped popularize it.[25]

Schematic form of P2

[edit]

One may avoid using the rule of substitution by giving the axioms in schematic form, using them to generate an infinite set of axioms. Hence, using Greek letters to represent schemas (metalogical variables that may stand for anywell-formed formulas), the axioms are given as:[9][25]

The schematic version of P2is attributed toJohn von Neumann,[20]and is used in theMetamath"set.mm" formal proof database.[25]In fact, the very idea of using axiom schemes to replace the rule of substitution is attributed to von Neumann.[26]The schematic version of P2has also been attributed toHilbert,and namedin this context.[27]

Systems for propositional logic whose inference rules are schematic are also calledFrege systems;as the authors that originally defined the term "Frege system"[28]note, this actually excludes Frege's own system, given above, since it had axioms instead of axiom schemes.[26]

Proof example in P2

[edit]

As an example, a proof ofin P2is given below. First, the axioms are given names:

(A1)
(A2)
(A3)

And the proof is as follows:

  1. (instance of (A1))
  2. (instance of (A2))
  3. (from (1) and (2) bymodus ponens)
  4. (instance of (A1))
  5. (from (4) and (3) by modus ponens)

Predicate logic (example system)

[edit]

There is an unlimited amount of 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 connectivesandand only the quantifier.Later we show how the system can be extended to include additional logical connectives, such asand,without enlarging the class of deducible formulas.

The first four logical axiom schemas 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 (seeproof). These axioms describeclassical propositional logic;without axiom P4 we getpositive implicational logic.Minimal logicis achieved either by adding instead the axiom P4m, or by definingas.

P4m.

Intuitionistic logicis 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 schemas, which represent infinitely many specific instances of axioms. For example, P1 might represent the particular axiom instance,or it might represent:theis 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 ofuniform substitution(US), we can change each of these axiom schemas 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. Letbe a formula with one or more instances of the propositional variable,and letbe another formula. Then from,infer.

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

Q5.wheretmay be substituted forxin
Q6.
Q7.wherexis not free in.

These three additional rules extend the propositional system to axiomatiseclassical predicate logic.Likewise, these three rules extend system for intuitionstic propositional logic (with P1-3 and P4i and P5i) tointuitionistic 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 schemas are required to work with formulas involving the equality symbol.

I8.for every variablex.
I9.

Conservative extensions

[edit]

It is common to include in a Hilbert system only axioms for the logical operators implication and negation towardsfunctional completeness.Given these axioms, it is possible to formconservative extensionsof thededuction theoremthat permit the use of additional connectives. These extensions are called conservative because if a formula φ involving new connectives is rewritten as alogically equivalentformula θ 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 system will resemble more closely a system ofnatural deduction.

Existential quantification

[edit]
  • Introduction
  • Elimination
whereis not afree variableof.

Conjunction and disjunction

[edit]
  • Conjunction introduction and elimination
introduction:
elimination left:
elimination right:
  • Disjunction introduction and elimination
introduction left:
introduction right:
elimination:

Metatheorems

[edit]

Because Hilbert systems have very few deduction rules, it is common to provemetatheoremsthat show that additionaldeduction rulesadd 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.

See also

[edit]

Notes

[edit]
  1. ^abMáté & Ruzsa 1997:129
  2. ^abcSmith, Peter (2013-02-21).An Introduction to Gödel's Theorems.Cambridge University Press. p. 10.ISBN978-1-107-02284-3.
  3. ^abcRestall, Greg (2002-09-11).An Introduction to Substructural Logics.Routledge. pp. 73–74.ISBN978-1-135-11131-1.
  4. ^Gaifman, Haim (2002)."A Hilbert Type Deductive System for Sentential Logic, Completeness and Compactness"(PDF).Columbia.Retrieved2024-08-19.
  5. ^Benthem, Johan van; Gupta, Amitabha; Parikh, Rohit (2011-04-02).Proof, Computation and Agency: Logic at the Crossroads.Springer Science & Business Media. p. 41.ISBN978-94-007-0080-2.
  6. ^Bacon, Andrew (2023-09-29).A Philosophical Introduction to Higher-order Logics.Taylor & Francis. p. 424.ISBN978-1-000-92575-3.
  7. ^Eijck, Jan van (1991-02-26).Logics in AI: European Workshop JELIA '90, Amsterdam, The Netherlands, September 10-14, 1990. Proceedings.Springer Science & Business Media. p. 113.ISBN978-3-540-53686-4.
  8. ^Haack, Susan (1978-07-27).Philosophy of Logics.Cambridge University Press. p. 19.ISBN978-0-521-29329-7.
  9. ^abcBostock, David (1997).Intermediate logic.Oxford: New York: Clarendon Press; Oxford University Press. pp. 4–5, 8–13, 18–19, 22, 27, 29, 191, 194.ISBN978-0-19-875141-0.
  10. ^Lucas, J. R. (2018-10-10).A Treatise on Time and Space.Routledge. p. 152.ISBN978-0-429-68517-0.
  11. ^Troelstra, A. S.; Schwichtenberg, H. (2000).Basic Proof Theory.Cambridge Tracts in Theoretical Computer Science (2 ed.). Cambridge: Cambridge University Press. p. 51.doi:10.1017/cbo9781139168717.ISBN978-0-521-77911-1.
  12. ^"Introduction to Logic - Chapter 4".intrologic.stanford.edu.Retrieved2024-08-16.
  13. ^Buss, S. R. (1998-07-09).Handbook of Proof Theory.Elsevier. pp. 552–553.ISBN978-0-08-053318-6.
  14. ^Ono, Hiroakira (2019-08-02).Proof Theory and Algebra in Logic.Springer. p. 5.ISBN978-981-13-7997-0.
  15. ^Bacon, Andrew (2023-09-29).A Philosophical Introduction to Higher-order Logics.Taylor & Francis. p. 424.ISBN978-1-000-92575-3.
  16. ^Eijck, Jan van (1991-02-26).Logics in AI: European Workshop JELIA '90, Amsterdam, The Netherlands, September 10-14, 1990. Proceedings.Springer Science & Business Media. p. 113.ISBN978-3-540-53686-4.
  17. ^Troelstra, A. S.; Schwichtenberg, H. (2000).Basic Proof Theory.Cambridge Tracts in Theoretical Computer Science (2 ed.). Cambridge: Cambridge University Press. p. 51.doi:10.1017/cbo9781139168717.ISBN978-0-521-77911-1.
  18. ^Ono, Hiroakira (2019-08-02).Proof Theory and Algebra in Logic.Springer. p. 5.ISBN978-981-13-7997-0.
  19. ^Gabbay, Dov M.; Guenthner, Franz (2013-03-14).Handbook of Philosophical Logic.Springer Science & Business Media. p. 201.ISBN978-94-017-0458-8.
  20. ^abcdeSmullyan, Raymond M. (2014-07-23).A Beginner's Guide to Mathematical Logic.Courier Corporation. pp. 102–103.ISBN978-0-486-49237-7.
  21. ^Franks, Curtis (2023),"Propositional Logic",in Zalta, Edward N.; Nodelman, Uri (eds.),The Stanford Encyclopedia of Philosophy(Fall 2023 ed.), Metaphysics Research Lab, Stanford University,retrieved2024-03-22
  22. ^abMendelsohn, Richard L. (2005-01-10).The Philosophy of Gottlob Frege.Cambridge University Press. p. 185.ISBN978-1-139-44403-3.
  23. ^abŁukasiewicz, Jan (1970).Jan Lukasiewicz: Selected Works.North-Holland. p. 136.
  24. ^abChurch, Alonzo (1996).Introduction to Mathematical Logic.Princeton University Press. p. 119.ISBN978-0-691-02906-1.
  25. ^abcd"Proof Explorer - Home Page - Metamath".us.metamath.org.Retrieved2024-07-02.
  26. ^abCook, Stephen A.; Reckhow, Robert A. (1979)."The relative efficiency of propositional proof systems".The Journal of Symbolic Logic.44(1): 39.doi:10.2307/2273702.ISSN0022-4812.
  27. ^Walicki, Michał (2017).Introduction to mathematical logic(Extended ed.). New Jersey: World Scientific. p. 126.ISBN978-981-4719-95-7.
  28. ^Pudlák, Pavel; Buss, Samuel R. (1995). Pacholski, Leszek; Tiuryn, Jerzy (eds.)."How to lie without being (easily) convicted and the lengths of proofs in propositional calculus".Computer Science Logic.Berlin, Heidelberg: Springer: 152.doi:10.1007/BFb0022253.ISBN978-3-540-49404-1.

References

[edit]
  • Curry, Haskell B.; Robert Feys (1958).Combinatory Logic Vol. I.Vol. 1. Amsterdam: North Holland.
  • Monk, J. Donald (1976).Mathematical Logic.Graduate Texts in Mathematics. Berlin, New York:Springer-Verlag.ISBN978-0-387-90170-1.
  • Ruzsa, Imre; Máté, András (1997).Bevezetés a modern logikába(in Hungarian). Budapest: Osiris Kiadó.
  • Tarski, Alfred (1990).Bizonyítás és igazság(in Hungarian). Budapest: Gondolat.It is a Hungarian translation ofAlfred Tarski's selected papers onsemantic theory of truth.
  • David Hilbert (1927) "The foundations of mathematics", translated by Stephan Bauer-Menglerberg and Dagfinn Føllesdal (pp. 464–479). in:
    • van Heijenoort, Jean (1967).From Frege to Gödel: A Source Book in Mathematical Logic, 1879–1931(3rd printing 1976 ed.). Cambridge MA: Harvard University Press.ISBN0-674-32449-8.
    • Hilbert's 1927, Based on an earlier 1925 "foundations" lecture (pp. 367–392), presents his 17 axioms—axioms of implication #1-4, axioms about & and V #5-10, axioms of negation #11-12, his logical ε-axiom #13, axioms of equality #14-15, and axioms of number #16-17—along with the other necessary elements of his Formalist "proof theory" —e.g. induction axioms, recursion axioms, etc; he also offers up a spirited defense against L.E.J. Brouwer's Intuitionism. Also see Hermann Weyl's (1927) comments and rebuttal (pp. 480–484), Paul Bernay's (1927) appendix to Hilbert's lecture (pp. 485–489) and Luitzen Egbertus Jan Brouwer's (1927) response (pp. 490–495)
  • Kleene, Stephen Cole (1952).Introduction to Metamathematics(10th impression with 1971 corrections ed.). Amsterdam NY: North Holland Publishing Company.ISBN0-7204-2103-9.
    • See in particular Chapter IV Formal System (pp. 69–85) wherein Kleene presents subchapters §16 Formal symbols, §17 Formation rules, §18 Free and bound variables (including substitution), §19 Transformation rules (e.g. modus ponens) -- and from these he presents 21 "postulates" —18 axioms and 3 "immediate-consequence" relations divided as follows: Postulates for the propostional calculus #1-8, Additional postulates for the predicate calculus #9-12, and Additional postulates for number theory #13-21.
[edit]