Euler's Theorem
Dependencies:
- Coprime Used in definition
- Modular Equivalence Used in definition
- Euler's Totient Function Used in definition
- Zn* is a group Used in proof
- Group element to the power group size equals identity Used in proof
Dependencies:
- Coprime Used in definition
- Modular Equivalence Used in definition
- Euler's Totient Function Used in definition
- Multiplication permutes Zn* Used in proof
If $a$ and $n$ are coprime, then $a^{\phi(n)} \equiv 1 \pmod{n}$, where $\phi$ is the Euler's Totient function.
Proof using Abstract Algebra
- $\mathbb{Z}_n^*$ is a group under multiplication modulo $n$.
- The order of $\mathbb{Z}_n^*$ is $\phi(n)$ as per the definition of $\mathbb{Z}_n^*$ and $\phi(n)$.
- $\forall a \in G, a^{|G|} = e$.
These facts combined together complete the proof.
Direct Proof
Let $\mathbb{Z}_n^* = \{x_1, x_2, \ldots\}$ be the set of all numbers less than $n$ which are coprime to $n$. $\mathbb{Z}_n^*$ has size $\phi(n)$, as per the definition of $\phi(n)$.
Let $a\mathbb{Z}_n^* = \{ax_1, ax_2, \ldots\}$. $\Rightarrow a\mathbb{Z}_n^* = \mathbb{Z}_n^*$.
$$ \prod \left(a\mathbb{Z}_n^*\right) \equiv \prod_{i=1}^{\phi(n)} (ax_i) \equiv a^{\phi(n)} \prod_{i=1}^{\phi(n)} x_i \equiv a^{\phi(n)} \prod \mathbb{Z}_n^* \pmod{n} $$
$$ \Rightarrow a^{\phi(n)} \equiv 1 \pmod{n} $$
Further Reading
https://en.wikipedia.org/wiki/Euler%27s_theorem
Dependency for: None
Info:
- Depth: 7
- Number of transitive dependencies: 27
Transitive dependencies:
- Group
- Coset
- Size of coset equals size of subset
- Identity of a group is unique
- Order of element in finite group is finite
- Subgroup
- Inverse of a group element is unique
- gH = H iff g in H
- Two cosets are either identical or disjoint
- Lagrange's Theorem
- Conditions for a subset to be a subgroup
- Cyclic Group
- Every number has a prime factorization
- Modular Equivalence
- Coprime
- Euler's Totient Function
- Integer Division Theorem
- Order of cyclic subgroup is order of generator
- Order of element divides order of group
- Group element to the power group size equals identity
- GCD is the smallest Linear Combination
- If x divides ab and x is coprime to a, then x divides b
- Euclid's lemma
- ab is coprime to x iff a and b are coprime to x
- Multiplication permutes Zn*
- Existence of Modular Inverse
- Zn* is a group