Intro to Proofs: Greatest Common Divisors

  • Thread starter Thread starter rdr3
  • Start date Start date
  • Tags Tags
    Intro Proofs
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 · 2K views
rdr3
Messages
3
Reaction score
0

Homework Statement



(a) Let a and b be integers with gcd(a,b)=d, and assume that ma+nb=d for integers m and n. Show that the solutions in Z to

xa+yb=d

are exactly

x=m+k(b/d), y=n-k(a/d)

where k∈Z.

(b) Let a and b be integers with gcd(a,b)=d. Show that the equation

xa+yb=c

has a solution (x,y)∈ ZxZ if and only if d|c.

Z refers to integers.

Homework Equations





The Attempt at a Solution



Ok so I'm pretty sure I figured out part (a).

Part (b) on the other hand is causing me problems. I know since it's an "if and only if" question, I have to prove it both ways.

This is what I have so far.

So we have some x and y, such as

x0a+y0b=d

Then we multiply both sides by some arbitrary element, such as n. Giving us,

(nx0)a+(ny0)b=nd=c

So that's the first part. Now I'm supposed to go the other way with it, showing that
xa+yb=c -> c=nd, n∈ Z.
 
Physics news on Phys.org
How about the contrapositive for the other direction? That might be easier.
 
So maybe this?

Suppose d∤c...

Then c≠nd

In which case, c≠nd≠(nx0)a+(ny0)b.

So like that? Or am I way off? Sorry I'm not very good at this... The teacher explains things way over everyone's head.