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.
If and then and ; hence the set of divisors of a nonzero integer is bounded above by
Statement
Let with (Divisibility in : when for some integer ) and . Then and
Consequently, for the set of divisors of is bounded above by : every divisor of satisfies .
Facts & Assumptions
Given: Integers and with for some and ; and the embedding , , of The naturals embed in the integers.
is a commutative ring: addition and multiplication are associative and commutative, , , , multiplication distributes over addition, and every has an additive inverse ; we write for (The integers form a commutative ring, Arithmetic on the integers).
The order on is total, antisymmetric and transitive, is compatible with addition, and positives are closed under multiplication; means together with (The integers form a totally ordered ring, Order on the integers).
is injective, preserves addition, multiplication and order, and its image is exactly the set of nonnegative integers; and (The naturals embed in the integers, The integers as equivalence classes of pairs of naturals).
On : if and only if (Discreteness: is the immediate successor); (The natural numbers (von Neumann)); and for every , since (Order on the natural numbers).
; exactly when ; ; and (Absolute value in : ; exactly when ; ; ; ; and exactly when , The absolute value of an integer).
means for some (Divisibility in : when for some integer ).
Proof
Write . If then , and if then ; both contradict , so and .
If and then : if or then , and otherwise and , so because positives are closed under multiplication.
Discreteness of : if then . Indeed , so for some ; because ; hence in , so , and applying , which preserves the order, gives .
, and because and , the latter since .
Hence , so by compatibility of the order with addition.
Since and , the product is nonnegative, and it equals by distributivity; adding gives .
Finally, every divisor of satisfies and , hence by transitivity: is an upper bound for the set of divisors of .
Remarks
-
There is no excluded case at . The hypothesis is , and the conclusion derives rather than assuming it: forces (Divisibility in : when for some integer ), so a zero divisor simply cannot occur under this hypothesis. The statement is therefore not vacuous anywhere, and it is not silently excluding a case.
-
The hypothesis cannot be dropped. Every integer divides , so the divisors of are all of and are bounded neither above nor below. This is exactly why the greatest common divisor of has to be fixed by a convention rather than by a maximum (Common divisor, and the greatest common divisor , with the convention ).
Depends on
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- The absolute value $|a|$ of an integer
- Absolute value in $\mathbb{Z}$: $|a| \ge 0$; $|a| = 0$ exactly when $a = 0$; $|-a| = |a|$; $|ab| = |a|\,|b|$; $-|a| \le a \le |a|$; and $|a| \le c$ exactly when $-c \le a \le c$
- Order on the integers
- The integers form a commutative ring
- The integers form a totally ordered ring
- The naturals embed in the integers
- Discreteness: $\sigma(n)$ is the immediate successor
- The natural numbers $\mathbb{N}$ (von Neumann)
- Order on the natural numbers
- The integers as equivalence classes of pairs of naturals
- Arithmetic on the integers
Used by
- If 1 were admitted as a prime, uniqueness would fail: 6 = 2 · 3 = 1 · 2 · 3 = 1 · 1 · 2 · 3, lists of different lengths that no permutation matches Counterexample
- In the multiplicative monoid H = {1, 4, 7, 10, …} of positive integers one more than a multiple of 3, the element 100 has two genuinely different factorisations into irreducibles, 4 · 25 and 10 · 10 Counterexample
- Common divisor, and the greatest common divisor gcd(a,b), with the convention gcd(0,0) := 0 Definition
- Prime and composite integers: p is prime when p > 1 and its only positive divisors are 1 and p Definition
- The divisibility poset of positive integers Definition
- The p-adic valuation vₚ(a) of a nonzero integer: the greatest k ∈ ℕ with pᵏ ∣ a Definition
- 2 is prime, and it is the only even prime: every even integer n > 2 is composite Example
- 360 = 2³ · 3² · 5 and 84 = 2² · 3 · 7, with gcd(360,84) = 12 and lcm(360,84) = 2520 read off the exponents Example
- Eisenstein proves xⁿ-2 irreducible over ℚ for every positive n Example
- Reduction modulo 2 proves x³+17x+391 irreducible over ℚ Example
- The polynomial x²-2 is irreducible over ℚ Example
- (ℤ, ·, 1) is a commutative monoid whose group of units is {1, -1}; equivalently u ∣ 1 holds exactly for u = 1 and u = -1 Lemma
- Every integer n > 1 has a prime divisor; indeed the least divisor of n that exceeds 1 is prime Lemma
- For integers a and b the following are equivalent: a ∣ b and b ∣ a; b = ua for a unit u; |a| = |b|. Being associates is an equivalence relation whose class of a is {a, -a} Lemma
- gcd is symmetric and unchanged by signs: gcd(a,b) = gcd(b,a) = gcd(|a|,|b|); moreover gcd(a,0) = |a|, gcd(a,1) = 1, gcd(a,a) = |a|, and gcd(a,b) ≥ 1 unless a = b = 0 Lemma
- gcd(ca, cb) = |c| gcd(a,b) for all integers a, b, c, the identity holding at c = 0 and at (a,b) = (0,0) as well Lemma
- The divisibility poset is lower-finite, and each divisor interval factorises as a product of finite chains of prime exponents Lemma
- Bézout's identity: for integers a, b not both zero, gcd(a,b) is the least positive element of { ax + by : x, y ∈ ℤ }; in particular ax + by = gcd(a,b) has an integer solution Theorem
- Every common multiple of a and b is a multiple of lcm(a,b), and gcd(a,b) · lcm(a,b) = |ab| Theorem
- For every positive integer n, ∑_d∣ n, d>0φ(d)=n Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 51 results over 20 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
- Divisor (Wikipedia) (standard reference, not scraped)