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.
Bézout coefficients are not unique: and , and for nonzero every solution has the form
Example
Bézout's identity: for integers not both zero, is the least positive element of ; in particular has an integer solution asserts that has a solution; it does not assert that the solution is unique, and it is not. For and , where ( by the Euclidean algorithm, with the back-substitution giving ),
The general statement, for and both nonzero, is this. Put , and (If is nonzero then and are coprime), and let be any solution of . Then the solutions of that equation are exactly the pairs
For the pair above, , and , and carries to .
Numerals. For the symbol written inside means , the embedding of The naturals embed in the integers; every numerical identity below is the image of the corresponding identity in .
Facts & Assumptions
Given: Nonzero integers and , , and a solution of ; and, for the numerical part, , , .
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 integers as equivalence classes of pairs of naturals).
If then and for unique integers and , and (If is nonzero then and are coprime, Common divisor, and the greatest common divisor , with the convention , Coprime integers: ).
If and then (If and then ; and if , and then ).
means for some (Divisibility in : when for some integer ).
If and then ; and a product of nonzero integers is nonzero (The integers have no zero divisors; multiplicative cancellation).
Verification
Since and we have , so and in particular ; fix with , and . Both and are nonzero, since and .
Every pair of the stated form is a solution: for , .
Conversely, let satisfy . Subtracting gives , that is ; cancelling gives .
The numerical instance. Here by [L8], and , , so and . The pair is a solution, since .
Hence , and , so by [L5]: write for some .
Substituting into step 2.2, ; cancelling gives , that is . So .
With step 2.1 this shows the solutions are exactly the pairs , .
Taking in step 5.1 gives , and directly . So the same equation has at least the two solutions and , and they are distinct because .
Remarks
-
The family is infinite. Distinct values of give distinct pairs, since and forces by cancellation. So a Bézout equation with both nonzero never has a unique solution.
-
Why the statement is restricted to both nonzero. With and the quotient is and the family collapses to , which is still the complete solution set but for a different reason: is then forced and is free. The uniform statement above is the one used elsewhere, and the degenerate case is recorded here so that its absence from the claim is deliberate rather than an oversight.
Depends on
- 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 \mathbb{Z} \,\}$; in particular $ax + by = \gcd(a,b)$ has an integer solution
- $\gcd(1071, 462) = 21$ by the Euclidean algorithm, with the back-substitution giving $21 = 7 \cdot 462 - 3 \cdot 1071$
- If $d = \gcd(a,b)$ is nonzero then $a/d$ and $b/d$ are coprime
- If $\gcd(a,b) = 1$ and $a \mid bc$ then $a \mid c$; and if $a \mid c$, $b \mid c$ and $\gcd(a,b) = 1$ then $ab \mid c$
- $\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$
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- Coprime integers: $\gcd(a,b) = 1$
- Divisibility in $\mathbb{Z}$: $d \mid a$ when $a = dq$ for some integer $q$
- The integers have no zero divisors; multiplicative cancellation
- The integers form a commutative ring
- Arithmetic on the integers
- The naturals embed in 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 22 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
- Bézout's identity (Wikipedia) (standard reference, not scraped)
- Diophantine equation (Wikipedia) (standard reference, not scraped)