I'm currently stumped on this question:
Let $a$ and $m$ be integers such that $m\ge1$. Consider the congruence class of $a$, i.e., $[a]$ modulo $m$. Prove that: For all $x\in[a]$, $\gcd(x,m)=\gcd(a,m)$.
From this, I know that the congruence class of $[a]$ modulo $m$ is the set of integers
$[a]={x\in Z|x\equiv a\pmod m}$}. And by the Linear Congruence Theorem, $x\equiv a\pmod m$ if and only if $\gcd(x,m)|a$.
I'm not sure where I can go from knowing this. Any ideas?