K-set (geometry)
   HOME

TheInfoList



OR:

In
discrete geometry Discrete geometry and combinatorial geometry are branches of geometry that study combinatorial properties and constructive methods of discrete geometric objects. Most questions in discrete geometry involve finite or discrete sets of basic ge ...
, a k-set of a finite point set S in the Euclidean plane is a subset of k elements of S that can be strictly separated from the remaining points by a line. More generally, in
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, that is, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are Euclidean ...
of higher dimensions, a k-set of a finite point set is a subset of k elements that can be separated from the remaining points by a hyperplane. In particular, when k=n/2 (where n is the size of S), the line or hyperplane that separates a k-set from the rest of S is a halving line or halving plane. The k-sets of a set of points in the plane are related by
projective duality In geometry, a striking feature of projective planes is the symmetry of the roles played by points and lines in the definitions and theorems, and (plane) duality is the formalization of this concept. There are two approaches to the subject of du ...
to the k-levels in an
arrangement of lines In music, an arrangement is a musical adaptation of an existing composition. Differences from the original composition may include reharmonization, melodic paraphrasing, orchestration, or formal development. Arranging differs from orchestr ...
. The k-level in an arrangement of n lines in the plane is the curve consisting of the points that lie on one of the lines and have exactly k lines below them. Discrete and computational geometers have also studied levels in arrangements of more general kinds of curves and surfaces.


Combinatorial bounds

It is of importance in the analysis of geometric algorithms to bound the number of k-sets of a planar point set, or equivalently the number of k-levels of a planar line arrangement, a problem first studied by Lovász and Erdős et al. The best known upper bound for this problem is O(nk^), as was shown by
Tamal Dey Tamal Krishna Dey (born 1964) is an Indian mathematician and computer scientist specializing in computational geometry and computational topology. He is a professor at Purdue University. Education and career Dey graduated from Jadavpur Univers ...
using the
crossing number inequality In the mathematics of graph drawing, the crossing number inequality or crossing lemma gives a lower bound on the Crossing number (graph theory), minimum number of crossings of a given Graph (discrete mathematics), graph, as a function of the number ...
of Ajtai, Chvátal, Newborn, and Szemerédi. However, the best known lower bound is far from Dey's upper bound: it is \Omega(nc^) for some constant c, as shown by Tóth. In three dimensions, the best upper bound known is O(nk^), and the best lower bound known is \Omega(nkc^). For points in three dimensions that are in
convex position 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 ot ...
, that is, are the vertices of some convex polytope, the number of k-sets is \Theta\bigl((n-k)k\bigr), which follows from arguments used for bounding the complexity of kth order Voronoi diagrams. For the case when k=n/2 (halving lines), the maximum number of combinatorially distinct lines through two points of S that bisect the remaining points when k=1,2,\dots is Bounds have also been proven on the number of \le k-sets, where a \le k-set is a j-set for some j\le k. In two dimensions, the maximum number of \le k-sets is exactly nk, while in d dimensions the bound is O(n^k^).


Construction algorithms

Edelsbrunner and Welzl first studied the problem of constructing all k-sets of an input point set, or dually of constructing the k-level of an arrangement. The k-level version of their algorithm can be viewed as a
plane sweep In computational geometry, a sweep line algorithm or plane sweep algorithm is an algorithmic paradigm that uses a conceptual ''sweep line'' or ''sweep surface'' to solve various problems in Euclidean space. It is one of the key techniques in com ...
algorithm that constructs the level in left-to-right order. Viewed in terms of k-sets of point sets, their algorithm maintains a
dynamic convex hull The dynamic convex hull problem is a class of dynamic problems in computational geometry. The problem consists in the maintenance, i.e., keeping track, of the convex hull for input data undergoing a sequence of discrete changes, i.e., when input ...
for the points on each side of a separating line, repeatedly finds a
bitangent In geometry, a bitangent to a curve is a line that touches in two distinct points and and that has the same direction as at these points. That is, is a tangent line at and at . Bitangents of algebraic curves In general, an algebraic curv ...
of these two hulls, and moves each of the two points of tangency to the opposite hull. Chan surveys subsequent results on this problem, and shows that it can be solved in time proportional to Dey's O(nk^) bound on the complexity of the k-level. Agarwal and Matoušek describe algorithms for efficiently constructing an approximate level; that is, a curve that passes between the (k-\delta)-level and the (k+\delta)-level for some small approximation parameter \delta. They show that such an approximation can be found, consisting of a number of line segments that depends only on n/\delta and not on n or k.


Matroid generalizations

The planar k-level problem can be generalized to one of parametric optimization in a
matroid In combinatorics, a branch of mathematics, a matroid is a structure that abstracts and generalizes the notion of linear independence in vector spaces. There are many equivalent ways to define a matroid axiomatically, the most significant being ...
: one is given a matroid in which each element is weighted by a linear function of a parameter \lambda, and must find the minimum weight basis of the matroid for each possible value of \lambda. If one graphs the weight functions as lines in a plane, the k-level of the arrangement of these lines graphs as a function of \lambda the weight of the largest element in an optimal basis in a
uniform matroid In mathematics, a uniform matroid is a matroid in which the independent sets are exactly the sets containing at most ''r'' elements, for some fixed integer ''r''. An alternative definition is that every permutation of the elements is a symmetry. ...
, and Dey showed that his O(nk^) bound on the complexity of the k-level could be generalized to count the number of distinct optimal bases of any matroid with n elements and rank k. For instance, the same O(nk^) upper bound holds for counting the number of different
minimum spanning tree A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all the vertices together, without any cycles and with the minimum possible total edge weight. T ...
s formed in a graph with n edges and k vertices, when the edges have weights that vary linearly with a parameter \lambda. This parametric minimum spanning tree problem has been studied by various authors and can be used to solve other bicriterion spanning tree optimization problems.; ; ; ; ; . However, the best known lower bound for the parametric minimum spanning tree problem is \Omega(n\log k), a weaker bound than that for the k-set problem. For more general matroids, Dey's O(nk^) upper bound has a matching lower bound.


Notes


References

* * * * * * * * * * * * * * * * * * * * * * * * * * *


External links


Halving lines and -sets
Jeff Erickson

Discrete geometry Matroid theory