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.
Euler's totient is multiplicative: implies for positive
Statement
For positive integers with ,
Thus Euler's totient is multiplicative on coprime positive arguments.
Facts & Assumptions
Given: Coprime positive integers .
The Chinese remainder map is a bijection preserving multiplication and (Chinese remainder theorem for a finite pairwise-coprime list: simultaneous residues determine one class modulo the product, and the resulting bijection preserves addition and multiplication).
A unit is an element with a multiplicative inverse, and is the cardinality of the unit group modulo the positive integer (The unit group and Euler's totient for ).
The Cartesian product of finite sets of cardinalities has cardinality (The product rule: , and ).
Proof
A class modulo is a unit if and only if both components of its CRT image are units: an inverse of maps to componentwise inverses, while inverses of both components form a pair whose unique CRT preimage multiplies with to the unique preimage of the identity.
Consequently the CRT bijection restricts to a bijection . Taking finite cardinalities and applying [L3] gives .
Depends on
- Chinese remainder theorem for a finite pairwise-coprime list: simultaneous residues determine one class modulo the product, and the resulting bijection preserves addition and multiplication
- The unit group $(\mathbb{Z}/n)^\times$ and Euler's totient $\varphi(n)=\lvert(\mathbb{Z}/n)^\times\rvert$ for $n\ge1$
- The product rule: $\lvert A \times B\rvert = \lvert A\rvert\,\lvert B\rvert$, and $\big\lvert\prod_{i<m} A_i\big\rvert = \prod_{i<m}\lvert A_i\rvert$
Used by
- The unit group modulo 240 decomposes as C₂²× C₄² Example
- λ(1729)=36 although φ(1729)=1296 Example
- λ(561)=80 and every integer coprime to 561 has eightieth power congruent to one Example
- Euler's product formula φ(n)=n∏_p∣ n(1-1/p)=∏_pᵏ∥ n(pᵏ-pᵏ⁻¹) for n≥1, stated through a finite injective list of its prime divisors Theorem
Dependency tree · two levels
27 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- K. Conrad, The Chinese Remainder Theorem (standard reference, not scraped)
- Mathematics LibreTexts, Euler's phi Function (standard reference, not scraped)