Poof: A tree with n vertices has n-1 edges
Let us assume a tree $T = (V,E)$ such that $|V| = n,$ we know that trees are minimally connected (1-connected) graphs, and that they are maximal acyclic graphs. Hence, deleting any edge $e∈E(T)$ leads to a forest with two components (disconnecting the graph). Since Trees are maximal acyclic and adding any edge creates a cycle as a subgraph, we cannot have $n$ or more edges as that would create at least 1 cycle. We can have $n-1$ edges as that would also lead to a unique path between any two vertices $u,v∈V(T),$ which fits properties of a tree. Therefore, it must be the case that claim must be true.
Note: Is this claim possible to prove via induction? If so, then I would love to try that.
Yes, it can very well be proved using induction.