Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Induced subgraph
Another graph, formed from a subset of the vertices of the graph and all of the edges connecting pairs of vertices in that subset

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.

We don't have any images related to Induced subgraph yet.
We don't have any YouTube videos related to Induced subgraph yet.
We don't have any PDF documents related to Induced subgraph yet.
We don't have any Books related to Induced subgraph yet.
We don't have any archived web articles related to Induced subgraph yet.

Definition

Formally, let G = ( V , E ) {\displaystyle G=(V,E)} be any graph, and let S ⊆ V {\displaystyle S\subseteq V} be any subset of vertices of G. Then the induced subgraph G [ S ] {\displaystyle G[S]} is the graph whose vertex set is S {\displaystyle S} and whose edge set consists of all of the edges in E {\displaystyle E} that have both endpoints in S {\displaystyle S} .1 That is, for any two vertices u , v ∈ S {\displaystyle u,v\in S} , u {\displaystyle u} and v {\displaystyle v} are adjacent in G [ S ] {\displaystyle G[S]} if and only if they are adjacent in G {\displaystyle G} . The same definition works for undirected graphs, directed graphs, and even multigraphs.

The induced subgraph G [ S ] {\displaystyle G[S]} may also be called the subgraph induced in G {\displaystyle G} by S {\displaystyle S} , or (if context makes the choice of G {\displaystyle G} unambiguous) the induced subgraph of S {\displaystyle S} .

Examples

Important types of induced subgraphs include the following.

Computation

The induced subgraph isomorphism problem is a form of the subgraph isomorphism problem in which the goal is to test whether one graph can be found as an induced subgraph of another. Because it includes the clique problem as a special case, it is NP-complete.4

References

  1. Diestel, Reinhard (2006), Graph Theory, Graduate texts in mathematics, vol. 173, Springer-Verlag, pp. 3–4, ISBN 9783540261834. 9783540261834

  2. Howorka, Edward (1977), "A characterization of distance-hereditary graphs", The Quarterly Journal of Mathematics, Second Series, 28 (112): 417–420, doi:10.1093/qmath/28.4.417, MR 0485544. /wiki/Doi_(identifier)

  3. Chudnovsky, Maria; Robertson, Neil; Seymour, Paul; Thomas, Robin (2006), "The strong perfect graph theorem", Annals of Mathematics, 164 (1): 51–229, arXiv:math/0212070, doi:10.4007/annals.2006.164.51, MR 2233847. /wiki/Maria_Chudnovsky

  4. Johnson, David S. (1985), "The NP-completeness column: an ongoing guide", Journal of Algorithms, 6 (3): 434–451, doi:10.1016/0196-6774(85)90012-4, MR 0800733. /wiki/Doi_(identifier)