User:Vernon1016
Appearance
In graph theory, a decomposable graph is a type of graph which is used to model various mathematical concepts. These include modeling [[probability|probabilities in Bayesian statistics, and forming junction trees. Junction trees are a specialized type of a mathematical structure known as a tree. These junction trees can be used to solve problems such as graph coloring and constraint satisfaction.[1]
Definitions
[edit]We say that , , and , subsets of a graph , form a proper decomposition of , written as the ordered 3-tuple if the following statements all hold:
- , , and are subsets of such that ∪∪, where is the vertex set of .
- The elements of ,, and are distinct and share no common elements.
- The set is a clique , which is a complete subset of vertices in .
- is a vertex separator in .[2]
A graph is said to be decomposable if either of the following holds:
- is complete.
- possesses a proper decomposition such that the induced subgraphs (∪) and (∪) are decomposable.[3]
Properties and Facts
[edit]- All decomposable graphs are triangulated, or chordal. The converse is also true. This means that every cycle in a graph with length of at least 4 contains a chord, which is an edge connecting non-adjacent vertices.[2]
- The removal of an edge (x,y), from a graph G, results in a decomposable graph if and only if the two vertices x and y are in exactly one clique.
- The addition of an edge (x,y), into a graph G, results in a decomposable graph if and only if x and y are unconnected, and contained in adjacent cliques in some junction tree of the graph G.[4]
Examples
[edit]Bibliography
[edit]- ^ Stefan Szeider. "Not So Easy Problems For Tree Decomposable Graphs" (PDF).
{{cite web}}
: line feed character in|title=
at position 25 (help) - ^ a b Sung-Ho Kim. "A decomposable graph and its subgraphs". Cite error: The named reference "number 2" was defined multiple times with different content (see the help page).
- ^ Peter Bartlett. "Undirected Graphical Models: Chordal Graphs, Decomposable Graphs, Junction Trees, and Factorizations:" (PDF).
{{cite web}}
: line feed character in|title=
at position 29 (help) - ^ Alun Thomas and Peter J Green. "Enumerating the decomposable neighbours of a decomposable graph under a simple perturbation scheme".