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.
A nonempty set of integers bounded above has a greatest element, and a nonempty set of integers bounded below has a least element
Statement
Let be nonempty. Call an upper bound for when for every , and a lower bound when for every ; call a greatest element of when and for every , and a least element when and for every .
If has an upper bound, it has a greatest element. If has a lower bound, it has a least element. In each case the element is unique.
Facts & Assumptions
Given: A nonempty , and the embedding , , of The naturals embed in the integers.
is a commutative ring: addition is associative and commutative, , and every has an additive inverse , with ; we write for (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).
The order on is total, antisymmetric and transitive, and is compatible with addition: implies (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, so every is for a unique (The naturals embed in the integers, The natural numbers (von Neumann)).
Every nonempty subset of has a least element (The well-ordering principle, Order on the natural numbers).
Proof
Suppose is an upper bound for . For every we have , and adding gives ; so is nonnegative and therefore equals for a unique .
Now suppose instead that is a lower bound for , and put , a nonempty subset of . For , adding to gives , so is an upper bound for .
Put . It is nonempty: choosing and the of step 1.1 with , we get , so .
By well-ordering let be the least element of , and put , so that .
Let . By step 1.1 there is with , and then , so and hence .
Applying , which preserves the order, gives ; adding to this inequality gives .
So and for every : is a greatest element of . If were another one, then and , so by antisymmetry.
By the first part has a greatest element, which has the form with ; then for every we have , and adding gives . So is a least element of , and it is unique by antisymmetry as in step 6.1.
Remarks
-
Why this has to be proved rather than quoted. The well-ordering principle (The well-ordering principle) gives a least element of a nonempty set of naturals. What the greatest common divisor needs is a greatest element of a set of integers bounded above, and neither the direction nor the ambient set matches. The bridge is the reflection , which turns "large elements of below " into "small naturals".
-
Both hypotheses are needed. itself is nonempty and has no greatest element, and is bounded above by every integer and has no greatest element because it has no element at all. The first of these is exactly what makes the common divisors of have no greatest element (The common divisors of are all of and have no greatest element in the order of , so cannot be defined as a maximum and is fixed by convention ↗).
Depends on
- The integers as equivalence classes of pairs of naturals
- Arithmetic on the integers
- Order on the integers
- The integers form a commutative ring
- The integers form a totally ordered ring
- The naturals embed in the integers
- The well-ordering principle
- The natural numbers $\mathbb{N}$ (von Neumann)
- Order on the natural numbers
Used by
- The common divisors of (0,0) are all of ℤ and have no greatest element in the order of ℤ, so gcd(0,0) cannot be defined as a maximum and is fixed by convention Counterexample
- Common divisor, and the greatest common divisor gcd(a,b), with the convention gcd(0,0) := 0 Definition
- The p-adic valuation vₚ(a) of a nonzero integer: the greatest k ∈ ℕ with pᵏ ∣ a Definition
- Every integer n > 1 has a prime divisor; indeed the least divisor of n that exceeds 1 is prime Lemma
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 47 results over 18 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
- Well-ordering principle (Wikipedia) (standard reference, not scraped)
- Sets of integers bounded above have a largest element (Millersville University number theory notes) (standard reference, not scraped)