Unit distance graph

From HandWiki
Short description: Geometric graph with unit edge lengths
A unit distance graph with 16 vertices and 40 edges

In mathematics, particularly geometric graph theory, a unit distance graph is a graph formed from a collection of points in the Euclidean plane by connecting two points whenever the distance between them is exactly one. To distinguish these graphs from a broader definition that allows some non-adjacent pairs of vertices to be at distance one, they may also be called strict unit distance graphs or faithful unit distance graphs. As a hereditary family of graphs, they can be characterized by forbidden induced subgraphs. The unit distance graphs include the cactus graphs, the matchstick graphs and penny graphs, and the hypercube graphs. The generalized Petersen graphs are non-strict unit distance graphs.

An unsolved problem of Paul Erdős asks how many edges a unit distance graph on [math]\displaystyle{ n }[/math] vertices can have. The best known lower bound is slightly above linear in [math]\displaystyle{ n }[/math]—far from the upper bound, proportional to [math]\displaystyle{ n^{4/3} }[/math]. The number of colors required to color unit distance graphs is also unknown (the Hadwiger–Nelson problem): some unit distance graphs require five colors, and every unit distance graph can be colored with seven colors. For every algebraic number there is a unit distance graph with two vertices that must be that distance apart. According to the Beckman–Quarles theorem, the only plane transformations that preserve all unit distance graphs are the isometries.

It is possible to construct a unit distance graph efficiently, given its points. Finding all unit distances has applications in pattern matching, where it can be a first step in finding congruent copies of larger patterns. However, determining whether a given graph can be represented as a unit distance graph is NP-hard, and more specifically complete for the existential theory of the reals.

Definition

The Petersen graph as a unit distance graph[1]
The Möbius–Kantor graph as a subgraph of a unit distance graph

The unit distance graph for a set of points in the plane is the undirected graph having those points as its vertices, with an edge between two vertices whenever their Euclidean distance is exactly one. An abstract graph is said to be a unit distance graph if it is possible to find distinct locations in the plane for its vertices, so that its edges have unit length and so that all non-adjacent pairs of vertices have non-unit distances. When this is possible, the abstract graph is isomorphic to the unit distance graph of the chosen locations. Alternatively, some sources use a broader definition, allowing non-adjacent pairs of vertices to be at unit distance. The resulting graphs are the subgraphs of the unit distance graphs (as defined here).[2] Where the terminology may be ambiguous, the graphs in which non-edges must be a non-unit distance apart may be called strict unit distance graphs[3] or faithful unit distance graphs.[2] The subgraphs of unit distance graphs are equivalently the graphs that can be drawn in the plane using only one edge length.[4] For brevity, this article refers to these as "non-strict unit distance graphs".

Unit distance graphs should not be confused with unit disk graphs, which connect pairs of points when their distance is less than or equal to one, and are frequently used to model wireless communication networks.[5]

Examples

The complete graph on two vertices is a unit distance graph, as is the complete graph on three vertices (the triangle graph), but not the complete graph on four vertices.[3] Generalizing the triangle graph, every cycle graph is a unit distance graph, realized by a regular polygon.[4] Two finite unit distance graphs, connected at a single shared vertex, yield another unit distance graph, as one can be rotated with respect to the other to avoid undesired additional unit distances.[6] By thus connecting graphs, every finite tree or cactus graph may be realized as a unit distance graph.[7]

The hypercube graph [math]\displaystyle{ Q_4 }[/math] has 16 vertices and 32 unit distances
The Hamming graph [math]\displaystyle{ H(3,3) }[/math] has 27 vertices and 81 unit distances

Any Cartesian product of unit distance graphs produces another unit distance graph; however, the same is not true for some other common graph products. For instance, the strong product of graphs, applied to any two non-empty graphs, produces complete subgraphs with four vertices, which are not unit distance graphs. The Cartesian products of path graphs form grid graphs of any dimension, the Cartesian products of the complete graph on two vertices are the hypercube graphs,[8] and the Cartesian products of triangle graphs are the Hamming graphs [math]\displaystyle{ H(d,3) }[/math].[9]

