Induced subgraph

Source: Wikipedia, the free encyclopedia.

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.

Definition

Formally, let be any graph, and let be any subset of vertices of G. Then the induced subgraph is the graph whose vertex set is and whose edge set consists of all of the edges in that have both endpoints in .[1] That is, for any two vertices , and are adjacent in if and only if they are adjacent in . The same definition works for

undirected graphs, directed graphs, and even multigraphs
.

The induced subgraph may also be called the subgraph induced in by , or (if context makes the choice of unambiguous) the induced subgraph of .

Examples

Important types of induced subgraphs include the following.

The snake-in-the-box problem concerns the longest induced paths in hypercube graphs

Computation

The

NP-complete.[4]

References