Bézout's theorem

This article is about Bézout's theorem in algebraic geometry. For Bézout's theorem in arithmetic, see Bézout's identity.
Not to be confused with Little Bézout's theorem.

Bézout's theorem is a statement in algebraic geometry concerning the number of common points, or intersection points, of two plane algebraic curves. The theorem claims that the number of common points of two such curves X and Y is equal to the product of their degrees. This statement must be qualified in several important ways, by considering points at infinity, allowing complex coordinates (or more generally, coordinates from the algebraic closure of the ground field), assigning an appropriate multiplicity to each intersection point, and excluding a degenerate case when X and Y have a common component. A simpler special case is when one does not care about multiplicities and X and Y are two algebraic curves in the Euclidean plane whose implicit equations are polynomials of degrees m and n without any non-constant common factor; then the number of intersection points does not exceed mn.

Bézout's theorem refers also to the generalization to higher dimensions: Let there be n homogeneous polynomials in n+1 variables, of degrees d_1, \ldots, d_n, that define n hypersurfaces in the projective space of dimension n. If the number of intersection points of the hypersurfaces is finite over an algebraic closure of the ground field, then this number is d_1 \cdots d_n, if the points are counted with their multiplicity. As in the case of two variables, in the case of affine hypersurfaces, and when not counting multiplicities nor non-real points, this theorem provides only an upper bound of the number of points, which is often reached. This is often referred to as Bézout's bound.

Bézout's theorem is fundamental in computer algebra and effective algebraic geometry, by showing that most problems have a computational complexity that is at least exponential in the number of variables. It follows that in these areas, the best complexity that may be hoped for will occur in algorithms have a complexity which is polynomial in Bézout's bound.

Rigorous statement

Suppose that X and Y are two plane projective curves defined over a field F that do not have a common component (this condition means that X and Y are defined by polynomials, whose polynomial greatest common divisor is a constant; in particular, it holds for a pair of "generic" curves). Then the total number of intersection points of X and Y with coordinates in an algebraically closed field E which contains F, counted with their multiplicities, is equal to the product of the degrees of X and Y.

The generalization in higher dimension may be stated as:

Let n projective hypersurfaces be given in a projective space of dimension n over an algebraic closed field, which are defined by n homogeneous polynomials in n + 1 variables, of degrees d_1, \ldots,d_n. Then either the number of intersection points is infinite, or the number of intersection points, counted with multiplicity, is equal to the product d_1 \cdots d_n. If the hypersurfaces are irreducible and in relative general position, then there are d_1 \cdots d_n intersection points, all with multiplicity 1.

There are various proofs of this theorem. In particular, it may be deduced by applying iteratively the following generalization: if V is a projective algebraic set of dimension \delta and degree d_1, and H is a hypersurface (defined by a polynomial) of degree d_2, that does not contain any irreducible component of V, then the intersection of V and H has dimension \delta-1 and degree d_1d_2. For a (sketched) proof using the Hilbert series see Hilbert series and Hilbert polynomial#Degree of a projective variety and Bézout's theorem.

History

Bezout's theorem was essentially stated by Isaac Newton in his proof of lemma 28 of volume 1 of his Principia in 1687, where he claims that two curves have a number of intersection points given by the product of their degrees. The theorem was later published in 1779 in Étienne Bézout's Théorie générale des équations algébriques. Bézout, who did not have at his disposal modern algebraic notation for equations in several variables, gave a proof based on manipulations with cumbersome algebraic expressions. From the modern point of view, Bézout's treatment was rather heuristic, since he did not formulate the precise conditions for the theorem to hold. This led to a sentiment, expressed by certain authors, that his proof was neither correct nor the first proof to be given.[1]

Intersection multiplicity

Further information: Intersection number

The most delicate part of Bézout's theorem and its generalization to the case of k algebraic hypersurfaces in k-dimensional projective space is the procedure of assigning the proper intersection multiplicities. If P is a common point of two plane algebraic curves X and Y that is a non-singular point of both of them and, moreover, the tangent lines to X and Y at P are distinct then the intersection multiplicity is one. This corresponds to the case of "transversal intersection". If the curves X and Y have a common tangent at P then the multiplicity is at least two. See intersection number for the definition in general.

Examples

  • Two circles never intersect in more than two points in the plane, while Bézout's theorem predicts four. The discrepancy comes from the fact that every circle passes through the same two complex points on the line at infinity. Writing the circle
(x-a)^2+(y-b)^2 = r^2
in homogeneous coordinates, we get
(x-az)^2+(y-bz)^2 - r^2z^2 = 0,
from which it is clear that the two points (1:i:0) and (1:-i:0) lie on every circle. When two circles don't meet at all in the real plane, the two other intersections have non-zero imaginary parts, or if they are concentric then they meet at exactly the two points on the line at infinity with an intersection multiplicity of two.
  • Any conic should meet the line at infinity at two points according to the theorem. A hyperbola meets it at two real points corresponding to the two directions of the asymptotes. An ellipse meets it at two complex points which are conjugate to one another---in the case of a circle, the points (1:i:0) and (1:-i:0). A parabola meets it at only one point, but it is a point of tangency and therefore counts twice.
  • The following pictures show examples in which the circle x2+y2-1=0 meets another ellipse in fewer intersection points because at least one of them has multiplicity greater than 1:

x^2+4y^2-1=0:\ \hbox{two intersections of multiplicity 2}

5x^2+6xy+5y^2+6y-5=0:\ \hbox{an intersection of multiplicity 3}

4x^2+y^2+6x+2=0:\ \hbox{an intersection of multiplicity 4}

Sketch of proof

Write the equations for X and Y in homogeneous coordinates as

a_0z^m + a_1z^{m-1} + \dots + a_{m-1}z + a_m = 0
b_0z^n + b_1z^{n-1} + \dots + b_{n-1}z + b_n = 0

where ai and bi are homogeneous polynomials of degree i in x and y. The points of intersection of X and Y correspond to the solutions of the system of equations. Form the Sylvester matrix; in the case m=4, n=3 this is

S=\begin{pmatrix} 
a_0 & a_1 & a_2 & a_3 & a_4 & 0   & 0 \\
0   & a_0 & a_1 & a_2 & a_3 & a_4 & 0 \\
0   & 0   & a_0 & a_1 & a_2 & a_3 & a_4 \\
b_0 & b_1 & b_2 & b_3 & 0   & 0   & 0 \\
0   & b_0 & b_1 & b_2 & b_3 & 0   & 0 \\
0   & 0   & b_0 & b_1 & b_2 & b_3 & 0 \\
0   & 0   & 0   & b_0 & b_1 & b_2 & b_3 \\
\end{pmatrix}.

The determinant |S| of S, which is also called the resultant of the two polynomials, is 0 exactly when the two equations have a common solution in z. The terms of |S|, for example (a0)n(bn)m, all have degree mn, so |S| is a homogeneous polynomial of degree mn in x and y (recall that ai and bi are themselves polynomials). By the fundamental theorem of algebra, this can be factored into mn linear factors so there are mn solutions to the system of equations. The linear factors correspond to the lines that join the origin to the points of intersection of the curves.[2]

See also

Notes

  1. Kirwan, Frances (1992). Complex Algebraic Curves. United Kingdom: Cambridge University Press. ISBN 0-521-42353-8.
  2. Follows Plane Algebraic Curves by Harold Hilton (Oxford 1920) p. 10

References

External links

This article is issued from Wikipedia - version of the Saturday, April 23, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.