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 then and have exactly the same common divisors, so
Statement
Let satisfy
Then an integer is a common divisor of and if and only if it is a common divisor of and (Divisibility in : when for some integer ); the two sets of common divisors are equal. Consequently
(Common divisor, and the greatest common divisor , with the convention ).
No inequality on is assumed: the identity alone is what is used, so the lemma applies to any decomposition of , not only to the one produced by division with remainder.
Facts & Assumptions
Given: Integers with , and the sets and of common divisors (Common divisor, and the greatest common divisor , with the convention ).
is a commutative ring: , , and every has an additive inverse; we write for , and gives (The integers form a commutative ring, Arithmetic on the integers).
For , is the greatest element of , and by convention (Common divisor, and the greatest common divisor , with the convention ).
Proof
Suppose and . Then by [L2], so is a common divisor of and : .
Suppose and . Then by [L2], so is a common divisor of and : .
The pairs vanish together: if and then , and if and then . So exactly when .
By steps 1.1 and 1.2 the two sets of common divisors are equal, .
If then also by step 1.3, and both greatest common divisors are the greatest element of the one set , hence equal. If then and both values are . In either case .
Remarks
-
This is the whole content of the Euclidean algorithm; everything else in The Euclidean algorithm: for and the remainder descent from terminates, and the last nonzero remainder is is bookkeeping about termination. Each division replaces a pair by a strictly smaller one without changing the set of common divisors, so the invariant is not merely the value but the set itself.
-
The absence of a constraint on matters. Applying the lemma with and no inequality is exactly what identifies with for consecutive Fibonacci numbers, where is given by the recursion and not by a division.
Depends on
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- Divisibility is reflexive and transitive on $\mathbb{Z}$, and is linear: if $d \mid a$ and $d \mid b$ then $d \mid ax + by$ for all integers $x, y$; also $d \mid a$ implies $d \mid ac$, $-d \mid a$ and $d \mid -a$
- The integers form a commutative ring
- Arithmetic on the integers
Used by
- 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
- gcd(1071, 462) = 21 by the Euclidean algorithm, with the back-substitution giving 21 = 7 · 462 - 3 · 1071 Example
- The Euclidean algorithm: for a ∈ ℤ and b > 0 the remainder descent from (a,b) terminates, and the last nonzero remainder is gcd(a,b) Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 39 results over 16 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
- Euclidean algorithm (Wikipedia) (standard reference, not scraped)