Given a natural number $k> 1$. Prove that if through any edge of the graph $G$ passes less than $[e(k-1)! - 1]$ simple cycles, then the vertices of this graph can be colored with $k$ colors in the correct way.
Problem
Source: 239 2019 S8
Tags: graph theory, combinatorics, Chromatic number, cycles
11.08.2020 10:59
Any idea on this problem? I think using probability, especially 'Lovász local lemma' might be helpful. But I was not able to make up complete proof yet.
05.06.2021 22:06
Any idea for a probabilistic solution? (Perhaps using Lovasz' Local Lemma?)
25.06.2021 20:58
I would like to note that the solution of SinaQane (probably the official one) has many common ideas with the solution of ISL 2015 C7 (again proposed by Russia). Indeed, the idea here is to construct too many "colorful" cycles, which pass through a special edge (in this case $ab$, where $b$ has the color, appearing minimal number of times and $a$ is constructed using the maximality of $k-colorable$ subgraph.). However, the algorithm for construction of these cycles for each subset of colors is the same as the one in the ISL problem.
08.12.2021 21:00
SinaQane wrote: Solution:
18.12.2023 13:57
SinaQane wrote: Solution: in final part found [e(k-1)! -1] cycles pass through a vertex ,but problem gives a bound for cycles through edges , is this really a contradiction?