Let a, b, and c be nonzero integers. Show that there exists an integer k such that $$gcd\left(a+kb, c\right) = gcd\left(a, b, c\right)$$
Problem
Source: SAMO 2022, Senior R3, P3
Tags: number theory, GCD, number theory unsolved
30.07.2022 00:00
bump....
30.07.2022 02:47
(Can someone fix the LaTeX for me please, I'm not allowed) According to Bézout's identity, the greatest common divisor of a and b is a linear combination of them: gcd(a,b)=ax+by Let x, y, x', y' and z' be integers such that: gcd(a+kb, c)=(a+kb)x+cy gcd(a, b, c)=ax'+by'+cz' Then: gcd(a+kb, c)=gcd(a, b, c) (a+kb)x+cy=ax'+by'+cz' k=\frac{ax'+by'+cz'-ax-cy}{bx} This means we can assure that there exists an integer k which satisfies the proposition.
30.07.2022 13:57
How are we sure that the fraction can be an integer?
30.07.2022 14:08
pretela wrote: According to Bézout's identity, the greatest common divisor of $a$ and $b$ is a linear combination of them: $gcd(a, b)=ax+by$ Let $x, y, x', y' and z'$ be integers such that: $gcd(a+kb, c)=(a+kb)x+cy$ $gcd(a, b, c)=ax'+by'+cz'$ Then: $gcd(a+kb, c)=gcd(a, b, c)$ $(a+kb)x+cy=ax'+by'+cz'$ $k=\frac{ax'+by'+cz'-ax-cy}{bx}$ This means we can assure that there exists an integer $k$ which satisfies the proposition.
30.07.2022 17:23
(Can someone fix the LaTeX for me please, I'm not allowed) Yes, you are right. This solution don't assure that k is always an integer k=\frac{ax'+by'+cz'-ax-cy}{bx}=(\underbrace{\frac{ax'+by'+cz'}{ax+cy+kbc}}_{integer}-\underbrace{\frac{ax+cy}{ax+cy+kbc}}_{?})\underbrace{\frac{ax+cy+kbx}{bx}}_{?} Actually, I did not pay enough attention to the fact that k must be integer when I wrote this. I'm sorry :/
30.07.2022 17:43
It's fine, but you can use a different approach
30.07.2022 17:45
pretela wrote: (Can someone fix the LaTeX for me please, I'm not allowed) Yes, you are right. This solution don't assure that k is always an integer $k=\frac{ax'+by'+cz'-ax-cy}{bx}=(\underbrace{\frac{ax'+by'+cz'}{ax+cy+kbc}}_{integer}-\underbrace{\frac{ax+cy}{ax+cy+kbc}}_{?})\underbrace{\frac{ax+cy+kbx}{bx}}_{?}$ Actually, I did not pay enough attention to the fact that k must be integer when I wrote this. I'm sorry :/
01.08.2022 12:10
bump this