PDA

View Full Version : Divisors


helgamauer
Nov20-10, 01:11 PM
We have:
z = (2^(mn) - 1)/[(2^m - 1)(2^n - 1)], where (2^m - 1) and (2^n - 1) are prime numbers.
Prove that (2^m - 1) and (2^n - 1) are not the only prime factors of z.

I tried to solve it writing z = (2^m - 1)^a * (2^n - 1)^b and proving that it is not correct. But I don't know how. I also noticed that it would be sufficient to prove that 2^(mn) - 1 can't be written as ((2^m - 1)^x * (2^n - 1)^y but I also have no idea how to prove it. I tried with comparing highest exponents, but nothing..
It will be fantastic if you help me with proving this fact.

helgamauer
Nov21-10, 05:50 AM
* And i meant (2^m -1) and (2^n -1) are two different ODD primes. May anybody help?