In my lecture of combinatory, there is this theorem :
T is a Tree $ \iff $ T has on edge less than the number of vertices and it is acyclic.
I'm confused because it appears to me that if there is at least a cycle in the graph, the graph must have the same number of edges and vertices... What do you think ? Do you have an example ?
Consider the graph on 4 vertices $a,b,c,d$ which consists of a triangle on the vertices $a,b,c$, i.e., the edges are $ab,ac,bc$. It contains 4 vertices and 3 edges, yet isn't a tree.