I have the following question that I must prove or disprove:
Let =(,)be an undirected connected graph. Let be the minimum amount of edges one needs to add to G so that the resulting graph has an Euler cycle. Then x≤floor(n/2) when n=the number of vertices.
I believe this is untrue because if I have a graph of one vertex with an edge that connects to itself, then x=1 and floor(n/2)=0, so this statement cannot hold. However, I'm wondering if a one-vertex graph truly fulfills all the requirements. Is a one-vertex graph both undirected, connected and able to be considered a Euler cycle when it loops to itself? TIA.