4

Let $n$ be a positive integer and let $k$ be an algebraically closed field. What is the coordinate ring of $GL(n,k)$ (the set of all $n \times n$ matrices with entries in $k$)? Here we identify this set as a subset of $k^{n^{2}}$.

Would it suffice to say that the coordinate ring is the localization of $k[x_{11},x_{12},..,x_{nn}]$ at the determinant function? Is there a way to "simplify" this?

user10
  • 5,688
  • 2
    Yes, that is precisely what the coordinate ring is. I think one can argue that this is the most simple presentation as follows: the dimension of $\textrm{GL}(n, k)$ is $n^2$, but it is not affine space, so it must have at least $n^2 + 1$ generators and at least one relation... – Zhen Lin Jun 19 '12 at 10:35

1 Answers1

9

Maybe you already know this, but I think the most natural way to simplify it (if you think taking quotient is simpler than taking localization) is to view $GL(n,k)$ as a subvariety in $\mathbb{A}^{n^2+1}$: Now view $det$ as a polynomial $D(t_1,...,t_{n^2})$ of $n^2$ variables, then the coordinate ring is $k[t_1,...,t_{n^2},y]/(yD-1)$.

Ch Zh
  • 1,250