For every natural number I am trying to show that $n$, $\gcd(an,bn)=n\gcd(a,b).$
Here is my attempt. Put $d = \gcd(a,b)$; we can write $d=aT+bJ$, where $T$ adn $J$ are integers. Then as $d\mid a$ and $d\mid b$, we can write the equation as $dgT + dhJ$ and if we multiple it by $n$ then it becomes $dngT + dnhJ$ and the common part is $dn$ hence dn is the $\gcd$.
What is $d$? is it an arbitrary integer? Usually $d$ is the $\gcd(a,b)$.
If $d = \gcd(a,b) $, then it is clear how to prove the relation, isn't it?
finding the gcd of $an$ and $bn$ is not difficult if you know the gcd of $a$ and $b$.