Question
Let a and b be natural numbers. If $\gcd(a,b) > 1$, then $\gcd(a^2, b^2) > 1$.
My Attempt
Contradiction: If $\gcd(a,b) > 1$, then $\gcd(a^2, b^2) = 1$ (since $\gcd$ cannot be less than $1$) for any natural numbers $a$ and b.
Let $a = 2$ and $b = 4$. This implies that $gcd(a,b) = 2$ and $2 > 1$.
However, $a^2 = 4$ and $b^2 = 16$ and gcd$(a^2, b^2) = 4$ and $4$ does not equal $1$.
Therefore, we can make the argument that since the contradiction statement has a counterexample (as mentioned above), then it is not true for any set of two natural numbers a and b that satisfy the condition that gcd$(a,b) > 1$.
Thus, the initial statement is true.