Geodetic graph
   HOME

TheInfoList



OR:

In graph theory, a geodetic graph is an
undirected graph In discrete mathematics, and more specifically in graph theory, a graph is a structure amounting to a set of objects in which some pairs of the objects are in some sense "related". The objects correspond to mathematical abstractions called '' ve ...
such that there exists a unique (unweighted)
shortest path In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized. The problem of finding the shortest path between ...
between each two vertices. Geodetic graphs were introduced in 1962 by
Øystein Ore Øystein Ore (7 October 1899 – 13 August 1968) was a Norwegian mathematician known for his work in ring theory, Galois connections, graph theory, and the history of mathematics. Life Ore graduated from the University of Oslo in 1922, with ...
, who observed that they generalize a property of trees (in which there exists a unique path between each two vertices regardless of distance), and asked for a characterization of them. Although these graphs can be recognized in
polynomial 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 ...
, "more than sixty years later a full characterization is still elusive".


Examples

Every
tree In botany, a tree is a perennial plant with an elongated stem, or trunk, usually supporting branches and leaves. In some usages, the definition of a tree may be narrower, including only woody plants with secondary growth, plants that are ...
, every
complete graph In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices is ...
, and every odd-length
cycle graph In graph theory, a cycle graph or circular graph is a graph that consists of a single cycle, or in other words, some number of vertices (at least 3, if the graph is simple) connected in a closed chain. The cycle graph with vertices is called ...
is geodetic. If G is a geodetic graph, then replacing every edge of G by a path of the same odd length will produce another geodetic graph. In the case of a
complete graph In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices is ...
, a more general pattern of replacement by paths is possible: choose a non-negative integer f(v) for each vertex v, and subdivide each edge uv by adding f(u)+f(v) vertices to it. Then the resulting subdivided complete graph is geodetic, and every geodetic subdivided complete graph can be obtained in this way.


Related graph classes

