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 spanning-tree exchange lemma
Statement
Let be a spanning tree of .
- If and is any edge other than on the fundamental cycle of , then is a spanning tree.
- If and crosses the fundamental cut of , then is a spanning tree.
Facts & Assumptions
Given: A graph and a spanning tree .
has one fundamental cycle for every (Every edge outside a spanning tree determines a unique fundamental cycle).
Removing gives a fundamental cut, and adding any crossing edge restores a spanning tree (Every edge of a spanning tree determines a fundamental cut, and every edge crossing it restores a spanning tree).
A spanning tree is a connected acyclic spanning subgraph (Spanning trees of a graph).
Proof
Construct , where and lies on the fundamental cycle of . Removing breaks that cycle but leaves the graph connected, because the rest of the cycle replaces every use of .
No other cycle exists in , so is connected, acyclic and spanning, hence a spanning tree.
The second assertion is exactly the restoration clause for the fundamental cut of .
Depends on
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 15 results over 9 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
- ISI Bangalore discrete mathematics notes, Minimal spanning trees (standard reference, not scraped)