Let $G$ be a $k+1$ connected graph with distinct vertices $a, b, x_1, ... , x_k$. Show that there is a path from $a$ to $b$ containing all the $x_i$.
My idea was to use Menger's theorem on the neighbours of $a$ and $b$. This means that from any neighbour of $a$ there are $k+1$ vertex disjoint paths to every neighbour of $b$.
But I also need to make sure that all the $x_i$ are contained. Can anyone give me a hint?
Hint: you may find the Fan Lemma useful. It says that in a $k$-connected graph, if you have vertices $u, v_1, v_2,\dots, v_k$, then exists a family of $k$ internally disjoint disjoint paths $P_1, P_2, \dots, P_k$, where the path $P_i$ starts at $u$ and ends at $v_i$.
A proof can be found here: A question on $k$-connected graphs. (hover over the boxes to see more hints)
Proof idea using Fan Lemma:
This is very similar to the proof of Dirac's Theorem, which you can find here: Every $k$ vertices in a $k$-connected graph lie on a cycle