The Unique MST Theorem states that a minimum spanning tree (MST) for a connected, weighted graph is unique if all edge weights are distinct. This uniqueness arises because if any two edges have the same weight, there could be different spanning trees with the same total weight, making it impossible to define a single minimum spanning tree.