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 quasicrystals.


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 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 ...
, transfinite induction 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. 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 Britis ...
metric spaces, an alternative algorithm of Teo Gonzalez based on the farthest-first traversal 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 In information theory, the Hamming distance between two strings of equal length is the number of positions at which the corresponding symbols are different. In other words, it measures the minimum number of ''substitutions'' required to chang ...
. 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 spaces. 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 In graph theory, the metric -center problem is a combinatorial optimization problem studied in theoretical computer science. Given cities with specified distances, one wants to build warehouses in different cities and minimize the maximum dist ...
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 decomposition In computational geometry, a well-separated pair decomposition (WSPD) of a set of points S \subset \mathbb^d, is a sequence of pairs of sets (A_i, B_i), such that each pair is well-separated, and for each two distinct points p, q \in S, there exists ...
s,
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, 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 ...
''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) as a mathematical model for quasicrystals. They include the point sets of lattices, Penrose tilings, and the Minkowski sums 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


References

{{reflist


External links


Delone set
– Tilings Encyclopedia Metric geometry