MHB How Does Unique Edge Weighting Guarantee a Singular Minimum Spanning Tree?

  • Thread starter Thread starter find_the_fun
  • Start date Start date
  • Tags Tags
    Graphs
Click For Summary
In a weighted graph with unique edge weights, there is only one minimum spanning tree (MST). To prove this, one can use contradiction by assuming the existence of two MSTs with equal weight and examining an edge present in one but not the other. The application of Kruskal's Algorithm demonstrates that distinct edge costs lead to a unique sequence of edges, confirming the singularity of the MST. Additionally, properties of weighted graphs can support this conclusion. Therefore, unique edge weights guarantee a unique minimum spanning tree.
find_the_fun
Messages
147
Reaction score
0
Prove that if a weighted graph has unique weights on each edge that there is only 1 minimum spanning tree. Do I need to use an algorithm such as Prim's to show this or do I use properties of weighted graphs?
 
Physics news on Phys.org
Try contradiction. Assume you have two MST's of equal weight. Consider what happens with an edge that's in one MST but not the other (there must be at least one such edge if the MST's are not the same).
 
Kruskal's Algorithm can be used here as follows:

If edge costs are all distinct then running Kruskal's Algorithm on this graph G(say) creates only a unique sequence of (n-1) edges with edge costs in increasing order. Hence G has a unique minimum spanning tree.
 

Similar threads

Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K