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 every odd prime and , is cyclic of order
Statement
For every odd prime and integer , the group is cyclic of order
Facts & Assumptions
Given: An odd prime and an integer .
Every prime modulus admits a primitive root (Every prime modulus admits a primitive root), and from a primitive root modulo an odd prime , at least one of and is primitive modulo (For an odd prime and a primitive root modulo , at least one of and is primitive modulo ).
If , the class has order modulo (For odd prime , , and , the class of has order modulo ).
For an element of finite order , exactly when (If then iff is an integer multiple of , the powers are distinct, and has exactly elements; if has infinite order then only for ).
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).
If two coprime integers divide an integer, then their product divides it (If and then ; and if , and then ).
Proof
Choose a primitive root modulo by [L1], and replace its integer representative by the lift supplied there so that it is primitive modulo . Reduction modulo gives for some integer , while primitivity modulo and [L4] show .
Reduction modulo shows that the order of modulo is divisible by , while [L2] applied to step 1.1 shows that the order of is .
The cyclic subgroup generated by lies in that generated by , so [L5] and step 2.1 make divide the order of . That order is also divisible by by step 2.1. These two divisors are coprime, so [L6] makes their product divide the order; conversely [L3] and [L5] make the order divide . Therefore it equals that group order.
Thus generates the entire unit group, proving cyclicity; when the same argument reduces to the original primitive root modulo .
Depends on
- Every prime modulus admits a primitive root
- For an odd prime $p$ and a primitive root $g$ modulo $p$, at least one of $g$ and $g+p$ is primitive modulo $p^2$
- For odd prime $p$, $p\nmid u$, and $k\ge1$, the class of $1+pu$ has order $p^{k-1}$ modulo $p^k$
- 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$
- The order of every element of a finite group divides the order of the group
- 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
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 128 results over 26 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, Theorem C.IV.4 (standard reference, not scraped)
- William Stein, Elementary Number Theory, Theorem 2.5.11 (standard reference, not scraped)