Solving $(a,b)=1 \Rightarrow (a^m,b^n)=1$ without Primes

  • Context:
  • Thread starter Thread starter evinda
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hey! :)

I have to show that if $(a,b)=1 \Rightarrow (a^m,b^n)=1$,without using primes!
Suppose that $d=(a^m,b^n)$.Then $d|a^m , d|b^n$.
How can I continue?
Do I have to show that $(a^{m-1},d)=1$ and $(b^{n-1},d)=1$? If yes,how could I do this? :confused:
 
Mathematics news on Phys.org
evinda said:
Hey! :)

I have to show that if $(a,b)=1 \Rightarrow (a^m,b^n)=1$,without using primes!
Suppose that $d=(a^m,b^n)$.Then $d|a^m , d|b^n$.
How can I continue?
Do I have to show that $(a^{m-1},d)=1$ and $(b^{n-1},d)=1$? If yes,how could I do this? :confused:

Hi!

I have a different approach.

From $(a,b)=1$ we know that there are numbers x and y such that $ax+by=1$ (Bézout's identity).

Now expand $(ax+by)^{m+n}$ and write it as a linear combination of $a^m$ and $b^n$...