This is problem 4.2.8 in introduction to graph theory by West.
Prove that a simple graph $G$ is 2-connected if and only if for every triple $(x,y,z)$ of distinct vertices, $G$ has an $x,z$-path through $y$.
The forward direction is easy because if it is 2 connected its connected so theres a path from $x$ to $y$ and a path from $y$ to $z$ so putting them together gives a path.
I dont see how the other direction goes except to think try to show there is a simple cycle containing x and z from the assumption. Tips would be appreciated and this is not homework its just self study.
HINT: Suppose that $x$ is a vertex whose removal disconnects the graph; there must be vertices $y$ and $z$ that are in distinct components of $G-x$. Can there be an $x,z$ path through $y$? (I’m assuming that by path you mean simple path.)