The following proposition about the number of components in a spanning forest of a graph $G$ has an easy inductive proof. You are asked to provide it in the exercises.
Proposition 12.1. Let $G=(V,E)$ be a graph on $n$ vertices, and let $H=(V,S)$ be a spanning forest. Then $0 \leq |S| \leq n-1$. Furthermore, if $|S|=n-k$, then $H$ has $k$ components. In particular, $H$ is a spanning tree if and only if it contains $n-1$ edges.
I am studying Graph Algorithms. I can solve the graph algorithm problems but I am confused with this proposition. If I were to prove this proposition, how would I start? Can anyone help here? Thank you.
