tarheelborn
- 121
- 0
Homework Statement
Use ordinary induction on k or on the number of edges (one by one) to prove that a connected graph with 2k odd vertices composes into k trails if k > 0. Does this remain true without the connectedness hypothesis?
Homework Equations
The Attempt at a Solution
If k = 1, the resulting graph is K_2, the complete graph on two vertices, both of which have odd degree. If we add an edge connecting these 2 vertices, we obtain an Eulerian circuit. Removing one edge reduces the graph to exactly 1 trail. Assume this proposition holds for k >= 1. I need to show that it holds for k + 1, i.e., 2(k + 1) odd vertices. Let G be a graph with 2(k+1) odd vertices. Label these vertices as u_1, u_2, ..., u_2k+2.
And that's where I get stuck... I know that since G is connected, it contains trails, but I am not sure how to work this back to k trails...
(Sorry about the latex; I can't remember how to make it not break to a new line).