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 an odd prime and a primitive root modulo , at least one of and is primitive modulo
Statement
Let be an odd prime and let the integer represent a primitive root modulo . Then at least one of and represents a primitive root modulo .
Facts & Assumptions
Given: An odd prime and a primitive root modulo .
A class is a primitive root when its order equals the totient of the modulus (Primitive roots modulo ), and it is a unit exactly when its representative is coprime to the modulus (For , is a unit if and only if ).
The order of an element of a finite group divides the group order (The order of every element of a finite group divides the order of the group), and (For a prime and , ).
If an element has finite order , a power is the identity exactly when its exponent is divisible by (If then iff is an integer multiple of , the powers are distinct, and has exactly elements; if has infinite order then only for ).
Group powers satisfy the usual addition and iteration laws (Exponent laws in a group: and for all , and when and commute).
Congruence modulo means divisibility of the difference by (Congruence modulo an integer: when , including the moduli and ).
Mathematical induction holds on (The principle of mathematical induction).
Proof
Both and are units modulo by [L1] and reduce to the same primitive root modulo . If either has order modulo , reduction modulo makes its th power , so by [L1] and [L3]. By [L2], also divides , and hence is either or .
For every , induction using the product law gives .
Assume first that . Then step 1.1 excludes order , so has order and is primitive modulo .
Assume instead that . Step 1.2 gives ; the second term is not divisible by , since neither nor is divisible by . Thus , and step 1.1 makes primitive.
The two cases are exhaustive, and in each one of the two representatives is primitive modulo .
Depends on
- Primitive roots modulo $n$
- For $n\ge1$, $[a]_n$ is a unit if and only if $\gcd(a,n)=1$
- The order of every element of a finite group divides the order of the group
- For a prime $p$ and $k\ge1$, $\varphi(p^k)=p^k-p^{k-1}$
- 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$
- Exponent laws in a group: $g^{m+n} = g^{m}g^{n}$ and $(g^{m})^{n} = g^{mn}$ for all $m, n \in \mathbb{Z}$, and $(gh)^{n} = g^{n}h^{n}$ **when $g$ and $h$ commute**
- Congruence modulo an integer: $a\equiv b\pmod n$ when $n\mid(a-b)$, including the moduli $0$ and $1$
- The principle of mathematical induction
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 121 results over 28 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
- Peter Hackman, Elementary Number Theory, Lemma C.IV.1 (standard reference, not scraped)