Convex position

From testwiki
Revision as of 11:14, 18 December 2023 by imported>Citation bot (Alter: issue. Add: isbn. Formatted dashes. | Use this bot. Report bugs. | Suggested by Abductive | Category:Convex hulls | #UCB_Category 15/20)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In discrete and computational geometry, a set of points in the Euclidean plane or a higher-dimensional Euclidean space is said to be in convex position or convex independent if none of the points can be represented as a convex combination of the others.Template:R A finite set of points is in convex position if all of the points are vertices of their convex hull.Template:R More generally, a family of convex sets is said to be in convex position if they are pairwise disjoint and none of them is contained in the convex hull of the others.Template:R

An assumption of convex position can make certain computational problems easier to solve. For instance, the traveling salesman problem, NP-hard for arbitrary sets of points in the plane, is trivial for points in convex position: the optimal tour is the convex hull.Template:R Similarly, the minimum-weight triangulation of planar point sets is NP-hard for arbitrary point sets,[1] but solvable in polynomial time by dynamic programming for points in convex position.Template:R

The Erdős–Szekeres theorem guarantees that every set of n points in general position (no three in a line) in two or more dimensions has at least a logarithmic number of points in convex position.Template:R If n points are chosen uniformly at random in a unit square, the probability that they are in convex position isTemplate:R ((2n2n1)/n!)2.

The McMullen problem asks for the maximum number ν(d) such that every set of ν(d) points in general position in a d-dimensional projective space has a projective transformation to a set in convex position. Known bounds are 2d+1ν(d)2d+(d+1)/2.Template:R

References

Template:Reflist

  1. Cite error: Invalid <ref> tag; no text was provided for refs named mr08