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 , and , then reduces to a congruence with coprime coefficient modulo
Statement
Let , let , and put . If , write
Then , the integers are coprime, and for every ,
Thus the reduced modulus is the positive integer and its coefficient is coprime to it (Congruence modulo an integer: when , including the moduli and ).
Facts & Assumptions
Given: Integers , a positive integer , , and .
The gcd is a nonnegative common divisor, and it is positive when its two arguments are not both zero (Common divisor, and the greatest common divisor , with the convention ).
If , then the uniquely determined quotients and are coprime (If is nonzero then and are coprime, The integers have no zero divisors; multiplicative cancellation).
means for some integer , and divisibility is preserved by integer linear combinations (Divisibility in : when for some integer , Divisibility is reflexive and transitive on , and is linear: if and then for all integers ; also implies , and ).
Proof
Since , the pair is not , so by [L1]. Because divides , there are integers with , and ; these quotients are unique by cancellation, , and are coprime by [L2].
For any integer , the congruence says , so it holds exactly when there is an integer with ; since , cancellation makes this equivalent to , namely .
Depends on
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
- Common divisor, and the greatest common divisor $\gcd(a,b)$, with the convention $\gcd(0,0) := 0$
- If $d = \gcd(a,b)$ is nonzero then $a/d$ and $b/d$ are coprime
- 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 have no zero divisors; multiplicative cancellation
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 43 results over 17 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)