Let $x,y,z \in \mathbb{Z}$ where $x \neq 0$ or $y \neq 0$. If $z$ is a common divisor and $z \neq 0$, prove $$ gcd(x,y) / |z| = gcd(x/z, y/z)$$
I realize this can be written as $$ gcd( x/|z|, y / |z|) = gcd(x/z, y/z) $$ But I am unsure as to how to continue as $ |z| \neq z$ .