- #1
youvecaughtme
- 6
- 0
I feel like I am convoluting this problem. Any help is appreciated! Also, I'm not sure how to rewrite the first part to make it more readable. Any help here is appreciated, too.
Let a and b be integers and let d = gcd(a, b). If k is a positive integer, prove that
kd = gcd(ka, kb).
HINT: Set d1 = gcd(ka, kb). Argue that kd is a common divisor of ka and kb, so kd
divides d1 . Next, apply Theorem 5 to argue that d1 divides kd.
2. Relevant theorems
Theorem 4: Let a and b be integers and suppose d = gcd(a, b). Then there exist integers
m and n such that d = ma + nb.
Theorem 5: Let a, and b be integers, where a and b are not both zero. Then gcd(a, b)
exists so let d = gcd(a, b). For an integer c there exist integers m and n such that
c = ma + nb if and only if c is a multiple of d.
Proof. Let [itex]a, b, d \in \mathbb{Z}[/itex] such that [itex]d=\mathrm{gcd}(a,b)[/itex]. Let [itex]k[/itex] be a positive integer and set [itex]d_1=\mathrm{gcd}(ka, kb)=kma+knb \implies d_1=k(ma+nb)[/itex]. Because [itex]d|a[/itex] and [itex]d|b[/itex], [itex]d_1=kd(\frac{ma}{d}+\frac{nb}{d})[/itex]. Therefore, [itex]kd|d_1[/itex]. Using Theorem 5, because [itex]kd[/itex] divides [itex]d_1[/itex], [itex]d_1[/itex] is a multiple of [itex]d[/itex] and therefore [itex]d_1=ra+sb[/itex]
From here, I'm not sure where to go. I don't know how to introduce k back into [itex]d_1=ra+bs[/itex]
Homework Statement
Let a and b be integers and let d = gcd(a, b). If k is a positive integer, prove that
kd = gcd(ka, kb).
HINT: Set d1 = gcd(ka, kb). Argue that kd is a common divisor of ka and kb, so kd
divides d1 . Next, apply Theorem 5 to argue that d1 divides kd.
2. Relevant theorems
Theorem 4: Let a and b be integers and suppose d = gcd(a, b). Then there exist integers
m and n such that d = ma + nb.
Theorem 5: Let a, and b be integers, where a and b are not both zero. Then gcd(a, b)
exists so let d = gcd(a, b). For an integer c there exist integers m and n such that
c = ma + nb if and only if c is a multiple of d.
The Attempt at a Solution
Proof. Let [itex]a, b, d \in \mathbb{Z}[/itex] such that [itex]d=\mathrm{gcd}(a,b)[/itex]. Let [itex]k[/itex] be a positive integer and set [itex]d_1=\mathrm{gcd}(ka, kb)=kma+knb \implies d_1=k(ma+nb)[/itex]. Because [itex]d|a[/itex] and [itex]d|b[/itex], [itex]d_1=kd(\frac{ma}{d}+\frac{nb}{d})[/itex]. Therefore, [itex]kd|d_1[/itex]. Using Theorem 5, because [itex]kd[/itex] divides [itex]d_1[/itex], [itex]d_1[/itex] is a multiple of [itex]d[/itex] and therefore [itex]d_1=ra+sb[/itex]
From here, I'm not sure where to go. I don't know how to introduce k back into [itex]d_1=ra+bs[/itex]