I need to prove that:
If $\gcd(a,b)=1$, then $\gcd(a+b,ab)=1.$
So far I used what's given so I have:
$ax+by=1$ (I wrote the gcd of a and b as a linear combination)
and
$(a+b)u+ab(v)=1$ (I also wrote this as a linear combination)
where do I go from here?
Assume this is not true.
Let gcd$(a+b,ab)=m>1$. Then there exists a prime number $p$ which divides $m$.
If $p\mid a+b$ and $p\mid ab$, then $p$ divides $a$ or $b$.
Assume that $p\mid a$. But then $p\mid a+b$ implies that $p\mid b$, and hence $p\mid\,$gcd$(a,b)$, which is a contradiction.
Note. We have used the fact that: If $p$ is a prime and $p$ divides $ab$ then $p$ divides $a$ or $b$.