CarmineCortez
- 30
- 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 discussion centers on proving that if integers m and n satisfy the equation am + bn = 1, then the greatest common divisor (gcd) of a and b must be 1. The argument begins by assuming that gcd(a, b) = p, where p is a natural number greater than 1. This assumption leads to a contradiction, as it implies that both a and b share a common factor p, which would prevent the linear combination am + bn from equating to 1.
PREREQUISITESThis discussion is beneficial for students studying number theory, particularly those tackling proofs involving gcd and linear combinations, as well as educators seeking to clarify these concepts for their students.
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.CarmineCortez said:i don't know where to start.