Difference between revisions of "Euler's totient function"
m (→Identities) |
Phoenixfire (talk | contribs) (→Identities) |
||
Line 46: | Line 46: | ||
Thus by the definition of Euler's phi we have that <math>|A_d^\prime|=\phi (n/d)</math>. As every integer <math>i</math> which satisfies <math>1\leq i\leq n</math> belongs in exactly one of the sets <math>A_d</math>, we have that | Thus by the definition of Euler's phi we have that <math>|A_d^\prime|=\phi (n/d)</math>. As every integer <math>i</math> which satisfies <math>1\leq i\leq n</math> belongs in exactly one of the sets <math>A_d</math>, we have that | ||
<cmath>n=\sum_{d \mid n}\phi \left (\frac{n}{d} \right )=\sum_{d \mid n}\phi (d).</cmath> | <cmath>n=\sum_{d \mid n}\phi \left (\frac{n}{d} \right )=\sum_{d \mid n}\phi (d).</cmath> | ||
+ | |||
+ | |||
+ | (f) Another interesting thing to note is that <math>\phi(n)\leq n - 1</math>. This does seem very obvious but is helpful in solving many problems. | ||
==Notation== | ==Notation== |
Revision as of 01:34, 25 May 2020
Euler's totient function applied to a positive integer
is defined to be the number of positive integers less than or equal to
that are relatively prime to
.
is read "phi of n."
Contents
Formulas
To derive the formula, let us first define the prime factorization of as
where the
are distinct prime numbers. Now, we can use a PIE argument to count the number of numbers less than or equal to
that are relatively prime to it.
First, let's count the complement of what we want (i.e. all the numbers less than or equal to that share a common factor with it). There are
positive integers less than or equal to
that are divisible by
. If we do the same for each
and add these up, we get
![\[\frac{n}{p_1} + \frac{n}{p_2} + \cdots + \frac{n}{p_m} = \sum^m_{i=1}\frac{n}{p_i}.\]](http://latex.artofproblemsolving.com/5/7/6/576821b22ebb5e1a9c986631792e516828e99b1c.png)
But we are obviously overcounting. We then subtract out those divisible by two of the . There are
such numbers. We continue with this PIE argument to figure out that the number of elements in the complement of what we want is
![\[\sum_{1 \le i \le m}\frac{n}{p_i} - \sum_{1 \le i_1 < i_2 \le m}\frac{n}{p_{i_1}p_{i_2}} + \cdots + (-1)^{m+1}\frac{n}{p_1p_2\ldots p_m}.\]](http://latex.artofproblemsolving.com/1/a/5/1a54da6486432515085420e1ba73b8010bf4351b.png)
This sum represents the number of numbers less than sharing a common factor with
, so
Given the general prime factorization of , one can compute
using the formula
- Note: Another way to find the closed form for
is to show that the function is multiplicative, and then breaking up
into its prime factorization.
Identities
(a) For prime ,
, because all numbers less than
are relatively prime to it.
(b) For relatively prime ,
.
(c) In fact, we also have for any that
.
(d) If is prime and
,then
(e) For any , we have
where the sum is taken over all divisors d of
.
Proof. Split the set into disjoint sets
where for all
we have
Now
if and only if
. Furthermore,
if and only if
. Now one can see that the number of elements of
equals the number of elements of
Thus by the definition of Euler's phi we have that
. As every integer
which satisfies
belongs in exactly one of the sets
, we have that
(f) Another interesting thing to note is that . This does seem very obvious but is helpful in solving many problems.
Notation
Sometimes, instead of ,
is used. This variation of the Greek letter phi is common in textbooks, and is standard usage on the English Wikipedia