Euler's Totient Function Proving

  • Thread starter lil_luc
  • Start date
  • Tags
    Function
In summary, the conversation discusses how to prove the statement that if m and n are positive integers such that m|n, then φ(mn) = mφ(n). The conversation mentions using Euler's formula or counting coprime numbers to prove this statement.
  • #1
lil_luc
5
0
I need some help/hints on how to prove this statement. I don't know where to start!


Prove that if m and n are positive integers such that m|n, then φ(mn) = mφ(n).

Thanks
 
Mathematics news on Phys.org
  • #2
It's a direct consequence of Euler's formula:
[tex]
\phi\left(n\right)=n(1-\frac{1}{p_1})(1-\frac{1}{p_2}) \cdots (1-\frac{1}{p_k})
[/tex]
Because the hypothesis implies that the prime factorization of m has the same factors as n.

Or you can count the numbers that are coprime with nm in [tex]\left\{1,\ldots,mn\right\}[/tex] and prove that there are as many as the ones that are coprime with n in [tex]\left\{1,\ldots,n\right\}[/tex].
 

1. What is Euler's Totient Function?

Euler's Totient Function, also known as Euler's Phi Function, is a mathematical function that counts the number of positive integers less than or equal to a given number that are relatively prime to that number. It is denoted by the symbol φ and is named after the Swiss mathematician Leonhard Euler.

2. How is Euler's Totient Function calculated?

The formula for calculating Euler's Totient Function is φ(n) = n * (1 - 1/p1) * (1 - 1/p2) * ... * (1 - 1/pk), where n is the given number and p1, p2, ..., pk are the distinct prime factors of n.

3. What is the significance of Euler's Totient Function?

Euler's Totient Function has many applications in number theory, cryptography, and computer science. It is used to solve various mathematical problems, such as finding the number of reduced fractions with a given denominator, and is also an important concept in the RSA encryption algorithm.

4. How is Euler's Totient Function related to the Chinese Remainder Theorem?

The Chinese Remainder Theorem states that if two numbers m and n are relatively prime, then any system of congruences with moduli m and n can be solved by finding the solutions modulo mn. This is closely related to Euler's Totient Function, as it counts the number of solutions to such systems of congruences.

5. Are there any limitations to Euler's Totient Function?

While Euler's Totient Function is a useful mathematical tool, it does have its limitations. It can only be used for positive integers, and its calculation becomes increasingly difficult for large numbers. Additionally, it does not provide a unique solution for certain problems and can only be used for relatively prime numbers.

Similar threads

Replies
1
Views
747
  • General Math
Replies
3
Views
1K
  • General Math
Replies
6
Views
2K
  • General Math
Replies
1
Views
2K
  • General Math
Replies
1
Views
842
Replies
35
Views
3K
  • General Math
Replies
6
Views
824
Replies
1
Views
750
Replies
4
Views
1K
Back
Top