Can a Connected Graph with 2k Odd Vertices be Composed into k Trails?

Click For Summary
SUMMARY

A connected graph with 2k odd vertices can be decomposed into k trails if k > 0, as established through induction. The proof relies on the fact that each trail contributes two odd-degree vertices, allowing for the decomposition of 2k odd vertices into k trails. The discussion also clarifies that a connected component cannot have an odd number of odd-valent vertices, reinforcing the necessity of even-valent vertices for trail formation. The conclusion emphasizes that while connected graphs meet the criteria, disconnected graphs require additional conditions to ensure decomposition into trails.

PREREQUISITES
  • Understanding of graph theory concepts, specifically trails and Eulerian circuits.
  • Familiarity with induction proofs in mathematics.
  • Knowledge of vertex degree properties in connected graphs.
  • Basic comprehension of graph components and their properties.
NEXT STEPS
  • Study the properties of Eulerian graphs and their relation to trails.
  • Learn about induction techniques in mathematical proofs.
  • Explore the implications of odd and even vertex degrees in graph decomposition.
  • Investigate the conditions under which disconnected graphs can be decomposed into trails.
USEFUL FOR

Mathematicians, computer scientists, and students studying graph theory, particularly those interested in graph decomposition and trail formation.

tarheelborn
Messages
121
Reaction score
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).
 
Physics news on Phys.org
Is it possible for a connected component to have an odd number of odd-valent vertices?
 
  • Like
Likes 1 person
No, a connected component cannot have an odd number of odd-valent vertices. Then could we say that since G cannot have an odd number of odd-valent vertices, there must be some (at least one) even-valent vertices which would indicate some (at least one) trails?
 
tarheelborn said:
No, a connected component cannot have an odd number of odd-valent vertices.

Right, so how does the 2k total decompose across the components? What can you say about decomposition into trails in each component?
 
A trail contributes even degree to every vertex, except that non-closed trails contribute odd degree to their endpoints. Thus a single trail can have, at most, two vertices of odd degree, so the composition of G contains 2k odd vertices, divided by 2 vertices per trail = k trails. That should do it, right? Thank you very much.
 
tarheelborn said:
A trail contributes even degree to every vertex, except that non-closed trails contribute odd degree to their endpoints. Thus a single trail can have, at most, two vertices of odd degree, so the composition of G contains 2k odd vertices, divided by 2 vertices per trail = k trails. That should do it, right? Thank you very much.

That's not what I had in mind. You know that each component of G must have an even number of odd-valent vertices. Where that number > 0, the component decomposes into half that many trails. In that way, you decompose a disconnected graph with 2k odd-valent vertices into k trails provided... what?
 
You are losing me here somewhat... I see that each trail has odd-valent vertices at its endpoints, so there would be two odd-valent vertices per trail. Then a graph with 2k odd-valent vertices would decompose into k trails provided the graph was Eulerian?
 
In the OP, you say you know that if a graph is connected and has 2k > 0 odd-valent vertices then it decomposes into k trails. Suppose more generally that a graph has n connected components. We've established that each must have an even number 2ki of odd-valent vertices, Ʃki = k. If the ith component decomposes into ki trails then we're home, right? How might that not be so? What condition are we missing on ki?
 
I think the ith component must have odd vertices; otherwise we have a circuit, not a trail.
 
  • #10
tarheelborn said:
I think the ith component must have odd vertices; otherwise we have a circuit, not a trail.
I'm not sure whether a trail is defined to have distinct endpoints. Maybe a circuit is just a special case of a trail? But even if a circuit is counted as a trail, you will still not be able to decompose the entire graph into k trails. Do you see why?
 
  • #11
The ith component would need odd vertices. Without that condition the graph could not be composed into k trails. Is that what you mean?
 
  • #12
tarheelborn said:
The ith component would need odd vertices. Without that condition the graph could not be composed into k trails. Is that what you mean?

Yes. E.g. Consider a graph consisting of two connected components, K2 and K3. It satisfies the criteria in the OP (k=1), but does not consist of a single trail.
 
  • Like
Likes 1 person

Similar threads

Replies
3
Views
3K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
2K
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K