For $d \leq n$ define an injective function $\mathbb{Z} /d \mathbb{Z} \rightarrow S_n$ such that group operations are preserved.
I think that I have an idea of how to define such a function. However, I don't know if it is the correct one. So I would like some help with that.
Essentially what I want to create is a function that would send say $[1]_d$ to $\begin{pmatrix} 1 & 2 & \dots & d & d+1 & \dots & n\\ 2 & 3 & \dots & 1 & d+1 & \dots & n \end{pmatrix}$.
I came up with the following "definition": Define $\phi: \mathbb{Z} /d \mathbb{Z} \rightarrow S_n$ to be the function such that $\phi([i]_d) = \sigma_i$, for all $i=0,1,\dots,d-1$. Here $\sigma_i$ is defined as the permutation on $\{ 1,2,\dots,n \}$ such that: $$\sigma_i(j) = \begin{cases} j+i \text{ if } j+i \leq d \\ j + i - d \text{ if } j + i > d \end{cases}$$ when $j \leq d$ and $\sigma_i(j) = j$ otherwise.
I don't believe what I have written is well defined. Even if it is, I'm not even sure how to show that the operations are preserved. Is this "definition" correct? Can we show that $\phi$ indeed preserves group operations?
Note: Sorry for my possible bad latex writing skills. I hope that the way I defined $\phi$ and the motivation for how I defined it is clear. Thank you.