Can You Find the Prime Factors of m Using Euler's Totient Function?

  • Thread starter Thread starter squire636
  • Start date Start date
  • Tags Tags
    Function
squire636
Messages
38
Reaction score
0
I understand that for m = pq where p and q are prime numbers, \Phi(m) = (p-1)(q-1). Is there any way that, knowing the numerical value of m and \Phi(m), we could deduce p and q, the prime factors of m?

Thanks!
 
Physics news on Phys.org
Specifically, I know that a huge number m is the product of two primes and I know \Phi(m)...but I can't figure out which primes those are and I don't want to figure it out by brute force.
 
If you know m=pq and Φ=(p-1)(q-1), then define S=m-Φ+1=p+q.

So you have the product m and the sum S.
That means p and q are the solutions of the quadratic x2 - Sx + m = 0.
 
The world of 2\times 2 complex matrices is very colorful. They form a Banach-algebra, they act on spinors, they contain the quaternions, SU(2), su(2), SL(2,\mathbb C), sl(2,\mathbb C). Furthermore, with the determinant as Euclidean or pseudo-Euclidean norm, isu(2) is a 3-dimensional Euclidean space, \mathbb RI\oplus isu(2) is a Minkowski space with signature (1,3), i\mathbb RI\oplus su(2) is a Minkowski space with signature (3,1), SU(2) is the double cover of SO(3), sl(2,\mathbb C) is the...
Back
Top