online advertising
Loading [MathJax]/jax/output/HTML-CSS/jax.js

Tuesday, January 12, 2016

UTM Ideals Varieties and Algorithm - Chapter 1 Section 4 Exercise 10

Problem:


Solution:

First, let's look at what is V(xy), it is the point set such that xy=0, so it is simply the straight line (t,t).

Next, we look at what xy is, it is the set of all polynomial with a factor (xy), so it must vanish on the straight line, so we showed xyI(V(xy))

For the reverse inclusion, we consider the polynomials in I(V(xy)), they must vanishes on (t,t). The challenge is to show one such polynomial must have (xy) as a factor.

In order to solve the challenge, we need this result:

We claim that any polynomial f(x,y) can be written as f(x,y)=h(x,y)(xy)+r(x).

The prove the claim, it suffice to show that the trick works when f(x,y) are monomials. For general polynomials we just add the terms up.

So for a general monomial, we see that we can indeed express it in the claim form as follow:

xayb=xa(x(xy))b=xa(xb+c(x,y)(xy))=xa+b+xac(x,y)(xy).

Armed with the claim, we write any polynomial f(x,y)I(V), f(x,y)=h(x,y)(xy)+r(x).

It must vanishes on (t,t), so h(t,t)(tt)+r(t)=0r(t)=0.

Therefore we proved any polynomial f(x,y)I(V)f(x,y)xy.



Here we have the previous wrong proof  - just for reference for a mistake I had.

An easy fact is that such polynomial must vanish on (0,0), so the polynomial must not have a constant term, any such polynomial can be written as

f(x,y)=xa(x,y)+yb(x,y).

Next, we substitute (t,t) and get a(t,t)=b(t,t) whenever t0.

So we have two polynomials that agree on infinite number of points (as the field k is infinite). The two polynomials must be equal, so we have a(x,y)=b(x,y).

Putting back in, we have f(x,y)=xa(x,y)ya(x,y)=(xy)a(x,y), so we have proved that any such polynomial must have (xy) as a factor, or I(V(x,y))xy.

The key mistake is in the red line. In general, two polynomials of two or more variables, even when they agree on infinite number of points, can be different.

See:
http://math.stackexchange.com/questions/623981/check-that-two-function-fx-y-and-gx-y-are-identical

This is a good story learnt.

No comments:

Post a Comment