I'm doing some research on algebraic varieties for an engineering application. I am totally new to the subject and have a general (B.S.-level) background in math. I am currently using Ideals, Varieties, and Algorithms by Cox, Little, and O'Shea as my main reference.
I am interested in two basic questions that don't seem to be covered or easily found in that book, and hope that a colleague can point me to literature in which these questions are discussed more completely.
- My most basic question: Let $\{f_1(x_1,\dots,x_p),\cdots,f_m(x_1,\dots,x_p)\}$ be a set of $m$ real valued polynomials in $p$ unknowns. Under what conditions does the system
\begin{align} % f_1(x_1,\dots,x_p) &= 0 \\ % &\vdots \\ % f_m(x_1,\dots,x_p) &= 0 \\ % \end{align}
have a unique solution? What about uniqueness over the real numbers only? There are a number of theorems that address how to reduce $m$ equations to $n \leq m$ independent equations via elimination theory, but this doesn't give much information about uniqueness, as the following example shows.
Example. Consider the system $x_1^2 + x_2^2 = 0$. The unique solution is $(x_1,x_2) = 0$. Next, consider the system $x_1^2 + x_2^2 - 1 = 0$. Any point on the unit circle is a solution to this system, hence there is no unique solution. Note however that both systems consist of exactly one independent equation.
I also thought that dimension theory might help me answer this question, but I'm not sure simply determining the dimension of the variety determined by $f_1,\dots,f_m$ is enough to deduce the uniqueness of the solution. For example, the dimension of the variety determined by the quadratic $(x-2)(x-3)$ is, I believe, zero, but the solution is still not unique.
- Are there general results regarding the Lebesgue measure of an affine variety? For example, the plane curves in $\mathbb{R}^2$ all have Lebesgue measure zero. What about higher dimensional varieties?