Show that if $a$ and $b$ are positive integers then $(a, b)=(a + b, [a, b])$.
I was thinking that since $[a, b]=LCM(a, b)=\frac{ab}{(a, b)}$ that if $d= (a + b, [a, b])$, then $d|[a,b]$ and thus $d|(a, b)$ since $(a, b)|[a, b]$
Then I would just have to prove that $(a+b, (a, b)) = (a, b)$.
Is that the right way to go?