Jump to content

Successor function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jochen Burghardt (talk | contribs) at 08:50, 18 July 2019 (Overview: suggest to give full computation for 5+2; suggest to mention "types", to make more clear that J.v.N. implements numbers by sets; grammar). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, the successor function or successor operation sends a natural number to the next one. The successor function is denoted by S, so S(n) = n+1. For example, S(1) = 2 and S(2) = 3. The successor function is one of the basic components to build a primitive recursive function from.

Successor operations are also known as zeration in the context of a zeroth hyperoperation: H0(a, b) = 1 + b. In this context, the extension of zeration is addition, which is defined as repeated succession.

Overview

The successor function is part of the language used to state the Peano axioms, which formalise the structure of the natural numbers. In this formalisation, the successor function is a primitive operation on the natural numbers in terms of which the standard natural numbers and addition is defined. For example, 1 is defined to be S(0), and addition on natural numbers is defined recursively by:

m + 0 = m
m + S(n) = S(m + n)

This can be used to compute addition of any two natural numbers. For example, 5 + 2 = 5 + S(1) = S(5 + 1) = S(5 + S(0)) = S(S(5 + 0)) = S(S(5)) = S(6) = 7.

Several constructions of the set of natural numbers within set theory have been proposed. For example, John von Neumann constructs the number 0 as the empty set {}, and the successor number S(n) as the set n ∪ { n }. The axiom of infinity then guarantees the existence of a set that contains 0 and is closed with respect to S. The smallest such set is denoted by ℕ, and its members are called natural numbers.[1]

The successor function is the level-0 foundation of the infinite Grzegorczyk hierarchy of hyperoperations, used to build addition, multiplication, exponentiation, tetration, etc.. It was studied in 1986 in an investigation involving generalization of the pattern for hyperoperations.[2]

It is also one of the primitive functions used in the characterization of computability by recursive functions.

See also

References

  1. ^ Halmos, Chapter 11
  2. ^ Rubtsov, C.A.; Romerio, G.F. (2004). "Ackermann's Function and New Arithmetical Operations" (PDF).
  • Paul R. Halmos (1968). Naive Set Theory. Nostrand.