Prove that a graph with $n$ vertices and less than $n$-1 edges, is disconnected.

1.9k Views Asked by At

Prove that if $G$ is a graph with $n$ vertices and fewer than $n$-1 edges, then $G$ is disconnected.

The book I am working through uses a similar definition of "$n$ vertices and at least $n$-1 edges, then $G$ is connected". They do not provide a proof for that, and now it is asking for the proof of 'fewer than $n$-1 edges, then $G$ is disconnected. I'm not sure how to go about this proof. Any help would be great!

2

There are 2 best solutions below

1
On

Pick a vertex. To go to the other $n-1$ vertices from our chosen vertex requires at least $n-1$ distinct edges. Then the conclusion follows.

0
On

Adding an edge to a graph can connect at most two connected components.

Since the empty graph starts with $n$ connected components, adding less than $n-1$ edges will not get you down to a single connected component.