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.
Addition of natural numbers
Definition
Addition is defined by recursion on the second argument: for each fixed ,
Remarks
This is a definition by recursion, and it requires justification: it does not directly say what is, but pins down and reduces to . The recursion theorem (The recursion theorem) guarantees that for each there is exactly one function obeying these two equations, so is a well-defined total binary operation (Addition is a well-defined total operation).
Taking gives . The equation with gives , so : the successor is "add one", recovering the familiar reading of the Peano successor. The basic laws (commutativity, associativity, cancellation, and the left identity ) are not built in and must be proved by induction (Left identity for addition, Addition is commutative, Addition is associative, Addition is cancellative).
Depends on
Used by
- If V = bigoplus_i<n Uᵢ with every Uᵢ finite-dimensional, then V is finite-dimensional and dim_F V = ∑_i<n dim_F Uᵢ; in particular dim_F(U ⊕ W) = dim_F U + dim_F W Corollary
- Multiplication is a well-defined total operation Corollary
- (ℕ, ≤) has no maximal element: Zorn's chain hypothesis fails Counterexample
- A commutative monoid in which cancellation holds need not be a group: (ℕ, +) Counterexample
- A progressive map with no fixed point, on a poset that is not chain-complete Counterexample
- Three distinct lines U₀, U₁, U₂ in F² have dim_F(U₀+U₁+U₂) = 2 while the inclusion-exclusion analogue of the dimension formula predicts 3, so the two-subspace formula does not extend Counterexample
- Arithmetic on the integers Definition
- Exponentiation of natural numbers, mⁿ, and its agreement with the integer power in ℝ Definition
- Finite sums and finite products of natural numbers, ∑_k<n aₖ and ∏_k<n aₖ in ℕ Definition
- Finite sums and finite products, by recursion Definition
- Multiplication of natural numbers Definition
- Order on the natural numbers Definition
- The integers as equivalence classes of pairs of naturals Definition
- The p-adic valuation vₚ(a) of a nonzero integer: the greatest k ∈ ℕ with pᵏ ∣ a Definition
- 1+1=2 from the recursion Example
- 2+2=4 from the recursion Example
- Consecutive Fibonacci numbers are coprime, and for every m ∈ ℕ the Euclidean algorithm on (Fₘ₊₃, Fₘ₊₂) takes exactly m+1 divisions, with quotient 1 in the first m of them and quotient 2 in the last Example
- For every n ∈ ℕ there are n consecutive composite integers: with N := ∏_j<n(j+2), each of N+2, …, N+n+1 is composite Example
- The 2-adic absolute value gives an ultrametric on ℚ, in which every triangle is isosceles and every point of a ball is a centre Example
- The subsets of ℕ containing a tail form the Fréchet filter, and it is proper and not an ultrafilter Example
- ℤ is an integral domain of characteristic 0 whose group of units is {1,-1}, so it is not a field: 2 is nonzero and not invertible Example
- FALSE: every bounded sequence converges False statement
- FALSE: every Fermat number 2^2ⁿ + 1 is prime False statement
- FALSE: In every commutative ring, each nonzero element is either a unit or a zero divisor False statement
- A strictly increasing index map satisfies nₖ ≥ k Lemma
- Addition is associative Lemma
- Addition is cancellative Lemma
- Addition is commutative Lemma
- Convergence depends only on the tail Lemma
- Discreteness: σ(n) is the immediate successor Lemma
- Distributivity and the successor law for multiplication Lemma
- Every natural-number-indexed list of nonempty sets has a choice function on its family of values Lemma
- Every nonempty finite set of reals has a maximum and a minimum Lemma
- Exponent laws in a group: gᵐ⁺ⁿ = gᵐgⁿ and (gᵐ)ⁿ = gᵐⁿ for all m, n ∈ ℤ, and (gh)ⁿ = gⁿhⁿ **when g and h commute** Lemma
- Extending a basis of the kernel to a basis of the domain gives a basis of the image Lemma
- For a prime p and a nonzero integer a: p^vₚ(a) ∣ a and p^vₚ(a)+1 ∤ a; pᵏ ∣ a holds exactly for k ≤ vₚ(a); vₚ(a) ≥ 1 exactly when p ∣ a; vₚ(1) = vₚ(-1) = 0; and vₚ(p) = 1 Lemma
- For positive integers a and b: a ∣ b if and only if vₚ(a) ≤ vₚ(b) for every prime p Lemma
- In a field, the additive multiple n · 1_F is the canonical natural ι(n): the additive power of the group-power definition and the canonical natural are the same function, both being the unique one given by the recursion ι(0) = 0_F, ι(σ(n)) = ι(n) + 1_F Lemma
- Laws of finite sums and products in ℕ, and ι(∑_k<n aₖ) = ∑_k<n ι(aₖ) Lemma
- Left identity for addition Lemma
…and 23 more results.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 18 results over 10 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- T. Tao, Analysis I, 3rd ed., §2.2 (Addition) (standard reference, not scraped)
- Peano axioms (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU lecture notes) (standard reference, not scraped)
- W. Aitken, MATH 378 Ch. 1: The Peano Axioms (CSU San Marcos) (standard reference, not scraped)