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.