Here is the question I want to understand its statement:
Let $B = \mathbb C[x_1, x_2, x_3, x_4]$ be $\mathbb Z$-graded so that each $x_i$ is homogeneous and $\deg(x_1, x_2, x_3, x_4) = (1, -2, 3, -4).$ Find $B_0.$
Hint: This ring is generated by a finite number of monomials.
My thoughts:
To find $B_0$ I have to solve this equation $$e_1 -2 e_2 + 3e_3 -4 e_4 = 0.$$
But this equation has infinitely many solutions, so I am guessing that here comes the importance of the given hint but for my life I do not understand how? could someone explain this to me ,please?
Some details of why specifically the above equation:
As I know that I am going to put a $\mathbb Z$-grading on $B$ where $B = \bigoplus_{i \in \mathbb Z} B_i$ and $x_i \in B_{\deg x_i}.$So according to the degrees we have in the question we have $x_1 \in B_1, x_2 \in B_{-2}, x_3 \in B_3, x_4 \in B_{-4}.$ And because I know that $B_i$ is the vector space with basis $\{X_1^{e_1}, X_2^{e_2}, X_3^{e_3}, X_4^{e_4}\}$ where $e_1 \deg x_1 + e_2 \deg x_2 + e_3 \deg x_3 + e_4 \deg x_4 = i.$
I claim $B_0$ is generated as a $\Bbb C$-algebra by the following monomials: $$1,x_1^2x_2, x_1^4x_4, x_2^3x_3^2, x_3^4x_4^3, x_1x_3x_4, x_1x_2^2x_3, x_2x_3^2x_4.$$ We'll show that given any monomial in $B_0$, it's a product of the above and a constant.
Suppose $m=x_1^ax_2^bx_3^cx_4^d$ belongs to $B_0$. This is equivalent to $a-2b+3c-4d=0$. We note that $x_1^2x_2$, $x_1^4x_4$, $x_2^3x_3^2$, and $x_3^4x_4^3$ are all in $B_0$, so if we're looking for other generators $m$ of $B_0$, it suffices to consider $m$ after factoring out as many of these monomials as possible. This gives us the following:
Now we have some case work. Suppose $m$ is a generator, and we'll go through all the combinations of the observations above.
If we assume $a<2$ and $b,d\neq 0$, we can run through the four ways to combine observations 3 and 4:
So our list of monomials from the start is a complete list of generators. There's probably a faster/easier way to do this, and I'll be glad to upvote someone who produces it.