Proof $\gcd(b,c)=1$ and $a \mid b \implies \gcd(a,c)=1$. Here are my thoughts. Let the $\gcd(b,c)=1$. So $1=bx+cy$ and $c,y$ are in $\mathbb{Z}$. So $1=a(fx)+c(y)$ is true. So the $\gcd(a,c)=1$. I feel like my proof isn't very good and might not actually prove anything. Any help would be great!
-
1It's simpler than that. Say $\gcd(a,c)=d>1$. Then $d,|,a\implies d,|,b$ so $d$ divides both $b$ and $c$, a contradiction. – lulu Jan 30 '20 at 18:41
-
Sweet thank you! – SarahCh Jan 30 '20 at 18:42
-
What's wrong with this work? – jvj Jan 30 '20 at 18:46
-
https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference – Jan 30 '20 at 19:27
2 Answers
Your proof is basically fine. However, there are three relatively small changes I suggest:
State you're using Bézout's identity to get that $1 = bx + cy$ for some integers $x$ and $y$.
Correct a typo where you should write $x, y$ are in $\mathbb{Z}$, instead of $c, y$ being in $\mathbb{Z}$.
Explicitly state where $f$ comes from. In particular, you should say something like that since $a \mid b$, then $b = af$ for some integer $f$.
Note there are alternate ways to prove this, with a few being somewhat simpler, such as what lulu's comment indicates.

- 47,976
That idea works, and it actually shows $\,(a,c)\mid (a\bar a,c\bar c),\,$ which we can also show directly, namely
$$(a,c)\mid a\bar a,c\bar c\,\Rightarrow\, (a,c)\mid (a\bar a,c\bar c)$$
by using the GCD Universal Property $\ d\mid m,n\iff d\mid (m,n).\, $ This proof is more general since it also works in UFDs that don't have gcd Bezout equations, e.g. polynomial rings like $\,\Bbb Z[x],\ \Bbb Q[x,y]$.
Remark $ $ Note that the proof that you gave using Bezout is simply a special case of one direction of the linked proof of the GCD Universal Property. It is this property (not Bezout) that is more at the heart of the matter regarding gcds and divisor theory so it is well-worth mastering,

- 272,048