Other specific graphs that are unit distance graphs include the Petersen graph,[10] the Heawood graph,[11] the wheel graph [math]\displaystyle{ W_7 }[/math] (the only wheel graph that is a unit distance graph),[3] and the Moser spindle and Golomb graph (small 4-chromatic unit distance graphs).[12] All generalized Petersen graphs, such as the Möbius–Kantor graph depicted, are non-strict unit distance graphs.[13]

Matchstick graphs are a special case of unit distance graphs, in which no edges cross. Every matchstick graph is a planar graph,[14] but some otherwise-planar unit distance graphs (such as the Moser spindle) have a crossing in every representation as a unit distance graph. Additionally, in the context of unit distance graphs, the term 'planar' should be used with care, as some authors use it to refer to the plane in which the unit distances are defined, rather than to a prohibition on crossings.[3] The penny graphs are an even more special case of unit distance and matchstick graphs, in which every non-adjacent pair of vertices are more than one unit apart.[14]

Properties

Number of edges

Question, Web Fundamentals.svg Unsolved problem in mathematics:
How many unit distances can be determined by a set of [math]\displaystyle{ n }[/math] points?
(more unsolved problems in mathematics)

Paul Erdős (1946) posed the problem of estimating how many pairs of points in a set of [math]\displaystyle{ n }[/math] points could be at unit distance from each other. In graph-theoretic terms, the question asks how dense a unit distance graph can be, and Erdős's publication on this question was one of the first works in extremal graph theory.[15] The hypercube graphs and Hamming graphs provide a lower bound on the number of unit distances, proportional to [math]\displaystyle{ n\log n. }[/math] By considering points in a square grid with carefully chosen spacing, Erdős found an improved lower bound of the form [math]\displaystyle{ n^{1+c/\log\log n} }[/math] for a constant [math]\displaystyle{ c }[/math], and offered $500 for a proof of whether the number of unit distances can also be bounded above by a function of this form.[16] The best known upper bound for this problem is [math]\displaystyle{ \sqrt[3]{\frac{29n^4}{4}}\approx 1.936n^{4/3}. }[/math] This bound can be viewed as counting incidences between points and unit circles, and is closely related to the crossing number inequality and to the Szemerédi–Trotter theorem on incidences between points and lines.[17]

For small values of [math]\displaystyle{ n }[/math] (up to 14, (As of 2022)), the exact maximum number of possible edges is known. For [math]\displaystyle{ n=2,3,4,\dots }[/math] these numbers of edges are:[18]

1, 3, 5, 7, 9, 12, 14, 18, 20, 23, 27, 30, 33, ... (sequence A186705 in the OEIS)

Forbidden subgraphs

If a given graph [math]\displaystyle{ G }[/math] is not a non-strict unit distance graph, neither is any supergraph [math]\displaystyle{ H }[/math] of [math]\displaystyle{ G }[/math]. A similar idea works for strict unit distance graphs, but using the concept of an induced subgraph, a subgraph formed from all edges between the pairs of vertices in a given subset of vertices. If [math]\displaystyle{ G }[/math] is not a strict unit distance graph, then neither is any other [math]\displaystyle{ H }[/math] that has [math]\displaystyle{ G }[/math] as an induced subgraph. Because of these relations between whether a subgraph or its supergraph is a unit distance graph, it is possible to describe unit distance graphs by their forbidden subgraphs. These are the minimal graphs that are not unit distance graphs of the given type. They can be used to determine whether a given graph [math]\displaystyle{ G }[/math] is a unit distance graph, of either type. [math]\displaystyle{ G }[/math] is a non-strict unit distance graph, if and only if [math]\displaystyle{ G }[/math] is not a supergraph of a forbidden graph for the non-strict unit distance graphs. [math]\displaystyle{ G }[/math] is a strict unit distance graph, if and only if [math]\displaystyle{ G }[/math] is not an induced supergraph of a forbidden graph for the strict unit distance graphs.[8]

For both the non-strict and strict unit distance graphs, the forbidden graphs include both the complete graph [math]\displaystyle{ K_4 }[/math] and the complete bipartite graph [math]\displaystyle{ K_{2,3} }[/math]. For [math]\displaystyle{ K_{2,3} }[/math], wherever the vertices on the two-vertex side of this graph are placed, there are at most two positions at unit distance from them to place the other three vertices, so it is impossible to place all three vertices at distinct points.[8] These are the only two forbidden graphs for the non-strict unit distance graphs on up to five vertices; there are six forbidden graphs on up to seven vertices[6] and 74 on graphs up to nine vertices. Because gluing two unit distance graphs (or subgraphs thereof) at a vertex produce strict (respectively non-strict) unit distance graphs, every forbidden graph is a biconnected graph, one that cannot be formed by this gluing process.[19]

