Upper Bound Theorem: Verifying Inequality & Non-Planarity

Natasha1
Messages
494
Reaction score
9
The converse of the Upper Bound Theorem would state that a graph which satisfies the inequality

e \leq { \frac{n (v-2)}{n-2} is planar.

This converse is not true as seen in picture.

Verify that the inequality e \leq { \frac{n (v-2)}{n-2} is true for this graph.

Using the inside-outside algorithm to show that the graph is actually non-planar.
 

Attachments

  • Pic 2.jpg
    Pic 2.jpg
    11.3 KB · Views: 403
Last edited:
Physics news on Phys.org
Does anyone know what the n stands for?
 
Last edited:
e = edges
v = vertices

but what is n?
 
There is more than one "upper bound theorem" and more than one "inside-out algorithm." Why don't you start by stating them here? This will help you as well as me. Your book should tell you what n is in the theorem statement.
 
Even using google doesn't help me to understand what n is?
 
Yes, so look in your book.
 
Not in my book
 
It will be explained wherever you got the question from.
 
I'll take a guess- perhaps n is the smallest cycle. This would correspond to the face with the smallest number of edges in a planar graph*, so you would have n<=2e/f. Apply Euler's to get rid of f (this is assuming planar) and fiddle around and you can get the inequality you've posted.

But yea, this should be in your book, notes, or wherever this problem is from, so find it in your materials as my guess may not be what they are after (though it does look like it).*edit- this isn't quite right, but the minimal cycle length is <= the smallest number of edges on a face and the rest is the same.
 
Last edited:
Back
Top