This is the questions, i admit this is a homework questions, i am not looking for answers, but rather i want to just know if i am going in the correct direction, and if i am not kindly point me in the correct direction.
Question: Show that if no two edges in a weighted graph have the same weight, then the edge with least weight incident to a vertex v is included in every minimum spanning tree (MST).
My answer: Given a vertex (V) and a weighted graph (G), we note that ∃ (there exists) and edge (E) associated with V, that is the least weighted edge. Note that we will have two distinct vertices that will have the same least weighted edge. This does not represent a problem for us, if one of the vertice is included in the minimum spanning tree, the other will be to. If we started to build a MST, at one instance the least weighted edge has to be included in the MST, since one (or both) of the vertex that has the least edge must be included to obtain a MST ( since the definition of a MST states that we must find the minimum path from a root to all verticies)
I am not so sure if my answer is valid, do you think how i prove it is enough?