A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all the vertices together, without any cycles and with the minimum possible total edge weight. That is, it is a spanning tree [Spanning tree] whose sum of edge weights is as small as possible.
For any cycle \(C\) in the graph, if the weight of an edge \(e\) of \(C\) is larger than any of the individual weights of all other edges of \(C\), then this edge cannot belong to an [minimum spanning tree].
For any cut [Cut (Graph theory)] \(C\) of the graph, if the weight of an edge \(e\) in the cut-set of \(C\) is strictly smaller than the weights of all other edges of the cut-set of \(C\), then this edge belongs to all [minimum spanning tree] of the graph.