- #1
NasuSama
- 326
- 3
Homework Statement
Let:
[itex]G = { \begin{bmatrix}
a & b \\
0 & c
\end{bmatrix} \in GL(2,ℝ)}[/itex]
[itex]H = { \begin{bmatrix}
a & 0 \\
0 & b
\end{bmatrix} \in GL(2,ℝ)}[/itex]
[itex]K = { \begin{bmatrix}
1 & a \\
0 & 1
\end{bmatrix} \in GL(2,ℝ)}[/itex]
Is [itex]G[/itex] isomorphic to [itex]H x K[/itex]?
Homework Equations
Definition of Isomorphism
The Attempt at a Solution
In order for [itex]G \approx H x K[/itex], there exists an isomorphism from [itex]G[/itex] to [itex]H x K[/itex]. In order for the mapping to be injective, its kernel must consist of only identity element. The inverse of the function must also exist in order for the mapping to be surjective. Oh! That function needs to be homomorphism.
I let:
[itex]\phi : G \rightarrow H x K[/itex]
[itex]
\begin{bmatrix}
a & b \\
0 & c
\end{bmatrix}
\rightarrow
(
\begin{bmatrix}
a & 0 \\
0 & b
\end{bmatrix}
,
\begin{bmatrix}
1 & a \\
0 & 1
\end{bmatrix}
)
[/itex]
I would say that [itex]G[/itex] is not isomorphic to [itex]H x K[/itex] since kernel of the mapping is empty. If we take a = c = 1 and b = 0, then this gives:
[itex]
(
\begin{bmatrix}
1 & 0 \\
0 & 0
\end{bmatrix}
,
\begin{bmatrix}
1 & 1 \\
0 & 1
\end{bmatrix}
)
[/itex]
Taking the identity matrix for the mapping doesn't give identity matrices as shown here. No matter what values of a, b and c we take, we don't get the identity matrices.
So G is not isomorphic to H x K?