I'm trying to go through Harvard's Abstract Algebra lectures on my own, and would like a little help with one of the homeworks. The problem asks:
Let $G$ be the group of invertible real upper $2 x 2$ matrices. Determine whether or not the following conditions describe normal subgroups H of G. If they do, use the First Isomorphism Theorem to identify the quotient group $G/H$. (a) $a_{11}$ = 1 (b) $a_{12}$ = 0 (c) $a_{11}$ = $a_{22}$ (d) $a_{11}$ = $a_{22}$ = 1
To do this, we'll need to go one by one and determine whether the subgroup described, H, is normal or not. If it's normal then it must be kernel of a surjective homomorphism. It can easily be shown that
$det: G \rightarrow R^{*}$
is a surjective homomorphism. Then, G/H must be isomorphic to $R^{*}$ by the First Isomorphism Theorem. So, we'll go one by one and see if they're normal.
NOTE: I have put *'s in places where computation would be too long simply to indicate the presence of some value determined through multiplying through.
(a) $H = \begin{bmatrix} 1 & b \\ 0 & d \end{bmatrix}$
$aha^{-1} = \begin{bmatrix} a & b\\ 0 & d \end{bmatrix} \begin{bmatrix} 1 & b'\\ 0 & d' \end{bmatrix} \begin{bmatrix} \frac{1}{a} & \frac{-b}{ad} \\ 0 & \frac{1}{d} \end{bmatrix}$ = $\begin{bmatrix} 1 & * \\ 0 & d' \end{bmatrix}$
This is a normal subgroup and therefore $G/H \simeq R^{*}$
(b) $H = \begin{bmatrix} a & 0 \\ 0 & d \end{bmatrix}$
$aha^{-1} = \begin{bmatrix} a & b\\ 0 & d \end{bmatrix} \begin{bmatrix} a' & 0\\ 0 & d' \end{bmatrix} \begin{bmatrix} \frac{1}{a} & \frac{-b}{ad} \\ 0 & \frac{1}{d} \end{bmatrix}$ = $\begin{bmatrix} a' & * \\ 0 & d' \end{bmatrix}$
This is NOT a normal subgroup.
(c) $H = \begin{bmatrix} a & b \\ 0 & a \end{bmatrix}$
$aha^{-1} = \begin{bmatrix} a & b\\ 0 & d \end{bmatrix} \begin{bmatrix} a' & b'\\ 0 & a' \end{bmatrix} \begin{bmatrix} \frac{1}{a} & \frac{-b}{ad} \\ 0 & \frac{1}{d} \end{bmatrix}$ = $\begin{bmatrix} a' & * \\ 0 & a' \end{bmatrix}$
This is a normal subgroup and therefore $G/H \simeq R^{*}$
(d) This is an instance of (c) and therefore it follows trivially that it is a normal subgroup.
Is this correct? Any and all help is greatly appreciated. Thanks.