Dimension of the space of homogeneous polynomials in a quotient ring

abstract-algebracombinatoricslinear algebrapolynomialsvector-spaces

Consider the ring $k[x_1,x_2,x_3,x_4]/(x_1x_3,x_1x_4,x_2x_3,x_2x_4)$. How do I find the dimension of the vector space of homogeneous representatives of the quotient ring of each degree?

I've only managed to exhibit bases for low degrees:

0: $1$; dimension 1

1: $x_1,x_2,x_3,x_4$; dimension 4

2: $x_1^2,x_2^2,x_3^2,x_4^2,x_1x_2,x_3x_4$; dimension 6

3: $x_1^3,x_2^3,x_3^3,x_4^3, x_1^2x_2,x_1x_2^2, x_3^2x_4,x_3x_4^2$; dimension 8

So my conjecture is that the dimension of polynomials of degree $k>0$ is $2k+2$. Is it true? How to prove it?

Best Answer

The $k$-vector subspace of $k[x_1,x_2,x_3,x_4]$ of homogeneous polynomials of degree $n$ is spanned by the monomials of degree $n$, i.e. terms of the form $x_1^{d_1}x_2^{d_2}x_3^{d_3}x_4^{d_4}$ with $d_1+d_2+d_3+d_4=n$. The kernel of the quotient map is the $k$-vector space spanned by the monomials that satisfy either $$d_1d_3>0,\qquad d_1d_4>0,\qquad d_2d_3>0,\qquad\text{ or }\qquad d_2d_4>0.$$ Hence the $k$-vector subspace of $k[x_1,x_2,x_3,x_4]/(x_1x_2,x_1x_3,x_2x_3,x_2x_4)$ of homogeneous polynomials of degree $n$ is spanned by the monomials $x_1^{d_1}x_2^{d_2}x_3^{d_3}x_4^{d_4}$ that satisfy $$d_1+d_2+d_3+d_4=k,\qquad d_1d_3=d_1d_4=d_2d_3=d_2d_4=0.\tag{1}$$ For $k=0$ clearly $d_1=d_2=d_3=d_4=0$ is the unique solution. For $k\neq0$ we must have $d_i\neq0$ for some $i$. If $d_1\neq0$ or $d_2\neq0$ then $d_3=d_4=0$, and if $d_3\neq0$ or $d_4\neq0$ then $d_1=d_2=0$. So the number of solutions to $(1)$ is the same as the number of solutions to $$d_1+d_2=k,\quad d_3=d_4=0\qquad\text{ or }\qquad d_3+d_4=k,\quad d_1=d_2=0,$$ which is precisely twice the number of solutions to $a+b=k$ with $a,b\in\Bbb{N}$. This is of course precisely twice $k+1$, as you conjecture.


Earlier version of this answer:

In the quotient, the product of any pair of variables vanishes except the products $x_1x_2$ and $x_3x_4$. This means a basis is given by the monomials of the form $$x_1^n,\qquad x_2^n,\qquad x_3^n,\qquad x_4^n,\qquad x_1^mx_2^n,\qquad x_3^mx_4^n.$$ Of course the first four are also of the form $x_1^mx_2^n$ or $x_3^mx_4^n$, simply with $m=0$ or $n=0$.

So for a given degree $k$, you want to count the number of monomials $x_1^mx_2^n$ and $x_3^mx_4^n$ with $m+n=k$. There are $k+1$ choices for $m$, and then $n=k-m$. So there are $k+1$ of monomials of each type, so a total of $2k+2$ monomials.

Related Question