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.
A connected graph with pairwise distinct edge weights has a unique minimum spanning tree
Statement
If a connected graph has pairwise distinct real edge weights, then it has exactly one minimum spanning tree.
Facts & Assumptions
Given: A connected weighted graph whose edge weights are pairwise distinct.
At least one MST exists (Real edge-weighted graphs, total tree weight and minimum spanning trees).
Exchanging an outside edge for an edge on its fundamental cycle preserves the spanning-tree property (The spanning-tree exchange lemma).
Adding an edge outside a spanning tree creates its unique fundamental cycle (Every edge outside a spanning tree determines a unique fundamental cycle).
Every finite nonempty set of edge weights has a least member, by order duality from Every nonempty finite set of reals has a maximum and a minimum.
Proof
Suppose and are distinct MSTs. Choose the least-weight edge in the symmetric difference , and assume after swapping names that .
By [L3], has a fundamental cycle. Apart from , that cycle cannot consist entirely of edges of , since then it would be a cycle in . Hence it contains an edge .
The choice of and distinct weights gives .
The exchange is a spanning tree of weight , contradicting the minimality of .
Hence the MST is unique.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 49 results over 13 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)