fbpx
Wikipedia

Euler's totient function

In number theory, Euler's totient function counts the positive integers up to a given integer n that are relatively prime to 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 k in the range 1 ≤ kn for which the greatest common divisor gcd(n, k) is equal to 1.[2][3] The integers k of this form are sometimes referred to as totatives of n.

The first thousand values of φ(n). The points on the top line represent φ(p) when p is a prime number, which is p − 1.[1]

For example, the totatives of 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 gcd(9, 3) = gcd(9, 6) = 3 and gcd(9, 9) = 9. Therefore, φ(9) = 6. As another example, φ(1) = 1 since for n = 1 the only integer in the range from 1 to n is 1 itself, and gcd(1, 1) = 1.

Euler's totient function is a multiplicative function, meaning that if two numbers m and n are relatively prime, then φ(mn) = φ(m)φ(n).[4][5] This function gives the order of the multiplicative group of integers modulo n (the group of units of the ring ).[6] It is also used for defining the RSA encryption system.

History, terminology, and notation edit

Leonhard Euler introduced the function in 1763.[7][8][9] 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 π to denote it: he wrote πD for "the multitude of numbers less than D, and which have no common divisor with it".[10] This definition varies from the current definition for the totient function at D = 1 but is otherwise the same. The now-standard notation[8][11] φ(A) comes from Gauss's 1801 treatise Disquisitiones Arithmeticae,[12][13] although Gauss did not use parentheses around the argument and wrote φ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,[14][15] so it is also referred to as Euler's totient function, the Euler totient, or Euler's totient. Jordan's totient is a generalization of Euler's.

The cototient of n is defined as nφ(n). It counts the number of positive integers less than or equal to n that have at least one prime factor in common with n.

Computing Euler's totient function edit

There are several formulae for computing φ(n).

Euler's product formula edit

It states

 

where the product is over the distinct prime numbers dividing 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 edit

This means that if gcd(m, n) = 1, then φ(m) φ(n) = φ(mn). Proof outline: Let A, B, C be the sets of positive integers which are coprime to and less than m, n, mn, respectively, so that |A| = φ(m), etc. Then there is a bijection between A × B and C by the Chinese remainder theorem.

Value of phi for a prime power argument edit

If p is prime and k ≥ 1, then

 

Proof: Since p is a prime number, the only possible values of gcd(pk, m) are 1, p, p2, ..., pk, and the only way to have gcd(pk, m) > 1 is if m is a multiple of p, that is, m ∈ {p, 2p, 3p, ..., pk − 1p = pk}, and there are pk − 1 such multiples not greater than pk. Therefore, the other pkpk − 1 numbers are all relatively prime to pk.

Proof of Euler's product formula edit

The fundamental theorem of arithmetic states that if n > 1 there is a unique expression   where p1 < p2 < ... < pr are prime numbers and each ki ≥ 1. (The case n = 1 corresponds to the empty product.) Repeatedly using the multiplicative property of φ and the formula for φ(pk) gives

 

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 edit

 

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 edit

The totient is the discrete Fourier transform of the gcd, evaluated at 1.[16] Let

 

where xk = gcd(k,n) for k ∈ {1, ..., n}. Then

 

The real part of this formula is

 

For example, using   and  :

 
Unlike the Euler product and the divisor sum formula, this one does not require knowing the factors of n. However, it does involve the calculation of the greatest common divisor of n and every positive integer less than n, which suffices to provide the factorization anyway.

Divisor sum edit

The property established by Gauss,[17] that

 

where the sum is over all positive divisors d of n, can be proven in several ways. (See Arithmetical function for notational conventions.)

One proof is to note that φ(d) is also equal to the number of possible generators of the cyclic group Cd ; specifically, if Cd = ⟨g with gd = 1, then gk is a generator for every k coprime to d. Since every element of Cn generates a cyclic subgroup, and all subgroups CdCn are generated by precisely φ(d) elements of Cn, the formula follows.[18] Equivalently, the formula can be derived by the same argument applied to the multiplicative group of the nth roots of unity and the primitive dth roots of unity.

The formula can also be derived from elementary arithmetic.[19] For example, let n = 20 and consider the positive fractions up to 1 with denominator 20:

 

Put them into lowest terms:

 

These twenty fractions are all the positive k/d ≤ 1 whose denominators are the divisors d = 1, 2, 4, 5, 10, 20. The fractions with 20 as denominator are those with numerators relatively prime to 20, namely 1/20, 3/20, 7/20, 9/20, 11/20, 13/20, 17/20, 19/20; by definition this is φ(20) fractions. Similarly, there are φ(10) fractions with denominator 10, and φ(5) fractions with denominator 5, etc. Thus the set of twenty fractions is split into subsets of size φ(d) for each d dividing 20. A similar argument applies for any n.

Möbius inversion applied to the divisor sum formula gives

 

where μ is the Möbius function, the multiplicative function defined by   and   for each prime p and k ≥ 2. This formula may also be derived from the product formula by multiplying out   to get  

An example:

 

Some values edit

The first 100 values (sequence A000010 in the OEIS) are shown in the table and graph below:

 
Graph of the first 100 values
φ(n) for 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 y = n − 1 is an upper bound valid for all n other than one, and attained if and only if 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 n/log log n.[20]

Euler's theorem edit

This states that if a and n are relatively prime then

 

The special case where n is prime is known as Fermat's little theorem.

This follows from Lagrange's theorem and the fact that φ(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 aae mod n, where e is the (public) encryption exponent, is the function bbd mod n, where d, the (private) decryption exponent, is the multiplicative inverse of e modulo φ(n). The difficulty of computing φ(n) without knowing the factorization of n is thus the difficulty of computing d: this is known as the RSA problem which can be solved by factoring n. The owner of the private key knows the factorization, since an RSA private key is constructed by choosing n as the product of two (randomly chosen) large primes p and q. Only 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 edit

  •  
  •  
  •  

    In particular:

    •  
    •  
  •  

    Compare this to the formula   (see least common multiple).

  • φ(n) is even for n ≥ 3.

    Moreover, if n has r distinct odd prime factors, 2r | φ(n)

  • For any a > 1 and n > 6 such that 4 ∤ n there exists an l ≥ 2n such that l | φ(an − 1).
  •  

    where rad(n) is the radical of n (the product of all distinct primes dividing n).

  •   [21]
  •  
  •   ([22] cited in[23])
  •   [22]
  •   [24]
  •   [24]

    (where γ is the Euler–Mascheroni constant).

  •  

    where m > 1 is a positive integer and ω(m) is the number of distinct prime factors of m.[citation needed]

