Teilgraphs
Teilgraphs, typically referred to in English as subgraphs, are graphs formed from a subset of the vertices and a subset of the edges of a larger graph. If G = (V, E) is a graph, a subgraph H = (V’, E’) consists of V’ ⊆ V and E’ ⊆ E, with the requirement that each edge in E’ joins two vertices in V’.
There are several common subgraph types. An induced subgraph on V’ uses all edges of G whose
Properties and use: The subgraph relation is transitive and reflexive, and subgraphs can be disconnected. The
Computational aspects: The subgraph isomorphism problem asks whether a given graph H occurs as a subgraph of
Applications: Subgraphs underpin pattern matching, network motif discovery, chemistry (molecular graphs), social network analysis, and various