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 function on prime powers and its least-common-multiple formula
Statement
Carmichael's function satisfies , and for prime powers,
If is its prime-power factorisation, then
Here of a finite list is the iterated binary least common multiple of Common multiple, and the least common multiple , taken to be when or , which defines that operation for two arguments only: set and . In particular the empty least common multiple is , which is the value taken at .
Facts & Assumptions
Given: A positive integer and its prime-power factorisation.
is the exponent of the unit group (Carmichael's function as the exponent of ).
The structure theorem gives every prime-power factor of the unit group explicitly (The unit group modulo is the product of its odd-prime cyclic factors and its explicit -power factor).
An exponent kills an element precisely when it is divisible by that element's order (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 ).
Proof
Reading the exponents of the cyclic factors in [L2] gives the displayed odd-prime and -power formulas, as well as .
Let be the factor exponents and as defined in the Statement from the binary operation of [L4]. Induction on shows that a positive integer satisfies exactly when for every : at both sides hold always, since and the condition is vacuous; and divides exactly when and , by [L5] for one direction and because and both divide for the other. In a finite direct product a power kills every tuple exactly when it is divisible by the exponent of each factor, by [L1] and [L3]; so the least such positive power is .
Apply step 1.2 to the CRT decomposition in [L2] to obtain the formula for general , including the empty product at .
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|$
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 115 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, Theorem C.V.6 (standard reference, not scraped)