Q0 (mathematical logic)

(Redirected from Q zero)

Q0 is Peter Andrews' formulation of the simply-typed lambda calculus, and provides a foundation for mathematics comparable to first-order logic plus set theory. It is a form of higher-order logic and closely related to the logics of the HOL theorem prover family.

The theorem proving systems TPS and ETPS are based on Q0. In August 2009, TPS won the first-ever competition among higher-order theorem proving systems.[1]

Axioms of Q0 edit

The system has just five axioms, which can be stated as:

    

    

    

    

   ℩ 

(Axioms 2, 3, and 4 are axiom schemas—families of similar axioms. Instances of Axiom 2 and Axiom 3 vary only by the types of variables and constants, but instances of Axiom 4 can have any expression replacing A and B.)

The subscripted "o" is the type symbol for boolean values, and subscripted "i" is the type symbol for individual (non-boolean) values. Sequences of these represent types of functions, and can include parentheses to distinguish different function types. Subscripted Greek letters such as α and β are syntactic variables for type symbols. Bold capital letters such as A, B, and C are syntactic variables for WFFs, and bold lower case letters such as x, y are syntactic variables for variables. S indicates syntactic substitution at all free occurrences.

The only primitive constants are Q((oα)α), denoting equality of members of each type α, and (i(oi)), denoting a description operator for individuals, the unique element of a set containing exactly one individual. The symbols λ and brackets ("[" and "]") are syntax of the language. All other symbols are abbreviations for terms containing these, including quantifiers ∀ and ∃.

In Axiom 4, x must be free for A in B, meaning that the substitution does not cause any occurrences of free variables of A to become bound in the result of the substitution.

About the axioms edit

  • Axiom 1 expresses the idea that T and F are the only boolean values.
  • Axiom schemas 2α and 3αβ express fundamental properties of functions.
  • Axiom schema 4 defines the nature of λ notation.
  • Axiom 5 says that the selection operator is the inverse of the equality function on individuals. (Given one argument, Q maps that individual to the set/predicate containing the individual. In Q0, x = y is an abbreviation for Qxy, which is an abbreviation for (Qx)y.) This operator is also known as the definite description operator.

In Andrews 2002, Axiom 4 is developed in five subparts that break down the process of substitution. The axiom as given here is discussed as an alternative and proved from the subparts.

Extensions of the logical core edit

Andrews extends this logic with definitions of selection operators for collections of all types, so that

   ℩ 

is a theorem (number 5309). In other words, all types have a definite description operator. This is a conservative extension, so the extended system is consistent if the core is consistent.

He also presents an additional Axiom 6, which states that there are infinitely many individuals, along with equivalent alternative axioms of infinity.

Unlike many other formulations of type theory and proof assistants based on type theory, Q0 does not provide for base types other than o and i, so the finite cardinal numbers for example are constructed as collections of individuals obeying the usual Peano postulates rather than a type in the sense of simple type theory.

Inference in Q0 edit

Q0 has a single rule of inference.

Rule R. From C and Aα = Bα to infer the result of replacing one occurrence of Aα in C by an occurrence of Bα, provided that the occurrence of Aα in C is not (an occurrence of a variable) immediately preceded by λ.

Derived rule of inference R′ enables reasoning from a set of hypotheses H.

Rule R′. If HAα = Bα, and HC, and D is obtained from C by replacing one occurrence of Aα by an occurrence of Bα, then HD, provided that:

  • The occurrence of Aα in C is not an occurrence of a variable immediately preceded by λ, and
  • no variable free in Aα = Bα and a member of H is bound in C at the replaced occurrence of Aα.

Note: The restriction on replacement of Aα by Bα in C ensures that any variable free in both a hypothesis and Aα = Bα continues to be constrained to have the same value in both after the replacement is done.

The Deduction Theorem for Q0 shows that proofs from hypotheses using Rule R′ can be converted into proofs without hypotheses and using Rule R.

Unlike some similar systems, inference in Q0 replaces a subexpression at any depth within a WFF with an equal expression. So for example given axioms:

1. ∃x Px
2. Px ⊃ Qx

and the fact that A ⊃ B ≡ (A ≡ A ∧ B), we can proceed without removing the quantifier:

3. Px ≡ (Px ∧ Qx)   instantiating for A and B
4. ∃x (Px ∧ Qx)   rule R substituting into line 1 using line 3.

Notes edit

References edit

  • Andrews, Peter B. (2002). An Introduction to Mathematical Logic and Type Theory: To Truth Through Proof (2nd ed.). Dordrecht, The Netherlands: Kluwer Academic Publishers. ISBN 1-4020-0763-9. See also [1]
  • Church, Alonzo (1940). "A Formulation of the Simple Theory of Types" (PDF). Journal of Symbolic Logic. 5 (2): 56–58. doi:10.2307/2266170. JSTOR 2266170. S2CID 15889861. Archived from the original (PDF) on 2019-01-12.

Further reading edit