Prove that every nontrivial tree has at least 2 vertices of degree 1 by showing that the origin and terminus of a longest path in a nontrivial tree both have degree 1.
Ok, so this statement is pretty obviously true, but I am having trouble proving it using graph theory language. What I have is that the origin and terminus must have degree 1 because if they had degree >=2, then they would not be the said origin and terminus but the vertex they are connected to would then be the origin or terminus. If that point has degree greater than or equal to 2 then the vertex that is connected to would be the origin or terminus and so on. Can someone help me put this into graph theory language, please.
Thanks