1.1 Subgraph

A graph G ′ = V ′ , E ′ G^{{\prime}}=\left(V^{{\prime}},E^{{\prime}}\right) is a subgraph of G G if the following conditions apply.

  • V ′ ⁢ G ′ ⊂ V ⁢ G V^{{\prime}}\left(G^{{\prime}}\right)\subset V(G) .

  • E ′ ⁢ G ′ E^{{\prime}}(G^{{\prime}}) consists of edges v , w (v,w) in E ⁢ G E(G) where both v v and w w are in V ′ ⁢ G ′ V^{{\prime}}(G^{{\prime}}) .

If E ′ ⁢ G ′ E^{{\prime}}(G^{{\prime}}) consists of all the edges in E ⁢ G E(G) for which the second condition holds, then G ′ G^{{\prime}} is an induced subgraph of G G . An induced subgraph of G G that is not a proper subset of any other connected subgraph of G G is called a connected component of G G .