I saw this assertion:
Any connected graph $G$ with $|V(G)| \geq 3$ and at least $2$ vertices that are not in a cycle must have a vertex cut
and realise that we just need one vertex not in any cycle. I don't know if I made a mistake or my claim is ok:
- First, if $G$ does not have a cycle we are done because every vertex that is not a leaf is a vertex cut
- So let $C$ be a cycle and $v_1$ a vertex such that $v_1u_1 \in E(G)$ for some $u_1 \in C$ and $v_1$ is not in any cycle. These $C$,$v_1$ exists because if we have any vertex $v$ out of a cycle, we take a path $P$ between $v$ and some cycle $C$, minimal in this sense (so $P$ does not go through any other cycle). Then $P \cap C =\{u_1\}$ with $u_1 \in C$ and $u_1v_1 \in E\,$ for some $v_1\in P$, that is not in any cycle.
- For any $u_2 \in C$ there is no $(v_1,u_2)-$path that do not use $u_1$. Otherwise $u_1v_1Pu_2u_1$ would be a cycle that contains $v_1$. Then $u_1$ is a vertex cut (it separates $v_1$ from $C$)
is this ok? or am I missing something?
You are correct, and to make it even easier: