HOME

TheInfoList



OR:

In the mathematical theory of
metric space In mathematics, a metric space is a set together with a notion of '' distance'' between its elements, usually called points. The distance is measured by a function called a metric or distance function. Metric spaces are the most general set ...
s, ε-nets, ε-packings, ε-coverings, uniformly discrete sets, relatively dense sets, and Delone sets (named after Boris Delone) are several closely related definitions of well-spaced sets of points, and the packing radius and covering radius of these sets measure how well-spaced they are. These sets have applications in
coding theory Coding theory is the study of the properties of codes and their respective fitness for specific applications. Codes are used for data compression, cryptography, error detection and correction, data transmission and data storage. Codes are studied ...
,
approximation algorithm In computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems (in particular NP-hard problems) with provable guarantees on the distance of the returned so ...
s, and the theory of
quasicrystal A quasiperiodic crystal, or quasicrystal, is a structure that is ordered but not periodic. A quasicrystalline pattern can continuously fill all available space, but it lacks translational symmetry. While crystals, according to the classical c ...
s.


Definitions

If (''M'',''d'') is a metric space, and ''X'' is a subset of ''M'', then the packing radius of ''X'' is half of the
infimum In mathematics, the infimum (abbreviated inf; plural infima) of a subset S of a partially ordered set P is a greatest element in P that is less than or equal to each element of S, if such an element exists. Consequently, the term ''greatest lo ...
of distances between distinct members of ''X''. If the packing radius is ''r'', then open balls of radius ''r'' centered at the points of ''X'' will all be disjoint from each other, and each open ball centered at one of the points of ''X'' with radius 2''r'' will be disjoint from the rest of ''X''. The covering radius of ''X'' is the infimum of the numbers ''r'' such that every point of ''M'' is within distance ''r'' of at least one point in ''X''; that is, it is the smallest radius such that closed balls of that radius centered at the points of ''X'' have all of ''M'' as their union. An ''ε''-packing is a set ''X'' of packing radius ≥ ''ε''/2 (equivalently, minimum distance ≥ ε), an ε-covering is a set ''X'' of covering radius ≤ ''ε'', and an ε-net is a set that is both an ''ε''-packing and an ''ε''-covering. A set is uniformly discrete if it has a nonzero packing radius, and relatively dense if it has a finite covering radius. A Delone set is a set that is both uniformly discrete and relatively dense; thus, every ''ε''-net is Delone, but not vice versa.


Construction of ε-nets

As the most restrictive of the definitions above, ε-nets are at least as difficult to construct as ε-packings, ε-coverings, and Delone sets. However, whenever the points of ''M'' have a
well-ordering In mathematics, a well-order (or well-ordering or well-order relation) on a set ''S'' is a total order on ''S'' with the property that every non-empty subset of ''S'' has a least element in this ordering. The set ''S'' together with the well-ord ...
,
transfinite induction Transfinite induction is an extension of mathematical induction to well-ordered sets, for example to sets of ordinal numbers or cardinal numbers. Its correctness is a theorem of ZFC. Induction by cases Let P(\alpha) be a property defined for a ...
shows that it is possible to construct an ε-net ''N'', by including in ''N'' every point for which the infimum of distances to the set of earlier points in the ordering is at least ε. For finite sets of points in a Euclidean space of bounded dimension, each point may be tested in constant time by mapping it to a grid of cells of diameter ε, and using a
hash table In computing, a hash table, also known as hash map, is a data structure that implements an associative array or dictionary. It is an abstract data type that maps keys to values. A hash table uses a hash function to compute an ''index'', ...
to test which nearby cells already contain points of ''N''; thus, in this case, an ε-net can be constructed in
linear time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by ...
. For more general finite or
compact Compact as used in politics may refer broadly to a pact or treaty; in more specific cases it may refer to: * Interstate compact * Blood compact, an ancient ritual of the Philippines * Compact government, a type of colonial rule utilized in Briti ...
metric spaces, an alternative algorithm of Teo Gonzalez based on the
farthest-first traversal In computational geometry, the farthest-first traversal of a compact metric space is a sequence of points in the space, where the first point is selected arbitrarily and each successive point is as far as possible from the set of previously-sele ...
can be used to construct a finite ε-net. This algorithm initializes the net ''N'' to be empty, and then repeatedly adds to ''N'' the farthest point in ''M'' from ''N'', breaking ties arbitrarily and stopping when all points of ''M'' are within distance ε of ''N''. In spaces of bounded doubling dimension, Gonzalez' algorithm can be implemented in O(''n'' log ''n'') time for point sets with a polynomial ratio between their farthest and closest distances, and approximated in the same time bound for arbitrary point sets..


Applications


Coding theory

