I went about trying to prove above statement but need a little help. I don't know if my reasoning for why $gcd(a*c, b*c)= c*gcd(a, b)$ is correct. Could I get help on clarifying why this theorem is so?
Proof:
Let $a$ and $b$ be even integers. Then, $a=2k_{1}$ and $b=2k_{2}$, where $k_{1}, k_{2}\in\mathbb{Z}$ by the definition of even integers.
The $gcd(a, b)$ is then, $gcd(2k_{1}, 2k_{2})$. We know the gcd is the product of the prime factorizations that divide both $a$ and $b$, taken with their minimum multiplicities. Thus, multiplying $a$ and $b$ by a third integer increases the multiplicities identically and increases the minimum in the same way. Therefore, $gcd(2k_{1}, 2k_{2})= 2* gcd(k_{1}, k_{2})$.
We know that $a=2k_{1}$ and $b=2k_{2}$, so solving for $k_{1}$ and $k_{2}$ gives us: $k_{1}=\frac{a}{2}$ and $k_{2}=\frac{b}{2}$.
Substituting $k_{1}$ and $k_{2}$ back into $2*gcd(k_{1}, k_{2})$, we get $gcd(a, b)=2*gcd(\frac{a}{2}, \frac{b}{2})$. Therefore, when both $a$ and $b$ are even integers, the $gcd(a, b)= 2*gcd(\frac{a}{2}, \frac{b}{2})$.