Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-01
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 (G,w)(G,w) be a connected real edge-weighted graph.

  1. A minimum-weight edge crossing any nontrivial cut belongs to some MST.
  2. A uniquely minimum-weight edge crossing a cut belongs to every MST.
  3. A maximum-weight edge on any cycle is omitted by some MST.
  4. A uniquely maximum-weight edge on a cycle belongs to no MST.

Facts & Assumptions

Given: A connected weighted graph (G,w)(G,w).

[F1]

An MST minimizes the sum of its edge weights (Real edge-weighted graphs, total tree weight and minimum spanning trees).

[L1]

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

technique · direct exchange arguments
1.1

Let ee be a minimum edge crossing a cut and choose an MST TT. If eTe\in T, this MST already proves assertion 1. If eTe\notin T, the fundamental cycle of ee contains a tree edge ff crossing the same cut.

chooseL1
1.2

Let gg be a maximum edge on a cycle and choose an MST SS. If gSg\notin S, this MST already proves assertion 3. If gSg\in S, deleting gg gives a fundamental cut, and the remainder of the cycle contains an edge hh crossing that cut.

chooseL1
2.1

In the second case of step 1.1, w(e)w(f)w(e)\le w(f), so Tf+eT-f+e is an MST containing ee. Together with the first case, this proves assertion 1.

step 1.1L1F1
2.2

If ee is uniquely minimum across the cut and an MST omitted it, the same exchange would have w(e)<w(f)w(e)<w(f) and strictly decrease total weight. Thus every MST contains ee.

step 1.1F1
2.3

In the second case of step 1.2, w(h)w(g)w(h)\le w(g), so Sg+hS-g+h is an MST omitting gg. Together with the first case, this proves assertion 3.

step 1.2L1F1
3.1

If gg is uniquely maximum on the cycle, then w(h)<w(g)w(h)<w(g) in step 1.2, so no MST can contain gg.

step 1.2step 2.3F1

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