Let $k$ be an algebraic subfield of $C$.
Let's first define affine algebraic set and variety. If $F$ is a subset of $k[X]=k[x_1,...,x_n]$ then the affine algebraic set is defined as follows
$$\{a\in k^n| f(a)=0\ \text{for every}\ f\in F \}$$
Now we define a variety, Var(I) where $I$ is an ideal of $k[X]$, as an irreducible affine algebraic set.
I want to prove Nullstellensatz , $\text{Id}(V(I))=\sqrt{I}$, using the fact that every variety has a k-generic point, https://mathoverflow.net/questions/89368/intuition-behind-generic-points-in-a-scheme
And the definition of k-generic point is: A point $x\in V$ is $k$-generic if every polynomial with values in $k$ that vanishes on $x$, vanishes on all of $V$.
The side $\sqrt{I}\subset\text{Id}(V(I)) $ is obvious. We need to show that $\text{Id}(V(I)) \subset \sqrt{I}$. Let $a$ be the $k$-generic point of $V(I)$. We need to show that if a polynomial $h \in \text{Id}(V(I))$ then there is an integer $m>0$ such that $h^m\in I$.
I am not sure how to use the $k$-generic point $a$.