[1]: successor function (successor operation) S nn + 1 : S(n)  n+ 1 (n)S(1) = 2  S(2) = 3 0 H0(a, b)  1 + b("zer­ation")[1] 

概要

編集

後者関数は、ペアノの公理にて自然数を定義するために使用される。つまり、0以上の自然数は加法ではなく、後者関数を使って定義されている。例えば1は S(0) と定義され、自然数の加算は次の様に再帰的に定義される。

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

 5 + 2 = 5 + S(1) = S(5) + 1 = 6 + 1 = 6 + S(0) = S(6) + 0 = 7 + 0 = 7 

 0  {}  S(x)  x {x} 

0 S    [2]

使使1

関連項目

編集

注釈

編集
  1. ^ "zer(oth)-" + "-ation"

出典

編集
  1. ^ 再帰的関数論” (pdf). 京都大学数理解析研究所. p. 6. 2017年11月27日閲覧。
  2. ^ Halmos 1968, Chapter 11.

参考文献

編集
  • Halmos, Paul R. (1968). Naive Set Theory. University series in undergraduate mathematics. Van Nostrand Reinhold 

外部リンク

編集
  • successor in nLab
  • Weisstein, Eric W. "Successor". mathworld.wolfram.com (英語).
  • successor - PlanetMath.(英語)
  • Definition:Successor at ProofWiki / Definition:Successor Mapping at ProofWiki
  • Mints, G.E. (2001), “Peano axioms”, in Hazewinkel, Michiel, Encyclopedia of Mathematics, Springer, ISBN 978-1-55608-010-4, https://www.encyclopediaofmath.org/index.php?title=Peano_axioms