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 prime and , the congruence has nonzero solutions
Statement
Let be prime and . The congruence has exactly nonzero residue-class solutions. In particular, it has exactly solutions when .
Facts & Assumptions
Given: A prime and a positive integer .
is cyclic of order (For every prime , the multiplicative group is cyclic).
If has order , then exactly when , and its powers with exponents modulo are distinct (If then iff is an integer multiple of , the powers are distinct, and has exactly elements; if has infinite order then only for ).
The greatest common divisor divides both and (Common divisor, and the greatest common divisor , with the convention ).
Dividing two integers by their nonzero greatest common divisor gives coprime quotients (If is nonzero then and are coprime).
If two integers are coprime and one divides a product containing the other, it divides the remaining factor (If and then ; and if , and then ).
Proof
Choose a generator from [L1]. Every nonzero class is uniquely with modulo .
Put . Since , is nonzero; write , , and use [L4] to obtain .
By [L2], exactly when , which by step 1.2 and [L5] is equivalent to .
Modulo , precisely the classes satisfy step 2.1, proving the count. If then .
Depends on
- For every prime $p$, the multiplicative group $(\mathbb Z/p\mathbb Z)^\times$ is cyclic
- If $\operatorname{ord}(g) = n$ then $g^{k} = e$ iff $k$ is an integer multiple of $n$, the powers $g^{0}, \dots, g^{n-1}$ are distinct, and $\langle g \rangle$ has exactly $n$ elements; if $g$ has infinite order then $g^{j} = g^{k}$ only for $j = k$
- 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
- 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$
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: 107 results over 23 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
- William Stein, Elementary Number Theory, Proposition 2.5.5 (standard reference, not scraped)