The cut property is the certificate behind the MST. For each chosen tree edge, removing it creates a fundamental cut, and that edge must be the cheapest crossing edge.

highlighted = computed this step

Cut certificate

There is one cut certificate for each MST edge, so this instance has 5 certificates. Motivation: removing a tree edge creates the exact split that can justify putting it back.

certificates=5\text{certificates}=5
cut certificatestree edgeS sidemin crossingcrossing edgesA-BAA-B(1)A-B(1),A-C(6)B-CA,BB-C(2)B-C(2),B-D(4),A-C(6)C-DA,B,C,EC-D(3)C-D(3),B-D(4),D-E(7),E-F(9)C-EA,B,C,D,FC-E(5)C-E(5),D-E(7),E-F(9)D-FA,B,C,D,ED-F(8)D-F(8),E-F(9)

C-E cut

For edge C-E, the recomputed tree edge weight is 5. Why: it is the minimum edge crossing that fundamental cut, so this edge has a local certificate.

w(CE)=5w(C-E)=5
C-E cut certificate123456789ABCDEF

B-C cut

For edge B-C, the recomputed tree edge weight is 2. Interpretation: the same cut-property check works on a different split, which makes the certificate repeatable rather than decorative.

w(BC)=2w(B-C)=2
B-C cut certificate123456789ABCDEF

Diagram note

Certificate note: the cut diagrams show side S and the opposite side by role, with crossing edges certified from the recompute. Pixel positions are rounded for layout; every number shown is exact.

cut property certifies the chosen MST edges\text{cut property certifies the chosen MST edges}
cut certificatestree edgeS sidemin crossingcrossing edgesA-BAA-B(1)A-B(1),A-C(6)B-CA,BB-C(2)B-C(2),B-D(4),A-C(6)C-DA,B,C,EC-D(3)C-D(3),B-D(4),D-E(7),E-F(9)C-EA,B,C,D,FC-E(5)C-E(5),D-E(7),E-F(9)D-FA,B,C,D,ED-F(8)D-F(8),E-F(9)