subgraphs
In graph theory, a subgraph of a graph G = (V, E) is a graph H = (V(H), E(H)) where V(H) ⊆ V and E(H) ⊆ E, with each edge in E(H) connecting two vertices in V(H). In other words, a subgraph uses a subset of the original vertices and a subset of the original edges, with incidence preserved.
There are several common kinds of subgraphs. A vertex-induced subgraph on a subset S ⊆ V has vertex
Subgraph relation is reflexive and transitive: any graph is a subgraph of itself, and a subgraph of
Connected subgraphs, including components, are subgraphs that form connected graphs. Common special cases include spanning trees