Proximity problems
distance estimation problems in computational geometry

Proximity problems is a class of problems in computational geometry which involve estimation of distances between geometric objects.
A subset of these problems stated in terms of points only are sometimes referred to as closest point problems, although the term "closest point problem" is also used synonymously to the nearest neighbor search.
A common trait for many of these problems is the possibility to establish the Θ(n log n) lower bound on their computational complexity by reduction from the element uniqueness problem basing on an observation that if there is an efficient algorithm to compute some kind of minimal distance for a set of objects, it is trivial to check whether this distance equals to 0.
Atomic problems
While these problems pose no computational complexity challenge, some of them are notable because of their ubiquity in computer applications of geometry.
Distance between a pair of line segments. It cannot be expressed by a single formula, unlike, e.g., the distance from a point to a line. Its calculation requires careful enumeration of possible configurations, especially in 3D and higher dimensions.
Bounding box, the minimal axis-aligned hyperrectangle that contains all geometric data
Problems on points
Closest pair of points: Given N points, find two with the smallest distance between them
Closest point query / nearest neighbor query: Given N points, find one with the smallest distance to a given query point
All nearest neighbors problem (construction of the nearest-neighbor graph): Given N points, find a closest one for each of them
Diameter (computational geometry): Given N points, find two with the largest distance between them
Width of a point set: Given N points, find two (hyper)planes with the smallest distance between them and with all points between them
Minimum spanning tree for a set of points
Euclidean minimum spanning tree
Delaunay triangulation
Voronoi diagram
Smallest enclosing sphere: Given N points, find a smallest sphere (circle) enclosing them all
Largest empty circle: Given N points in the plane, find a largest circle centered within their convex hull and enclosing none of them
Smallest enclosing rectangle: unlike the bounding box problem mentioned above, the rectangle may be of any orientation
Largest empty rectangle
Geometric spanner, a weighted graph over a set of points as its vertices which for every pair of vertices has a path between them of weight at most 'k' times the spatial distance between these points for a fixed 'k'.
Other
Shortest path among obstacles
Distance of closest approach
References
Franco P. Preparata and Michael Ian Shamos (1985). Computational Geometry - An Introduction.
The public source identifies “Proximity problems” as distance estimation problems in computational geometry. This brief keeps that definition visible, then builds a research path around Proximity, problems and distance.
Why this record matters
A short description can identify a subject without explaining its stakes. For “Proximity problems”, the useful work is to connect “distance estimation problems in computational geometry” to the records capable of establishing context and consequence.
Named sources, stable identifiers and responsible institutions provide the strongest route from overview to verifiable evidence. The source revision retrieved here is dated Dec 27, 2024. The linked authority identifier is Q7252872. The first chronological checks are 1985.
Overview language is designed for orientation and should not be treated as a substitute for the evidence cited beneath it. The source lead contains qualifying language; that uncertainty should survive quotation, summary and reuse. Authority statements aid reconciliation but still require their own references, qualifiers and ranks to be checked.
How to read it
Use the entry as an orientation point, then follow its citations and revision history. Names, dates and institutional relationships should be checked against the original record.
- Subject orientation
- Search vocabulary
- Locating named sources
The closest primary source, responsible institution and strongest cited specialist reference.
Three-step research path
- Establish the record: confirm the title “Proximity problems”, its source revision and the description used here.
- Expand the search: follow Proximity problems primary sources, Proximity problems archive and Proximity research across catalogues and specialist indexes.
- Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.
Questions for further research
- Which source most directly establishes the central claim about “Proximity problems”?
- What terminology or title could unlock a more precise catalogue search?
- Which institution is responsible for the underlying evidence?
Search terms from this dossier
This entry incorporates text from “Proximity problems” on English Wikipedia. Contributors are listed in the page history. Text is available under the Creative Commons Attribution-ShareAlike 4.0 License. Selected authority identifiers and statements are retrieved from Wikidata under CC0; their references and qualifiers remain part of the verification path.