Sparse graph
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, a dense graph is a
graph Graph may refer to: Mathematics *Graph (discrete mathematics), a structure made of vertices and edges **Graph theory, the study of such graphs and their properties *Graph (topology), a topological space resembling a graph in the sense of discre ...
in which the number of edges is close to the maximal number of edges (where every pair of vertices is connected by one edge). The opposite, a graph with only a few edges, is a sparse graph. The distinction of what constitutes a dense or sparse graph is ill-defined, and depends on context. The graph density of simple graphs is defined to be the ratio of the number of edges with respect to the maximum possible edges. For undirected simple graphs, the graph density is: :D = \frac = \frac For
directed Director may refer to: Literature * ''Director'' (magazine), a British magazine * ''The Director'' (novel), a 1971 novel by Henry Denker * ''The Director'' (play), a 2000 play by Nancy Hasty Music * Director (band), an Irish rock band * ''D ...
, simple graphs, the maximum possible edges is twice that of undirected graphs (as there are two directions to an edge) so the density is: :D = \frac = \frac where is the number of edges and is the number of vertices in the graph. The maximum number of edges for an undirected graph is = \frac2, so the maximal density is 1 (for
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 ...
s) and the minimal density is 0 .


Upper density

''Upper density'' is an extension of the concept of graph density defined above from finite graphs to infinite graphs. Intuitively, an infinite graph has arbitrarily large finite subgraphs with any density less than its upper density, and does not have arbitrarily large finite subgraphs with density greater than its upper density. Formally, the upper density of a graph is 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 the values α such that the finite subgraphs of with density α have a bounded number of vertices. It can be shown using the
Erdős–Stone theorem In extremal graph theory, the Erdős–Stone theorem is an asymptotic result generalising Turán's theorem to bound the number of edges in an ''H''-free graph for a non-complete graph ''H''. It is named after Paul Erdős and Arthur Stone, who prov ...
that the upper density can only be 1 or one of the
superparticular ratio In mathematics, a superparticular ratio, also called a superparticular number or epimoric ratio, is the ratio of two consecutive integer numbers. More particularly, the ratio takes the form: :\frac = 1 + \frac where is a positive integer. Thu ...
s (see, e.g., Diestel, edition 5, p. 189).


Sparse and tight graphs

and define a graph as being -sparse if every nonempty subgraph with vertices has at most edges, and -tight if it is -sparse and has exactly edges. Thus
trees 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 u ...
are exactly the -tight graphs, forests are exactly the -sparse graphs, and graphs with
arboricity The arboricity of an undirected graph is the minimum number of forests into which its edges can be partitioned. Equivalently it is the minimum number of spanning forests needed to cover all the edges of the graph. The Nash-Williams theorem prov ...
are exactly the -sparse graphs.
Pseudoforest In graph theory, a pseudoforest is an undirected graphThe kind of undirected graph considered here is often called a multigraph or pseudograph, to distinguish it from a simple graph. in which every connected component has at most one cycle. Tha ...
s are exactly the -sparse graphs, and the
Laman graph In graph theory, the Laman graphs are a family of sparse graphs describing the minimally rigid systems of rods and joints in the plane. Formally, a Laman graph is a graph on ''n'' vertices such that, for all ''k'', every ''k''-vertex subgraph has ...
s arising in rigidity theory are exactly the -tight graphs. Other graph families not characterized by their sparsity can also be described in this way. For instance the facts that any
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 ...
with vertices has at most edges (except for graphs with fewer than 3 vertices), and that any subgraph of a planar graph is planar, together imply that the planar graphs are -sparse. However, not every -sparse graph is planar. Similarly,
outerplanar graph In graph theory, an outerplanar graph is a graph that has a planar drawing for which all vertices belong to the outer face of the drawing. Outerplanar graphs may be characterized (analogously to Wagner's theorem for planar graphs) by the two fo ...
s are -sparse and planar
bipartite graph In the mathematical field of graph theory, a bipartite graph (or bigraph) is a graph whose vertices can be divided into two disjoint and independent sets U and V, that is every edge connects a vertex in U to one in V. Vertex sets U and V a ...
s are -sparse. Streinu and Theran show that testing -sparsity may be performed in polynomial time when and are integers and . For a graph family, the existence of and such that the graphs in the family are all -sparse is equivalent to the graphs in the family having bounded degeneracy or having bounded
arboricity The arboricity of an undirected graph is the minimum number of forests into which its edges can be partitioned. Equivalently it is the minimum number of spanning forests needed to cover all the edges of the graph. The Nash-Williams theorem prov ...
. More precisely, it follows from a result of that the graphs of arboricity at most are exactly the -sparse graphs. Similarly, the graphs of degeneracy at most are exactly the -sparse graphs.


Sparse and dense classes of graphs

considered that the sparsity/density dichotomy makes it necessary to consider infinite graph classes instead of single graph instances. They defined '' somewhere dense'' graph classes as those classes of graphs for which there exists a threshold ''t'' such that every complete graph appears as a ''t''-subdivision in a subgraph of a graph in the class. To the contrary, if such a threshold does not exist, the class is ''
nowhere dense In mathematics, a subset of a topological space is called nowhere dense or rare if its closure has empty interior. In a very loose sense, it is a set whose elements are not tightly clustered (as defined by the topology on the space) anywher ...
''. Properties of the nowhere dense vs somewhere dense dichotomy are discussed in . The classes of graphs with bounded degeneracy and of nowhere dense graphs are both included in the
biclique-free graph In graph theory, a branch of mathematics, a -biclique-free graph is a graph that has no -vertex complete bipartite graph as a subgraph. A family of graphs is biclique-free if there exists a number such that the graphs in the family are all -bi ...
s, graph families that exclude some
complete bipartite graph In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set..Electronic edition page 17. Graph theory i ...
as a subgraph .


See also

*
Bounded expansion In graph theory, a family of graphs is said to have bounded expansion if all of its shallow minors are sparse graphs. Many natural families of sparse graphs have bounded expansion. A closely related but stronger property, polynomial expansion, i ...
*
Dense subgraph In graph theory and computer science, a dense subgraph is a subgraph with many edges per vertex. This is formalized as follows: let be an undirected graph and let be a subgraph of . Then the ''density'' of is defined to be: :d(S) = The de ...


References

* Paul E. Black
Sparse graph
from ''Dictionary of Algorithms and Data Structures,'' Paul E. Black (ed.),
NIST The National Institute of Standards and Technology (NIST) is an agency of the United States Department of Commerce whose mission is to promote American innovation and industrial competitiveness. NIST's activities are organized into physical sci ...
. Retrieved on 29 September 2005. * . *. *. * * . * *. *. *{{citation , last1 = Telle , first1 = Jan Arne , last2 = Villanger , first2 = Yngve , editor1-last = Epstein , editor1-first = Leah , editor2-last = Ferragina , editor2-first = Paolo , contribution = FPT algorithms for domination in biclique-free graphs , doi = 10.1007/978-3-642-33090-2_69 , pages = 802–812 , publisher = Springer , series =
Lecture Notes in Computer Science ''Lecture Notes in Computer Science'' is a series of computer science books published by Springer Science+Business Media since 1973. Overview The series contains proceedings, post-proceedings, monographs, and Festschrifts. In addition, tutorial ...
, title = Algorithms – ESA 2012: 20th Annual European Symposium, Ljubljana, Slovenia, September 10–12, 2012, Proceedings , volume = 7501 , year = 2012. Graph families