The wheel graph [math]\displaystyle{ W_7 }[/math] can be realized as a strict unit distance graph with six of its vertices forming a unit regular hexagon and the seventh at the center of the hexagon. Removing one of the edges from the center vertex produces a subgraph that still has unit-length edges, but which is not a strict unit distance graph. The regular-hexagon placement of its vertices is the only one way (up to congruence) to place the vertices at distinct locations such that adjacent vertices are a unit distance apart, and this placement also puts the two endpoints of the missing edge at unit distance. Thus, it is a forbidden graph for the strict unit distance graphs,[20] but not one of the six forbidden graphs for the non-strict unit distance graphs. Other examples of graphs that are non-strict unit distance graphs but not strict unit distance graphs include the graph formed by removing an outer edge from [math]\displaystyle{ W_7 }[/math], and the six-vertex graph formed from a triangular prism by removing an edge from one of its triangles.[19]

Algebraic numbers and rigidity

Main page: Beckman–Quarles theorem

For every algebraic number [math]\displaystyle{ \alpha }[/math], it is possible to construct a unit distance graph [math]\displaystyle{ G }[/math] in which some pair of vertices are at distance [math]\displaystyle{ \alpha }[/math] in all unit distance representations of [math]\displaystyle{ G }[/math].[21] This result implies a finite version of the Beckman–Quarles theorem: for any two points [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] at distance [math]\displaystyle{ \alpha }[/math] from each other, there exists a finite rigid unit distance graph containing [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] such that any transformation of the plane that preserves the unit distances in this graph also preserves the distance between [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math].[22] The full Beckman–Quarles theorem states that the only transformations of the Euclidean plane (or a higher-dimensional Euclidean space) that preserve unit distances are the isometries. Equivalently, for the infinite unit distance graph generated by all the points in the plane, all graph automorphisms preserve all of the distances in the plane, not just the unit distances.[23]

If [math]\displaystyle{ \alpha }[/math] is an algebraic number of modulus 1 that is not a root of unity, then the integer combinations of powers of [math]\displaystyle{ \alpha }[/math] form a finitely generated subgroup of the additive group of complex numbers whose unit distance graph has infinite degree. For instance, [math]\displaystyle{ \alpha }[/math] can be chosen as one of the two complex roots of the polynomial [math]\displaystyle{ z^4-z^3-z^2-z+1 }[/math], producing an infinite-degree unit distance graph with four generators.[24]

Coloring

Main page: Hadwiger–Nelson problem
Question, Web Fundamentals.svg Unsolved problem in mathematics:
What is the largest possible chromatic number of a unit distance graph?
(more unsolved problems in mathematics)

The Hadwiger–Nelson problem concerns the chromatic number of unit distance graphs, and more specifically of the infinite unit distance graph formed from all points of the Euclidean plane. By the de Bruijn–Erdős theorem, which assumes the axiom of choice, this is equivalent to asking for the largest chromatic number of a finite unit distance graph. There exist unit distance graphs requiring five colors in any proper coloring,[25] and all unit distance graphs can be colored with at most seven colors.[26]

A seven-coloring of the infinite unit distance graph formed from all points of the plane, and the four-chromatic Moser spindle embedded as a unit distance graph

Answering another question of Paul Erdős, it is possible for triangle-free unit distance graphs to require four colors.[27]

Enumeration

The number of strict unit distance graphs on [math]\displaystyle{ n\ge 4 }[/math] labeled vertices is at most[2] [math]\displaystyle{ \binom{n(n-1)}{2n}=O\left(2^{\bigl(4+o(1)\bigr)n\log_2 n}\right), }[/math] as expressed using big O notation and little o notation.

Generalization to higher dimensions

