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.
Fourth and eighth powers modulo
Example
The nonzero fourth powers modulo are , and the nonzero eighth powers are . Each fourth-power target has four fourth roots, and each eighth-power target has eight eighth roots.
Facts & Assumptions
Given: The prime modulus and nonzero target classes.
If admits a primitive root, , , and , then is soluble exactly when (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 ).
If , then and are coprime (For a prime and any integer , is when and otherwise; so makes and coprime).
Verification
By [L2], admits a primitive root, [L3] gives , and [L5] supplies the coprimality of every nonzero target. Thus [L1] says that a target is a fourth power exactly when its fourth power is , and an eighth power exactly when its square is .
Direct reduction gives the fourth-power values , , , and . Squaring the unit classes shows that the targets satisfying are exactly . These lists agree with both directions of the tests in [L1].
Fact [L4] gives roots for each fourth-power target and roots for each eighth-power target.
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 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
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 85 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
- A. Gorodnik, Number Theory, Lecture 9, Example 1.3 (standard reference, not scraped)