I'm working on problem #18 of section 11.3 from Ralph P. Grimaldi's textbook Discrete and Combinatorial Mathematics an Applied Introduction, fifth edition.
- Let $k$ be a fixed positive integer and let $G=(V,E)$ be a loop-free undirected graph, where $deg(v) \geq k$ for all $v \in V$. Prove that $G$ contains a path of length $k.$
I'm really having trouble understanding how to tackle the problem because the number of vertices is not given. At the end of section 11.1 states that when a graph is a multigraph it will be stated, however it is not stated in this problem that G cannot be a multigraph.
If G can be a multigraph then clearly the statement is false:
Start with $K_n$ the complete graph on $n$ vertices $v_1,v_2,...,v_n$ then add the edges $\{v_1,v_2\}$,$\{v_2,v_3\},...,\{v_{n-1},v_n\},\{v_n,v_1\}$, then every vertex has degree $n-1+2=n+1$, however there are only $n$ vertices, thus there is no path of length $n+1$.
For example with $K_5$ (the added edges being $\color{red}{red}$):
How do I go about working this problem?
