unique minimum spanning tree sufficient and necessary conditions
问题 Given a graph G,which are the sufficient and necessary conditions , so that this graph has a unique minimum spanning tree?In addition , how can I proove these conditions? So far , I had found that those conditions are : 1)For every partition of V(G) into two subsets, the minimum weight edge with one endpoint in each subset is unique. 2)The maximum-weight edge in any cycle of G is unique. But I am not sure if this is correct.Even in case this is correct,I cannot prove its correctness. 回答1: