In the mathematical field of 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.
Formally, let
G=(V,E)
S\subseteqV
G[S]
S
E
S
u,v\inS
u
v
G[S]
G
The induced subgraph
G[S]
G
S
G
S
Important types of induced subgraphs include the following.
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]