nLab
second-order arithmetic

Context

Type theory

natural deduction metalanguage, practical foundations

  1. type formation rule
  2. term introduction rule
  3. term elimination rule
  4. computation rule

type theory (dependent, intensional, observational type theory, homotopy type theory)

syntax object language

computational trinitarianism = propositions as types +programs as proofs +relation type theory/category theory

logiccategory theorytype theory
trueterminal object/(-2)-truncated objecth-level 0-type/unit type
falseinitial objectempty type
proposition(-1)-truncated objecth-level 1-type/h-prop
proofgeneralized elementprogram
conjunctionproductproduct type
disjunctioncoproduct ((-1)-truncation of)sum type (bracket type of)
implicationinternal homfunction type
negationinternal hom into initial objectfunction type into empty type
universal quantificationdependent productdependent product type
existential quantificationdependent sum ((-1)-truncation of)dependent sum type (bracket type of)
equivalencepath space objectidentity type
equivalence classquotientquotient type
inductioncolimitinductive type, W-type, M-type
higher inductionhigher colimithigher inductive type
completely presented setdiscrete object/0-truncated objecth-level 2-type/preset/h-set
setinternal 0-groupoidBishop set/setoid
universeobject classifiertype of types
modalityclosure operator monadmodal type theory, monad (in computer science)

homotopy levels

semantics

Foundations

Contents

Idea

Second-order arithmetic is a theory dealing with natural numbers and, what makes it “second-order”, sets of natural numbers1. SOA, or Z 2 as it is often denoted, is proof-theoretically weak in comparison with ZFC, but still strong enough to derive “almost all of undergraduate mathematics” (Friedman).

Definition

The language of SOA consists of two sorts, here denoted N and PN, together with

  • A constant 0 of type N,

  • An unary function symbol s:NN,

  • Binary function symbols +,:N×NN,

  • A binary relation symbol < of type N×N.

  • A binary relation symbol of type N×PN.

The axioms of SOA may be divided into two parts: the first part comprises the “first-order axioms” that deal only with the sort N, and defines which is known as Robinson arithmetic. The second part comprises induction and comprehension schemes that involve the symbol .

“First-order” axioms

Omitting the sort PN and the symbol from the language, the axioms in this section give Robinson arithmetic. The logic throughout is standard first-order (predicate) logic with equality.

For all the formulas in this section, it is tacitly understood that there are universal quantifiers at the heads of formulas, binding all variables which appear freely.

  1. s(m)=0.

  2. s(m)=s(n)m=n.

  3. (0=n)( ms(m)=n).

  4. m+0=m.

  5. m+s(n)=s(m+n).

  6. m0=0.

  7. ms(n)=(mn)+m].

  8. m<0.

  9. m<s(n)((m<n)(m=n)).

  10. (0=n)(0<n).

  11. ((s(m)<n)(s(m)=n))m<n.

“Second-order” axioms

Note: according to convention, lower-case letters refer to terms of type N, and upper-case letters to terms of type PN.

  1. Comprehension scheme: for any formula φ in the language of SOA with free variables m=m 1,,m j and X=X 1,,X k,

    mXZn(nZφ(n))\forall \vec{m} \forall \vec{X} \exists Z \forall n (n\in Z \leftrightarrow \varphi(n))

    provided that the variable Z does not appear in φ.

  2. Full induction scheme: for φ any formula with a free variable n and possible remaining free variables m=m 1,,m j and X=X 1,,X k,

    mX((φ(0)n(φ(n)φ(s(n)))nφ(n))\forall \vec{m} \forall \vec{X} ((\varphi(0) \wedge \forall n (\varphi(n) \rightarrow \varphi(s(n))) \rightarrow \forall n \varphi(n))

The instance in the full induction scheme where φ is the formula nX is called simply the induction axiom. The induction axiom together with the comprehension scheme implies the full induction scheme.

Subsystems of SOA

The theory described above gives full second-order arithmetic. However, in reverse mathematics?, one often studies subsystems of weaker proof-theoretic strength than SOA, by limiting in some way the comprehension scheme (often also beefing up the single induction axiom with more instances of the induction scheme, to offset the weakening). The main examples are given in Wikipedia; a standard reference is Simpson.

References

  • Wikipedia Second order arithmetic

  • Harvey Friedman’s Home Page

  • Stephen G. Simpson, Subsystems of second order arithmetic, Perspectives in Logic (2nd ed.), Cambridge University Press (2009).


  1. The logic that governs the language and theory of Z 2 is ordinary (first-order) predicate logic. The “second-order” aspect is really in the models, where one interprets the symbol as membership in a background set theory, i.e., terms of type PN are interpreted as subsets of the set that interprets the type N, and an extensionality axiom is in force. A full model is where PN is interpreted as the full power set of N. When one sees absoluteness assertions such as “there is only one (full) model of SOA up to isomorphism,” it should be clear that this is meant with regard to a given background set theory. Cf. the fact that while there is, up to isomorphism, at most one natural numbers object in a given topos, the set of global elements Γ() might contain “non-standard elements” as viewed against the background Set.

Revised on September 6, 2012 20:38:04 by Toby Bartels (98.23.143.147)