Proving |V(G)|-1 <= |E(G)| for Connected Graphs: Graph Theory Homework Statement

Click For Summary
SUMMARY

The discussion centers on proving the inequality |V(G)| - 1 ≤ |E(G)| for any connected graph G. Participants highlight that a longest path H in the graph satisfies |E(H)| + 1 ≥ |V(H)|, establishing a foundational relationship between vertices and edges. They emphasize that to maintain connectivity, each additional vertex requires at least one edge, reinforcing the conclusion that a connected graph must have at least |V(G)| - 1 edges. The use of induction and specific examples further supports the argument.

PREREQUISITES
  • Understanding of basic graph theory concepts, including vertices and edges.
  • Familiarity with connected graphs and their properties.
  • Knowledge of mathematical induction as a proof technique.
  • Ability to visualize graph structures and paths.
NEXT STEPS
  • Study the principles of mathematical induction in graph theory proofs.
  • Explore the properties of connected graphs in more depth.
  • Learn about graph construction techniques and their implications on connectivity.
  • Investigate other inequalities related to vertices and edges in various types of graphs.
USEFUL FOR

This discussion is beneficial for students studying graph theory, educators teaching mathematical proofs, and researchers interested in the properties of connected graphs.

tgt
Messages
519
Reaction score
2

Homework Statement


Show that for any connected graph we have the |V(G)|-1 <= |E(G)|

The Attempt at a Solution



There exists a longest path in the connected graph, call H. It has |E(H)|+1>=|V(H)|. For the other parts of the graph, in order to minimise the number of edges we have all other branches out of this longest path has number of edges equaling number of vertices (any less edges and we have an isolated vertex) hence a connected graph with minimum number of edges must have |V(G)|-1 <= |E(G)|
 
Last edited:
Physics news on Phys.org
Have you considered induction?

I'm trying to visually see a connected graph. Say you have 6 vertices (a,b,c,d,e,f), since it it connected, you can "construct it" by say write a on the paper, then write b and put an edge. then write c, and put an edge from either a to c or b to c, and so on.. the one thing that remains invariant is that you need *at least* one edge for each vertex that you add.

I'm sure there might be a more "applied way" like consider connected graph v = {a,b}, e = {(a,b)}, then |v|= 2 and |e| = 1, so |v|-1=|e| this shows that you cannot have |v|-1>|e| "for all connected graphs" since that would contradict your example. Now you have an upper bound. But I don't know where to go from there..
 

Similar threads

Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
2
Views
2K
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K