Greedy-Grow Lemma

Lemma: If T is a subset of some MST, and C is some cut that doesn't share any edges with T, then there is some MST containing T and the minimum cost edge tex2html_wrap_inline181 in C.

Proof: Very standard trick. Let tex2html_wrap_inline185 be the MST that contains T. If tex2html_wrap_inline189 , we're done. If not, consider the set of edges tex2html_wrap_inline191 . It must have a cycle including tex2html_wrap_inline181 and some other edge e (maybe more than one) in C. By definition, tex2html_wrap_inline199 . Delete e from tex2html_wrap_inline185 .


next up previous
Next: Correctness of GENERIC-MST Up: FINDING MINIMUM SPANNING TREES Previous: Cuts