Difference between revisions of "Euler's Totient Theorem"
Megaboy6679 (talk | contribs) (→Group Theoretic Proof) |
(Tag: Undo) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 27: | Line 27: | ||
<cmath>\textbf{(A)}\ 0\qquad\textbf{(B)}\ 1\qquad\textbf{(C)}\ 2\qquad\textbf{(D)}\ 3\qquad\textbf{(E)}\ 4</cmath> | <cmath>\textbf{(A)}\ 0\qquad\textbf{(B)}\ 1\qquad\textbf{(C)}\ 2\qquad\textbf{(D)}\ 3\qquad\textbf{(E)}\ 4</cmath> | ||
*([[1983 AIME Problems/Problem 6|1983 AIME]]) Let <math>a_n=6^{n}+8^{n}</math>. Determine the remainder upon dividing <math>a_ {83}</math> by <math>49</math>. | *([[1983 AIME Problems/Problem 6|1983 AIME]]) Let <math>a_n=6^{n}+8^{n}</math>. Determine the remainder upon dividing <math>a_ {83}</math> by <math>49</math>. | ||
+ | |||
+ | ===Intermediate=== | ||
+ | * Suppose | ||
+ | |||
+ | <cmath>x \equiv 2^4 \cdot 3^4 \cdot 7^4+2^7 \cdot 3^7 \cdot 5^6 \pmod{7!}</cmath> | ||
+ | |||
+ | Find the remainder when <math>\min{x}</math> is divided by 1000. ([[Problems Collection|Source and solution]]) | ||
== See also == | == See also == | ||
Line 32: | Line 39: | ||
* [[Number theory]] | * [[Number theory]] | ||
* [[Modular arithmetic]] | * [[Modular arithmetic]] | ||
+ | * [[Lagrange's Theorem]] | ||
* [[Euler's totient function]] | * [[Euler's totient function]] | ||
* [[Carmichael function]] | * [[Carmichael function]] |
Latest revision as of 21:34, 30 December 2024
Euler's Totient Theorem is a theorem closely related to his totient function.
Contents
Theorem
Let be Euler's totient function. If is a positive integer, is the number of integers in the range which are relatively prime to . If is an integer and is a positive integer relatively prime to , then .
Credit
This theorem is credited to Leonhard Euler. It is a generalization of Fermat's Little Theorem, which specifies it when is prime. For this reason it is also known as Euler's generalization or the Fermat-Euler theorem.
Direct Proof
Consider the set of numbers such that the elements of the set are the numbers relatively prime to . It will now be proved that this set is the same as the set where . All elements of are relatively prime to so if all elements of are distinct, then has the same elements as In other words, each element of is congruent to one of . This means that as desired. Note that dividing by is allowed since it is relatively prime to .
Group Theoretic Proof
Define the set . Trivially we have that . From there, there exists a sufficient such that , and by Lagrange's Theorem which means , completing the proof.
Problems
Introductory
- (BorealBear) Find the last two digits of . (Solution)
- (BorealBear) Find the last two digits of . (Solution)
- (2018 AMC 10B) Let be a strictly increasing sequence of positive integers such that
What is the remainder when is divided by ?
- (1983 AIME) Let . Determine the remainder upon dividing by .
Intermediate
- Suppose
Find the remainder when is divided by 1000. (Source and solution)