If $a|(b+c)$ and $\gcd(b,c)=1$, prove that $\gcd(a,b)=1$ and $\gcd(a,c)=1$.
I started with:
Suppose $a|(b+c)$ and $\gcd(b,c)=1$. This means that $ak=b+c$, for some integer $k$. And $1|b$ and $1|c$.
I know I can solve this using the theorem that if $\gcd(a,b)=1$ then there exists integers $u$ and $v$ such that $au+bv=1$.
But I was wondering how else I can solve this, without using this theorem.
The fact that $\gcd(b,c)=1$ implies there are $k,l \in \Bbb Z$ such that $kb + lc= 1$ (Bézout identity). $a|(b+c)$ tells us $ma = b+c$ for some $m \in \Bbb Z$.
Can you find a Bezout identity for the pairs $(a,b)$ and $(a,c)$ from that?