I have the following group action question that I would like some advice on how should i proceed.
Let $X$ be the group $\mathbb{Z}/n\mathbb{Z}$ and $G$ be the group $(\mathbb{Z}/n\mathbb{Z})^*$. Let $G$ act on $X$ via
$$g\cdot x=gx$$
Given $m\in X$, show that the orbit containing $m$ is the same as the orbit containing $d$ where $(m,n)=d$.
I have tried using the following to solve it to no avail.
- Bezout's identity: There exists $a,b\in \mathbb{Z}$ such that $am+bn=d$
- Let $a,b>0$ be integers and $d = (a, b)$. Suppose $d|N$. Then the linear congruence
$$ax \equiv N (\text{mod }b)$$
$\space\space\space\space\space\space\space$ has $d$ mutually incongruent solutions modulo $b$.
Does anybody have any advice on how I should solve this?
After getting some inspiration from @Compacto to use the Chinese Remainder Theorem, I have managed to think of a solution.
Let $n=p_{1}^{\alpha_1}p_{2}^{\alpha_2}...p_{k}^{\alpha_k}$ be the prime factor decomposition of $n$.
By the Chinese Remainder Theorem, we have an isomorphic map
$$f:\mathbb{Z}/n\mathbb{Z}\rightarrow(\mathbb{Z}/p_{1}^{\alpha_1}\mathbb{Z})\times(\mathbb{Z}/p_{2}^{\alpha_2}\mathbb{Z})\times...\times(\mathbb{Z}/p_{k}^{\alpha_k}\mathbb{Z})$$
defined by $f(x)=(x\space\text{mod}\space p_{1}^{\alpha_1},x\space\text{mod}\space p_{2}^{\alpha_2},...,x\space\text{mod}\space p_{k}^{\alpha_k})$.
Let $f(d)=(d_1,d_2,...,d_k)$ and $f(m)=(m_1,m_2,...,m_k)$, where $d=\text{gcd}(m,n)$. Since $d|m$, $d_i|m_i$.
We claim that $p_{i}^{\beta_i}||d_i\Rightarrow p_{i}^{\beta_i}||m_i$. The proof is as follows:
\begin{aligned} p_{i}^{\beta_i}||d_i &\Rightarrow p_{i}^{\beta_i}||d\space\because\space d_i\equiv d\space(\text{mod}\space p_i^{\alpha_i})\\ &\Rightarrow p_{i}^{\beta_i}||m\because\space d=\gcd(m,n) \text{ and }p_i^{\alpha_i}|n\\ &\Rightarrow p_{i}^{\beta_i}||m_{i}\space\because\space m_i\equiv m\space(\text{mod}\space p_i^{\alpha_i}) \end{aligned}
Since $d_i|m_i$ and $p_{i}^{\beta_i}||d_i\Rightarrow p_{i}^{\beta_i}||m_i$, $e_i d_i=m_i$, where $p_i\nmid e_i$. Hence, $e_i$ is invertible in $\mathbb{Z}/p_i^{\alpha_i}\mathbb{Z}$.
Therefore, $(e_1,e_2,...,e_k)(d_1,d_2,...,d_k)=(m_1,m_2,...,m_k)$, where $(e_1,e_2,...,e_k)$ is invertible in $(\mathbb{Z}/p_{1}^{\alpha_1}\mathbb{Z})\times(\mathbb{Z}/p_{2}^{\alpha_2}\mathbb{Z})\times...\times(\mathbb{Z}/p_{k}^{\alpha_k}\mathbb{Z})$. This means that there is an invertible $e\in \mathbb{Z}/n\mathbb{Z}$ such that $f(e)=(e_1,e_2,...,e_k)$ and $ed=m$ where $e\in(\mathbb{Z}/n\mathbb{Z})^*$.
This means that $d$ and $m$ are in the same orbit as desired. (Shown)