0

Let $f_1=x^2-y, f_2=xy-z,f_4=xz-y^2$ be polynomials with coefficients in some field $k$. I want to prove that $f_2\notin (f_1,f_4)$.

My attempt: by contraddiction, let $f_2\in (f_1,f_4)$. Then there exist $\alpha,\beta\in k[x,y,z]$ such that $f_2=\alpha f_1+\beta f_4$. Computations give $\alpha=\frac{y}{x}$ and $\beta=-\frac{1}{x}$, wich are not polynomials.

Do you think this is correct? However, what is the straight way to proceed in these cases?

  • How did "computations give" that? If you're allowing rational functions, you could just have easily gotten $\alpha = 0$ and $\beta = \frac{f_2}{f_4}$ or any other crazy thing. –  Feb 10 '14 at 14:56

2 Answers2

0

The ring is k[x,y,z].

I don't think this is correct. You have only found some rationally functions that satisfy the representation.

One approach is to argue based on the degree of the polynomials on both sides.

0

You cannot have such an expression $f_2 = \alpha f_1 + \beta f_4$. This is because if $$ xy - z = \alpha(x,y,z) (x^2 - y) + \beta(x,y,z) (xz-y^2), $$ then you can see that $$ z = xy - \alpha(x,y,z)(x^2 - y) - \beta(x,y,z) (xz-y^2) $$ The only (possible) monomials terms on the right-hand side is $\alpha(0,0,0)y$, which cannot be simply $z$. Therefore such an expression cannot exist.

Hope that helps,