Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Proof of GCD() / Bezout's Theorem thing

  • 08-03-2008 10:54pm
    #1
    Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭


    Hey again,

    Yet another thing I'm a little stuck on - well I think I am anyways.

    Question is:
    If a,b Elements of Z (Integers) and d = gcd(a,b)
    then if C element of Z there exists s,t Elements of Z such that C = as + bt IF and only IF d/c (D divides C)


    So my solution kinda is:

    Since d/c -> c = ld for some l in Z.
    And since gcd(a,b) = d , by Bezout's Theorem: d = ua + vb for some u,b in Z.
    So filling in for d we get:

    c = l(ua + vb)
    c = lua + lvb
    c = a(lu) + b(lv)


    Since l,u,v elements in Z -> lu element of Z and lv element of Z.
    Take lu = s and lv = t


    then

    c = as + bt QED

    Is this correct? - this is a proof I came up with myself but don't know if its the correct way of going about it.

    Don't know how common this topic is so hopefully someone out there can help!

    Thanks.


Comments

  • Registered Users, Registered Users 2 Posts: 2,481 ✭✭✭Fremen


    Yep, that looks fine to me.
    The statement of the problem called for "if and only if", though, so you have to assume c = as + bt and show c is divisible by d to finish off the problem. You might lose marks in an exam otherwise.


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Cool thanks Fremen once again.

    Will work the other way with it so and see how I get on - probably won't even come up anyways!


Advertisement