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.
The congruence has exactly the two solutions
Example
The congruence has exactly the solution classes
Facts & Assumptions
Given: The congruence .
A linear congruence is solvable exactly when , and then has exactly solution classes modulo (For , is solvable exactly when , and then has exactly solution classes modulo ).
The extended Euclidean algorithm produces gcds and Bézout coefficients (The extended Euclidean algorithm: the same descent produces integers with , so Bézout coefficients are computed and not merely shown to exist).
Congruence modulo means divisibility of a difference by (Congruence modulo an integer: when , including the moduli and ).
Verification
The Euclidean algorithm gives , and . Cancelling the common factor reduces the congruence to .
Since , multiplication by gives .
The two lifts of this class modulo are and , and both verify the original congruence: and are divisible by .
By [L1] there are exactly two solution classes modulo , so the two distinct classes in step 1.3 exhaust them.
Depends on
- For $n\ge1$, $ax\equiv b\pmod n$ is solvable exactly when $\gcd(a,n)\mid b$, and then has exactly $\gcd(a,n)$ solution classes modulo $n$
- The extended Euclidean algorithm: the same descent produces integers $x, y$ with $ax + by = \gcd(a,b)$, so Bézout coefficients are computed and not merely shown to exist
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
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: 63 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
- Mathematics LibreTexts, Linear Congruences (standard reference, not scraped)
- UPC, Modular Arithmetic notes (standard reference, not scraped)