Show that GL(n,R) is isomorphic to GL($R^n$)

932 Views Asked by At

I read in my book that the said isomorphism holds, but I am confused as to what exactly GL(Rn) is. Can someone help clarify this and how to show the above isomorphism.

1

There are 1 best solutions below

3
On BEST ANSWER

For a field $\mathbb F$, the group $GL(n,\mathbb F)$ is defined to be the invertible $n\times n$ matrices with entries in $\mathbb F$, with matrix multiplication as the group operation.

For a vector space $V$ over a field $\mathbb F$, the group $GL(V;\mathbb F)$ is defined to be the group of $\mathbb F$-linear transformations from $V$ to itself, with function composition as the group operation. Taking $V$ to be the vector space $\mathbb F^n$ (i.e., the vector space whose elements are column vectors of size $n$ with entries in $\mathbb F$ and the obvious definitions of addition and scalar multiplication), we see that the isomorphism between $GL(n,\mathbb F)$ and $GL(\mathbb F^n;\mathbb F)$ is given by taking a linear transformation and writing it as a matrix in the standard basis of column vectors, namely $$ \begin{pmatrix}1\\0\\\vdots\\0\end{pmatrix},\ldots,\begin{pmatrix}0\\\vdots\\0\\1\end{pmatrix}. $$

Thus $GL(n,\mathbb F)$ and $GL(\mathbb F^n;\mathbb F)$ are isomorphic. Specializing to the case $\mathbb F=\mathbb R$ answers your question.