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.
Consecutive Fibonacci numbers are coprime, and for every the Euclidean algorithm on takes exactly divisions, with quotient in the first of them and quotient in the last
Example
The sequence. Write for and for (Addition of natural numbers). By the recursion theorem (The recursion theorem) applied to the set , the element and the function , there is exactly one with and whenever . Define to be the first coordinate of . Then for every , so
and the sequence begins . The indexing starts at , and the statements below depend on that choice.
Coprimality. For every ,
so consecutive Fibonacci numbers are coprime (Coprime integers: ).
The division count. For let be the remainder descent of The Euclidean algorithm: for and the remainder descent from terminates, and the last nonzero remainder is from , which is legitimate because , and for below the terminating index let be the quotient used at step , so that with . Then
Equivalently, on with the algorithm performs exactly divisions. At the pair is , there is a single division , and the list of quotients equal to is empty.
What is not claimed. Nothing here says these pairs are the worst case for their size; that is Lamé's theorem, and no bound on the number of divisions in terms of the size of the inputs is available at this point in the reading order.
Facts & Assumptions
Given: The sequence described above, with , and .
is a commutative ring; its order is total, antisymmetric and transitive and is compatible with addition; positives are closed under multiplication; means together with (The integers form a commutative ring, Arithmetic on the integers, The integers form a totally ordered ring, Order on the integers, The integers as equivalence classes of pairs of naturals).
For a set , an and there is exactly one with and (The recursion theorem).
is injective, preserves order, and has image the nonnegative integers (The naturals embed in the integers); hence in implies , since with , so by the discreteness of [L2] and order preservation gives (Discreteness: is the immediate successor).
For and there is exactly one pair with and (Division with remainder in : for and there are unique with and ).
The descent of The Euclidean algorithm: for and the remainder descent from terminates, and the last nonzero remainder is from with satisfies and whenever , with the quotient of by ; it is the unique such sequence, and is the least index with .
and are coprime exactly when (Coprime integers: ).
Verification
for every , by induction: it holds at since , and if then , whose first coordinate is , so the second is by definition of as the first coordinate one step later. Hence .
Induction hypothesis: fix and assume that the descent from terminates at index with quotients for and .
For every : and . By induction, at this is and ; and if it holds at then and , using compatibility of the order with addition.
Coprimality. By induction on : at , by [L7]. If , then and [L6] give . So for every , and consecutive Fibonacci numbers are coprime.
Base case of the division count, . Here and , so the descent starts at with . Dividing, with forces , since would give by [L4]; hence and . So , the single quotient is , and there is no index .
For every : , and . The first two are step 2.1; and with gives .
Inductive step. Consider the descent from ; it is legitimate since by step 3.1. Its first division is , and by step 3.1, so by the uniqueness in [L5] the quotient is and .
The shifted sequence starts at and obeys the same recursion as , hence, by the uniqueness in [L3], equals the descent from . Therefore its terminating index is by step 1.2, so terminates at index ; and its quotients are followed by the quotients of step 1.2, that is repeated times and then . This is the claim at .
By induction the division count holds for every : the descent from takes exactly divisions, with quotient in the first and quotient in the last; together with step 2.2 this is the whole example.
Remarks
-
The last quotient is , not , and the reason is the repeated value . The chain of quotient- divisions is a valid division only while , which fails exactly at . The descent therefore ends at the pair with the single division . A statement of the form "quotient at every step" is false for that reason, and the count would also be wrong at the first index if the sequence were indexed from .
-
Coprimality does not need the division count, and the count does not need coprimality; they are recorded together because both are read off the same identity , once through If then and have exactly the same common divisors, so and once through Division with remainder in : for and there are unique with and .
-
No worst-case claim. Lamé's theorem — that the Fibonacci pairs minimise the size of the inputs for a given number of divisions — is a genuinely different statement, and nothing above establishes or assumes it.
Depends on
- The recursion theorem
- The principle of mathematical induction
- The natural numbers $\mathbb{N}$ (von Neumann)
- Addition of natural numbers
- Order on the natural numbers
- Discreteness: $\sigma(n)$ is the immediate successor
- The Euclidean algorithm: for $a \in \mathbb{Z}$ and $b > 0$ the remainder descent from $(a,b)$ terminates, and the last nonzero remainder is $\gcd(a,b)$
- If $a = qb + r$ then $a, b$ and $b, r$ have exactly the same common divisors, so $\gcd(a,b) = \gcd(b,r)$
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- $\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) \ge 1$ unless $a = b = 0$
- Coprime integers: $\gcd(a,b) = 1$
- Division with remainder in $\mathbb{Z}$: for $a \in \mathbb{Z}$ and $b > 0$ there are unique $q, r \in \mathbb{Z}$ with $a = qb + r$ and $0 \le r < b$
- The naturals embed in the integers
- 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$
- The integers form a totally ordered ring
- Order on the integers
- The integers form a commutative ring
- Arithmetic on the integers
- The integers as equivalence classes of pairs of naturals
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 66 results over 24 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
- Fibonacci sequence (Wikipedia) (standard reference, not scraped)
- Euclidean algorithm (Wikipedia) (standard reference, not scraped)