I'm trying to do the following exercise:
Let be $G$ a non-abelian subgroup of $GL(2, \mathbb{C})$. Prove that the center of $G$ is contained in the center of $GL(2, \mathbb{C})$
My (very partial) attempt:
Suppose that there is a matrix $A$ in the center of $G$ but not in that of $GL(2, \mathbb{C})$. But the center is a normal subgroup, so it contains all the conjugates of $A$. In particular the center of $GL(2, \mathbb{C})$ does not contain the matrix $J$, the canonical Jordan form of $A$. Instead there is a subgroup isomorphic to $G$ that contains $J$.
My idea is to prove that it is abelian against the hypothesis. I know that $J$ could have only one of these two form: diagonal (but not a multiple of identity) and a Jordan block. But I don't know how to continue...
Any suggestion? Thanks in advance.
First, suppose that $J$ is diagonal but not scalar. That is, $J=\begin{pmatrix}a&0\\0&b\end{pmatrix}$ with $a\neq b$. Let $X=\begin{pmatrix}p&q\\r&s\end{pmatrix}$ be an element of $G$. Then, $XJ=JX$ yields $$\begin{pmatrix}ap&bq\\ar&bs\end{pmatrix}=\begin{pmatrix}ap&aq\\br&bs\end{pmatrix}.$$ That is, $q=0$ and $r=0$. Thus, every matrix in $G$ is diagonal, and so $G$ is abelian.
Finally, we suppose that $J$ is a nontrivial Jordan block. Then, $J=\begin{pmatrix}k&1\\0&k\end{pmatrix}=kI+E$ with $k\neq 0$, where $E=\begin{pmatrix}0&1\\0&0\end{pmatrix}$. Again, let $X=\begin{pmatrix}p&q\\r&s\end{pmatrix}$ be an element of $G$. Then, $XJ=JX$ yields $$\begin{pmatrix}kp&p+kq\\kr&r+ks\end{pmatrix}=\begin{pmatrix}kp+r&kq+s\\kr&ks\end{pmatrix}.$$ This shows that $r=0$ and $p=s$, so $X=pI+qE$. Hence, $G$ contains only polynomials in $E$, and they all commute.