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.
, and for every prime
Statement
Euler's totient satisfies . If is prime (Prime and composite integers: is prime when and its only positive divisors are and ), then
Facts & Assumptions
Given: A prime integer .
is the cardinality of the unit group of for positive , and a class is a unit exactly when its representative is coprime to (The unit group and Euler's totient for , For , is a unit if and only if ).
For a prime , if then (For a prime and any integer , is when and otherwise; so makes and coprime).
The standard representatives modulo a positive are the unique integers with , and there are of them (For , every class in has one representative with , so ; while is in bijection with , The cardinality of a finite set).
A subset of a finite set is finite (A subset of a finite set is finite, with , and equality holds if and only if ).
A prime integer satisfies (Prime and composite integers: is prime when and its only positive divisors are and ).
Proof
Modulo there is one class, and it is the multiplicative identity, hence a unit. Therefore .
Let . If , then , so is not a unit by the unit criterion. If , then : otherwise with and , forcing and , contrary to .
For , [L1] gives , hence , so is a unit by the unit criterion. Thus the units are exactly the classes with representatives .
Translation by is a bijection from the natural onto the representatives with . Hence that finite set, and therefore the unit group, has cardinality .
By [F1] and step 3.1, ; together with step 1.1 this proves both clauses.
Depends on
- For $n\ge1$, $[a]_n$ is a unit if and only if $\gcd(a,n)=1$
- Prime and composite integers: $p$ is prime when $p > 1$ and its only positive divisors are $1$ and $p$
- For a prime $p$ and any integer $a$, $\gcd(p,a)$ is $p$ when $p \mid a$ and $1$ otherwise; so $p \nmid a$ makes $p$ and $a$ coprime
- For $n\ge 1$, every class in $\mathbb{Z}/n$ has one representative $r$ with $0\le r<n$, so $\lvert\mathbb{Z}/n\rvert=n$; while $\mathbb{Z}/0$ is in bijection with $\mathbb{Z}$
- The cardinality $\lvert A\rvert$ of a finite set
- A subset of a finite set is finite, with $\lvert B\rvert \le \lvert A\rvert$, and equality holds if and only if $B = A$
- The unit group $(\mathbb{Z}/n)^\times$ and Euler's totient $\varphi(n)=\lvert(\mathbb{Z}/n)^\times\rvert$ for $n\ge1$
Used by
- A coprime exponent gives a unique nonzero k-th root modulo a prime Corollary
- For an odd prime p, ℚ(ζₚ) has exactly one intermediate field of degree two over ℚ Corollary
- For every prime p, the multiplicative group (ℤ/pℤ)^× is cyclic Corollary
- There are exactly two isomorphism classes of groups of order 105 Corollary
- x²≡ a (mod p) has exactly 1+(a/p) solution classes Corollary
- 2 is a primitive root modulo 13 by testing the prime divisors of 12 Example
- An index table modulo 17 turns multiplication into addition modulo 16 Example
- Fourth and eighth powers modulo 17 Example
- The finite Heisenberg group is the unique Sylow p-subgroup of its coordinate upper-triangular group Example
- The primitive roots modulo 17 are 3,5,6,7,10,11,12,14 Example
- Φ₁ through Φ₁₂ computed from the divisor recursion Example
- For odd n, primitive-root existence is equivalent for n and 2n Lemma
- For primes p<q, nontrivial actions of Cₚ on C_q exist exactly when p∣(q-1) and are unique up to automorphisms Lemma
- An odd prime has (p-1)/2 nonzero quadratic residues and as many nonresidues Theorem
- Euler's criterion: (a/p)≡ a^(p-1)/2 (mod p) Theorem
- Every finite abelian group is the Galois group of some finite Galois extension of ℚ Theorem
- Fermat's little theorem: for prime p, p∤ a implies aᵖ⁻¹≡1 (mod p), and always aᵖ≡ a (mod p) Theorem
- For every n≥1 there are infinitely many primes p with p≡1 (mod n) Theorem
Dependency tree · two levels
45 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
- Mathematics LibreTexts, Euler's phi Function (standard reference, not scraped)
- UW Oshkosh, Number Theory Notes 3 (standard reference, not scraped)