If $a$ divides $b$, then why is $(a,b)=a?$
I am trying to justify this for myself and this is what I have done. I was wondering if it is correct?
Claim: Let $b\in\mathbb{Z}$ and $a\in\mathbb{N}$. If $a|b$ then $(a,b)=a$.
Justification: Since $a|b$, there must exist an integer $m$ such that $b=am$. Now
$$ \begin{align} (a,b)&=(a,am)\\ &=a(1,m)\\ &=a\times 1\\ &=a \end{align} $$
If $a\mid b$ then, since $a\mid a$, $a$ is a common divisor of $a$ and $b$. And obviously no natural number greater than $a$ divides $a$. So, $a$ is the greatest common divisor of $a$ and $b$.