[Math] For planar triangulation, equivalence between 4-connectedness and non existence of separating triangle.

connectednessgraph theorytrianglestriangulation

I want to prove the following equivalence:

"A planar triangulation is 4-connected if and only if it has no separating triangle."

My attempts so far:

$\Rightarrow$:

If there is a separating triangle then by definition its removal separates the graph. This graph is therefore not 4-connected.

$\Leftarrow$:

Any triangulation is 3-connected: Considering one vertex, the subgraph induced by its neighborhood is $K_3$ which is 2-connected. We removed 2 vertices and the graph remains connected.
Now that we know the triangulation is 3-connected, we can use Whitney Theorem:"if $G$ is planar 3-connected, its faces in any planar represention are precisely its non-separating induced cycles." But I don't really see how.

Are my proofs right so far? Is it possible to conclude with Whitney theorem?

EDIT

A separating triangle is a cycle of length 3 whose removal separates the graph.
If there is no separating triangle then any cycle of length 3 is non-separating the graph.

Any triangulation is planar and 3-connected (I realize my proof of the 3-connectedness does not work, still working on it…), so we can use Whitney and claim that for any separating triangle, none bounds any face of the graph. Hence there is at least one vertex inside and outside of the separating triangle.

I think the fact a plane triangulation is a maximal planar may also be useful.

But I cannot find a valid proof…

Best Answer

"A planar triangulation is 4-connected if and only if it has no separating triangle."

$\Rightarrow$:

If there is a separating triangle then there is a 3-cut set. The graph is therefore not 4-connected.

$\Leftarrow$:

A planar triangulation is 3-connected. If the graph is not 4-connected, then any minimal cutset $S$ is a set of 3 vertices. A planar triangulation is a chordal graph. And in a chordal graph, any minimal cutset is a clique. So $S$ is a separating triangle.