The definition of a unit distance graph may naturally be generalized to any higher-dimensional Euclidean space. In three dimensions, unit distance graphs of [math]\displaystyle{ n }[/math] points have at most [math]\displaystyle{ n^{3/2}\beta(n) }[/math] edges, where [math]\displaystyle{ \beta }[/math] is a very slowly growing function related to the inverse Ackermann function.[28] This result leads to a similar bound on the number of edges of three-dimensional relative neighborhood graphs.[29] In four or more dimensions, any complete bipartite graph is a unit distance graph, realized by placing the points on two perpendicular circles with a common center, so unit distance graphs can be dense graphs.[7] The enumeration formulas for unit distance graphs generalize to higher dimensions, and shows that in dimensions four or more the number of strict unit distance graphs is much larger than the number of subgraphs of unit distance graphs.[2]

Any finite graph may be embedded as a unit distance graph in a sufficiently high dimension. Some graphs may need very different dimensions for embeddings as non-strict unit distance graphs and as strict unit distance graphs. For instance the [math]\displaystyle{ 2n }[/math]-vertex crown graph may be embedded in four dimensions as a non-strict unit distance graph (that is, so that all its edges have unit length). However, it requires at least [math]\displaystyle{ n-2 }[/math] dimensions to be embedded as a strict unit distance graph, so that its edges are the only unit-distance pairs.[30] The dimension needed to realize any given graph as a strict unit graph is at most twice its maximum degree.[31]

Computational complexity

Constructing a unit distance graph from its points is an important step for other algorithms for finding congruent copies of some pattern in a larger point set. These algorithms use this construction to search for candidate positions where one of the distances in the pattern is present, and then use other methods to test the rest of the pattern for each candidate.[32] A method of (Matoušek 1993) can be applied to this problem,[32] yielding an algorithm for finding a planar point set's unit distance graph in time [math]\displaystyle{ n^{4/3}2^{O(\log^* n)} }[/math] where [math]\displaystyle{ \log^* }[/math] is the slowly growing iterated logarithm function.[33]

It is NP-hard—and more specifically, complete for the existential theory of the reals—to test whether a given graph is a (strict or non-strict) unit distance graph in the plane.[34] It is also NP-complete to determine whether a planar unit distance graph has a Hamiltonian cycle, even when the graph's vertices all have known integer coordinates.[35]

References

Notes

  1. Griffiths (2019).
  2. 2.0 2.1 2.2 2.3 Alon & Kupavskii (2014).
  3. 3.0 3.1 3.2 3.3 Gervacio, Lim & Maehara (2008).
  4. 4.0 4.1 Carmi et al. (2008).
  5. Huson & Sen (1995).
  6. 6.0 6.1 Chilakamarri & Mahoney (1995).
  7. 7.0 7.1 Erdős, Harary & Tutte (1965).
  8. 8.0 8.1 8.2 Horvat & Pisanski (2010).
  9. Brouwer & Haemers (2012).
  10. (Erdős Harary); (Griffiths 2019)
  11. Gerbracht (2009).
  12. Soifer (2008), pp. 14–15, 19.
  13. Žitnik, Horvat & Pisanski (2012).
  14. 14.0 14.1 Lavollée & Swanepoel (2022).
  15. Szemerédi (2016).
  16. Erdős (1990).
  17. (Spencer Szemerédi); (Clarkson Edelsbrunner); (Pach Tardos); (Ágoston Pálvölgyi)
  18. Ágoston & Pálvölgyi (2022).
  19. 19.0 19.1 Globus & Parshall (2020).
  20. Soifer (2008), p. 94.
  21. Maehara (1991, 1992).
  22. Tyszka (2000).
  23. Beckman & Quarles (1953).
  24. Radchenko (2021).
  25. (Langin 2018); (de Grey 2018)
  26. Soifer (2008), p. 17.
  27. (Wormald 1979); (Chilakamarri 1995); (O'Donnell 1995).
  28. Clarkson et al. (1990).
  29. Jaromczyk & Toussaint (1992).
  30. Erdős & Simonovits (1980).
  31. Maehara & Rödl (1990).
  32. 32.0 32.1 Braß (2002).
  33. (Matoušek 1993); see also (Chan Zheng) for a closely related algorithm for listing point–line incidences in time [math]\displaystyle{ O(n^{4/3}) }[/math].
  34. Schaefer (2013).
  35. Itai, Papadimitriou & Szwarcfiter (1982).

Sources

External links