I was trying to prove that $n/(n,k)$ is relatively prime to $k/(n,k)$, if $n$ is a non-zero integer and $k$ is an integer. My approach was to set $(n,k) = p$, and let $(n/p, k/p) = m$, where $m$ is either $1$ or greater to $1$. If $m$ is $1$, the proof is done. Otherwise if $m$ is greater to $1$, I was trying to derive an contradiction, but I was stuck. Could someone help me out?
Here the notation $(n,k)$ refers to the $\gcd(n,k)$.