Intersection graph
   HOME

TheInfoList



OR:

In
graph theory In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, an intersection 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 discret ...
that represents the pattern of intersections of a family of sets. Any graph can be represented as an intersection graph, but some important special classes of graphs can be defined by the types of sets that are used to form an intersection representation of them.


Formal definition

Formally, an intersection graph is an
undirected graph In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a set of objects where some pairs of the objects are in some sense "related". The objects are represented by abstractions called '' vertices'' (also call ...
formed from a family of sets : S_i, \,\,\, i = 0, 1, 2, \dots by creating one vertex for each set , and connecting two vertices and by an edge whenever the corresponding two sets have a
nonempty In mathematics, the empty set or void set is the unique set having no elements; its size or cardinality (count of elements in a set) is zero. Some axiomatic set theories ensure that the empty set exists by including an axiom of empty set, whi ...
intersection, that is, : E(G) = \.


All graphs are intersection graphs

Any undirected graph may be represented as an intersection graph. For each vertex of , form a set consisting of the edges incident to ; then two such sets have a nonempty intersection
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (often shortened as "iff") is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either bo ...
the corresponding vertices share an edge. Therefore, is the intersection graph of the sets . provide a construction that is more efficient, in the sense that it requires a smaller total number of elements in all of the sets combined. For it, the total number of set elements is at most , where is the number of vertices in the graph. They credit the observation that all graphs are intersection graphs to , but say to see also . The
intersection number In mathematics, and especially in algebraic geometry, the intersection number generalizes the intuitive notion of counting the number of times two curves intersect to higher dimensions, multiple (more than 2) curves, and accounting properly for ta ...
of a graph is the minimum total number of elements in any intersection representation of the graph.


Classes of intersection graphs

Many important graph families can be described as intersection graphs of more restricted types of set families, for instance sets derived from some kind of geometric configuration: * An interval graph is defined as the intersection graph of intervals on the real line, or of connected subgraphs of a path graph. * An indifference graph may be defined as the intersection graph of unit intervals on the real line * A circular arc graph is defined as the intersection graph of arcs on a circle. * A polygon-circle graph is defined as the intersection of polygons with corners on a circle. * One characterization of a chordal graph is as the intersection graph of connected subgraphs of a
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, e.g., including only woody plants with secondary growth, only ...
. * A trapezoid graph is defined as the intersection graph of trapezoids formed from two parallel lines. They are a generalization of the notion of permutation graph, in turn they are a special case of the family of the complements of
comparability graph In graph theory and order theory, a comparability graph is an undirected graph that connects pairs of elements that are comparable to each other in a partial order. Comparability graphs have also been called transitively orientable graphs, partial ...
s known as cocomparability graphs. * A unit disk graph is defined as the intersection graph of
unit disk In mathematics, the open unit disk (or disc) around ''P'' (where ''P'' is a given point in the plane), is the set of points whose distance from ''P'' is less than 1: :D_1(P) = \.\, The closed unit disk around ''P'' is the set of points whose d ...
s in the plane. * A
circle graph In graph theory, a circle graph is the intersection graph of a Chord diagram (mathematics), chord diagram. That is, it is an undirected graph whose vertices can be associated with a finite system of Chord (geometry), chords of a circle such tha ...
is the intersection graph of a set of chords of a circle. * The
circle packing theorem The circle packing theorem (also known as the Koebe–Andreev–Thurston theorem) describes the possible tangency relations between circles in the plane whose interiors are disjoint. A circle packing is a connected collection of circles (in g ...
states that
planar graph In graph theory, a planar graph is a graph (discrete mathematics), graph that can be graph embedding, embedded in the plane (geometry), plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. ...
s are exactly the intersection graphs of families of closed disks in the plane bounded by non-crossing circles. * Scheinerman's conjecture (now a theorem) states that every planar graph can also be represented as an intersection graph of
line segment In geometry, a line segment is a part of a line (mathematics), straight line that is bounded by two distinct endpoints (its extreme points), and contains every Point (geometry), point on the line that is between its endpoints. It is a special c ...
s in the plane. However, intersection graphs of line segments may be nonplanar as well, and recognizing intersection graphs of line segments is complete for the existential theory of the reals . * The
line graph In the mathematics, mathematical discipline of graph theory, the line graph of an undirected graph is another graph that represents the adjacencies between edge (graph theory), edges of . is constructed in the following way: for each edge i ...
of a graph ''G'' is defined as the intersection graph of the edges of ''G'', where we represent each edge as the set of its two endpoints. * A string graph is the intersection graph of curves on a plane. * A graph has boxicity ''k'' if it is the intersection graph of multidimensional boxes of dimension ''k'', but not of any smaller dimension. * A
clique graph In graph theory, a clique graph of an undirected graph is another graph that represents the structure of cliques in . Clique graphs were discussed at least as early as 1968, and a characterization of clique graphs was given in 1971. Formal ...
is the intersection graph of maximal cliques of another graph * A
block graph Block or blocked may refer to: Arts, entertainment and media Broadcasting * Block programming, the result of a programming strategy in broadcasting * W242BX, a radio station licensed to Greenville, South Carolina, United States known as ''96. ...
of clique tree is the intersection graph of
biconnected component In graph theory, a biconnected component or block (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. Th ...
s of another graph characterized the intersection classes of graphs, families of finite graphs that can be described as the intersection graphs of sets drawn from a given family of sets. It is necessary and sufficient that the family have the following properties: *Every
induced subgraph In graph theory, an induced subgraph of a graph is another graph, formed from a subset of the vertices of the graph and ''all'' of the edges, from the original graph, connecting pairs of vertices in that subset. Definition Formally, let G=(V,E) ...
of a graph in the family must also be in the family. *Every graph formed from a graph in the family by replacing a vertex by a clique must also belong to the family. *There exists an infinite sequence of graphs in the family, each of which is an induced subgraph of the next graph in the sequence, with the property that every graph in the family is an induced subgraph of a graph in the sequence. If the intersection graph representations have the additional requirement that different vertices must be represented by different sets, then the clique expansion property can be omitted.


Related concepts

An order-theoretic analog to the intersection graphs are the
inclusion order In the mathematical field of order theory, an inclusion order is the partial order that arises as the subset-inclusion relation on some collection of objects. In a simple way, every poset ''P'' = (''X'',≤) is (isomorphic to) an inclusion orde ...
s. In the same way that an intersection representation of a graph labels every vertex with a set so that vertices are adjacent if and only if their sets have nonempty intersection, so an inclusion representation ''f'' of a
poset In mathematics, especially order theory, a partial order on a Set (mathematics), set is an arrangement such that, for certain pairs of elements, one precedes the other. The word ''partial'' is used to indicate that not every pair of elements need ...
labels every element with a set so that for any ''x'' and ''y'' in the poset, ''x'' ≤ ''y'' if and only if ''f''(''x'') ⊆ ''f''(''y'').


See also

* Contact graph


References

*. *. *. *. *. *. *.


Further reading

* For an overview of both the theory of intersection graphs and important special classes of intersection graphs, see .


External links

* Jan Kratochvíl
A video lecture on intersection graphs (June 2007)
* E. Prisner

{{DEFAULTSORT:Intersection Graph