Menon's identity edit

In 1965 P. Kesava Menon proved

 

where d(n) = σ0(n) is the number of divisors of n.

Divisibility by any fixed positive integer edit

The following property, which is part of the « folklore » (i.e., apparently unpublished as a specific result:[25] 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 edit

The Dirichlet series for φ(n) may be written in terms of the Riemann zeta function as:[26]

 

where the left-hand side converges for  .

The Lambert series generating function is[27]

 

which converges for |q| < 1.

Both of these are proved by elementary series manipulations and the formulae for φ(n).

Growth rate edit

In the words of Hardy & Wright, the order of φ(n) is "always 'nearly n'."[28]

First[29]

 

but as n goes to infinity,[30] for all δ > 0

 

These two formulae can be proved by using little more than the formulae for φ(n) and the divisor sum function σ(n).

In fact, during the proof of the second formula, the inequality

 

true for n > 1, is proved.

We also have[20]

 

Here γ is Euler's constant, γ = 0.577215665..., so eγ = 1.7810724... and eγ = 0.56145948....

Proving this does not quite require the prime number theorem.[31][32] Since log log n goes to infinity, this formula shows that

 

In fact, more is true.[33][34][35]

 

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."[35]: 173 

For the average order, we have[22][36]

 

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

 

(this is currently the best known estimate of this type). The "Big O" stands for a quantity that is bounded by a constant times the function of n inside the parentheses (which is small compared to n2).

This result can be used to prove[37] that the probability of two randomly chosen numbers being relatively prime is 6/π2.

Ratio of consecutive values edit

In 1950 Somayajulu proved[38][39]

 

In 1954 Schinzel and Sierpiński strengthened this, proving[38][39] that the set

 

is dense in the positive real numbers. They also proved[38] that the set

 

is dense in the interval (0,1).

Totient numbers edit

A totient number is a value of Euler's totient function: that is, an m for which there is at least one n for which φ(n) = m. The valency or multiplicity of a totient number m is the number of solutions to this equation.[40] 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,[41] and indeed every positive integer has a multiple which is an even nontotient.[42]

The number of totient numbers up to a given limit x is

 

for a constant C = 0.8178146....[43]

If counted accordingly to multiplicity, the number of totient numbers up to a given limit x is

 

where the error term R is of order at most x/(log x)k for any positive k.[44]

It is known that the multiplicity of m exceeds mδ infinitely often for any δ < 0.55655.[45][46]

Ford's theorem edit

Ford (1999) proved that for every integer k ≥ 2 there is a totient number m of multiplicity k: that is, for which the equation φ(n) = m has exactly k solutions; this result had previously been conjectured by Wacław Sierpiński,[47] and it had been obtained as a consequence of Schinzel's hypothesis H.[43] Indeed, each multiplicity that occurs, does so infinitely often.[43][46]

However, no number m is known with multiplicity k = 1. Carmichael's totient function conjecture is the statement that there is no such m.[48]

Perfect totient numbers edit

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 edit

Cyclotomy edit

In the last section of the Disquisitiones[49][50] Gauss proves[51] that a regular n-gon can be constructed with straightedge and compass if φ(n) is a power of 2. If 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 n is a first power and 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 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 n are[52]

2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 17, 20, 24, 30, 32, 34, 40,... (sequence A003401 in the OEIS).

Prime number theorem for arithmetic progressions edit

The RSA cryptosystem edit

Setting up an RSA system involves choosing large prime numbers p and q, computing n = pq and k = φ(n), and finding two numbers e and d such that ed ≡ 1 (mod k). The numbers n and e (the "encryption key") are released to the public, and d (the "decryption key") is kept private.

A message, represented by an integer m, where 0 < m < n, is encrypted by computing S = me (mod n).

It is decrypted by computing t = Sd (mod n). Euler's Theorem can be used to show that if 0 < t < n, then t = m.

The security of an RSA system would be compromised if the number n could be efficiently factored or if φ(n) could be efficiently computed without factoring n.

Unsolved problems edit

Lehmer's conjecture edit

If p is prime, then φ(p) = p − 1. In 1932 D. H. Lehmer asked if there are any composite numbers n such that φ(n) divides n − 1. None are known.[53]

In 1933 he proved that if any such n exists, it must be odd, square-free, and divisible by at least seven primes (i.e. ω(n) ≥ 7). In 1980 Cohen and Hagis proved that n > 1020 and that ω(n) ≥ 14.[54] Further, Hagis showed that if 3 divides n then n > 101937042 and ω(n) ≥ 298848.[55][56]

Carmichael's conjecture edit

This states that there is no number n with the property that for all other numbers m, mn, φ(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.[40]

Riemann hypothesis edit

The Riemann hypothesis is true if and only if the inequality

 

is true for all np120569# where γ is Euler's constant and p120569# is the product of the first 120569 primes.[57]

See also edit

Notes edit

  1. ^ "Euler's totient function". Khan Academy. Retrieved 2016-02-26.
  2. ^ Long (1972, p. 85)
  3. ^ Pettofrezzo & Byrkit (1970, p. 72)
  4. ^ Long (1972, p. 162)
  5. ^ Pettofrezzo & Byrkit (1970, p. 80)
  6. ^ See Euler's theorem.
  7. ^ L. Euler "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, ed., Leonhardi Euleri Commentationes Arithmeticae, volume 1, in: Leonhardi Euleri Opera Omnia, series 1, volume 2 (Leipzig, Germany, B. G. Teubner, 1915), pages 531–555. On page 531, Euler defines n as the number of integers that are smaller than N and relatively prime to N (... aequalis sit multitudini numerorum ipso N minorum, qui simul ad eum sint primi, ...), which is the phi function, φ(N).
  8. ^ a b Sandifer, p. 203
  9. ^ Graham et al. p. 133 note 111
  10. ^ L. Euler, 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).
  11. ^ Both φ(n) and ϕ(n) are seen in the literature. These are two forms of the lower-case Greek letter phi.
  12. ^ Gauss, Disquisitiones Arithmeticae article 38
  13. ^ Cajori, Florian (1929). A History Of Mathematical Notations Volume II. Open Court Publishing Company. §409.
  14. ^ J. J. Sylvester (1879) "On certain ternary cubic-form equations", American Journal of Mathematics, 2 : 357-393; Sylvester coins the term "totient" on page 361.
  15. ^ "totient". Oxford English Dictionary (2nd ed.). Oxford University Press. 1989.
  16. ^ Schramm (2008)
  17. ^ Gauss, DA, art 39
  18. ^ Gauss, DA art. 39, arts. 52-54
  19. ^ Graham et al. pp. 134-135
  20. ^ a b Hardy & Wright 1979, thm. 328
  21. ^ Dineva (in external refs), prop. 1
  22. ^ a b c Walfisz, Arnold (1963). Weylsche Exponentialsummen in der neueren Zahlentheorie. Mathematische Forschungsberichte (in German). Vol. 16. Berlin: VEB Deutscher Verlag der Wissenschaften. Zbl 0146.06003.
  23. ^ Lomadse, G. (1964), "The scientific work of Arnold Walfisz" (PDF), Acta Arithmetica, 10 (3): 227–237, doi:10.4064/aa-10-3-227-237
  24. ^ a b Sitaramachandrarao, R. (1985). "On an error term of Landau II". Rocky Mountain J. Math. 15 (2): 579–588. doi:10.1216/RMJ-1985-15-2-579.
  25. ^ Pollack, P. (2023), "Two problems on the distribution of Carmichael's lambda function", Mathematika, 69: 1195–1220, arXiv:2303.14043, doi:10.1112/mtk.12222
  26. ^ Hardy & Wright 1979, thm. 288
  27. ^ Hardy & Wright 1979, thm. 309
  28. ^ Hardy & Wright 1979, intro to § 18.4
  29. ^ Hardy & Wright 1979, thm. 326
  30. ^ Hardy & Wright 1979, thm. 327
  31. ^ In fact Chebyshev's theorem (Hardy & Wright 1979, thm.7) and Mertens' third theorem is all that is needed.
  32. ^ Hardy & Wright 1979, thm. 436
  33. ^ Theorem 15 of Rosser, J. Barkley; Schoenfeld, Lowell (1962). "Approximate formulas for some functions of prime numbers". Illinois J. Math. 6 (1): 64–94. doi:10.1215/ijm/1255631807.
  34. ^ Bach & Shallit, thm. 8.8.7
  35. ^ a b Ribenboim (1989). "How are the Prime Numbers Distributed? §I.C The Distribution of Values of Euler's Function". The Book of Prime Number Records (2nd ed.). New York: Springer-Verlag. pp. 172–175. doi:10.1007/978-1-4684-0507-1_5. ISBN 978-1-4684-0509-5.
  36. ^ Sándor, Mitrinović & Crstici (2006) pp.24–25
  37. ^ Hardy & Wright 1979, thm. 332
  38. ^ a b c Ribenboim, p.38
  39. ^ a b Sándor, Mitrinović & Crstici (2006) p.16
  40. ^ a b Guy (2004) p.144
  41. ^ Sándor & Crstici (2004) p.230
  42. ^ Zhang, Mingzhi (1993). "On nontotients". Journal of Number Theory. 43 (2): 168–172. doi:10.1006/jnth.1993.1014. ISSN 0022-314X. Zbl 0772.11001.
  43. ^ a b c Ford, Kevin (1998). "The distribution of totients". Ramanujan J. Developments in Mathematics. 2 (1–2): 67–151. arXiv:1104.3264. doi:10.1007/978-1-4757-4507-8_8. ISBN 978-1-4419-5058-1. ISSN 1382-4090. Zbl 0914.11053.
  44. ^ Sándor et al (2006) p.22
  45. ^ Sándor et al (2006) p.21
  46. ^ a b Guy (2004) p.145
  47. ^ Sándor & Crstici (2004) p.229
  48. ^ Sándor & Crstici (2004) p.228
  49. ^ Gauss, DA. The 7th § is arts. 336–366
  50. ^ Gauss proved if n satisfies certain conditions then the n-gon can be constructed. In 1837 Pierre Wantzel proved the converse, if the n-gon is constructible, then n must satisfy Gauss's conditions
  51. ^ Gauss, DA, art 366
  52. ^ Gauss, DA, art. 366. This list is the last sentence in the Disquisitiones
  53. ^ Ribenboim, pp. 36–37.
  54. ^ Cohen, Graeme L.; Hagis, Peter Jr. (1980). "On the number of prime factors of n if φ(n) divides n − 1". Nieuw Arch. Wiskd. III Series. 28: 177–185. ISSN 0028-9825. Zbl 0436.10002.
  55. ^ Hagis, Peter Jr. (1988). "On the equation M·φ(n) = n − 1". Nieuw Arch. Wiskd. IV Series. 6 (3): 255–261. ISSN 0028-9825. Zbl 0668.10006.
  56. ^ Guy (2004) p.142
  57. ^ Broughan, Kevin (2017). Equivalents of the Riemann Hypothesis, Volume One: Arithmetic Equivalents (First ed.). Cambridge University Press. ISBN 978-1-107-19704-6. Corollary 5.35

References edit

The Disquisitiones Arithmeticae has been translated from Latin into English and German. The German edition includes all of Gauss' 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.

External links edit

  • "Totient function", Encyclopedia of Mathematics, EMS Press, 2001 [1994]
  • Euler's Phi Function and the Chinese Remainder Theorem — proof that φ(n) is multiplicative 2021-02-28 at the Wayback Machine
  • Euler's totient function calculator in JavaScript — up to 20 digits
  • Dineva, Rosica, The Euler Totient, the Möbius, and the Divisor Functions 2021-01-16 at the Wayback Machine
  • Plytage, Loomis, Polhill Summing Up The Euler Phi Function

euler, totient, function, redirects, here, other, uses, confused, with, euler, function, number, theory, counts, positive, integers, given, integer, that, relatively, prime, written, using, greek, letter, displaystyle, varphi, displaystyle, also, called, euler. f n redirects here For other uses see Phi Not to be confused with Euler function In number theory Euler s totient function counts the positive integers up to a given integer n that are relatively prime to n It is written using the Greek letter phi as f n displaystyle varphi n or ϕ n displaystyle phi n and may also be called Euler s phi function In other words it is the number of integers k in the range 1 k n for which the greatest common divisor gcd n k is equal to 1 2 3 The integers k of this form are sometimes referred to as totatives of n The first thousand values of f n The points on the top line represent f p when p is a prime number which is p 1 1 For example the totatives of 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 gcd 9 3 gcd 9 6 3 and gcd 9 9 9 Therefore f 9 6 As another example f 1 1 since for n 1 the only integer in the range from 1 to n is 1 itself and gcd 1 1 1 Euler s totient function is a multiplicative function meaning that if two numbers m and n are relatively prime then f mn f m f n 4 5 This function gives the order of the multiplicative group of integers modulo n the group of units of the ring Z nZ displaystyle mathbb Z n mathbb Z 6 It is also used for defining the RSA encryption system Contents 1 History terminology and notation 2 Computing Euler s totient function 2 1 Euler s product formula 2 1 1 Phi is a multiplicative function 2 1 2 Value of phi for a prime power argument 2 1 3 Proof of Euler s product formula 2 1 4 Example 2 2 Fourier transform 2 3 Divisor sum 3 Some values 4 Euler s theorem 5 Other formulae 5 1 Menon s identity 5 2 Divisibility by any fixed positive integer 6 Generating functions 7 Growth rate 8 Ratio of consecutive values 9 Totient numbers 9 1 Ford s theorem 9 2 Perfect totient numbers 10 Applications 10 1 Cyclotomy 10 2 Prime number theorem for arithmetic progressions 10 3 The RSA cryptosystem 11 Unsolved problems 11 1 Lehmer s conjecture 11 2 Carmichael s conjecture 11 3 Riemann hypothesis 12 See also 13 Notes 14 References 15 External linksHistory terminology and notation editLeonhard Euler introduced the function in 1763 7 8 9 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 p to denote it he wrote pD for the multitude of numbers less than D and which have no common divisor with it 10 This definition varies from the current definition for the totient function at D 1 but is otherwise the same The now standard notation 8 11 f A comes from Gauss s 1801 treatise Disquisitiones Arithmeticae 12 13 although Gauss did not use parentheses around the argument and wrote fA 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 14 15 so it is also referred to as Euler s totient function the Euler totient or Euler s totient Jordan s totient is a generalization of Euler s The cototient of n is defined as n f n It counts the number of positive integers less than or equal to n that have at least one prime factor in common with n Computing Euler s totient function editThere are several formulae for computing f n Euler s product formula edit It states f n n p n 1 1p displaystyle varphi n n prod p mid n left 1 frac 1 p right nbsp where the product is over the distinct prime numbers dividing n For notation see Arithmetical function An equivalent formulation isf n p1k1 1 p1 1 p2k2 1 p2 1 prkr 1 pr 1 displaystyle varphi n p 1 k 1 1 p 1 1 p 2 k 2 1 p 2 1 cdots p r k r 1 p r 1 nbsp where n p1k1p2k2 prkr displaystyle n p 1 k 1 p 2 k 2 cdots p r k r nbsp is the prime factorization of n displaystyle n nbsp that is p1 p2 pr displaystyle p 1 p 2 ldots p r nbsp are distinct prime numbers The proof of these formulae depends on two important facts Phi is a multiplicative function edit This means that if gcd m n 1 then f m f n f mn Proof outline Let A B C be the sets of positive integers which are coprime to and less than m n mn respectively so that A f m etc Then there is a bijection between A B and C by the Chinese remainder theorem Value of phi for a prime power argument edit If p is prime and k 1 then f pk pk pk 1 pk 1 p 1 pk 1 1p displaystyle varphi left p k right p k p k 1 p k 1 p 1 p k left 1 tfrac 1 p right nbsp Proof Since p is a prime number the only possible values of gcd pk m are 1 p p2 pk and the only way to have gcd pk m gt 1 is if m is a multiple of p that is m p 2p 3p pk 1p pk and there are pk 1 such multiples not greater than pk Therefore the other pk pk 1 numbers are all relatively prime to pk Proof of Euler s product formula edit The fundamental theorem of arithmetic states that if n gt 1 there is a unique expression n p1k1p2k2 prkr displaystyle n p 1 k 1 p 2 k 2 cdots p r k r nbsp where p1 lt p2 lt lt pr are prime numbers and each ki 1 The case n 1 corresponds to the empty product Repeatedly using the multiplicative property of f and the formula for f pk gives f n f p1k1 f p2k2 f prkr p1k1 1 1p1 p2k2 1 1p2 prkr 1 1pr p1k1p2k2 prkr 1 1p1 1 1p2 1 1pr n 1 1p1 1 1p2 1 1pr displaystyle begin array rcl varphi n amp amp varphi p 1 k 1 varphi p 2 k 2 cdots varphi p r k r 1em amp amp 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 amp amp 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 amp amp 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 nbsp 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 1 2 n displaystyle 1 2 ldots n nbsp excluding the sets of integers divisible by the prime divisors Example edit f 20 f 225 20 1 12 1 15 20 12 45 8 displaystyle varphi 20 varphi 2 2 5 20 1 tfrac 1 2 1 tfrac 1 5 20 cdot tfrac 1 2 cdot tfrac 4 5 8 nbsp 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 f 20 f 2251 22 1 2 1 51 1 5 1 2 1 1 4 8 displaystyle varphi 20 varphi 2 2 5 1 2 2 1 2 1 5 1 1 5 1 2 cdot 1 cdot 1 cdot 4 8 nbsp Fourier transform edit The totient is the discrete Fourier transform of the gcd evaluated at 1 16 Let F x m k 1nxk e 2pimkn displaystyle mathcal F mathbf x m sum limits k 1 n x k cdot e 2 pi i frac mk n nbsp where xk gcd k n for k 1 n Then f n F x 1 k 1ngcd k n e 2pikn displaystyle varphi n mathcal F mathbf x 1 sum limits k 1 n gcd k n e 2 pi i frac k n nbsp The real part of this formula is f n k 1ngcd k n cos 2pkn displaystyle varphi n sum limits k 1 n gcd k n cos tfrac 2 pi k n nbsp For example using cos p5 5 14 displaystyle cos tfrac pi 5 tfrac sqrt 5 1 4 nbsp and cos 2p5 5 14 displaystyle cos tfrac 2 pi 5 tfrac sqrt 5 1 4 nbsp f 10 gcd 1 10 cos 2p10 gcd 2 10 cos 4p10 gcd 3 10 cos 6p10 gcd 10 10 cos 20p10 1 5 14 2 5 14 1 5 14 2 5 14 5 1 2 5 14 1 5 14 2 5 14 1 5 14 10 1 4 displaystyle begin array rcl varphi 10 amp amp 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 amp amp 1 cdot tfrac sqrt 5 1 4 2 cdot tfrac sqrt 5 1 4 1 cdot tfrac sqrt 5 1 4 2 cdot tfrac sqrt 5 1 4 5 cdot 1 amp amp 2 cdot tfrac sqrt 5 1 4 1 cdot tfrac sqrt 5 1 4 2 cdot tfrac sqrt 5 1 4 1 cdot tfrac sqrt 5 1 4 10 cdot 1 amp amp 4 end array nbsp Unlike the Euler product and the divisor sum formula this one does not require knowing the factors of n However it does involve the calculation of the greatest common divisor of n and every positive integer less than n which suffices to provide the factorization anyway Divisor sum edit The property established by Gauss 17 that d nf d n displaystyle sum d mid n varphi d n nbsp where the sum is over all positive divisors d of n can be proven in several ways See Arithmetical function for notational conventions One proof is to note that f d is also equal to the number of possible generators of the cyclic group Cd specifically if Cd g with gd 1 then gk is a generator for every k coprime to d Since every element of Cn generates a cyclic subgroup and all subgroups Cd Cn are generated by precisely f d elements of Cn the formula follows 18 Equivalently the formula can be derived by the same argument applied to the multiplicative group of the n th roots of unity and the primitive d th roots of unity The formula can also be derived from elementary arithmetic 19 For example let n 20 and consider the positive fractions up to 1 with denominator 20 120 220 320 420 520 620 720 820 920 1020 1120 1220 1320 1420 1520 1620 1720 1820 1920 2020 displaystyle 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 nbsp Put them into lowest terms 120 110 320 15 14 310 720 25 920 12 1120 35 1320 710 34 45 1720 910 1920 11 displaystyle 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 nbsp These twenty fractions are all the positive k d 1 whose denominators are the divisors d 1 2 4 5 10 20 The fractions with 20 as denominator are those with numerators relatively prime to 20 namely 1 20 3 20 7 20 9 20 11 20 13 20 17 20 19 20 by definition this is f 20 fractions Similarly there are f 10 fractions with denominator 10 and f 5 fractions with denominator 5 etc Thus the set of twenty fractions is split into subsets of size f d for each d dividing 20 A similar argument applies for any n Mobius inversion applied to the divisor sum formula gives f n d nm d nd n d nm d d displaystyle varphi n sum d mid n mu left d right cdot frac n d n sum d mid n frac mu d d nbsp where m is the Mobius function the multiplicative function defined by m p 1 displaystyle mu p 1 nbsp and m pk 0 displaystyle mu p k 0 nbsp for each prime p and k 2 This formula may also be derived from the product formula by multiplying out p n 1 1p textstyle prod p mid n 1 frac 1 p nbsp to get d nm d d textstyle sum d mid n frac mu d d nbsp An example f 20 m 1 20 m 2 10 m 4 5 m 5 4 m 10 2 m 20 1 1 20 1 10 0 5 1 4 1 2 0 1 8 displaystyle begin aligned varphi 20 amp 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 amp 1 cdot 20 1 cdot 10 0 cdot 5 1 cdot 4 1 cdot 2 0 cdot 1 8 end aligned nbsp Some values editThe first 100 values sequence A000010 in the OEIS are shown in the table and graph below nbsp Graph of the first 100 valuesf n for 1 n 100 1 2 3 4 5 6 7 8 9 100 1 1 2 2 4 2 6 4 6 410 10 4 12 6 8 8 16 6 18 820 12 10 22 8 20 12 18 12 28 830 30 16 20 16 24 12 36 18 24 1640 40 12 42 20 24 22 46 16 42 2050 32 24 52 18 40 24 36 28 58 1660 60 30 36 32 48 20 66 32 44 2470 70 24 72 36 40 36 60 24 78 3280 54 40 82 24 64 42 56 40 88 2490 72 44 60 46 72 32 96 42 60 40In the graph at right the top line y n 1 is an upper bound valid for all n other than one and attained if and only if n is a prime number A simple lower bound is f n n 2 displaystyle varphi n geq sqrt n 2 nbsp which is rather loose in fact the lower limit of the graph is proportional to n log log n 20 Euler s theorem editMain article Euler s theorem This states that if a and n are relatively prime then af n 1modn displaystyle a varphi n equiv 1 mod n nbsp The special case where n is prime is known as Fermat s little theorem This follows from Lagrange s theorem and the fact that f 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 a ae mod n where e is the public encryption exponent is the function b bd mod n where d the private decryption exponent is the multiplicative inverse of e modulo f n The difficulty of computing f n without knowing the factorization of n is thus the difficulty of computing d this is known as the RSA problem which can be solved by factoring n The owner of the private key knows the factorization since an RSA private key is constructed by choosing n as the product of two randomly chosen large primes p and q Only 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 edita b f a f b displaystyle a mid b implies varphi a mid varphi b nbsp m f am 1 displaystyle m mid varphi a m 1 nbsp f mn f m f n df d where d gcd m n displaystyle varphi mn varphi m varphi n cdot frac d varphi d quad text where d operatorname gcd m n nbsp In particular f 2m 2f m if m is evenf m if m is odd displaystyle varphi 2m begin cases 2 varphi m amp text if m text is even varphi m amp text if m text is odd end cases nbsp f nm nm 1f n displaystyle varphi left n m right n m 1 varphi n nbsp f lcm m n f gcd m n f m f n displaystyle varphi operatorname lcm m n cdot varphi operatorname gcd m n varphi m cdot varphi n nbsp Compare this to the formula lcm m n gcd m n m n textstyle operatorname lcm m n cdot operatorname gcd m n m cdot n nbsp see least common multiple f n is even for n 3 Moreover if n has r distinct odd prime factors 2r f n For any a gt 1 and n gt 6 such that 4 n there exists an l 2n such that l f an 1 f n n f rad n rad n displaystyle frac varphi n n frac varphi operatorname rad n operatorname rad n nbsp where rad n is the radical of n the product of all distinct primes dividing n d nm2 d f d nf n displaystyle sum d mid n frac mu 2 d varphi d frac n varphi n nbsp 21 1 k n k n 1k 12nf n for n gt 1 displaystyle sum 1 leq k leq n atop k n 1 k tfrac 1 2 n varphi n quad text for n gt 1 nbsp k 1nf k 12 1 k 1nm k nk 2 3p2n2 O n log n 23 log log n 43 displaystyle sum k 1 n varphi k tfrac 1 2 left 1 sum k 1 n mu k left lfloor frac n k right rfloor 2 right frac 3 pi 2 n 2 O left n log n frac 2 3 log log n frac 4 3 right nbsp 22 cited in 23 k 1nf k k k 1nm k k nk 6p2n O log n 23 log log n 43 displaystyle sum k 1 n frac varphi k k sum k 1 n frac mu k k left lfloor frac n k right rfloor frac 6 pi 2 n O left log n frac 2 3 log log n frac 4 3 right nbsp 22 k 1nkf k 315z 3 2p4n log n2 O log n 23 displaystyle sum k 1 n frac k varphi k frac 315 zeta 3 2 pi 4 n frac log n 2 O left log n frac 2 3 right nbsp 24 k 1n1f k 315z 3 2p4 log n g p primelog pp2 p 1 O log n 23n displaystyle sum k 1 n frac 1 varphi k frac 315 zeta 3 2 pi 4 left log n gamma sum p text prime frac log p p 2 p 1 right O left frac log n frac 2 3 n right nbsp 24 where g is the Euler Mascheroni constant gcd k m 11 k n1 nf m m O 2w m displaystyle sum stackrel 1 leq k leq n operatorname gcd k m 1 1 n frac varphi m m O left 2 omega m right nbsp where m gt 1 is a positive integer and w m is the number of distinct prime factors of m citation needed Menon s identity edit Main article Menon s identity In 1965 P Kesava Menon proved gcd k n 11 k ngcd k 1 n f n d n displaystyle sum stackrel 1 leq k leq n gcd k n 1 gcd k 1 n varphi n d n nbsp where d n s0 n is the number of divisors of n Divisibility by any fixed positive integer edit The following property which is part of the folklore i e apparently unpublished as a specific result 25 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 f n displaystyle varphi n nbsp in the arithmetic progressions modulo q displaystyle q nbsp for any integer q gt 1 displaystyle q gt 1 nbsp For every fixed positive integer q displaystyle q nbsp the relation q f n displaystyle q varphi n nbsp holds for almost all n displaystyle n nbsp meaning for all but o x displaystyle o x nbsp values of n x displaystyle n leq x nbsp as x displaystyle x rightarrow infty nbsp This is an elementary consequence of the fact that the sum of the reciprocals of the primes congruent to 1 modulo q displaystyle q nbsp diverges which itself is a corollary of the proof of Dirichlet s theorem on arithmetic progressions Generating functions editThe Dirichlet series for f n may be written in terms of the Riemann zeta function as 26 n 1 f n ns z s 1 z s displaystyle sum n 1 infty frac varphi n n s frac zeta s 1 zeta s nbsp where the left hand side converges for ℜ s gt 2 displaystyle Re s gt 2 nbsp The Lambert series generating function is 27 n 1 f n qn1 qn q 1 q 2 displaystyle sum n 1 infty frac varphi n q n 1 q n frac q 1 q 2 nbsp which converges for q lt 1 Both of these are proved by elementary series manipulations and the formulae for f n Growth rate editIn the words of Hardy amp Wright the order of f n is always nearly n 28 First 29 limsupf n n 1 displaystyle lim sup frac varphi n n 1 nbsp but as n goes to infinity 30 for all d gt 0 f n n1 d displaystyle frac varphi n n 1 delta rightarrow infty nbsp These two formulae can be proved by using little more than the formulae for f n and the divisor sum function s n In fact during the proof of the second formula the inequality 6p2 lt f n s n n2 lt 1 displaystyle frac 6 pi 2 lt frac varphi n sigma n n 2 lt 1 nbsp true for n gt 1 is proved We also have 20 liminff n nlog log n e g displaystyle lim inf frac varphi n n log log n e gamma nbsp Here g is Euler s constant g 0 577215665 so eg 1 7810724 and e g 0 56145948 Proving this does not quite require the prime number theorem 31 32 Since log log n goes to infinity this formula shows that liminff n n 0 displaystyle lim inf frac varphi n n 0 nbsp In fact more is true 33 34 35 f n gt neglog log n 3log log nfor n gt 2 displaystyle varphi n gt frac n e gamma log log n frac 3 log log n quad text for n gt 2 nbsp and f n lt neglog log nfor infinitely many n displaystyle varphi n lt frac n e gamma log log n quad text for infinitely many n nbsp 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 35 173 For the average order we have 22 36 f 1 f 2 f n 3n2p2 O n log n 23 log log n 43 as n displaystyle varphi 1 varphi 2 cdots varphi n frac 3n 2 pi 2 O left n log n frac 2 3 log log n frac 4 3 right quad text as n rightarrow infty nbsp 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 n log n 23 log log n 13 displaystyle O left n log n frac 2 3 log log n frac 1 3 right nbsp this is currently the best known estimate of this type The Big O stands for a quantity that is bounded by a constant times the function of n inside the parentheses which is small compared to n2 This result can be used to prove 37 that the probability of two randomly chosen numbers being relatively prime is 6 p 2 Ratio of consecutive values editIn 1950 Somayajulu proved 38 39 liminff n 1 f n 0andlimsupf n 1 f n displaystyle begin aligned lim inf frac varphi n 1 varphi n amp 0 quad text and 5px lim sup frac varphi n 1 varphi n amp infty end aligned nbsp In 1954 Schinzel and Sierpinski strengthened this proving 38 39 that the set f n 1 f n n 1 2 displaystyle left frac varphi n 1 varphi n n 1 2 ldots right nbsp is dense in the positive real numbers They also proved 38 that the set f n n n 1 2 displaystyle left frac varphi n n n 1 2 ldots right nbsp is dense in the interval 0 1 Totient numbers editA totient number is a value of Euler s totient function that is an m for which there is at least one n for which f n m The valency or multiplicity of a totient number m is the number of solutions to this equation 40 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 41 and indeed every positive integer has a multiple which is an even nontotient 42 The number of totient numbers up to a given limit x is xlog xe C o 1 log log log x 2 displaystyle frac x log x e big C o 1 big log log log x 2 nbsp for a constant C 0 8178146 43 If counted accordingly to multiplicity the number of totient numbers up to a given limit x is n f n x z 2 z 3 z 6 x R x displaystyle Big vert n varphi n leq x Big vert frac zeta 2 zeta 3 zeta 6 cdot x R x nbsp where the error term R is of order at most x log x k for any positive k 44 It is known that the multiplicity of m exceeds md infinitely often for any d lt 0 55655 45 46 Ford s theorem edit Ford 1999 proved that for every integer k 2 there is a totient number m of multiplicity k that is for which the equation f n m has exactly k solutions this result had previously been conjectured by Waclaw Sierpinski 47 and it had been obtained as a consequence of Schinzel s hypothesis H 43 Indeed each multiplicity that occurs does so infinitely often 43 46 However no number m is known with multiplicity k 1 Carmichael s totient function conjecture is the statement that there is no such m 48 Perfect totient numbers edit 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 editCyclotomy edit Main article Constructible polygon In the last section of the Disquisitiones 49 50 Gauss proves 51 that a regular n gon can be constructed with straightedge and compass if f n is a power of 2 If 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 n is a first power and 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 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 n are 52 2 3 4 5 6 8 10 12 15 16 17 20 24 30 32 34 40 sequence A003401 in the OEIS Prime number theorem for arithmetic progressions edit Main article Prime number theorem Prime number theorem for arithmetic progressions The RSA cryptosystem edit Main article RSA algorithm Setting up an RSA system involves choosing large prime numbers p and q computing n pq and k f n and finding two numbers e and d such that ed 1 mod k The numbers n and e the encryption key are released to the public and d the decryption key is kept private A message represented by an integer m where 0 lt m lt n is encrypted by computing S me mod n It is decrypted by computing t Sd mod n Euler s Theorem can be used to show that if 0 lt t lt n then t m The security of an RSA system would be compromised if the number n could be efficiently factored or if f n could be efficiently computed without factoring n Unsolved problems editLehmer s conjecture edit Main article Lehmer s totient problem If p is prime then f p p 1 In 1932 D H Lehmer asked if there are any composite numbers n such that f n divides n 1 None are known 53 In 1933 he proved that if any such n exists it must be odd square free and divisible by at least seven primes i e w n 7 In 1980 Cohen and Hagis proved that n gt 1020 and that w n 14 54 Further Hagis showed that if 3 divides n then n gt 101937042 and w n 298848 55 56 Carmichael s conjecture edit Main article Carmichael s totient function conjecture This states that there is no number n with the property that for all other numbers m m n f m f 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 40 Riemann hypothesis edit The Riemann hypothesis is true if and only if the inequality nf n lt eglog log n eg 4 g log 4p log n displaystyle frac n varphi n lt e gamma log log n frac e gamma 4 gamma log 4 pi sqrt log n nbsp is true for all n p120569 where g is Euler s constant and p120569 is the product of the first 120569 primes 57 See also editCarmichael function l Dedekind psi function 𝜓 Divisor function s Duffin Schaeffer conjecture Generalizations of Fermat s little theorem Highly composite numberMultiplicative group of integers modulo n Ramanujan sum Totient summatory function 𝛷 Notes edit Euler s totient function Khan Academy Retrieved 2016 02 26 Long 1972 p 85 Pettofrezzo amp Byrkit 1970 p 72 Long 1972 p 162 Pettofrezzo amp Byrkit 1970 p 80 See Euler s theorem L Euler 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 ed Leonhardi Euleri Commentationes Arithmeticae volume 1 in Leonhardi Euleri Opera Omnia series 1 volume 2 Leipzig Germany B G Teubner 1915 pages 531 555 On page 531 Euler defines n as the number of integers that are smaller than N and relatively prime to N aequalis sit multitudini numerorum ipso N minorum qui simul ad eum sint primi which is the phi function f N a b Sandifer p 203 Graham et al p 133 note 111 L Euler 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 Both f n and ϕ n are seen in the literature These are two forms of the lower case Greek letter phi Gauss Disquisitiones Arithmeticae article 38 Cajori Florian 1929 A History Of Mathematical Notations Volume II Open Court Publishing Company 409 J J Sylvester 1879 On certain ternary cubic form equations American Journal of Mathematics 2 357 393 Sylvester coins the term totient on page 361 totient Oxford English Dictionary 2nd ed Oxford University Press 1989 Schramm 2008 Gauss DA art 39 Gauss DA art 39 arts 52 54 Graham et al pp 134 135 a b Hardy amp Wright 1979 thm 328 Dineva in external refs prop 1 a b c Walfisz Arnold 1963 Weylsche Exponentialsummen in der neueren Zahlentheorie Mathematische Forschungsberichte in German Vol 16 Berlin VEB Deutscher Verlag der Wissenschaften Zbl 0146 06003 Lomadse G 1964 The scientific work of Arnold Walfisz PDF Acta Arithmetica 10 3 227 237 doi 10 4064 aa 10 3 227 237 a b Sitaramachandrarao R 1985 On an error term of Landau II Rocky Mountain J Math 15 2 579 588 doi 10 1216 RMJ 1985 15 2 579 Pollack P 2023 Two problems on the distribution of Carmichael s lambda function Mathematika 69 1195 1220 arXiv 2303 14043 doi 10 1112 mtk 12222 Hardy amp Wright 1979 thm 288 Hardy amp Wright 1979 thm 309 Hardy amp Wright 1979 intro to 18 4 Hardy amp Wright 1979 thm 326 Hardy amp Wright 1979 thm 327 In fact Chebyshev s theorem Hardy amp Wright 1979 thm 7 and Mertens third theorem is all that is needed Hardy amp Wright 1979 thm 436 Theorem 15 of Rosser J Barkley Schoenfeld Lowell 1962 Approximate formulas for some functions of prime numbers Illinois J Math 6 1 64 94 doi 10 1215 ijm 1255631807 Bach amp Shallit thm 8 8 7 a b Ribenboim 1989 How are the Prime Numbers Distributed I C The Distribution of Values of Euler s Function The Book of Prime Number Records 2nd ed New York Springer Verlag pp 172 175 doi 10 1007 978 1 4684 0507 1 5 ISBN 978 1 4684 0509 5 Sandor Mitrinovic amp Crstici 2006 pp 24 25 Hardy amp Wright 1979 thm 332 a b c Ribenboim p 38 a b Sandor Mitrinovic amp Crstici 2006 p 16 a b Guy 2004 p 144 Sandor amp Crstici 2004 p 230 Zhang Mingzhi 1993 On nontotients Journal of Number Theory 43 2 168 172 doi 10 1006 jnth 1993 1014 ISSN 0022 314X Zbl 0772 11001 a b c Ford Kevin 1998 The distribution of totients Ramanujan J Developments in Mathematics 2 1 2 67 151 arXiv 1104 3264 doi 10 1007 978 1 4757 4507 8 8 ISBN 978 1 4419 5058 1 ISSN 1382 4090 Zbl 0914 11053 Sandor et al 2006 p 22 Sandor et al 2006 p 21 a b Guy 2004 p 145 Sandor amp Crstici 2004 p 229 Sandor amp Crstici 2004 p 228 Gauss DA The 7th is arts 336 366 Gauss proved if n satisfies certain conditions then the n gon can be constructed In 1837 Pierre Wantzel proved the converse if the n gon is constructible then n must satisfy Gauss s conditions Gauss DA art 366 Gauss DA art 366 This list is the last sentence in the Disquisitiones Ribenboim pp 36 37 Cohen Graeme L Hagis Peter Jr 1980 On the number of prime factors of n if f n divides n 1 Nieuw Arch Wiskd III Series 28 177 185 ISSN 0028 9825 Zbl 0436 10002 Hagis Peter Jr 1988 On the equation M f n n 1 Nieuw Arch Wiskd IV Series 6 3 255 261 ISSN 0028 9825 Zbl 0668 10006 Guy 2004 p 142 Broughan Kevin 2017 Equivalents of the Riemann Hypothesis Volume One Arithmetic Equivalents First ed Cambridge University Press ISBN 978 1 107 19704 6 Corollary 5 35References editThe Disquisitiones Arithmeticae has been translated from Latin into English and German The German edition includes all of Gauss 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 Abramowitz M Stegun I A 1964 Handbook of Mathematical Functions New York Dover Publications ISBN 0 486 61272 4 See paragraph 24 3 2 Bach Eric Shallit Jeffrey 1996 Algorithmic Number Theory Vol I Efficient Algorithms MIT Press Series in the Foundations of Computing Cambridge MA The MIT Press ISBN 0 262 02405 5 Zbl 0873 11070 Dickson Leonard Eugene History Of The Theory Of Numbers vol 1 chapter 5 Euler s Function Generalizations Farey Series Chelsea Publishing 1952 Ford Kevin 1999 The number of solutions of f x m Annals of Mathematics 150 1 283 311 doi 10 2307 121103 ISSN 0003 486X JSTOR 121103 MR 1715326 Zbl 0978 11053 Gauss Carl Friedrich 1986 Disquisitiones Arithmeticae Second corrected edition translated by Clarke Arthur A New York Springer ISBN 0 387 96254 9 Gauss Carl Friedrich 1965 Untersuchungen uber hohere Arithmetik Disquisitiones Arithmeticae amp other papers on number theory Second edition translated by Maser H New York Chelsea ISBN 0 8284 0191 8 Graham Ronald Knuth Donald Patashnik Oren 1994 Concrete Mathematics a foundation for computer science 2nd ed Reading MA Addison Wesley ISBN 0 201 55802 5 Zbl 0836 00001 Guy Richard K 2004 Unsolved Problems in Number Theory Problem Books in Mathematics 3rd ed New York NY Springer Verlag ISBN 0 387 20860 7 Zbl 1058 11001 Hardy G H Wright E M 1979 An Introduction to the Theory of Numbers Fifth ed Oxford Oxford University Press ISBN 978 0 19 853171 5 Long Calvin T 1972 Elementary Introduction to Number Theory 2nd ed Lexington D C Heath and Company LCCN 77 171950 Pettofrezzo Anthony J Byrkit Donald R 1970 Elements of Number Theory Englewood Cliffs Prentice Hall LCCN 77 81766 Ribenboim Paulo 1996 The New Book of Prime Number Records 3rd ed New York Springer ISBN 0 387 94457 5 Zbl 0856 11001 Sandifer Charles 2007 The early mathematics of Leonhard Euler MAA ISBN 978 0 88385 559 1 Sandor Jozsef Mitrinovic Dragoslav S Crstici Borislav eds 2006 Handbook of number theory I Dordrecht Springer Verlag pp 9 36 ISBN 1 4020 4215 9 Zbl 1151 11300 Sandor Jozsef Crstici Borislav 2004 Handbook of number theory II Dordrecht Kluwer Academic pp 179 327 ISBN 1 4020 2546 7 Zbl 1079 11001 Schramm Wolfgang 2008 The Fourier transform of functions of the greatest common divisor Electronic Journal of Combinatorial Number Theory A50 8 1 External links edit Totient function Encyclopedia of Mathematics EMS Press 2001 1994 Euler s Phi Function and the Chinese Remainder Theorem proof that f n is multiplicative Archived 2021 02 28 at the Wayback Machine Euler s totient function calculator in JavaScript up to 20 digits Dineva Rosica The Euler Totient the Mobius and the Divisor Functions Archived 2021 01 16 at the Wayback Machine Plytage Loomis Polhill Summing Up The Euler Phi Function Retrieved from https en wikipedia org w index php title Euler 27s totient function amp oldid 1214400851, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.