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.
Multiplication of natural numbers
Definition
Multiplication is defined by recursion on the second argument, using addition (Addition of natural numbers): for each fixed ,
We write for when no confusion arises.
Remarks
As with addition, this is a recursion and is legitimate by the recursion theorem (The recursion theorem): for each the map is the unique function with and , so is a well-defined total operation (Multiplication is a well-defined total operation).
The base clause builds in absorption on the right; that on the left, and , are proved by induction (Zero and one under multiplication). Multiplication distributes over addition (Distributivity and the successor law for multiplication) and is associative and commutative (Multiplication is associative, Multiplication is commutative); with The natural numbers have no zero divisors and Cancellation for multiplication by a nonzero factor this makes a commutative semiring in which cancellation holds.
Depends on
Used by
- 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
- lceil m/n rceil for naturals m and n ≥ 1: the least q ∈ ℕ with m ≤ n q Definition
- The factorial n! and the falling factorial n^underlinek, defined by recursion in ℕ Definition
- Distributing a finite set over a finite set of boxes, with the ceiling bound computed and attained Example
- FALSE: every list of mn pairwise distinct reals has a strictly increasing sublist of length m+1 or a strictly decreasing sublist of length n+1 False statement
- Cancellation for multiplication by a nonzero factor Lemma
- Distributivity and the successor law for multiplication Lemma
- Laws of finite sums and products in ℕ, and ι(∑_k<n aₖ) = ∑_k<n ι(aₖ) Lemma
- Multiplication is associative Lemma
- Multiplication is commutative Lemma
- Order is compatible with multiplication Lemma
- The natural numbers have no zero divisors Lemma
- Zero and one under multiplication Lemma
- A finite set with n elements has exactly binomn2 two-element subsets, and 2binomn2 = n(n-1) Theorem
- For all m and n there is a list of mn pairwise distinct reals with no strictly increasing sublist of length m+1 and no strictly decreasing sublist of length n+1 Theorem
- ℕ × ℕ ≈ ℕ Theorem
- On ω the ordinal + and · are the Peano operations: ω is closed under ordinal +, · and exponentiation, and for naturals m, n the ordinal m + n and m · n are the natural-number sum and product Theorem
- The product rule: | A × B| = | A| | B|, and |∏_i<m Aᵢ| = ∏_i<m| Aᵢ| Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 20 results over 12 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.3 (Multiplication) (standard reference, not scraped)
- Peano axioms (Wikipedia) (standard reference, not scraped)
- B. Kaya, MATH 320 Set Theory (METU lecture notes) (standard reference, not scraped)
- Mathematics 144: Set Theory (UC Riverside lecture notes) (standard reference, not scraped)
- W. Aitken, MATH 378 Ch. 1: The Peano Axioms (CSU San Marcos) (standard reference, not scraped)