Let be a positive integer. We call a graph -good if among any vertices of there exist two vertices connected by an edge. Find the least positive integer such that for any -good connected graph with vertices there exists a cycle with the property:
After deleting all edges of the cycle the graph remains connected.
, 2022
Solution
We prove first that . Consider a graph with vertices consisting of triangles with vertices for and the path . It is easy to see that the graph is -good and by deleting any cycle the graph is not connected.
Let be -good graph having vertices. First we find a covering tree of and color its vertices in two colors. Let be the tree obtained after adding the first vertices and . Set . To obtain we choose arbitrary vertex of , color this vertex in black and add it to . To obtain we choose a vertex that is a neighbour of the vertex of (such a vertex exists since is connected), color this vertex in white and add it and its edge to in . Assume we have constructed for some . If there are less than white vertices in in order to obtain we choose a vertex from , that is connected to a white vertex from (if such a vertex exists) and add this vertex and its edge to a white vertex from and color in black. If such a vertex does not exist we choose arbitrary vertex from , that is connected to a black vertex, we add it to and color it in white. If there are white vertices in
then the condition of the problem implies that from any vertex of there is at least one edge to the white vertex of , because there are no neighbouring white vertices in . Therefore we can construct a covering tree by adding to exactly one vertex from each of the vertices of to the white vertices in and coloring every vertex from in black. It is easy to see that at the end we get a covering tree in which no two vertices of the same color are neighbours and there are at most white vertices. Thus there are at least black vertices in . Consider the subgraph of from all black vertices of . Let contains connected components . Consider covering trees of respectively. Color the vertices in each of in blue and red such that no two vertices of the same color are connected. It follows that at least vertices of are of the same color. By the condition of the problem there is an edge in these vertices. Therefore there exists such that there is at least an edge in that is not in (because the vertices of the same color are not connected in ). This implies that there is a cycle in . If we delete the edges of this cycle there are no edges from because no two vertices from are connected in . Thus, after deleting the edges of this cycle still contains , i.e. it remains connected.