Suppose we have $\gcd(x,z) = 1$, prove that $\gcd(xy, z) = \gcd(y,z)$. This appears very intuitive to me however is there a formal way of proving this?
I could write the obvious statement that since $z$ does not have a common divisor as $x$, then the only common divisor comes from $y$. So this means that $\gcd(xy, z) = \gcd(y,z)$ directly. However, this does not seem mathematical enough, is it?