Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-02
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 n-vertex graph with n3 and deg(u)+deg(v)n for every nonadjacent pair is Hamiltonian

Statement

Let G be a finite simple graph on n3 vertices. If deg(u)+deg(v)n for every pair of nonadjacent vertices u,v, then G is Hamiltonian.

Facts & Assumptions

Given: An n-vertex graph G satisfying Ore's condition, with n3.

[F1]

The Bondy-Chvatal procedure adds every currently eligible nonedge until none remains (The Bondy-Chvatal closure of a finite simple graph).

[L1]

A graph is Hamiltonian exactly when its closure is Hamiltonian (A graph is Hamiltonian if and only if its Bondy-Chvatal closure is Hamiltonian).

[F2]

The complete graph Kn contains every edge between distinct vertices (Empty and complete graphs, complete bipartite graphs, and the convention that Pn and Cn have n vertices).

[F3]

Degrees count neighbours and cannot decrease when edges are added (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).

Proof

technique · direct
1.1

Every nonedge of G is eligible by hypothesis. Eligibility persists as edges are added because degrees cannot decrease, so the closure procedure adds all missing edges and cl(G)=Kn.

givenF1F2F3
1.2

Label the vertices of Kn as v1,,vn. Since n3, the cycle v1,v2,,vn,v1 is a Hamilton cycle in Kn.

F2given
2.1

Thus the closure of G is Hamiltonian, and [L1] implies that G is Hamiltonian.

step 1.1step 1.2L1

Depends on

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