Let $a, b, c$ be integers. Prove if $a\mid (b+c)$ and $\gcd(b, c)=1$, then $\gcd(a, b)=1$.
This is my current proof:
Assume $a, b, c$ are integers, $a|(b+c)$, and $\gcd(b, c)=1$. Using Bezout's Theorem, we have $bu+cv=1$ for some integers $u$ and $v$. We also have $b+c=aq$ for some integer $q$, i.e. $c=aq-b$. Then we have $bu+(aq-b)v=1$, i.e. $b(u-v)+a(qv)=1$. Observe $(u-v)$ and $(qv)$ are integers. Then from Bezout's Theorem we have $\gcd(a, b)=1$.
My professor said this is incorrect because in the last sentence I assumed the converse of Bezout's Theorem. I am unsure of how to get to the conclusion from what I have then.
Let $n=\gcd(a,b)$ and note that $n$ divides $a$ and $b$. As $a | (b+c)$ so $b+c=ma$ for some $m$, so $c=ma-b$ and so $n | c$ too, as difference of two multiples of $n$.
So $n | b$ and $n |c$ so $n | \gcd(b,c)=1$ and $n=1$ and we're done.
No Bézout is needed at all.