If $a$ and $b$ are coprime, i.e. $\gcd(a,b) = 1 = ax+by$, for certain integer $x$ and $y$, and $a = bc$, then $a \mid c$
I've tried multiply $c$ to both sides of $1 = ax+by$, but didn't work.
If $a$ and $b$ are coprime, i.e. $\gcd(a,b) = 1 = ax+by$, for certain integer $x$ and $y$, and $a = bc$, then $a \mid c$
I've tried multiply $c$ to both sides of $1 = ax+by$, but didn't work.
As $a=bc$, $a|bc$.
From Bezout's identity, there exist $x,y$ such that $xa+yb=1$. Multiply both sides by $c$ and get $$xac+ybc=c.$$ $xac$ is divisible by $a$, $ybc$ is divisible by $bc$, which is divisible (by hypothesis) by $a$. So $c$ must also be divisble by $a$.