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.
A coprime exponent gives a unique nonzero -th root modulo a prime
Statement
Let be prime, let , and let satisfy and . Then has a unique nonzero solution class. If and
then that class is ; the formula is independent of the chosen nonnegative representative of the inverse class.
Facts & Assumptions
Given: A prime , an integer , and with and .
If admits a primitive root, , , and , then is solvable if and only if (Euler's criterion: if has a primitive root, , and , then is solvable if and only if ).
Every prime admits a primitive root modulo that prime (Every prime modulus admits a primitive root).
For every prime , (, and for every prime ).
Under the hypotheses of [L1], a soluble congruence has exactly solution classes (If has a primitive root, , , and is solvable, then it has exactly solution classes modulo ).
For and , the congruence is soluble exactly when divides , and then it has exactly solution classes (For , is solvable exactly when , and then has exactly solution classes modulo ).
If is prime and , then (Fermat's little theorem: for prime , implies , and always ).
If , then and are coprime (For a prime and any integer , is when and otherwise; so makes and coprime).
Proof
By [L7], . Facts [L2] and [L3] specialise [L1] to modulus , while reduces its test to , which holds by [L6]. Thus the root congruence is soluble.
Applying [L4] with and gives exactly solution class, so the root is unique. It is nonzero because a zero root would give , contrary to .
By [L5], the congruence has one solution class and has nonnegative representatives. If , every such is odd, so it represents the sole unit class and hence the unique root from step 2.1. Suppose is odd. For a nonnegative representative , the congruence forces , so with ; then [L6] gives . Two nonnegative representatives differ by a multiple of ; ordering them and applying [L6] to the nonnegative difference shows that their powers of represent the same class.
Depends on
- Euler's criterion: if $n$ has a primitive root, $\gcd(a,n)=1$, and $m\ge1$, then $x^m\equiv a\pmod n$ is solvable if and only if $a^{\varphi(n)/\gcd(\varphi(n),m)}\equiv1\pmod n$
- If $n$ has a primitive root, $\gcd(a,n)=1$, $m\ge1$, and $x^m\equiv a\pmod n$ is solvable, then it has exactly $\gcd(\varphi(n),m)$ solution classes modulo $n$
- Every prime modulus admits a primitive root
- $\varphi(1)=1$, and $\varphi(p)=p-1$ for every prime $p$
- 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$
- Fermat's little theorem: for prime $p$, $p\nmid a$ implies $a^{p-1}\equiv1\pmod p$, and always $a^p\equiv a\pmod p$
- For a prime $p$ and any integer $a$, $\gcd(p,a)$ is $p$ when $p \mid a$ and $1$ otherwise; so $p \nmid a$ makes $p$ and $a$ coprime
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 98 results over 25 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
- N. Mascot, Legendre Symbols and Quadratic Reciprocity, Chapter 3 (standard reference, not scraped)