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
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 82 results over 19 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
- K. Conrad, The Chinese Remainder Theorem (standard reference, not scraped)
- Mathematics LibreTexts, Euler's phi Function (standard reference, not scraped)