Problem of the Week #126 - August 25th, 2014

  • Thread starter Thread starter Chris L T521
  • Start date Start date
Click For Summary
SUMMARY

The discussion addresses the problem of proving that in any simple, connected, planar graph, the number of edges \( e \) is less than or equal to \( 3v - 6 \), where \( v \) represents the number of vertices. The solution provided by user magneto utilizes Euler's formula, establishing the relationship between vertices, edges, and faces in planar graphs. Key steps include demonstrating that each face has a degree of at least 3 and applying the equation \( 2e = \sum_f d(f) \) to derive the inequality. This proof is essential for understanding the limitations of edge counts in planar graph structures.

PREREQUISITES
  • Understanding of planar graphs and their properties
  • Familiarity with Euler's formula for planar graphs
  • Knowledge of graph theory terminology, including vertices, edges, and faces
  • Basic mathematical proof techniques
NEXT STEPS
  • Study the implications of Euler's formula in different types of graphs
  • Explore advanced topics in graph theory, such as graph coloring and connectivity
  • Learn about the applications of planar graphs in computer science and network design
  • Investigate other graph inequalities and their proofs, such as the Handshaking Lemma
USEFUL FOR

This discussion is beneficial for mathematicians, computer scientists, and students studying graph theory, particularly those interested in planar graphs and their properties.

Chris L T521
Gold Member
MHB
Messages
913
Reaction score
0
Here's this week's problem!

-----

Problem: Show that in any simple, connected, planar graph, $e\leq 3v-6$ (i.e. the number of edges is less than or equal to six less than three times the number of vertices).

-----Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
This week's problem was correctly answered by magneto. You can find his solution below.

[sp]Given a simple, connected, planar graph $G$. We call a degree of a face, $d(f)$, the number of edges that touch the face $f$.
We know that each edge touches exactly two faces, so $2e = \sum_f d(f)$. We also know that $d(f) \geq 3$, i.e., each face
is bounded by at least 3 edges (a triangle), else we have parallel edges or loops, which violates the fact $G$ is simple.
Hence, we have $2e = \sum_f d(f) \geq 3f$.

Euler's formula on planar graph states $v - e + f = 2$, or $6 = 3v - 3e + 3f \leq 3v - 3e + 2e = 3v - e$.
Hence, $e \leq 3v - 6$.[/sp]
 

Similar threads

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