Isomorphic representations of a group

linear algebralinear-transformationsproof-verificationrepresentation-theory

I was looking at this proposition:

Let $(V,\rho)$ be a representation of a group $G$. If $W$ is a vector space isomorphic to $V$, then it can be turned into a representations of $G$ isomorphic to $V$.

It is interesting for me to see how linearity at level of vector spaces carries naturally over to $G$-linearity. I am actually surprised, so I was wondering whether all my steps are correct. Can anyone double check?

Consider the isomorphism $\varphi\colon V \rightarrow W$ given by hypothesis. Then the map
\begin{equation*}
\psi \colon \mathrm{GL}(V) \to \mathrm{GL}(W): A \mapsto \varphi \circ A \circ \varphi^{-1}
\end{equation*}
is an isomorphism. So we can construct a new representation $(W,\sigma)$ of $G$ as follows:
\begin{equation*}
\sigma \colon G \rightarrow \mathrm{GL}(W): g \mapsto \sigma(g) := \psi (\rho(g)).
\end{equation*}
This is in fact a representation of $G$: if $g,h \in G$, then
\begin{align*}
\sigma(gh) & = \psi(\rho(gh)) = \varphi \circ \rho(gh) \circ \varphi^{-1} = (\varphi \circ \rho(g) \circ \varphi^{-1}) \circ (\varphi \circ \rho(h) \circ \varphi^{-1}) \\
& = \psi(\rho(g)) \circ \psi(\rho(h)) = \sigma(g)\circ \sigma(h).
\end{align*}
Now we can prove that $(V,\rho)$ and $(W,\sigma)$ are isomorphic representations, i.e. that $\varphi$ is actually a $G$-linear map. If $v \in V,g \in G$, then
\begin{align*}
\sigma(g)(\varphi(v)) & = \psi(\rho(g))(\varphi(v)) = (\varphi \circ \rho(g) \circ \varphi^{-1})(\varphi (v)) \\
& = \varphi(\rho(g) v),
\end{align*}
which shows the claim.

Best Answer

Yeah, that seems right. I mean, you just defined the action on $W$ in the unique way to make $\varphi$ equivariant, which is the natural thing to do.

Maybe think about it this way: If you have a group $G$ and a set $M$, and you have a (set-)bijection $f\colon G \to M$, then there is a unique groupstructure on $M$ such that $f$ becomes a group-isomorphism. You define for $m,n\in M$ $$ m \star n := f(f^{-1}(m) \cdot f^{-1}(n))$$ Indeed, now $(M,\star)$ is a group and you may verify that $f$ is an iso. Are you surprised by this?