Girish Mahajan (Editor)

Szemerédi–Trotter theorem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Szemerédi–Trotter theorem is a mathematical result in the field of combinatorial geometry. It asserts that given n points and m lines in the plane, the number of incidences (i.e. the number of point-line pairs, such that the point lies on the line) is

Contents

O ( n 2 3 m 2 3 + n + m ) ,

this bound cannot be improved, except in terms of the implicit constants.

An equivalent formulation of the theorem is the following. Given n points and an integer k > 2, the number of lines which pass through at least k of the points is

O ( n 2 k 3 + n k ) .

The original proof of Szemerédi and Trotter was somewhat complicated, using a combinatorial technique known as cell decomposition. Later, Székely discovered a much simpler proof using the crossing number inequality for graphs. (See below.)

The Szemerédi–Trotter theorem has a number of consequences, including Beck's theorem in incidence geometry.

Proof of the first formulation

We may discard the lines which contain two or fewer of the points, as they can contribute at most 2m incidences to the total number. Thus we may assume that every line contains at least three of the points.

If a line contains k points, then it will contain k − 1 line segments which connect two of the n points. In particular it will contain at least k/2 such line segments, since we have assumed k ≥ 3. Adding this up over all of the m lines, we see that the number of line segments obtained in this manner is at least half of the total number of incidences. Thus if we let e be the number of such line segments, it will suffice to show that

e = O ( n 2 3 m 2 3 + n + m ) .

Now consider the graph formed by using the n points as vertices, and the e line segments as edges. Since all of the line segments lie on one of m lines, and any two lines intersect in at most one point, the crossing number of this graph is at most m2. Applying the crossing number inequality we thus conclude that either e ≤ 7.5n, or that m2e3 / 33.75n2. In either case e ≤ 3.24(nm)2/3 + 7.5n and we obtain the desired bound

e = O ( n 2 3 m 2 3 + n + m ) .

Proof of the second formulation

Since every pair of points can be connected by at most one line, there can be at most n(n − 1)/2 lines which can connect at k or more points, since k ≥ 2. This bound will prove the theorem when k is small (e.g. if kC for some absolute constant C). Thus, we need only consider the case when k is large, say kC.

Suppose that there are m lines that each contain at least k points. These lines generate at least mk incidences, and so by the first formulation of the Szemerédi–Trotter theorem, we have

m k = O ( n 2 3 m 2 3 + n + m ) ,

and so at least one of the statements m k = O ( n 2 / 3 m 2 / 3 ) , m k = O ( n ) , or m k = O ( m ) is true. The third possibility is ruled out since k was assumed to be large, so we are left with the first two. But in either of these two cases, some elementary algebra will give the bound m = O ( n 2 / k 3 + n / k ) as desired.

Optimality

Except for its constant, the Szemerédi–Trotter incidence bound cannot be improved. To see this, consider for any positive integer NZ+ a set of points on the integer lattice

P = { ( a , b ) Z 2   :   1 a N ; 1 b 2 N 2 } ,

and a set of lines

L = { ( x , m x + b )   :   m , b Z ; 1 m N ; 1 b N 2 } .

Clearly, | P | = 2 N 3 and | L | = N 3 . Since each line is incident to N points (i.e., once for each x { 1 , , N } ), the number of incidences is N 4 which matches the upper bound.

Generalization to Rd

One generalization of this result to arbitrary dimension, Rd, was found by Agarwal and Aronov. Given a set of n points, S, and the set of m hyperplanes, H, which are each spanned by S, the number of incidences between S and H is bounded above by

O ( m 2 3 n d 3 + n d 1 ) .

Equivalently, the number of hyperplanes in H containing k or more points is bounded above by

O ( n d k 3 + n d 1 k ) .

A construction due to Edelsbrunner shows this bound to be asymptotically optimal.

Solymosi and Tao obtained near sharp upper bounds for the number of incidences between points and algebraic varieties in higher dimensions. Their proof uses the Polynomial Ham Sandwich Theorem.

References

Szemerédi–Trotter theorem Wikipedia