HOME

TheInfoList



OR:

In
graph theory In mathematics, graph theory is the study of '' graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conn ...
, a vertex
subset In mathematics, set ''A'' is a subset of a set ''B'' if all elements of ''A'' are also elements of ''B''; ''B'' is then a superset of ''A''. It is possible for ''A'' and ''B'' to be equal; if they are unequal, then ''A'' is a proper subset of ...
is a vertex separator (or vertex cut, separating set) for nonadjacent vertices and if the removal of from the
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 ...
separates and into distinct connected components.


Examples

Consider a
grid graph In graph theory, a lattice graph, mesh graph, or grid graph is a graph whose drawing, embedded in some Euclidean space , forms a regular tiling. This implies that the group of bijective transformations that send the graph to itself is a latti ...
with rows and columns; the total number of vertices is . For instance, in the illustration, , , and . If is odd, there is a single central row, and otherwise there are two rows equally close to the center; similarly, if is odd, there is a single central column, and otherwise there are two columns equally close to the center. Choosing to be any of these central rows or columns, and removing from the graph, partitions the graph into two smaller connected subgraphs and , each of which has at most vertices. If (as in the illustration), then choosing a central column will give a separator with r \leq \sqrt vertices, and similarly if then choosing a central row will give a separator with at most \sqrt vertices. Thus, every grid graph has a separator of size at most \sqrt, the removal of which partitions it into two connected components, each of size at most .. Instead of using a row or column of a grid graph, George partitions the graph into four pieces by using the union of a row and a column as a separator. To give another class of examples, every free tree has a separator consisting of a single vertex, the removal of which partitions into two or more connected components, each of size at most . More precisely, there is always exactly one or exactly two vertices, which amount to such a separator, depending on whether the tree is centered or bicentered. As opposed to these examples, not all vertex separators are ''balanced'', but that property is most useful for applications in computer science, such as the
planar separator theorem In graph theory, the planar separator theorem is a form of isoperimetric inequality for planar graphs, that states that any planar graph can be split into smaller pieces by removing a small number of vertices. Specifically, the removal of verti ...
.


Minimal separators

Let be an -separator, that is, a vertex subset that separates two nonadjacent vertices and . Then is a ''minimal'' -''separator'' if no proper subset of separates and . More generally, is called a ''minimal separator'' if it is a minimal separator for some pair of nonadjacent vertices. Notice that this is different from ''minimal separating set'' which says that no proper subset of is a minimal -separator for any pair of vertices . The following is a well-known result characterizing the minimal separators:. Lemma. A vertex separator in is minimal if and only if the graph , obtained by removing from , has two connected components and such that each vertex in is both adjacent to some vertex in and to some vertex in . The minimal -separators also form an
algebraic structure In mathematics, an algebraic structure consists of a nonempty set ''A'' (called the underlying set, carrier set or domain), a collection of operations on ''A'' (typically binary operations such as addition and multiplication), and a finite set o ...
: For two fixed vertices and of a given graph , an -separator can be regarded as a ''predecessor'' of another -separator , if every path from to meets before it meets . More rigorously, the predecessor relation is defined as follows: Let and be two -separators in . Then is a predecessor of , in symbols S \sqsubseteq_^G T, if for each , every path connecting to meets . It follows from the definition that the predecessor relation yields a
preorder In mathematics, especially in order theory, a preorder or quasiorder is a binary relation that is reflexive and transitive. Preorders are more general than equivalence relations and (non-strict) partial orders, both of which are special cas ...
on the set of all -separators. Furthermore, proved that the predecessor relation gives rise to a
complete lattice In mathematics, a complete lattice is a partially ordered set in which ''all'' subsets have both a supremum (join) and an infimum (meet). A lattice which satisfies at least one of these properties is known as a ''conditionally complete lattice.'' ...
when restricted to the set of ''minimal'' -separators in .


See also

*
Chordal graph In the mathematical area of graph theory, a chordal graph is one in which all cycles of four or more vertices have a ''chord'', which is an edge that is not part of the cycle but connects two vertices of the cycle. Equivalently, every induced ...
, a graph in which every minimal separator is a
clique A clique ( AusE, CanE, or ), in the social sciences, is a group of individuals who interact with one another and share similar interests. Interacting with cliques is part of normative social development regardless of gender, ethnicity, or popular ...
. *
k-vertex-connected graph In graph theory, a connected graph is said to be -vertex-connected (or -connected) if it has more than vertices and remains connected whenever fewer than vertices are removed. The vertex-connectivity, or just connectivity, of a graph is th ...


Notes


References

* *. *. * * {{DEFAULTSORT:Vertex Separator Graph connectivity