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.
Cut and cycle properties for minimum spanning trees
Statement
Let be a connected real edge-weighted graph.
- A minimum-weight edge crossing any nontrivial cut belongs to some MST.
- A uniquely minimum-weight edge crossing a cut belongs to every MST.
- A maximum-weight edge on any cycle is omitted by some MST.
- A uniquely maximum-weight edge on a cycle belongs to no MST.
Facts & Assumptions
Given: A connected weighted graph .
An MST minimizes the sum of its edge weights (Real edge-weighted graphs, total tree weight and minimum spanning trees).
Exchanging an outside edge with a suitable tree edge on its fundamental cycle, or a tree edge with a crossing edge of its fundamental cut, preserves the spanning-tree property (The spanning-tree exchange lemma, Every edge outside a spanning tree determines a unique fundamental cycle, Every edge of a spanning tree determines a fundamental cut, and every edge crossing it restores a spanning tree).
Proof
Let be a minimum edge crossing a cut and choose an MST . If , this MST already proves assertion 1. If , the fundamental cycle of contains a tree edge crossing the same cut.
Let be a maximum edge on a cycle and choose an MST . If , this MST already proves assertion 3. If , deleting gives a fundamental cut, and the remainder of the cycle contains an edge crossing that cut.
In the second case of step 1.1, , so is an MST containing . Together with the first case, this proves assertion 1.
If is uniquely minimum across the cut and an MST omitted it, the same exchange would have and strictly decrease total weight. Thus every MST contains .
In the second case of step 1.2, , so is an MST omitting . Together with the first case, this proves assertion 3.
If is uniquely maximum on the cycle, then in step 1.2, so no MST can contain .
Depends on
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 44 results over 12 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)