I am trying to solve the following problem from Bollobas's book.
Let $G$ be a connected graph with minimal degree $\delta(G) = k$ where $k \geq1$. Show that $G$ contains a path $(x_1,\ldots ,x_k)$ such that $G-\{x_1,\ldots,x_k\}$ is also connected.
So far what I have from the hint is the following :
Let $x_1\ldots x_l$ where $l \geq k+1$ be a longest path. Suppose the contrary, that $G- \{x_1, \ldots ,x_k \}$ is disconnected and let $y_0 y_1 \ldots y_m$ be a longest path in a component $C$ not containing $x_{k+1}$. Then $d_{C}(y_0) \leq m$ but $y_0$ cannot be joined to $k-m$ vertices $x_1, \ldots, x_k$
Then how do we proceed?
I'll slightly reword the solution.
The key idea is that we can remove $\{x_1,\dots x_k\}=X$ where $x_1,\dots , x_l$ is a path of maximum length.
We proceed by contradiction:
Assume $G-X$ has at least two connected components. Let $C$ be one that does not contain $x_{k+1},\dots,x_l$.
We are going to build a path of length larger than $l$, which is a contradiction.
To do this we take a vertex $z$ in $C$ that is connected to the maximum number of vertices in $X$ (notice that it is at least one because $G$ is connected) and we take a path of maximum length $y_1,y_2,\dots,y_m$ in $C$ that ends in $z$.
Notice that all neighbours of $y_1$ must be in $y_2,\dots, y_m$ and so $y_0$ has at least $k-(m-1)$ neighbours in $X$, it follows that $z$ also has at least $k-(m-1)$ neighbours in $X$.
We donote the first such neighbour by $x_n$ and we look at the path $x_n,x_{n+1},\dots,x_k$. This path has at least $k-m+1$ elements.
So now we are going to consider a new path that is gonna be super long ! Are you ready? It is the following:
$y_1,y_2,\dots,y_m, x_k,x_{k+1},\dots,x_l$
How many elements are here?
The first chunk has $m$ elements, the second chunk has at least $k-m+1$ elements and the last chunk has $l-k$ elements.
This means that it has at least $l+1$ elements. This my dear friends constitutes a contradiction.