Topics: Graph Theory - Graph
(definition)
A graph is a subgraph of another graph when:
Exact Same Vertices and Edge Connections
Beware! For a graph to be a subgraph of another one, it must have the exact same vertices and edge connections, letter representation and all.
Subgraphs can be edge-disjoint or vertex-disjoint.
Theorems
(theorem)
- A graph is a subgraph of itself
- A subgraph of a subgraph of is also a subgraph of (transitivity)
- A single vertex of is a subgraph
- An edge with its terminal vertices (in ) is a subgraph of