Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-25
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Inductive set

Definition

Working in ZFC, for a set x write x+:=x∪{x} for its successor (a set, by the axioms of Pairing and Union, The Axiom of Pairing: ∀x ∀y ∃z ∀t (t∈z↔(t=x∨t=y)) and The Axiom of Union: ∀x ∃y ∀z (z∈y↔∃s (s∈x∧z∈s))). A set I is inductive when

∅∈Iand(x∈I  ⟹  x+∈I) for every x.

That is, I contains the empty set and is closed under the successor operation.

Remarks

The Axiom of Infinity (The Axiom of Infinity: there is a set containing a set with no elements and closed under y↦y∪{y}) is precisely the assertion that an inductive set exists. Inductive sets can be large and are far from unique (if I is inductive so is I∪{anything} once closed off), so an inductive set is not yet a good definition of N. The natural numbers are carved out as the smallest inductive set, the intersection of all of them (The natural numbers exist: a smallest inductive set, The natural numbers N (von Neumann)); minimality is what delivers the induction principle.

Here 0:=∅ and the successor of n is σ(n):=n+=n∪{n}, so 1={0}, 2={0,1}, 3={0,1,2}: each natural number is the set of all smaller natural numbers.

Depends on

Used by

Dependency tree · two levels

5 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources