Points in "general" position


Draft
Posted on June 18, 2025 by Yu Cong
Tags: ,

1 General Position

An set of 2D points is said to be in general position if any 3 points are not collinear. Given a set of points in the plane, find the largest subset in general position.

  • A recent paper [1] studied the “typical size” of the largest point set in general position in which each points is taken from iid with probability . “Typical size” means we want upper and lower bounds with high probability. Piror to this work, [2] gave an upperbound for the case of . A set of points is in general position if there are no points in contained in a -dimensional affine subspace. [1] also mentioned some non-random bounds. The max size of a point set in general position in is at least and at most .
  • [3] studied the problem of finding the largest subset of points in general position in a point set . They showed that this problem is NP-hard, APX-hard and no -time alg under ETH.
  • This blog post discusses constructions of general-position point sets with some extremal structures.
  • [4] improved the upperbound of the max number of points selected from such that no members lie on a -flat.

2 Integer Program and Duality

Let be a set of points in the plane. We can define lines and write a point-line incidence matrix which indicates if point is on the line defined by . Now we can write an IP for finding the largest subset of in general position.

Consider its LP dual,

One can see that the dual is finding the smallest number of lines to cover points in . Denote by the max number of general position points in and let be the minimum line covering number. (Borrow these symbols from matroid strength and density.) There are some results in [3].

Observation1

.

Proof

The second inequality directly follows from LP duality. For the first inequality, note that the largest set of points in general position defines lines and any other point must lie on one of these lines. Thus these lines cover every points in . We have .

Now I am interested in the gaps of above IPs. It seems that in terms of approximation algorithms one can only get a -approx P-time alg? (see master thesis of Cheng Cao and chatper 9 of David Eppstein’s book)

3 Open Problems

  1. No-three-in-line problem

References

[1]
[2]
O. Roche-Newton, A. Warren, Arcs in f q 2, European Journal of Combinatorics. 103 (2022) 103512 10.1016/j.ejc.2022.103512.
[3]
V. Froese, I. Kanj, A. Nichterlein, R. Niedermeier, Finding Points in General Position, (2017) 10.48550/arXiv.1508.01097.
[4]
A. Suk, J. Zeng, On higher dimensional point sets in general position, LIPIcs, Volume 258, SoCG 2023. 258 (2023) 59:1–59:13 10.4230/LIPICS.SOCG.2023.59.