How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors
Definition
Let be a graph. For , vertex deletion gives . For , edge deletion gives . The same notation is used for deleting a set of vertices or edges.
For an edge , contracting identifies and . More precisely, take a new vertex , put , and let send to and fix every other vertex. Then
The condition deletes loops, while writing the edge family as a set merges parallel edges. Thus contraction returns a simple graph.
A graph is a minor of when it can be obtained by vertex deletions, edge deletions and edge contractions. Subdividing an edge replaces it by and for a new vertex . A subdivision repeats this operation zero or more times. The graph is a topological minor of when some subdivision of is isomorphic to a subgraph of (Subgraphs, induced subgraphs and spanning subgraphs).
Depends on
Used by
- A finite graph on at least k+1 vertices is k-connected if and only if every two vertices have k internally disjoint paths Corollary
- A planar graph contains no subdivision of K₅ or K_3,3 Corollary
- A bridge as an edge whose deletion increases the number of connected components Definition
- Arc-disjoint, edge-disjoint and internally vertex-disjoint path families and their local separators Definition
- Maximal plane graphs, plane triangulations, and maximally planar abstract graphs Definition
- Vertex cuts, edge cuts, vertex connectivity κ(G) and edge connectivity λ(G), with conventions for complete and one-vertex graphs Definition
- A worked graph records vertex deletion, edge deletion, edge contraction and the resulting minor model Example
- The Petersen graph is nonplanar by an explicit subdivision of K_3,3 after deleting one vertex Example
- A graph has a K₅ or K_3,3 minor exactly when it has a subdivision of K₅ or K_3,3 as a subgraph Lemma
- An edge of a finite graph is a bridge if and only if it lies on no cycle Lemma
- Deleting any edge of a tree separates it into exactly two tree components Lemma
- Every three-connected graph with no K₅ or K_3,3 minor is planar Lemma
- Every three-connected simple graph with more than four vertices has an edge whose simple contraction remains three-connected Lemma
- Face frontiers are unions of whole edges; a cycle edge borders two faces and a bridge borders one Lemma
- In a three-connected plane graph, face boundaries are exactly the induced cycles whose deletion leaves the graph connected Proposition
- Euler's formula |V|-|E|+|F|=2 for every connected plane graph Theorem
- Every planar graph has a proper vertex colouring with at most six colours Theorem
- Five colour theorem: every planar graph has chromatic number at most five Theorem
- For every forest, |V|=|E|+c, where c is the number of connected components Theorem
- If G has a Hamilton cycle, then deleting any nonempty proper vertex set S leaves at most |S| connected components Theorem
- Kuratowski–Wagner theorem: a finite graph is planar exactly when it has neither a K₅ nor a K_3,3 minor, equivalently neither subdivision Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 10 results over 8 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- R. Diestel, Graph Theory, Chapter 1 preview (standard reference, not scraped)