:Euler's totient function
{{Short description|Number of integers coprime to and less than n}}
{{hatnote group|
{{Redirect|φ(n)||Phi}}
{{distinguish|Euler function}}
}}
[[Image:EulerPhi.svg|thumb|The first thousand values of {{math|φ(n)}}. The points on the top line represent {{Math|φ(p)}} when {{mvar|p}} is a prime number, which is {{Math|p − 1.}}{{Cite web
| url = https://www.khanacademy.org/computing/computer-science/cryptography/modern-crypt/v/euler-s-totient-function-phi-function
| title = Euler's totient function
| website = Khan Academy
| access-date = 2016-02-26
}}]]
In number theory, Euler's totient function counts the positive integers up to a given integer {{mvar|n}} that are relatively prime to {{mvar|n}}. It is written using the Greek letter phi as or , and may also be called Euler's phi function. In other words, it is the number of integers {{mvar|k}} in the range {{math|1 ≤ k ≤ n}} for which the greatest common divisor {{math|gcd(n, k)}} is equal to 1.{{harvtxt|Long|1972|p=85}}{{harvtxt|Pettofrezzo|Byrkit|1970|p=72}} The integers {{mvar|k}} of this form are sometimes referred to as totatives of {{mvar|n}}.
For example, the totatives of {{math|1= n = 9}} are the six numbers 1, 2, 4, 5, 7 and 8. They are all relatively prime to 9, but the other three numbers in this range, 3, 6, and 9 are not, since {{math|1= gcd(9, 3) = gcd(9, 6) = 3}} and {{math|1= gcd(9, 9) = 9}}. Therefore, {{math|1= φ(9) = 6}}. As another example, {{math|1= φ(1) = 1}} since for {{math|1= n = 1}} the only integer in the range from 1 to {{mvar|n}} is 1 itself, and {{math|1= gcd(1, 1) = 1}}.
Euler's totient function is a multiplicative function, meaning that if two numbers {{mvar|m}} and {{mvar|n}} are relatively prime, then {{math|1= φ(mn) = φ(m)φ(n)}}.{{harvtxt|Long|1972|p=162}}{{harvtxt|Pettofrezzo|Byrkit|1970|p=80}}
This function gives the order of the multiplicative group of integers modulo n (the group of units of the ring ).See Euler's theorem. It is also used for defining the RSA encryption system.
History, terminology, and notation
Leonhard Euler introduced the function in 1763.L. Euler "[http://eulerarchive.maa.org/pages/E271.html Theoremata arithmetica nova methodo demonstrata]" (An arithmetic theorem proved by a new method), Novi commentarii academiae scientiarum imperialis Petropolitanae (New Memoirs of the Saint-Petersburg Imperial Academy of Sciences), 8 (1763), 74–104. (The work was presented at the Saint-Petersburg Academy on October 15, 1759. A work with the same title was presented at the Berlin Academy on June 8, 1758). Available on-line in: Ferdinand Rudio, {{abbr|ed.|editor}}, Leonhardi Euleri Commentationes Arithmeticae, volume 1, in: Leonhardi Euleri Opera Omnia, series 1, volume 2 (Leipzig, Germany, B. G. Teubner, 1915), [http://gallica.bnf.fr/ark:/12148/bpt6k6952c/f571.image pages 531–555]. On page 531, Euler defines {{mvar|n}} as the number of integers that are smaller than {{mvar|N}} and relatively prime to {{mvar|N}} (... aequalis sit multitudini numerorum ipso N minorum, qui simul ad eum sint primi, ...), which is the phi function, φ(N).Sandifer, p. 203Graham et al. p. 133 note 111 However, he did not at that time choose any specific symbol to denote it. In a 1784 publication, Euler studied the function further, choosing the Greek letter {{mvar|π}} to denote it: he wrote {{math|πD}} for "the multitude of numbers less than {{mvar|D}}, and which have no common divisor with it".L. Euler, [http://math.dartmouth.edu/~euler/docs/originals/E564.pdf Speculationes circa quasdam insignes proprietates numerorum], Acta Academiae Scientarum Imperialis Petropolitinae, vol. 4, (1784), pp. 18–30, or Opera Omnia, Series 1, volume 4, pp. 105–115. (The work was presented at the Saint-Petersburg Academy on October 9, 1775). This definition varies from the current definition for the totient function at {{math|1=D = 1}} but is otherwise the same. The now-standard notationBoth {{math|φ(n)}} and {{math|ϕ(n)}} are seen in the literature. These are two forms of the lower-case Greek letter phi. {{math|φ(A)}} comes from Gauss's 1801 treatise Disquisitiones Arithmeticae,Gauss, Disquisitiones Arithmeticae article 38{{cite book |last=Cajori |first=Florian |author-link=Florian Cajori |title=A History Of Mathematical Notations Volume II |year=1929 |publisher=Open Court Publishing Company|at=§409}} although Gauss did not use parentheses around the argument and wrote {{math|φA}}. Thus, it is often called Euler's phi function or simply the phi function.
In 1879, J. J. Sylvester coined the term totient for this function,J. J. Sylvester (1879) "On certain ternary cubic-form equations", American Journal of Mathematics, 2 : 357-393; Sylvester coins the term "totient" on [https://books.google.com/books?id=-AcPAAAAIAAJ&pg=PA361 page 361].{{cite OED2|totient}} so it is also referred to as Euler's totient function, the Euler totient, or Euler's totient.{{Cite web |last=Weisstein |first=Eric W. |title=Totient Function |url=https://mathworld.wolfram.com/TotientFunction.html |access-date=2025-02-09 |website=mathworld.wolfram.com |language=en}} Jordan's totient is a generalization of Euler's.
The cototient of {{mvar|n}} is defined as {{math|n − φ(n)}}. It counts the number of positive integers less than or equal to {{mvar|n}} that have at least one prime factor in common with {{mvar|n}}.
Computing Euler's totient function
There are several formulae for computing {{math|φ(n)}}.
=Euler's product formula=
It states
:
where the product is over the distinct prime numbers dividing {{mvar|n}}. (For notation, see Arithmetical function.)
An equivalent formulation is
where is the prime factorization of (that is, are distinct prime numbers).
The proof of these formulae depends on two important facts.
== Phi is a multiplicative function ==
This means that if {{math|1=gcd(m, n) = 1}}, then {{math|1=φ(m) φ(n) = φ(mn)}}. Proof outline: Let {{mvar|A}}, {{mvar|B}}, {{mvar|C}} be the sets of positive integers which are coprime to and less than {{mvar|m}}, {{mvar|n}}, {{mvar|mn}}, respectively, so that {{math|1={{!}}A{{!}} = φ(m)}}, etc. Then there is a bijection between {{math|A × B}} and {{mvar|C}} by the Chinese remainder theorem.
== Value of phi for a prime power argument ==
If {{mvar|p}} is prime and {{math|k ≥ 1}}, then
:
Proof: Since {{mvar|p}} is a prime number, the only possible values of {{math|gcd(pk, m)}} are {{math|1, p, p2, ..., pk}}, and the only way to have {{math|gcd(pk, m) > 1}} is if {{mvar|m}} is a multiple of {{mvar|p}}, that is, {{math|1=m ∈ {{mset|1=p, 2p, 3p, ..., pk − 1p = pk}}}}, and there are {{math|pk − 1}} such multiples not greater than {{math|pk}}. Therefore, the other {{math|pk − pk − 1}} numbers are all relatively prime to {{math|pk}}.
==Proof of Euler's product formula==
The fundamental theorem of arithmetic states that if {{math|n > 1}} there is a unique expression where {{math|p1 < p2 < ... < pr}} are prime numbers and each {{math|ki ≥ 1}}. (The case {{math|1=n = 1}} corresponds to the empty product.) Repeatedly using the multiplicative property of {{mvar|φ}} and the formula for {{math|φ(pk)}} gives
:
\varphi(n)&=& \varphi(p_1^{k_1})\, \varphi(p_2^{k_2})
\cdots\varphi(p_r^{k_r})\\[.1em]
&=& p_1^{k_1} \left(1- \frac{1}{p_1} \right) p_2^{k_2} \left(1- \frac{1}{p_2} \right) \cdots p_r^{k_r}\left(1- \frac{1}{p_r} \right)\\[.1em]
&=& p_1^{k_1} p_2^{k_2} \cdots p_r^{k_r} \left(1- \frac{1}{p_1} \right) \left(1- \frac{1}{p_2} \right) \cdots \left(1- \frac{1}{p_r} \right)\\[.1em]
&=&n \left(1- \frac{1}{p_1} \right)\left(1- \frac{1}{p_2} \right) \cdots\left(1- \frac{1}{p_r} \right).
\end{array}
This gives both versions of Euler's product formula.
An alternative proof that does not require the multiplicative property instead uses the inclusion-exclusion principle applied to the set , excluding the sets of integers divisible by the prime divisors.
==Example==
:
=20\cdot\tfrac12\cdot\tfrac45=8.
In words: the distinct prime factors of 20 are 2 and 5; half of the twenty integers from 1 to 20 are divisible by 2, leaving ten; a fifth of those are divisible by 5, leaving eight numbers coprime to 20; these are: 1, 3, 7, 9, 11, 13, 17, 19.
The alternative formula uses only integers:
=Fourier transform=
The totient is the discrete Fourier transform of the gcd, evaluated at 1.{{harvtxt|Schramm|2008}} Let
:
where {{math|xk {{=}} gcd(k,n)}} for {{math|k ∈ {1, ..., n}
:
The real part of this formula is
:
.
For example, using
and
:
\varphi(10) &=& \gcd(1,10)\cos\tfrac{2\pi}{10} + \gcd(2,10)\cos\tfrac{4\pi}{10}
+ \gcd(3,10)\cos\tfrac{6\pi}{10}+\cdots+\gcd(10,10)\cos\tfrac{20\pi}{10}\\
&=& 1\cdot(\tfrac{\sqrt5+1}4) + 2\cdot(\tfrac{\sqrt5-1}4) +
1\cdot(-\tfrac{\sqrt5-1}4) + 2\cdot(-\tfrac{\sqrt5+1}4) + 5\cdot (-1) \\
&& +\ 2\cdot(-\tfrac{\sqrt5+1}4) + 1\cdot(-\tfrac{\sqrt5-1}4) + 2\cdot(\tfrac{\sqrt5-1}4) +
1\cdot(\tfrac{\sqrt5+1}4) + 10 \cdot (1) \\
&=& 4 .
\end{array}
Unlike the Euler product and the divisor sum formula, this one does not require knowing the factors of {{mvar|n}}. However, it does involve the calculation of the greatest common divisor of {{mvar|n}} and every positive integer less than {{mvar|n}}, which suffices to provide the factorization anyway.
=Divisor sum=
The property established by Gauss,Gauss, DA, art 39 that
:
where the sum is over all positive divisors {{mvar|d}} of {{mvar|n}}, can be proven in several ways. (See Arithmetical function for notational conventions.)
One proof is to note that {{math|φ(d)}} is also equal to the number of possible generators of the cyclic group {{math|Cd}} ; specifically, if {{math|Cd {{=}} ⟨g⟩}} with {{math|1=gd = 1}}, then {{math|gk}} is a generator for every {{mvar|k}} coprime to {{mvar|d}}. Since every element of {{math|Cn}} generates a cyclic subgroup, and each subgroup {{math|Cd ⊆ Cn}} is generated by precisely {{math|φ(d)}} elements of {{math|Cn}}, the formula follows.Gauss, DA art. 39, arts. 52-54 Equivalently, the formula can be derived by the same argument applied to the Root of unity#Group of nth roots of unity and the primitive root of unity.
The formula can also be derived from elementary arithmetic.Graham et al. pp. 134-135 For example, let {{math|n {{=}} 20}} and consider the positive fractions up to 1 with denominator 20:
:
\tfrac{ 1}{20},\,\tfrac{ 2}{20},\,\tfrac{ 3}{20},\,\tfrac{ 4}{20},\,
\tfrac{ 5}{20},\,\tfrac{ 6}{20},\,\tfrac{ 7}{20},\,\tfrac{ 8}{20},\,
\tfrac{ 9}{20},\,\tfrac{10}{20},\,\tfrac{11}{20},\,\tfrac{12}{20},\,
\tfrac{13}{20},\,\tfrac{14}{20},\,\tfrac{15}{20},\,\tfrac{16}{20},\,
\tfrac{17}{20},\,\tfrac{18}{20},\,\tfrac{19}{20},\,\tfrac{20}{20}.
Put them into lowest terms:
:
\tfrac{ 1}{20},\,\tfrac{ 1}{10},\,\tfrac{ 3}{20},\,\tfrac{ 1}{ 5},\,
\tfrac{ 1}{ 4},\,\tfrac{ 3}{10},\,\tfrac{ 7}{20},\,\tfrac{ 2}{ 5},\,
\tfrac{ 9}{20},\,\tfrac{ 1}{ 2},\,\tfrac{11}{20},\,\tfrac{ 3}{ 5},\,
\tfrac{13}{20},\,\tfrac{ 7}{10},\,\tfrac{ 3}{ 4},\,\tfrac{ 4}{ 5},\,
\tfrac{17}{20},\,\tfrac{ 9}{10},\,\tfrac{19}{20},\,\tfrac{1}{1}
These twenty fractions are all the positive {{sfrac|k|d}} ≤ 1 whose denominators are the divisors {{math|d {{=}} 1, 2, 4, 5, 10, 20}}. The fractions with 20 as denominator are those with numerators relatively prime to 20, namely {{sfrac|1|20}}, {{sfrac|3|20}}, {{sfrac|7|20}}, {{sfrac|9|20}}, {{sfrac|11|20}}, {{sfrac|13|20}}, {{sfrac|17|20}}, {{sfrac|19|20}}; by definition this is {{math|φ(20)}} fractions. Similarly, there are {{math|φ(10)}} fractions with denominator 10, and {{math|φ(5)}} fractions with denominator 5, etc. Thus the set of twenty fractions is split into subsets of size {{math|φ(d)}} for each {{math|d}} dividing 20. A similar argument applies for any n.
Möbius inversion applied to the divisor sum formula gives
:
where {{mvar|μ}} is the Möbius function, the multiplicative function defined by and for each prime {{math|1=p}} and {{math|1=k ≥ 2}}. This formula may also be derived from the product formula by multiplying out to get
An example:
\begin{align}
\varphi(20) &= \mu(1)\cdot 20 + \mu(2)\cdot 10 +\mu(4)\cdot 5 +\mu(5)\cdot 4 + \mu(10)\cdot 2+\mu(20)\cdot 1\\[.5em]
&= 1\cdot 20 - 1\cdot 10 + 0\cdot 5 - 1\cdot 4 + 1\cdot 2 + 0\cdot 1 = 8.
\end{align}
Some values
The first 100 values {{OEIS|A000010}} are shown in the table and graph below:
:
class="wikitable" style="text-align: right"
|+{{math|φ(n)}} for {{math|1 ≤ n ≤ 100}} ! + ! 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
0
| 1 || 1 || 2 || 2 || 4 || 2 || 6 || 4 || 6 || 4 | |||||||||
---|---|---|---|---|---|---|---|---|---|
10
| 10 || 4 || 12 || 6 || 8 || 8 || 16 || 6 || 18 || 8 | |||||||||
20
| 12 || 10 || 22 || 8 || 20 || 12 || 18 || 12 || 28 || 8 | |||||||||
30
| 30 || 16 || 20 || 16 || 24 || 12 || 36 || 18 || 24 || 16 | |||||||||
40
| 40 || 12 || 42 || 20 || 24 || 22 || 46 || 16 || 42 || 20 | |||||||||
50
| 32 || 24 || 52 || 18 || 40 || 24 || 36 || 28 || 58 || 16 | |||||||||
60
| 60 || 30 || 36 || 32 || 48 || 20 || 66 || 32 || 44 || 24 | |||||||||
70
| 70 || 24 || 72 || 36 || 40 || 36 || 60 || 24 || 78 || 32 | |||||||||
80
| 54 || 40 || 82 || 24 || 64 || 42 || 56 || 40 || 88 || 24 | |||||||||
90
| 72 || 44 || 60 || 46 || 72 || 32 || 96 || 42 || 60 || 40 |
In the graph at right the top line {{math|y {{=}} n − 1}} is an upper bound valid for all {{mvar|n}} other than one, and attained if and only if {{mvar|n}} is a prime number. A simple lower bound is , which is rather loose: in fact, the lower limit of the graph is proportional to {{math|{{sfrac|n|log log n}}}}.
{{clear}}
Euler's theorem
{{main article|Euler's theorem}}
This states that if {{mvar|a}} and {{mvar|n}} are relatively prime then
:
The special case where {{mvar|n}} is prime is known as Fermat's little theorem.
This follows from Lagrange's theorem and the fact that {{math|φ(n)}} is the order of the multiplicative group of integers modulo n.
The RSA cryptosystem is based on this theorem: it implies that the inverse of the function {{math|a ↦ ae mod n}}, where {{mvar|e}} is the (public) encryption exponent, is the function {{math|b ↦ bd mod n}}, where {{mvar|d}}, the (private) decryption exponent, is the multiplicative inverse of {{mvar|e}} modulo {{math|φ(n)}}. The difficulty of computing {{math|φ(n)}} without knowing the factorization of {{mvar|n}} is thus the difficulty of computing {{mvar|d}}: this is known as the RSA problem which can be solved by factoring {{mvar|n}}. The owner of the private key knows the factorization, since an RSA private key is constructed by choosing {{mvar|n}} as the product of two (randomly chosen) large primes {{mvar|p}} and {{mvar|q}}. Only {{mvar|n}} is publicly disclosed, and given the difficulty to factor large numbers we have the guarantee that no one else knows the factorization.
Other formulae
-
In particular:
2\varphi(m) &\text{ if } m \text{ is even} \\
\varphi(m) &\text{ if } m \text{ is odd}
\end{cases}
Compare this to the formula (see least common multiple).
Moreover, if {{mvar|n}} has {{mvar|r}} distinct odd prime factors, {{math|2r {{!}} φ(n)}}
where {{math|rad(n)}} is the radical of an integer (the product of all distinct primes dividing {{mvar|n}}).
(where {{mvar|γ}} is the Euler–Mascheroni constant).
=Menon's identity=
{{Main article|Arithmetic_function#Menon.27s_identity|l1=Menon's identity}}
In 1965 P. Kesava Menon proved
:
where {{math|d(n) {{=}} σ0(n)}} is the number of divisors of {{mvar|n}}.
=Divisibility by any fixed positive integer=
The following property, which is part of the « folklore » (i.e., apparently unpublished as a specific result: {{citation | last = Pollack | first = P. | title = Two problems on the distribution of Carmichael's lambda function | journal = Mathematika | year = 2023 | volume = 69 | issue = 4| pages = 1195–1220 | doi = 10.1112/mtk.12222
| url = | doi-access = free | arxiv = 2303.14043 }} see the introduction of this article in which it is stated as having « long been known ») has important consequences. For instance it rules out uniform distribution of the values of in the arithmetic progressions modulo for any integer .
- For every fixed positive integer , the relation holds for almost all , meaning for all but values of as .
This is an elementary consequence of the fact that the sum of the reciprocals of the primes congruent to 1 modulo diverges, which itself is a corollary of the proof of Dirichlet's theorem on arithmetic progressions.
Generating functions
The Dirichlet series for {{math|φ(n)}} may be written in terms of the Riemann zeta function as:{{harvnb|Hardy|Wright|1979|loc=thm. 288}}
:
where the left-hand side converges for .
The Lambert series generating function is{{harvnb|Hardy|Wright|1979|loc=thm. 309}}
:
which converges for {{math|{{abs|q}} < 1}}.
Both of these are proved by elementary series manipulations and the formulae for {{math|φ(n)}}.
Growth rate
In the words of Hardy & Wright, the order of {{math|φ(n)}} is "always 'nearly {{mvar|n}}'."{{harvnb|Hardy|Wright|1979|loc=intro to § 18.4}}
First{{harvnb|Hardy|Wright|1979|loc=thm. 326}}
:
but as n goes to infinity,{{harvnb|Hardy|Wright|1979|loc=thm. 327}} for all {{math|δ > 0}}
:
These two formulae can be proved by using little more than the formulae for {{math|φ(n)}} and the divisor sum function {{math|σ(n)}}.
In fact, during the proof of the second formula, the inequality
:
true for {{math|n > 1}}, is proved.
We also have{{harvnb|Hardy|Wright|1979|loc=thm. 328}}
:
Here {{mvar|γ}} is Euler's constant, {{math|γ {{=}} 0.577215665...}}, so {{math|eγ {{=}} 1.7810724...}} and {{math|e−γ {{=}} 0.56145948...}}.
Proving this does not quite require the prime number theorem.In fact Chebyshev's theorem ({{harvnb|Hardy|Wright|1979|loc=thm.7}}) and
Mertens' third theorem is all that is needed.{{harvnb|Hardy|Wright|1979|loc=thm. 436}} Since {{math|log log n}} goes to infinity, this formula shows that
:
In fact, more is true.Theorem 15 of {{cite journal|last1=Rosser |first1=J. Barkley |last2=Schoenfeld |first2=Lowell |title=Approximate formulas for some functions of prime numbers |journal=Illinois J. Math. |volume=6 |date=1962 |issue=1 |pages=64–94 |doi=10.1215/ijm/1255631807 |url=http://projecteuclid.org/euclid.ijm/1255631807|doi-access=free }}Bach & Shallit, thm. 8.8.7{{cite book|last=Ribenboim|title=The Book of Prime Number Records |edition=2nd |publisher=Springer-Verlag |location=New York |chapter=How are the Prime Numbers Distributed? §I.C The Distribution of Values of Euler's Function |pages=172–175 |doi= 10.1007/978-1-4684-0507-1_5 |date=1989 |isbn=978-1-4684-0509-5 }}
:
and
:
The second inequality was shown by Jean-Louis Nicolas. Ribenboim says "The method of proof is interesting, in that the inequality is shown first under the assumption that the Riemann hypothesis is true, secondly under the contrary assumption."{{rp|173}}
For the average order, we haveSándor, Mitrinović & Crstici (2006) pp.24–25
:
due to Arnold Walfisz, its proof exploiting estimates on exponential sums due to I. M. Vinogradov and N. M. Korobov.
By a combination of van der Corput's and Vinogradov's methods, H.-Q. Liu (On Euler's function.Proc. Roy. Soc. Edinburgh Sect. A 146 (2016), no. 4, 769–775)
improved the error term to
:
O\left(n(\log n)^\frac23(\log\log n)^\frac13\right)
(this is currently the best known estimate of this type). The Big O notation stands for a quantity that is bounded by a constant times the function of {{mvar|n}} inside the parentheses (which is small compared to {{math|n2}}).
This result can be used to prove{{harvnb|Hardy|Wright|1979|loc=thm. 332}} that the probability of two randomly chosen numbers being relatively prime is {{sfrac|6|{{pi}}2}}.
Ratio of consecutive values
In 1950 Somayajulu provedRibenboim, p.38Sándor, Mitrinović & Crstici (2006) p.16
:
\lim\inf \frac{\varphi(n+1)}{\varphi(n)}&= 0 \quad\text{and} \\[5px]
\lim\sup \frac{\varphi(n+1)}{\varphi(n)}&= \infty.
\end{align}
In 1954 Schinzel and Sierpiński strengthened this, proving that the set
:
is dense in the positive real numbers. They also proved that the set
:
is dense in the interval (0,1).
Totient numbers
A totient number is a value of Euler's totient function: that is, an {{mvar|m}} for which there is at least one {{mvar|n}} for which {{math|φ(n) {{=}} m}}. The valency or multiplicity of a totient number {{mvar|m}} is the number of solutions to this equation.Guy (2004) p.144 A nontotient is a natural number which is not a totient number. Every odd integer exceeding 1 is trivially a nontotient. There are also infinitely many even nontotients,Sándor & Crstici (2004) p.230 and indeed every positive integer has a multiple which is an even nontotient.{{cite journal | zbl=0772.11001 | last=Zhang | first=Mingzhi | title=On nontotients | journal=Journal of Number Theory | volume=43 | number=2 | pages=168–172 | year=1993 | issn=0022-314X | doi=10.1006/jnth.1993.1014| doi-access=free }}
The number of totient numbers up to a given limit {{mvar|x}} is
:
If counted accordingly to multiplicity, the number of totient numbers up to a given limit {{mvar|x}} is
:
where the error term {{mvar|R}} is of order at most {{math|{{sfrac|x|(log x)k}}}} for any positive {{mvar|k}}.Sándor et al (2006) p.22
It is known that the multiplicity of {{mvar|m}} exceeds {{math|mδ}} infinitely often for any {{math|δ < 0.55655}}.Sándor et al (2006) p.21Guy (2004) p.145
=Ford's theorem=
{{harvtxt|Ford|1999}} proved that for every integer {{math|k ≥ 2}} there is a totient number {{mvar|m}} of multiplicity {{mvar|k}}: that is, for which the equation {{math|φ(n) {{=}} m}} has exactly {{mvar|k}} solutions; this result had previously been conjectured by Wacław Sierpiński,Sándor & Crstici (2004) p.229 and it had been obtained as a consequence of Schinzel's hypothesis H. Indeed, each multiplicity that occurs, does so infinitely often.
However, no number {{mvar|m}} is known with multiplicity {{math|k {{=}} 1}}. Carmichael's totient function conjecture is the statement that there is no such {{mvar|m}}.Sándor & Crstici (2004) p.228
=Perfect totient numbers=
{{main article|Perfect totient number}}
A perfect totient number is an integer that is equal to the sum of its iterated totients. That is, we apply the totient function to a number n, apply it again to the resulting totient, and so on, until the number 1 is reached, and add together the resulting sequence of numbers; if the sum equals n, then n is a perfect totient number.
Applications
=Cyclotomy=
{{main article|Constructible polygon}}
In the last section of the DisquisitionesGauss, DA. The 7th § is arts. 336–366Gauss proved if {{mvar|n}} satisfies certain conditions then the {{mvar|n}}-gon can be constructed. In 1837 Pierre Wantzel proved the converse, if the {{mvar|n}}-gon is constructible, then {{mvar|n}} must satisfy Gauss's conditions Gauss provesGauss, DA, art 366 that a regular {{mvar|n}}-gon can be constructed with straightedge and compass if {{math|φ(n)}} is a power of 2. If {{mvar|n}} is a power of an odd prime number the formula for the totient says its totient can be a power of two only if {{mvar|n}} is a first power and {{math|n − 1}} is a power of 2. The primes that are one more than a power of 2 are called Fermat primes, and only five are known: 3, 5, 17, 257, and 65537. Fermat and Gauss knew of these. Nobody has been able to prove whether there are any more.
Thus, a regular {{mvar|n}}-gon has a straightedge-and-compass construction if n is a product of distinct Fermat primes and any power of 2. The first few such {{mvar|n}} areGauss, DA, art. 366. This list is the last sentence in the Disquisitiones
:2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 17, 20, 24, 30, 32, 34, 40,... {{OEIS|A003401}}.
=Prime number theorem for arithmetic progressions=
{{main article|Prime number theorem#Prime number theorem for arithmetic progressions}}
=The RSA cryptosystem=
{{main article|RSA (algorithm)}}
Setting up an RSA system involves choosing large prime numbers {{mvar|p}} and {{mvar|q}}, computing {{math|n {{=}} pq}} and {{math|k {{=}} φ(n)}}, and finding two numbers {{mvar|e}} and {{mvar|d}} such that {{math|ed ≡ 1 (mod k)}}. The numbers {{mvar|n}} and {{mvar|e}} (the "encryption key") are released to the public, and {{mvar|d}} (the "decryption key") is kept private.
A message, represented by an integer {{mvar|m}}, where {{math|0 < m < n}}, is encrypted by computing {{math|S {{=}} me (mod n)}}.
It is decrypted by computing {{math|t {{=}} Sd (mod n)}}. Euler's Theorem can be used to show that if {{math|0 < t < n}}, then {{math|t {{=}} m}}.
The security of an RSA system would be compromised if the number {{mvar|n}} could be efficiently factored or if {{math|φ(n)}} could be efficiently computed without factoring {{mvar|n}}.
Unsolved problems
=Lehmer's conjecture=
{{main article|Lehmer's totient problem}}
If {{mvar|p}} is prime, then {{math|φ(p) {{=}} p − 1}}. In 1932 D. H. Lehmer asked if there are any composite numbers {{mvar|n}} such that {{math|φ(n) }} divides {{math|n − 1}}. None are known.Ribenboim, pp. 36–37.
In 1933 he proved that if any such {{mvar|n}} exists, it must be odd, square-free, and divisible by at least seven primes (i.e. {{math|ω(n) ≥ 7}}). In 1980 Cohen and Hagis proved that {{math|n > 1020}} and that {{math|ω(n) ≥ 14}}.{{cite journal | zbl=0436.10002 | last1=Cohen | first1=Graeme L. | last2=Hagis | first2=Peter Jr. | title=On the number of prime factors of {{mvar|n}} if {{math|φ(n)}} divides {{math|n − 1}} | journal=Nieuw Arch. Wiskd. |series=III Series | volume=28 | pages=177–185 | year=1980 | issn=0028-9825 }} Further, Hagis showed that if 3 divides {{mvar|n}} then {{math|n > 101937042}} and {{math|ω(n) ≥ 298848}}.{{cite journal | zbl=0668.10006 | last=Hagis | first=Peter Jr. | title=On the equation {{math|M·φ(n) {{=}} n − 1}} | journal=Nieuw Arch. Wiskd. |series=IV Series | volume=6 | number=3 | pages=255–261 | year=1988 | issn=0028-9825 }}Guy (2004) p.142
=Carmichael's conjecture=
{{main article|Carmichael's totient function conjecture}}
This states that there is no number {{mvar|n}} with the property that for all other numbers {{mvar|m}}, {{math|m ≠ n}}, {{math|φ(m) ≠ φ(n)}}. See Ford's theorem above.
As stated in the main article, if there is a single counterexample to this conjecture, there must be infinitely many counterexamples, and the smallest one has at least ten billion digits in base 10.
=Riemann hypothesis=
The Riemann hypothesis is true if and only if the inequality
:
is true for all {{math|n ≥ p120569#}} where {{mvar|γ}} is Euler's constant and {{math|p120569#}} is the product of the first {{math|120569}} primes.{{Cite book |last1=Broughan |first1=Kevin |title=Equivalents of the Riemann Hypothesis, Volume One: Arithmetic Equivalents |publisher=Cambridge University Press |year=2017 |edition=First |isbn=978-1-107-19704-6}} Corollary 5.35
See also
Notes
{{Reflist|30em}}
References
{{refbegin|colwidth=30em}}
The Disquisitiones Arithmeticae has been translated from Latin into English and German. The German edition includes all of Gauss's papers on number theory: all the proofs of quadratic reciprocity, the determination of the sign of the Gauss sum, the investigations into biquadratic reciprocity, and unpublished notes.
References to the Disquisitiones are of the form Gauss, DA, art. nnn.
- {{citation
| last1 = Abramowitz
| first1 = M.
| author1-link = Milton Abramowitz
| last2 = Stegun
| first2 = I. A.
| author2-link = Irene A. Stegun
| isbn = 0-486-61272-4
| location = New York
| publisher = Dover Publications
| title = Handbook of Mathematical Functions
| year = 1964
| url = https://archive.org/details/handbookofmathe000abra
}}. See paragraph 24.3.2.
- {{citation
| last1 = Bach | first1 = Eric | author1-link = Eric Bach
| last2 = Shallit | first2 = Jeffrey | author2-link = Jeffrey Shallit
| title = Algorithmic Number Theory (Vol I: Efficient Algorithms)
| publisher = The MIT Press
| location = Cambridge, MA
| year = 1996
| isbn = 0-262-02405-5
| zbl=0873.11070
| series=MIT Press Series in the Foundations of Computing
}}
- Dickson, Leonard Eugene, "History Of The Theory Of Numbers", vol 1, chapter 5 "Euler's Function, Generalizations; Farey Series", Chelsea Publishing 1952
- {{citation
| last = Ford | first = Kevin
| doi = 10.2307/121103
| mr = 1715326 | zbl=0978.11053
| issn= 0003-486X
| issue = 1
| journal = Annals of Mathematics
| jstor = 121103
| pages = 283–311
| title = The number of solutions of φ(x) = m
| volume = 150
| year = 1999}}.
- {{citation
| last1 = Gauss | first1 = Carl Friedrich | author1-link = Carl Friedrich Gauss
| translator-last = Clarke | translator-first = Arthur A.
| title = Disquisitiones Arithmeticae (Second, corrected edition)
| publisher = Springer
| location = New York
| year = 1986
| isbn = 0-387-96254-9}}
- {{citation
| last1 = Gauss | first1 = Carl Friedrich | author1-link = Carl Friedrich Gauss
| translator-last = Maser | translator-first = H.
| title = Untersuchungen uber hohere Arithmetik (Disquisitiones Arithmeticae & other papers on number theory) (Second edition)
| publisher = Chelsea
| location = New York
| year = 1965
| isbn = 0-8284-0191-8}}
- {{citation
| last1 = Graham | first1 = Ronald | author1-link = Ronald Graham
| last2 = Knuth | first2 = Donald | author2-link = Donald Knuth
| last3 = Patashnik | first3 = Oren | author3-link = Oren Patashnik
| title = Concrete Mathematics: a foundation for computer science
| edition=2nd
| publisher = Addison-Wesley
| location = Reading, MA
| year = 1994
| isbn = 0-201-55802-5 | zbl=0836.00001}}
- {{citation | first=Richard K. | last=Guy | author-link=Richard K. Guy | title=Unsolved Problems in Number Theory | edition=3rd | publisher=Springer-Verlag | year=2004 | isbn=0-387-20860-7 | zbl=1058.11001 | series=Problem Books in Mathematics | location=New York, NY }}
- {{citation
| last1 = Hardy | first1 = G. H. | author1-link = G. H. Hardy
| last2 = Wright | first2 = E. M. | author2-link = E. M. Wright
| title = An Introduction to the Theory of Numbers
| edition = Fifth
| publisher = Oxford University Press
| location = Oxford
| year = 1979
| isbn = 978-0-19-853171-5}}
- {{citation
| last = Liu | first = H.-Q.
| journal = Proc. Roy. Soc. Edinburgh Sect. A
| title = On Euler's function
| volume = 146
| issue = 4
| year = 2016 | pages = 769–775
| doi = 10.1017/S0308210515000682
}}.
- {{citation | first1 = Calvin T. | last1 = Long | year = 1972 | title = Elementary Introduction to Number Theory | edition = 2nd | publisher = D. C. Heath and Company | location = Lexington | lccn = 77-171950 }}
- {{citation | first1 = Anthony J. | last1 = Pettofrezzo | first2 = Donald R. | last2 = Byrkit | year = 1970 | title = Elements of Number Theory | publisher = Prentice Hall | location = Englewood Cliffs | lccn = 77-81766 }}
- {{citation
| last1 = Ribenboim | first1 = Paulo | author-link = Paulo Ribenboim
| title = The New Book of Prime Number Records | edition=3rd
| publisher = Springer
| location = New York
| year = 1996
| zbl=0856.11001
| isbn = 0-387-94457-5}}
- {{citation
| last1 = Sandifer | first1 = Charles
| title = The early mathematics of Leonhard Euler
| publisher = MAA
| year = 2007
| isbn = 978-0-88385-559-1}}
- {{citation | editor1-last=Sándor | editor1-first=József | editor2-last=Mitrinović | editor2-first=Dragoslav S. | editor3-last=Crstici |editor3-first=Borislav | title=Handbook of number theory I | location=Dordrecht | publisher=Springer-Verlag | year=2006 | isbn=1-4020-4215-9 | zbl=1151.11300 | pages=9–36}}
- {{cite book | last1=Sándor | first1=Jozsef | last2=Crstici | first2=Borislav | title=Handbook of number theory II | url=https://archive.org/details/handbooknumberth00sand_741 | url-access=limited | location=Dordrecht | publisher=Kluwer Academic | year=2004 | isbn=1-4020-2546-7 | zbl=1079.11001 | pages=[https://archive.org/details/handbooknumberth00sand_741/page/n179 179]–327 }}
- {{citation
| last = Schramm | first = Wolfgang
| issue = 8(1)
| journal = Electronic Journal of Combinatorial Number Theory
| title = The Fourier transform of functions of the greatest common divisor
| volume = A50
| year = 2008
|url=http://www.integers-ejcnt.org/vol8.html }}.
{{refend}}
==External links==
- {{springer|title=Totient function|id=p/t110040}}
- [http://mathcenter.oxford.emory.edu/site/math125/chineseRemainderTheorem/ Euler's Phi Function and the Chinese Remainder Theorem — proof that {{math|φ(n)}} is multiplicative] {{Webarchive|url=https://web.archive.org/web/20210228071226/http://mathcenter.oxford.emory.edu/site/math125/chineseRemainderTheorem/ |date=2021-02-28 }}
- [http://www.javascripter.net/math/calculators/eulertotientfunction.htm Euler's totient function calculator in JavaScript — up to 20 digits]
- Dineva, Rosica, [http://www.mtholyoke.edu/~robinson/reu/reu05/rdineva1.pdf The Euler Totient, the Möbius, and the Divisor Functions] {{Webarchive|url=https://web.archive.org/web/20210116061553/https://www.mtholyoke.edu/~robinson/reu/reu05/rdineva1.pdf |date=2021-01-16 }}
- Plytage, Loomis, Polhill [http://facstaff.bloomu.edu/jpolhill/cmj034-042.pdf Summing Up The Euler Phi Function]
{{Totient}}
Category:Multiplicative functions