I'm stuck on following graph theory problem:
suppose for two vertices $u$ and $v$ in an undirected graph $G$, any pair of paths between $u$ and $v$ share a common vertex (different from $u$ and $v$), then there exists vertex $w$ ($w\neq u,v$), which lies on all paths between $u$ and $v$.
I don't know if this statement is true, but can't come up with any counterexamples. how can I approach this problem?
This is a special case of Menger's theorem.
If any two $u,v$-paths share a common vertex, then the maximum number of vertex-disjoint $u,v$-paths we can find is at $1$; therefore by Menger's theorem, there is a $u,v$-cut of size $1$, which is the vertex $w$.
This is assuming we're not in one of several trivial cases: