I saw you answered similar questions here, but I wanted to know if I can prove the theorem (= adding an edge to a tree creates a cycle) also like this:
It is known that the definition of a tree, is that it's- 1. connected, 2. with no cycles, 3. and with $n$ vertices and $n-1$ edges. Also, it is known that a cycle has- * equal number of vertices and edges, suppose- $n$ edges and $n$ vertices.Therefore, when we add one edge to a tree, the tree contains now $n$ edges $((n-1)+1),$ and it is exactly the number of its vertices, so it contains a cycle now.
Is this whole proof correct?


