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.
For coprime positive , every pair of residue classes modulo and has a unique simultaneous class modulo
Statement
Let be positive integers, , and . The simultaneous system
is solvable if and only if . If it is solvable, all its solutions form one congruence class modulo .
In particular, when are coprime, every pair of classes determines a unique simultaneous class . This includes or .
Facts & Assumptions
Given: Positive integers , integers , and .
The gcd is a positive common divisor of (Common divisor, and the greatest common divisor , with the convention ).
Writing and , the positive integers are coprime (If is nonzero then and are coprime, The integers have no zero divisors; multiplicative cancellation).
Coprime integers admit integers with ( and are coprime if and only if for some integers ; and in that case the only common divisors of and are and ).
Congruence means divisibility of a difference, and divisors are preserved by integer linear combinations (Congruence modulo an integer: when , including the moduli and , Divisibility is reflexive and transitive on , and is linear: if and then for all integers ; also implies , and ).
The quotient consists of the congruence classes modulo (The congruence class and the quotient set ).
Proof
If solves both congruences, then and . Since divides , it divides both differences and therefore their difference ; equivalently .
Conversely suppose and write , , as in [L2]. Choose with by [L3], put , and set . Then , while , so .
If are two solutions, then , so for some integer . Also , hence cancellation of gives ; multiplying a Bézout identity for by shows . Thus divides .
Conversely, if divides , then both and divide , so and satisfy exactly the same two residue conditions. Hence, when compatible, the solution set is one class modulo .
When , one has and the compatibility condition is automatic; the modulus is , so steps 1.1 through 1.4 give the stated bijection between pairs of residue classes and simultaneous classes. The same proof applies when either modulus is .
Depends on
- $a$ and $b$ are coprime if and only if $ax + by = 1$ for some integers $x, y$; and in that case the only common divisors of $a$ and $b$ are $1$ and $-1$
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
- The congruence class $[a]_n$ and the quotient set $\mathbb{Z}/n$
- 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 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
- The system x≡1pmod2, x≡2pmod4 has no solution, so coprimality in the Chinese remainder theorem cannot be dropped Counterexample
- Chinese remainder theorem for a finite pairwise-coprime list: simultaneous residues determine one class modulo the product, and the resulting bijection preserves addition and multiplication Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 64 results over 18 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
- K. Conrad, The Chinese Remainder Theorem (standard reference, not scraped)
- MIT, Chinese Remainder Theorem notes (standard reference, not scraped)