Difference between revisions of "Euler's totient function"
Mysmartmouth (talk | contribs) |
m (proofreading) |
||
Line 1: | Line 1: | ||
− | '''Euler's totient function''', <math>\displaystyle \phi(n)</math>, is defined as the number of positive integers less than or equal to a given positive integer that | + | '''Euler's totient function''', <math>\displaystyle \phi(n)</math>, is defined as the number of positive integers less than or equal to a given positive integer that is [[relatively prime]] to that integer. <math>\displaystyle \phi(n)</math> is read "phi of n." |
== Formulas == | == Formulas == | ||
− | To derive the formula, let us first define the prime factorization of <math> n </math> as <math> n = p_1^{e_1}p_2^{e_2}\cdot p_n^{e_n} </math> where the <math>\displaystyle p_i </math> are primes. Now, we can use a [[PIE]] argument to count the number of numbers less than or equal to <math> n </math> | + | To derive the formula, let us first define the prime factorization of <math> n </math> as <math> n = p_1^{e_1}p_2^{e_2}\cdot p_n^{e_n} </math> where the <math>\displaystyle p_i </math> are primes. Now, we can use a [[PIE]] argument to count the number of numbers less than or equal to <math> n </math> that are relatively prime to it. |
First, let's count the complement of what we want (i.e. all the numbers less than <math> n </math> that share a common factor with it). There are <math> p_1^{e_1-1}p_2^{e_2}\cdots p_n^{e_n} </math> numbers less than <math> n </math> that are divisible by <math> p_1 </math>. If we do the same for each <math> p_k </math> and add these up, we get | First, let's count the complement of what we want (i.e. all the numbers less than <math> n </math> that share a common factor with it). There are <math> p_1^{e_1-1}p_2^{e_2}\cdots p_n^{e_n} </math> numbers less than <math> n </math> that are divisible by <math> p_1 </math>. If we do the same for each <math> p_k </math> and add these up, we get | ||
Line 8: | Line 8: | ||
<center><math> p_1{e_1-1}p_2^{e_2}\cdots p_n{e_n} + p_1^{e_1}p_2^{e_2-1}\cdots p_n^{e_n} + \cdots + p_1^{e_1}p_2^{e_2}\cdots p_n^{e_n - 1}.</math></center> | <center><math> p_1{e_1-1}p_2^{e_2}\cdots p_n{e_n} + p_1^{e_1}p_2^{e_2-1}\cdots p_n^{e_n} + \cdots + p_1^{e_1}p_2^{e_2}\cdots p_n^{e_n - 1}.</math></center> | ||
− | We can factor out though: | + | We can factor out, though: |
<center><math> p_1^{e_1-1}p_2^{e_2-1}\cdots p_n^{e_n-1}(p_1+p_2+\cdots + p_n).</math></center> | <center><math> p_1^{e_1-1}p_2^{e_2-1}\cdots p_n^{e_n-1}(p_1+p_2+\cdots + p_n).</math></center> | ||
− | But we are obviously overcounting. | + | But we are obviously overcounting. We then subtract out those divisible by two of the <math> p_1 </math>. We continue with this PIE argument to figure out that the number of elements in the complement of what we want is |
<center><math>p_1^{e_1-1}p_2^{e_2-1}\cdots p_n^{e_n-1}[(p_1+p_2+\cdots+p_n)-(p_1p_2+p_1p_3+\cdots+(-1)^np_{n-1}p_n)+\cdots+p_1p_2\cdots p_n]</math></center> | <center><math>p_1^{e_1-1}p_2^{e_2-1}\cdots p_n^{e_n-1}[(p_1+p_2+\cdots+p_n)-(p_1p_2+p_1p_3+\cdots+(-1)^np_{n-1}p_n)+\cdots+p_1p_2\cdots p_n]</math></center> |
Revision as of 11:49, 26 June 2006
Euler's totient function, , is defined as the number of positive integers less than or equal to a given positive integer that is relatively prime to that integer. is read "phi of n."
Formulas
To derive the formula, let us first define the prime factorization of as where the are primes. 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 that share a common factor with it). There are numbers less than that are divisible by . If we do the same for each and add these up, we get
We can factor out, though:
But we are obviously overcounting. We then subtract out those divisible by two of the . We continue with this PIE argument to figure out that the number of elements in the complement of what we want is
which we can factor further as
Making one small adjustment, we write this as
Given the general prime factorization of , one can compute using the formula .
Identities
For prime p, , because all numbers less than are relatively prime to it.
For relatively prime , .
In fact, we also have for any that .
For any , we have where the sum is taken over all divisors d of .