Normal Representation
Consider some group $G$ or order $n$. To build the normal representation,
- Associate each permutation to an $n$ dimension vector. Each transformation/object is represented by a vector with a single non-null component $$ G = \{ e, g_{1}, g_{2}, \dots, g_{n-1} \} $$ $$ e \leftrightarrow v_{0} = \begin{pmatrix} 1 \\ 0 \\ \vdots \\ 0 \end{pmatrix} \qquad g_{1} \leftrightarrow v_{1} = \begin{pmatrix} 0 \\ 1 \\ \vdots \\ 0 \end{pmatrix} \qquad g_{n-1} \leftrightarrow v_{n-1} = \begin{pmatrix} 0 \\ 0 \\ \vdots \\ 1 \end{pmatrix} $$
- Determine the matrices for each element of $G$ which reproduces the transformation using the associated vectors. $$ g_{1}g_{2} = e \to D(g_{1}) v_{2} = v_{0} $$ The resulting representation is not necessarily an irrep, but it is a representation nonetheless.
And so, the normal representation of $\mathbb{Z}_{4}$ is constructed.