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.
If has a Hamilton cycle, then deleting any nonempty proper vertex set leaves at most connected components
Statement
If a finite simple graph has a Hamilton cycle and , then the vertex-deleted graph has at most connected components.
Facts & Assumptions
Given: A Hamilton cycle of and a nonempty proper set .
The cycle contains every vertex of exactly once before returning to its initial vertex (Hamilton paths, Hamilton cycles, Hamiltonian graphs and Hamilton-connected graphs).
Vertex deletion removes and all incident edges (Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors).
Connected components are maximal vertex sets joined by paths (Connected graphs and connected components defined by the existence of vertex paths).
The finite cardinality counts the vertices of (The cardinality of a finite set).
Proof
Deleting the vertices of from the cyclic order of leaves one or more vertex-disjoint path segments containing every vertex of . Each such segment is preceded around by a distinct vertex of , so the number of segments is at most .
Every path segment from step 1.1 remains a path in . Adding the other edges of can merge such segments into a connected component but cannot split one, so has no more components than those segments.
Therefore the number of connected components of is at most .
Depends on
- Hamilton paths, Hamilton cycles, Hamiltonian graphs and Hamilton-connected graphs
- Vertex and edge deletion, edge contraction, graph minors, subdivisions and topological minors
- Connected graphs and connected components defined by the existence of vertex paths
- The cardinality $\lvert A\rvert$ of a finite set
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 33 results over 17 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
- Applied Combinatorics, Eulerian and Hamiltonian Graphs (standard reference, not scraped)