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.
Carmichael's is the maximum order of a unit modulo
Statement
For every there is a unit modulo of order , and every unit has order dividing . Thus is the maximum element order in .
Facts & Assumptions
Given: A positive integer .
is the exponent of the unit group (Carmichael's function as the exponent of ).
The unit group is a finite direct product of cyclic groups with the explicit -power factors described in The unit group modulo is the product of its odd-prime cyclic factors and its explicit -power factor.
An element of order is killed precisely by the multiples of (If then iff is an integer multiple of , the powers are distinct, and has exactly elements; if has infinite order then only for ).
For both nonzero, is the least positive common multiple of and ; if or then the only common multiple is and . It is defined for two arguments only (Common multiple, and the least common multiple , taken to be when or ).
Every common multiple of and is a multiple of (Every common multiple of and is a multiple of , and ).
If and have finite orders , then in the external direct product (If and have finite orders and , then in ).
Proof
In the decomposition [L2], choose a generator in every cyclic factor, including generators of both cyclic factors in the exceptional -power component.
Let be the orders of the chosen generators and define the iterated least common multiple from the binary operation of [L4] by and ; [L4] supplies only the binary operation, so this recursion is what gives the list value. Induction on shows a positive satisfies exactly when for every : at both sides always hold, and holds exactly when and , by [L5] one way and because both divide the other. By [L3] a power kills the product exactly when it is divisible by every , so the exponent of the product is .
The tuple of chosen generators has order : iterating [L6] over the factors gives of the tuple as the same iterated least common multiple, with the empty product contributing the identity of order .
Steps 2.1 and 1.2 produce a unit of order , while [L1] makes every element order divide . The empty product at gives the identity of order .
Depends on
- Carmichael's function $\lambda(n)$ as the exponent of $(\mathbb Z/n\mathbb Z)^\times$
- The unit group modulo $n$ is the product of its odd-prime cyclic factors and its explicit $2$-power factor
- 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 multiple, and the least common multiple $\operatorname{lcm}(a,b)$, taken to be $0$ when $a = 0$ or $b = 0$
- Every common multiple of $a$ and $b$ is a multiple of $\operatorname{lcm}(a,b)$, and $\gcd(a,b) \cdot \operatorname{lcm}(a,b) = |ab|$
- If $g$ and $h$ have finite orders $m$ and $n$, then $\iota(\operatorname{ord}(g,h))=\operatorname{lcm}(\iota(m),\iota(n))$ in $G\times H$
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: 119 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
- Peter Hackman, Elementary Number Theory, Lemma C.V.5 (standard reference, not scraped)