Point-Line Incidences
Consider the following problem: Let
Problem 1: How to place a set
We will only be interested in asymptotic bounds. First, observe that it is not too hard to get
Consider an integer grid of size
where
For simplicity, we assume
But, can we be asymptotically better? Interestingly, the answer is no by the renowned Szemerédi–Trotter theorem [ST'83]. We will prove a slightly weaker version of this theorem in this post:
Theorem 1. The number of incidences among a set
To prove this, we use the following lemma in discrete geometry.
Lemma 1 (Cutting Lemma) [C'93]. Given a collection of
We will also use the following tool.
Point-Line Duality. Given a point
A nice property of point-line duality is that it preserves incidence relations.
Lemma 2. Let
Now we can prove an upper bound for the number of incidences among points and lines in the plane.
Proof of Theorem 1. We first apply Lemma 1 to
Then we apply point-line duality and by Lemma 2, the incidences are preserved. We then apply the cutting lemma again for lines from each of the
We set
Remark. There are several variants of the problem. For example, we can consider the asymmetric case where the number of points and that of the lines are not equal. For this problem, the result turns to be
[C'93] Chazelle, Bernard. "Cutting hyperplanes for divide-and-conquer." Discrete & Computational Geometry 9.2 (1993): 145-158.
[ST'83] Szemerédi, Endre, and William T. Trotter. "Extremal problems in discrete geometry." Combinatorica 3 (1983): 381-392.
Comments
Post a Comment