Suppose $T$ is a minimal spanning tree in a connected graph G. Show that either $T$ contains the $n-1$ smallest edges, or the $n-1$ smallest edges form a subgraph which contains a cycle.
Suppose $T$ is a minimal spanning tree in a connected graph $G$. Also suppose the $n-1$ smallest edges form a subgraph do not contain a cycle. Therefore since $T$ is a tree it has $n-1$ edges and since it is a minimal spanning tree, each edge in $T$ is of minimum weight. So $T$ contains $n-1$ smallest edges.
Not sure if I'm going about this proof correctly.