0

I tried to prove that it is an ideal, and during the attempt I guessed that apparently it will not be an ideal, but I can not find a counterexample, could anyone help me with that?

fer6268
  • 267

1 Answers1

1

In general, it's only a subalgebra. As an example, consider $$X =\left ( \begin{matrix} 0 & 1 \\0 & 0 \end{matrix} \right )$$ and $K = \{X\}$.

The contralizer of $X$ in $\operatorname{gl}(2, k)$ is $k I\oplus k X$. This is not an ideal, as we have $[X,Y]=H$, where $Y =\left ( \begin{matrix} 0 & 0 \\1 & 0 \end{matrix} \right )$ and $H =\left ( \begin{matrix} 1& 0 \\0 & -1 \end{matrix} \right )$ ( assume $\operatorname{char} k \ne 2)$

However, if $K$ is an ideal itself, then the centralizer of $K$ is an ideal.

orangeskid
  • 53,909