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.
Ore's theorem: an -vertex graph with and for every nonadjacent pair is Hamiltonian
Statement
Let be a finite simple graph on vertices. If for every pair of nonadjacent vertices , then is Hamiltonian.
Facts & Assumptions
Given: An -vertex graph satisfying Ore's condition, with .
The Bondy-Chvatal procedure adds every currently eligible nonedge until none remains (The Bondy-Chvatal closure of a finite simple graph).
A graph is Hamiltonian exactly when its closure is Hamiltonian (A graph is Hamiltonian if and only if its Bondy-Chvatal closure is Hamiltonian).
The complete graph contains every edge between distinct vertices (Empty and complete graphs, complete bipartite graphs, and the convention that and have vertices).
Degrees count neighbours and cannot decrease when edges are added (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).
Proof
Every nonedge of is eligible by hypothesis. Eligibility persists as edges are added because degrees cannot decrease, so the closure procedure adds all missing edges and .
Label the vertices of as . Since , the cycle is a Hamilton cycle in .
Thus the closure of is Hamiltonian, and [L1] implies that is Hamiltonian.
Depends on
- A graph is Hamiltonian if and only if its Bondy-Chvatal closure is Hamiltonian
- The Bondy-Chvatal closure of a finite simple graph
- Empty and complete graphs, complete bipartite graphs, and the convention that $P_n$ and $C_n$ have $n$ vertices
- Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 21 results over 15 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)