About Euler's totient function

  • Thread starter Muzza
  • Start date
  • Tags
    Function
In summary, the conversation discusses how to prove the equation \phi(mn) = \phi(m)\phi(n) \frac{d}{\phi(d)} without using prime factorizations. It is suggested to study \phi(a/b) and the prime factorizations of m, n, and d are presented. The final equation is simplified to \phi(mn) = \phi(m)\phi(n) d / \phi(d) for coprime m and n.
  • #1
Muzza
695
1
Does anyone know how to prove that

[tex]\phi(mn) = \phi(m)\phi(n) \frac{d}{\phi(d)}[/tex]

where [tex]m, n \in \mathbb{N}[/tex] and [tex]d = \gcd({m, n})[/tex], without resorting to considering the prime factorizations of m and n? (It's perfectly doable that way, but not particularly elegant).

It can, supposedly, be done by noting that it holds for coprime m and n (a rather classical result), but I don't see how the rest follows... If m, n and d are as in the previous paragraph, then

[tex]\phi(\frac{mn}{d^2}) = \phi(\frac{m}{d}) \cdot \phi(\frac{n}{d})[/tex]

since m/d and n/d are coprime. At this point, one (at least I) feels like multiplying both sides by [tex]\phi(d^2)[/tex], but it doesn't do us much good since mn/d^2 and d^2 might not be coprime (take m = 4, n = 2). Any ideas?
 
Physics news on Phys.org
  • #2
i'd suggest just making a study of phi(a/b) where a divides b.
 
  • #3
Let m = f1^a1 * f2^a2 ... fk^ak where each fk is a prime (basically the prime factorizatin of m)

Let n = p1^a1 * p2^a2 ... pk^ak where each pk is a prime. The k or each ak has no connection to the prime factorization of n. I'm just making a general prime factorization of numbers.

Let d equal the GCD of m and n, prime factored into z1^a1 * z2^a2 ... zk^ak.

phi(mn) = [mn (1-1/f1)(1-1/f2)...(1-1/fk)(1-1/p1)(1-1/p2)...(1-1/pk)] / [(1-1/z1)(1-1/z2)...(1-1/zk)]

The denominator is there since the GCD contains all prime factors of m and n that are shared and need to be eliminated. The denominator is equal to phi(d)/d.

Simplifying this we get

phi(mn) = [phi(m)phi(n)] / [phi(d)/d]
= phi(m) phi(n) d / phi(d).You're welcome.
 

1. What is Euler's totient function?

Euler's totient function is a mathematical function that calculates the number of positive integers that are less than and relatively prime to a given number. It is denoted by the symbol φ(n).

2. Who discovered Euler's totient function?

Euler's totient function was discovered by the Swiss mathematician Leonhard Euler in the 18th century.

3. What is the significance of Euler's totient function?

Euler's totient function has many applications in number theory and cryptography. It is used to calculate the totient of large numbers and is an important tool in encryption algorithms.

4. How is Euler's totient function calculated?

Euler's totient function can be calculated using the formula φ(n) = n * (1- 1/p1) * (1 - 1/p2) * ... * (1 - 1/pk), where p1, p2, ..., pk are the distinct prime factors of n.

5. Can Euler's totient function be used to find the number of primes?

No, Euler's totient function cannot be used to find the number of primes. It only calculates the number of relatively prime integers less than a given number, not the number of primes.

Similar threads

  • Advanced Physics Homework Help
Replies
6
Views
292
  • Linear and Abstract Algebra
Replies
1
Views
914
Replies
1
Views
802
  • Differential Geometry
Replies
2
Views
585
Replies
1
Views
137
  • Linear and Abstract Algebra
Replies
23
Views
1K
  • Introductory Physics Homework Help
Replies
15
Views
286
  • Special and General Relativity
Replies
5
Views
345
  • Linear and Abstract Algebra
Replies
4
Views
3K
  • Math POTW for Graduate Students
Replies
1
Views
966
Back
Top