In the theory of
error-correcting code In computing, telecommunication, information theory, and coding theory, an error correction code, sometimes error correcting code, (ECC) is used for controlling errors in data over unreliable or noisy communication channels. The central idea is ...
s, the metric space containing a
block code In coding theory, block codes are a large and important family of error-correcting codes that encode data in blocks. There is a vast number of examples for block codes, many of which have a wide range of practical applications. The abstract definit ...
''C'' consists of strings of a fixed length, say ''n'', taken over an alphabet of size ''q'' (can be thought of as vectors), with the Hamming metric. This space is denoted by \scriptstyle \mathcal_q^n. The covering radius and packing radius of this metric space are related to the code's ability to correct errors.


Approximation algorithms

describe an algorithmic paradigm that they call "net and prune" for designing
approximation algorithm In computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems (in particular NP-hard problems) with provable guarantees on the distance of the returned so ...
s for certain types of geometric optimization problems defined on sets of points 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 s ...
s. An algorithm of this type works by performing the following steps: #Choose a random point ''p'' from the point set, find its nearest neighbor ''q'', and set ε to the distance between ''p'' and ''q''. #Test whether ε is (approximately) bigger than or smaller than the optimal solution value (using a technique specific to the particular optimization problem being solved) #*If it is bigger, remove from the input the points whose closest neighbor is farther than ε #*If it is smaller, construct an ε-net ''N'', and remove from the input the points that are not in ''N''. In both cases, the expected number of remaining points decreases by a constant factor, so the time is dominated by the testing step. As they show, this paradigm can be used to construct fast approximation algorithms for k-center clustering, finding a pair of points with median distance, and several related problems. A hierarchical system of nets, called a ''net-tree'', may be used in spaces of bounded doubling dimension to construct well-separated pair decompositions,
geometric spanner A geometric spanner or a -spanner graph or a -spanner was initially introduced as a weighted graph over a set of points as its vertices for which there is a -path between any pair of vertices for a fixed parameter . A -path is defined as a path ...
s, and approximate nearest neighbors.


Crystallography

For points 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 s ...
, a set ''X'' is a
Meyer set In mathematics, a Meyer set or almost lattice is a set relatively dense ''X'' of points in the Euclidean plane or a higher-dimensional Euclidean space such that its Minkowski difference with itself is uniformly discrete. Meyer sets have several e ...
if it is relatively dense and its
difference set In combinatorics, a (v,k,\lambda) difference set is a subset D of size k of a group G of order v such that every nonidentity element of G can be expressed as a product d_1d_2^ of elements of D in exactly \lambda ways. A difference set D is said t ...
''X'' − ''X'' is uniformly discrete. Equivalently, ''X'' is a Meyer set if both ''X'' and ''X'' − ''X'' are Delone. Meyer sets are named after
Yves Meyer Yves F. Meyer (; born 19 July 1939) is a French mathematician. He is among the progenitors of wavelet theory, having proposed the Meyer wavelet. Meyer was awarded the Abel Prize in 2017. Biography Born in Paris to a Jewish family, Yves Meyer ...
, who introduced them (with a different but equivalent definition based on
harmonic analysis Harmonic analysis is a branch of mathematics concerned with the representation of functions or signals as the superposition of basic waves, and the study of and generalization of the notions of Fourier series and Fourier transforms (i.e. an e ...
) as a mathematical model for
quasicrystal A quasiperiodic crystal, or quasicrystal, is a structure that is ordered but not periodic. A quasicrystalline pattern can continuously fill all available space, but it lacks translational symmetry. While crystals, according to the classical c ...
s. They include the point sets of lattices,
Penrose tiling A Penrose tiling is an example of an aperiodic tiling. Here, a ''tiling'' is a covering of the plane by non-overlapping polygons or other shapes, and ''aperiodic'' means that shifting any tiling with these shapes by any finite distance, without ...
s, and the
Minkowski sum In geometry, the Minkowski sum (also known as dilation) of two sets of position vectors ''A'' and ''B'' in Euclidean space is formed by adding each vector in ''A'' to each vector in ''B'', i.e., the set : A + B = \. Analogously, the Minkowski ...
s of these sets with finite sets. The
Voronoi cell In mathematics, a Voronoi diagram is a partition of a plane into regions close to each of a given set of objects. In the simplest case, these objects are just finitely many points in the plane (called seeds, sites, or generators). For each seed ...
s of symmetric Delone sets form
space-filling polyhedra In geometry, a honeycomb is a ''space filling'' or '' close packing'' of polyhedral or higher-dimensional ''cells'', so that there are no gaps. It is an example of the more general mathematical ''tiling'' or ''tessellation'' in any number of dim ...
called plesiohedra..


See also

*
Danzer set In geometry, a Danzer set is a set of points that touches every convex body of unit volume. Ludwig Danzer asked whether it is possible for such a set to have bounded density. Several variations of this problem remain unsolved. Density One way ...


References

{{reflist


External links


Delone set
– Tilings Encyclopedia Metric geometry