If every
biconnected component In graph theory, a biconnected component (sometimes known as a 2-connected component) is a maximal biconnected subgraph. Any connected graph decomposes into a tree of biconnected components called the block-cut tree of the graph. The blocks a ...
of a graph is geodetic then the graph itself is geodetic. In particular, every
block graph In graph theory, a branch of combinatorial mathematics, a block graph or clique tree. is a type of undirected graph in which every biconnected component (block) is a clique. Block graphs are sometimes erroneously called Husimi trees (after KÃ ...
(graphs in which the biconnected components are
complete Complete may refer to: Logic * Completeness (logic) * Completeness of a theory, the property of a theory that every formula in the theory's language or its negation is provable Mathematics * The completeness of the real numbers, which implies t ...
) is geodetic. Similarly, because a cycle graph is geodetic when it has odd length, every
cactus graph In graph theory, a cactus (sometimes called a cactus tree) is a connected graph in which any two simple cycles have at most one vertex in common. Equivalently, it is a connected graph in which every edge belongs to at most one simple cycle, or ...
in which the cycles have odd length is also geodetic. These cactus graphs are exactly the connected graphs in which all cycles have odd length. More strongly, a
planar graph In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cro ...
is geodetic if and only if all of its biconnected components are either odd-length cycles or geodetic
subdivisions Subdivision may refer to: Arts and entertainment * Subdivision (metre), in music * ''Subdivision'' (film), 2009 * "Subdivision", an episode of ''Prison Break'' (season 2) * ''Subdivisions'' (EP), by Sinch, 2005 * "Subdivisions" (song), by Rush ...
of a four-vertex clique.


Computational complexity

Geodetic graphs may be recognized in
polynomial 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 ...
, by using a variation of
breadth first search Breadth-first search (BFS) is an algorithm for searching a tree data structure for a node that satisfies a given property. It starts at the tree root and explores all nodes at the present depth prior to moving on to the nodes at the next d ...
that can detect multiple shortest paths, starting from each vertex of the graph. Geodetic graphs cannot contain an induced four-vertex cycle graph, nor an induced
diamond graph In the mathematical field of graph theory, the diamond graph is a planar, undirected graph with 4 vertices and 5 edges. It consists of a complete graph minus one edge. The diamond graph has radius 1, diameter 2, girth 3, chro ...
, because these two graphs are not geodetic. In particular, as a subset of diamond-free graphs, the geodetic graphs have the property that every edge belongs to a unique
maximal clique In the mathematical area of graph theory, a clique ( or ) is a subset of vertices of an undirected graph such that every two distinct vertices in the clique are adjacent. That is, a clique of a graph G is an induced subgraph of G that is compl ...
; in this context, the maximal cliques have also been called ''lines''. It follows that the problem of finding maximum cliques, or maximum weighted cliques, can be solved in polynomial time for geodetic graphs, by listing all maximal cliques. The broader class of graphs that have no induced 4-cycle or diamond are called "weakly geodetic"; these are the graphs where vertices at distance exactly two from each other have a unique shortest path.


Diameter two

For graphs of diameter two (that is, graphs in which all vertices are at distance at most two from each other), the geodetic graphs and weakly geodetic graphs coincide. Every geodetic graph of diameter two is of one of three types: *a block graph in which all the maximal cliques are joined at a single shared vertex, including the
windmill graph In the mathematical field of graph theory, the windmill graph is an undirected graph constructed for and by joining copies of the complete graph at a shared universal vertex. That is, it is a 1-clique-sum of these complete graphs. Proper ...
s, *a
strongly regular graph In graph theory, a strongly regular graph (SRG) is defined as follows. Let be a regular graph with vertices and degree . is said to be strongly regular if there are also integers and such that: * Every two adjacent vertices have comm ...
with parameter \mu (the number of shared neighbors for each nonadjacent pair of vertices) equal to one, or *a graph with exactly two different vertex degrees. The strongly regular geodetic graphs include the 5-vertex cycle graph, the
Petersen graph In the mathematical field of graph theory, the Petersen graph is an undirected graph with 10 vertices and 15 edges. It is a small graph that serves as a useful example and counterexample for many problems in graph theory. The Petersen graph is n ...
, and the
Hoffman–Singleton graph In the mathematical field of graph theory, the Hoffman–Singleton graph is a 7- regular undirected graph with 50 vertices and 175 edges. It is the unique strongly regular graph with parameters (50,7,0,1). It was constructed by Alan Hoffman ...
. Despite additional research on the properties such a graph must have, it is not known whether there are more of these graphs, or infinitely many of these graphs. Geodetic graphs with diameter two and two different degrees cannot have a triangle composed of vertices of both degrees. They can be constructed from any finite affine plane by adding to the point-line incidence graph of the plane additional edges between the vertices corresponding to each two parallel lines. For the binary affine plane with four points and six two-point lines in three parallel pairs, the result of this construction is the Petersen graph, but for higher-order finite affine planes it produces graphs with two different degrees. Other related constructions of geodetic graphs from finite geometries are also known, but it is not known whether these exhaust all the possible geodetic graphs with diameter two and two different degrees.


References

{{reflist, refs= {{citation , last1 = Blokhuis , first1 = A. , last2 = Brouwer , first2 = A. E. , authorlink = Andries Brouwer , doi = 10.1007/BF00191941 , issue = 1–3 , journal = Geometriae Dedicata , mr = 925851 , pages = 527–533 , title = Geodetic graphs of diameter two , volume = 25 , year = 1988, s2cid = 189890651 {{citation , last1 = Belousov , first1 = I. N. , last2 = Makhnev , first2 = A. A. , issue = 2 , journal = Doklady Akademii Nauk , mr = 2455371 , pages = 151–155 , title = On strongly regular graphs with \mu=1 and their automorphisms , volume = 410 , year = 2006 {{citation , last1 = Cornelsen , first1 = Sabine , last2 = Pfister , first2 = Maximilian , last3 = Förster , first3 = Henry , last4 = Gronemann , first4 = Martin , last5 = Hoffmann , first5 = Michael , last6 = Kobourov , first6 = Stephen , last7 = Schneck , first7 = Thomas , arxiv = 2008.07637 , contribution = Drawing shortest paths in geodetic graphs , title = Proceedings of the 28th International Symposium on Graph Drawing and Network Visualization , title-link = International Symposium on Graph Drawing , year = 2020 {{citation , last1 = Deutsch , first1 = J. , last2 = Fisher , first2 = P. H. , doi = 10.1006/eujc.2000.0472 , issue = 3 , journal =
European Journal of Combinatorics European, or Europeans, or Europeneans, may refer to: In general * ''European'', an adjective referring to something of, from, or related to Europe ** Ethnic groups in Europe ** Demographics of Europe ** European cuisine, the cuisines of Europe ...
, mr = 1822718 , pages = 303–306 , title = On strongly regular graphs with \mu=1 , volume = 22 , year = 2001, doi-access = free
{{citation, url=https://www.graphclasses.org/classes/gc_96.html, title=Geodetic graphs, work=Information System on Graph Classes and their Inclusions, accessdate=2020-09-14 {{citation , last = Ore , first = Øystein , author-link = Øystein Ore , location = Providence, Rhode Island , mr = 0150753 , page = 104 , publisher = American Mathematical Society , series = Colloquium Publications , title = Theory of Graphs , url = https://books.google.com/books?id=Pf-VAwAAQBAJ&pg=PA104 , volume = 38 , year = 1962, isbn = 9780821810385 {{citation , last = Plesník , first = Ján , issue = 1 , journal = Mathematica Slovaca , mr = 460179 , pages = 65–71 , title = Two constructions of geodetic graphs , volume = 27 , year = 1977 {{citation , last1 = Parthasarathy , first1 = K. R. , last2 = Srinivasan , first2 = N. , doi = 10.1016/0095-8956(82)90063-6 , issue = 2 , journal =
Journal of Combinatorial Theory The ''Journal of Combinatorial Theory'', Series A and Series B, are mathematical journals specializing in combinatorics and related areas. They are published by Elsevier. ''Series A'' is concerned primarily with structures, designs, and applicati ...
, mr = 685061 , pages = 121–136 , series = Series B , title = Some general constructions of geodetic blocks , volume = 33 , year = 1982, doi-access = free
{{citation , last = Stemple , first = Joel G. , contribution = Geodetic graphs homeomorphic to a complete graph , doi = 10.1111/j.1749-6632.1979.tb32829.x , mr = 556062 , pages = 512–517 , series =
Annals of the New York Academy of Sciences The ''Annals of the New York Academy of Sciences'' is an academic journal published by Wiley-Blackwell on behalf of the New York Academy of Sciences. It is one of the oldest science journals still being published, having been founded in 1823. The ...
, title = Second International Conference on Combinatorial Mathematics (New York, 1978) , volume = 319 , year = 1979
{{citation , last1 = Stemple , first1 = Joel G. , last2 = Watkins , first2 = Mark E. , doi = 10.1016/S0021-9800(68)80035-3 , journal =
Journal of Combinatorial Theory The ''Journal of Combinatorial Theory'', Series A and Series B, are mathematical journals specializing in combinatorics and related areas. They are published by Elsevier. ''Series A'' is concerned primarily with structures, designs, and applicati ...
, mr = 218267 , pages = 101–117 , title = On planar geodetic graphs , volume = 4 , year = 1968, issue = 2 , doi-access = free
Graph families