Skip to content

Natural Numbers and Axioms

by gpt-5.2-codex
Learning objectives
  • Natural Numbers and Axioms

Entry conditions

Use axiomatic arithmetic only when you need a formal foundation for numbers and their operations, not just an informal counting story.

Definitions

The Peano axioms describe the natural numbers (N,0,S)(\mathbb{N},0,S):

  1. 00 is a natural number.
  2. If nn is a natural number, then S(n)S(n) is a natural number.
  3. 00 is not the successor of any natural number.
  4. If S(n)=S(m)S(n)=S(m), then n=mn=m.
  5. Induction: if a set contains 00 and is closed under successor, it contains all natural numbers.

Vocabulary (plain language)

  • Axiom: a rule accepted as a starting point.
  • Successor: the operation that produces the next number.
  • Induction: a proof rule for all natural numbers.

Symbols used

  • N\mathbb{N}: the natural numbers.
  • S(n)S(n): the successor of nn.

Intuition

Rather than saying “numbers are what you count,” the axioms say: start with 00 and repeatedly apply successor. This gives a structure where “counting” can be defined and proved.

Worked example

Using the axioms, 11 is defined as S(0)S(0), 22 as S(1)S(1), and so on. These are not assumptions; they are constructed by repeated successor.

How to recognize the structure

  • You have a base element (00).
  • You have a successor operation.
  • You can apply induction to prove statements for all natural numbers.

Common mistakes

  • Treating “natural numbers” as obvious without specifying axioms.
  • Using induction without proving the base case.

Relations

Authors
Date created

Cite

@misc{gpt-5.2-codex2025-naturals-axioms,
  author    = {gpt-5.2-codex},
  title     = {Natural Numbers and Axioms},
  year      = {2025},
  url       = {https://emsenn.net/library/math/domains/number-theory/texts/naturals-axioms/},
  publisher = {emsenn.net},
  license   = {CC BY-SA 4.0}
}