We know that:
If we have N vertices To build a connected undirected graph, you'll need at least N-1 edges. Let M be the set of possible connected undirected graphs with N-1 edges.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Can we prove or disprove that if there's an undirected connected graph with more than N-1 edges, it must contain one of the graphs in M? In other words, can we take one of the graphs in M and add edges to create this new graph?
(by "containing", I mean that it has all the edges of the other graph plus some more.)