7

How to prove that if algebraic variety has zero dimension it must be finite set of points. In other words: how to prove that it can't be infinite set ???

Definitions

algebraic variety V - if V is the common zero set of a polynomial system over Field K (polynomes from $K[x_1,...,x_n]$)

dimension of V is $ trdeg(K(V) : K)$, $K$ - is assumed to be algebraically closed

duncan
  • 415

1 Answers1

8

Let's suppose that we've broken $V$ down into irreducible components, and therefore without loss of generality assume $V$ to be irreducible. I'll show that $V$ must be a single point.

Since the transcendence degree of $K(V)$ over $K$ is $0$, $K(V)$ must be an algebraic field extension of $K$. Since $K$ is algebraically closed, $K(V)$ must equal $K$. In particular, this means that the only regular functions on $V$ are constant polynomials; algebraically speaking, if $I \subset K[x_1,\dots, x_n]$ corresponds to $V$, then $K[x_1,\dots,x_n]/I= K$. This implies that $I$ is a maximal ideal; i.e. $V$ is a point.


$V$ must be a finite number of points because $k[x_1,\dots, x_n]$ is a Noetherian ring (see Hilbert Basis Theorem). This means there are no infinitely ascending chains $I_1 \subsetneq I_2 \subsetneq \cdots$. On the geometric side this means there are no infinite descending chains of subsets $X_1\supsetneq X_2\supsetneq\cdots$. So, if $V$ had an infinite number of points, we could form an infinite descending chain by peeling off one point at a time, a contradiction.

Andrew
  • 4,233
  • How it exactly work: "Since K is algebraically closed, K(V) must equal K" ??? – duncan May 26 '17 at 21:49
  • This is a general field extension fact. If $L/K$ is algebraic and $K$ is algebraically closed, take $\alpha \in L$. Since it's algebraic, $\alpha$ is the root of a polynomial over $K$. Since $K$ is algebraically closed, $\alpha$ must be in $K$. – Andrew May 26 '17 at 21:51
  • very useful thanks a lot:) it's so simple. may be you can help with this one https://math.stackexchange.com/questions/2298132/complex-matrices-of-rank-not-greater-than-k-is-irreducible-algebraic-variety?noredirect=1#comment4728169_2298132 – duncan May 26 '17 at 21:54
  • 1
    Andrew: but why initial V can't be infinite set of points ??? – duncan May 27 '17 at 08:16
  • I'll edit my answer. – Andrew May 27 '17 at 15:58