Prove:$a|bc$ and $\gcd(a,b)=1$ implies $a|c$

580 Views Asked by At

I need help with the following.

Prove:$a|bc$ and $\gcd(a,b)=1$ implies $a|c$

following these writing guidelines https://i.stack.imgur.com/8Hk4X.png

What I know so far: By the Euclidean algorithm there are integers $x$ and $y$ with $ax + by = gcd(a,b) \implies ax + by = 1$, in our case. Multiplying both sides by $c$ we have $acx + bcy = c$.

Then I get stuck trying to finish it.

Update: By the Euclidean algorithm there are integers $x$ and $y$ with $ax+by=\gcd(a,b)$ thus $ax+by=1$. Multiplying both sides by $c$ we get $cax+cby=c$ since $a|bc$ $∃k$ such that $ak=bc$ thus $acx+aky=c$ therefore $a(cx+ky)=c$, so $a|c$ for some $(cx+ky) \in \mathbb{Z}$

Can someone verify that this is written properly?

2

There are 2 best solutions below

0
On BEST ANSWER

You're almost there!

You know that $a \mid bc$, so there is some $k$ such that $ak = bc$. Substitute into what you have to get $acx + (ak)y = c$. We can now pull out an $a$ and get $a(cx + ky) = c$, and so $a \mid c$.

0
On

$a | bc$ gives: $bc = na$, and $ap + bq = 1$ for some $n, p, q$ integers. So $c = c(ap + bq) = cap + bcq = acp + naq = a(cp + nq)$. So $a | c$.