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.
The Bondy-Chvatal closure is independent of the order of eligible edge additions
Statement
For every finite simple graph , all maximal sequences of eligible edge additions in the Bondy-Chvatal procedure terminate at the same graph. Consequently is well defined.
Facts & Assumptions
Given: A finite simple graph on a fixed -vertex set.
An absent edge is eligible when , and a maximal sequence stops only when no eligible nonedge remains (The Bondy-Chvatal closure of a finite simple graph).
Adding edges cannot decrease any vertex degree (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).
Induction proves a statement for all natural numbers from a base case and an induction step (The principle of mathematical induction).
A finite simple graph has finitely many possible edges and hence finitely many nonedges (The cardinality of a finite set).
Proof
If has no nonedges, no addition is possible and every maximal sequence terminates at .
Assume the claimed uniqueness holds for every graph with fewer than nonedges, and let have nonedges. Once a nonedge is eligible, it remains eligible after other edges are added because degrees do not decrease.
If has no eligible nonedge, every maximal sequence is empty. Otherwise compare two maximal sequences, whose first added edges are and . If , their tails start at the same graph , which has fewer than nonedges, so the induction hypothesis gives the same terminal graph.
If , persistence from step 1.2 makes eligible after adding and eligible after adding . Thus both first-step graphs can legally reach . Applying the induction hypothesis inside compares its given tail with the tail beginning by ; applying it inside compares its given tail with the tail beginning by . Both therefore have the same terminal graph as a maximal continuation from .
The cases in steps 2.1 and 2.2 establish uniqueness for graphs with nonedges. By induction, all finite graphs have a unique terminal graph, so the closure is independent of the addition order.
Depends on
Used by
Cited to discharge well-definedness by The Bondy-Chvatal closure of a finite simple graph.
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)