Re: Euclidean Algorithm - a simple question



In article
<c62c64fd-48bf-4195-96bd-12ea85b1ad48@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Oliver Mertens <oliver_mertens@xxxxxxxxxxxxx> wrote:

Dear all,

That's actually a really simple question, but I got stuck:

Let [x] denotes the integral part of x.

Now, consider 1 < x < y.

Then we can write

y = [y/x] x + r, where r denotes the remainder when we
divide y by x.

I would like to show that gcd(x, y) = gcd(x, r).
(That is needed to justify the Euclidean Algorithm to
find the largest commond divisor of two integers x and y).

If we set m = gcd(x, y) I have managed to show that
m divides r: As m divides x it also divides any multiple
of x. Hence m divides r = y - [y/x] x.
But that is not enough: I still need to show that for
all c with the property c|x and c|r implies c|m.
Here I got stuck.
Any help would be much appreciated.

Use gcd(a, b) = gcd(a, b-a).
For if d|a and d|b then d|(b-a).
The reverse implication is really
the forward implication in disguise.

--
Michael Press
.



Relevant Pages

  • Re: Reverse Divisible Numbers (#161)
    ... The proof I'm stuck on is that numbers with this property are divisible ... If x divides into x reversed, then x divided by 99 is a palindrome ... The 2*n in there came out of the observation that if x is reverse ... I started to add conditions to trim the search space. ...
    (comp.lang.ruby)
  • Euclidean Algorithm - a simple question
    ... Let denotes the integral part of x. ... m divides r: As m divides x it also divides any multiple ... all c with the property c|x and c|r implies c|m. ... Here I got stuck. ...
    (sci.math)
  • Re: Euclidean Algorithm - a simple question
    ... Let denotes the integral part of x. ... m divides r: As m divides x it also divides any multiple ... Here I got stuck. ... Arturo Magidin ...
    (sci.math)
  • Help with Proof
    ... I'm not asking for the answer, just help since I'm stuck. ... homework problem just isn't clicking. ... If a divides b and a divides b + c, ... Any advice would be appreciated. ...
    (sci.math)
  • Re: - - Divisibility (involving gcds)
    ... qsymmetry wrote: ... denotes the gcd of a and b? ... Obviously, divides this. ...
    (sci.math)

Loading