3-connected graph- Proof

$\begingroup$

Prove that there is no 3-connected graph with 7 edges.

My solutions:

Let G be a simple, connected graph. $\delta \left ( G \right )$ (minimum degree) for k-connected graph is: $\delta(G)\geq k$. So in our case $\delta(G)\geq 3$.

Let $\delta(G)= 3$, then according to definition $\left | V\left ( G \right ) \right |> 3$ ( $\left | V\left ( G \right ) \right |$ number of vertices). Let $\left | V\left ( G \right ) \right |= 4$, then $\left | E\left ( G \right ) \right |=6$.

Does it prove the statement?

$\endgroup$ 10

1 Answer

$\begingroup$

Suppose that $G$ is a $3$-connected graph with $7$ edges. You’ve shown that $|V(G)|\ge 5$, and we know that $\delta(v)\ge 3$ for each $v\in V$ (since $G$ is $3$-connected), so $\sum_{v\in V}\delta(v)\ge 3\cdot 5=15$, contradicting the fact that $\sum_{v\in V}\delta(v)=2|E(G)|=14$. Therefore no such graph exists.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like