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.
Every Hamiltonian graph on at least three vertices is -connected
Statement
Every Hamiltonian finite simple graph with satisfies ; equivalently, it is -connected.
Facts & Assumptions
Given: A Hamiltonian graph on at least three vertices.
A Hamiltonian graph has a cycle containing all its vertices and is connected (Hamilton paths, Hamilton cycles, Hamiltonian graphs and Hamilton-connected graphs).
Deleting any nonempty proper vertex set from a Hamiltonian graph leaves at most components (If has a Hamilton cycle, then deleting any nonempty proper vertex set leaves at most connected components).
A vertex cut disconnects the graph or leaves at most one vertex, and is the minimum size of a vertex cut (Vertex cuts, edge cuts, vertex connectivity and edge connectivity , with conventions for complete and one-vertex graphs).
Proof
The graph is connected by [F1]. For any vertex , the set is nonempty and proper, and has at least two vertices. By [L1], it has at most one connected component, hence it is connected.
Thus neither the empty set nor a singleton is a vertex cut: deleting nothing preserves connectedness, and deleting one vertex leaves a connected graph with at least two vertices.
Every vertex cut therefore has size at least two, so by [F2].
Depends on
- If $G$ has a Hamilton cycle, then deleting any nonempty proper vertex set $S$ leaves at most $|S|$ connected components
- Vertex cuts, edge cuts, vertex connectivity $\kappa(G)$ and edge connectivity $\lambda(G)$, with conventions for complete and one-vertex graphs
- Hamilton paths, Hamilton cycles, Hamiltonian graphs and Hamilton-connected graphs
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 21 results over 13 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)