I am having a bit of trouble with the below question
Show or refute that there can be an odd number of vertices of even degree in an undirected Graph G.
In my opinion this is possible for a circular graph with odd number of vertices, but I am not sure how to proof that. I tried to proof that via induction, where for a graph with only one vertex and no edges the claim is true. Also when adding two vertices to the graph so that the number of vertices stays odd and also adding two edges to the graph to connect the vertices the claim is still true, since every vertex now has a degree of two, but I am not sure if that's the right inductive step.
I appreciate any help!