I made a proof by contradiction.
Suppose $δ=(a+b,\operatorname{lcm}[a,b])$ and let it be that $δ\neq(a,b)$.
Then $\exists ε\big(ε=(a,b) \land ε\gt δ \big) \implies ε|a \land ε|b \implies ε|(a+b)$.
It is also true that $ε|\operatorname{lcm}[a,b]$.
By the two previous statements, we get that $ε|(a+b,\operatorname{lcm}[a,b])\implies ε|δ$. This is absurd since $ε>δ$.
Thus $δ=(a,b)$.
Is it correct? I wonder if i made errors during my logical analysis. Thanks in advance.