$(\mathbb C^{\times}, \cdot)$ is a subgroup of $(GL(n,\mathbb C), \cdot)$

147 Views Asked by At

I am learning groups and subgroups in my algebra course. Today, we talked about examples of subgroup but I am not sure why the following holds:

$(\mathbb C^{\times}, \cdot)$ is a subgroup of $(GL(n,\mathbb C), \cdot)$.

For clarity, I am considering the multiplicative group of the set of complex numbers(excluding $0$) and I want to show that it is a subgroup of $(GL(n,\mathbb C), \cdot)$, the set of all invertible $n\times n$ matrices with complex entries, together with matrix multiplication as the group operation.

I thought about diagonal matrix, but I am in a mess in writing the formal proof of the statement. Thanks in advance.

1

There are 1 best solutions below

3
On BEST ANSWER

You are correct that you can look at diagonal matrices. Simply consider the set $D = \{ aI | a \in \mathbb{C}^\ast\}$ where $I$ is the identity matrix. Then you see:

  • $I \in D$, thus the identity is contained in $D$.
  • $aI, bI \in D$ then we have that $aI \cdot bI = abI \in D$ thus $D$ is closed under matrix multiplication.
  • If $aI \in D$ then $a^{-1}I \in D$ hence the inverse is in $D$.