Let be a given integer. Let be a finite simple graph with the property that each of its edges is contained in at most cycles. Prove that the chromatic number of the graph is at most .
Problem 1767
Official solution
1. Definitions and Initial Setup:
- Let be a finite simple graph with the property that each of its edges is contained in at most cycles.
- We need to prove that the chromatic number of is at most .
2. Claim 1:
- Statement: has a -critical -chromatic subgraph with .
- Proof:
- There exists a subgraph of with .
- If is -critical, the claim is trivial.
- If not, there exists an edge such that .
- Repeat this process until obtaining a -critical -chromatic subgraph of . This process terminates because is finite.
3. Claim 2:
- Statement: Let be the -critical -chromatic graph. Then every pair of adjacent vertices can be connected by edge-disjoint even paths.
- Proof:
- Let . Since is -critical, has a coloring with colors: .
- Since is not -colorable, assume without loss of generality that .
- Consider another color and the graph induced by the vertices of colors and .
- Let be the connected component of containing . If , we can switch the colors and in , resulting in a -coloring of , a contradiction.
- Hence, . Since is connected, there exists a path from to in .
- Each edge of connects a vertex of color to a vertex of color , making an even-length path.
- The paths must be edge-disjoint. This proves the claim.
4. Claim 3:
- Statement: The graph (from Claim 1) contains an even cycle.
- Proof:
- Let . From and Claim 2, there are two edge-disjoint even paths and from to , forming the circuit .
- If is a cycle, we are done.
- Otherwise, let . Let be the vertex closest to on .
- Define as the path from to in and as the path from to in . Similarly, define and .
- The cycle intersects the circuit only at .
- If is even, we are done. If is odd, then , implying .
- Since , it follows that , implying that the cycle formed by and the edge is even.
5. Final Argument:
- Using Claim 3, consider an even cycle in and .
- From Claim 2, there are edge-disjoint even paths from to in .
- The cycles are of odd lengths for , implying at least cycles in passing through the edge , contradicting the given condition that each edge is contained in at most cycles.
The final answer is .