Proving that gcd(a,b) = 1 when am + bn = 1

  • Thread starter Thread starter CarmineCortez
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
CarmineCortez
Messages
30
Reaction score
0

Homework Statement



if am + bn = 1 m,n integers then gcd(a,b) = 1 a,b natural

Homework Equations



i don't know where to start.



The Attempt at a Solution

 
Physics news on Phys.org
Say gcd(a,b)=p where p is a natural number > 1. Can am+bn=1? Remember that gcd(a,b)=p means a and b have a common factor of p so they can be written as say a=x*p and b=y*p for some integers x and y.
 
CarmineCortez said:
i don't know where to start.
Definitions are almost always a good place to start. Checking for similar problems in your textbook is another good one. You should never be at a complete loss as to how to begin a problem.