I am trying to prove the following:
Let $x_1$ be any vertex of a weighted connected graph $G$ with $n$ vertices and let $T_1$ be the subgraph with the one vertex $v_1$ and no edges. After a tree (subgraph) $T_k$, $k<n$, has been defined, let $e_k$ be a cheapest edge among all edges with one end in $V(T_k)$ and the other end not in $V(T_k)$, and let $T_{k+1}$ be the tree obtained by adding that edge and its other end to $T_k$. Prove that $T_k$ is a cheapest spanning tree in $G$.
My plan is as follows: Fix an order $\triangleleft$ of the edges of $G$, and order the edges according to the lexicographical order induced by $\triangleleft$ and the cost order; that is, $e_1\lt e_2$ if either $c(e_1)\lt c(e_2)$ or $c(e_1)=c(e_2) \land e_1\triangleleft e_2$. Then show that $T_n$ has the property that each edge $e$ of $T_n$ has ends in different components of $G_e$ where $G_e$ is the graph with the vertices of $G$ and the edges $\lt e$. Then to show that any spanning tree with this property is minimal.
What I cant show is that $T_n$ has this property.
Any help will be appreciated.
Thanks
Here is another way to prove the claim (not using the hint provided) :
Note $x_1 \ldots x_n$ the sequence of vertices added to build $T_n$ and note $e_k$ the edge joining $T_k$ to $x_{k+1}$.
Let $T$ be any spanning tree of $G$ and let $k$ be the greatest integer such that $T_k$ is a subtree of $T$. We show that $T$ is more costly than $T_n$ by backwards induction on $k$ :
If $k=n$ then $T = T_n$, so $c(T) \ge c(T_n)$.
If not, let $e$ be the first edge in the path in $T$ connecting $T_k$ to $x_{k+1}$. (it has one end in $T_k$ and the other end outside $T_k$, and there is a path from that other end to $x_{k+1}$ in $T$ not going through $T_k$)
Removing $e$ from $T$ and adding $e_k$ yields another spanning tree $U$ containing $T_{k+1}$. (it has the right number of edges and is still connected)
By induction hypothesis, $U$ is more costly than $T_n$, and by construction of $T_n$, $c(e) \ge c(e_k)$, thus $$c(T) = c(U) - c(e_k) + c(e) \ge c(U) \ge c(T_n)$$