[example: Additive Residues and Fourth Roots of Unity]
Here $\mathbb{Z}/4\mathbb{Z}$ denotes the four residue classes of integers modulo $4$, written $\bar{0},\bar{1},\bar{2},\bar{3}$, where $\bar{k}=\bar{\ell}$ means that $k-\ell$ is divisible by $4$. Also, $\mathbb{C}^{\times}$ denotes the group of nonzero complex numbers under multiplication, and $\subsetneq$ means "proper subset." Let $G=(\mathbb{Z}/4\mathbb{Z},+)$ and let $H=\{1,i,-1,-i\}\subsetneq \mathbb{C}^{\times}$ under multiplication. Define $\varphi:G\to H$ by $\varphi(\bar{k})=i^k$. This is well-defined: if $\bar{k}=\bar{\ell}$ in $\mathbb{Z}/4\mathbb{Z}$, then $k-\ell=4m$ for some $m\in\mathbb{Z}$, so
\begin{align*}
i^k=i^{\ell+4m}=i^\ell(i^4)^m=i^\ell\cdot 1^m=i^\ell.
\end{align*}
We show that $\varphi$ preserves the group operation. For $\bar{a},\bar{b}\in \mathbb{Z}/4\mathbb{Z}$, addition of residue classes gives $\bar{a}+\bar{b}=\overline{a+b}$, and therefore
\begin{align*}
\varphi(\bar{a}+\bar{b})=\varphi(\overline{a+b})=i^{a+b}.
\end{align*}
By the exponent law in $\mathbb{C}^{\times}$,
\begin{align*}
i^{a+b}=i^a i^b=\varphi(\bar{a})\varphi(\bar{b}).
\end{align*}
Thus $\varphi$ is a [group homomorphism](/page/Group%20Homomorphism).
The values on the four residue classes are
\begin{align*}
\varphi(\bar{0})=i^0=1,\quad \varphi(\bar{1})=i,\quad \varphi(\bar{2})=-1,\quad \varphi(\bar{3})=-i.
\end{align*}
These are exactly the four elements of $H$, and they are pairwise distinct, so $\varphi$ is both surjective and injective. Hence $\varphi$ is a bijective homomorphism from $G$ to $H$, so the additive cycle $\bar{0},\bar{1},\bar{2},\bar{3}$ and the multiplicative cycle $1,i,-1,-i$ are the same group after this consistent relabelling.
[/example]