Consequences of Euler s Formula

Similar documents
Sum of Degrees of Vertices Theorem

Graph Theory Lecture 3: Sum of Degrees Formulas, Planar Graphs, and Euler s Theorem Spring 2014 Morgan Schreffler Office: POT 902

Planar Graphs. Complement to Chapter 2, The Villas of the Bellevue

CS311H. Prof: Peter Stone. Department of Computer Science The University of Texas at Austin

Introduction to Graph Theory

Euler Paths and Euler Circuits

V. Adamchik 1. Graph Theory. Victor Adamchik. Fall of 2005

Triangle deletion. Ernie Croot. February 3, 2010

Class One: Degree Sequences

Midterm Practice Problems

Connectivity and cuts

M-Degrees of Quadrangle-Free Planar Graphs

CMPSCI611: Approximating MAX-CUT Lecture 20

On planar regular graphs degree three without Hamiltonian cycles 1

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

Labeling outerplanar graphs with maximum degree three

Analysis of Algorithms, I

Total colorings of planar graphs with small maximum degree

Removing Even Crossings

3. Mathematical Induction

Simple Graphs Degrees, Isomorphism, Paths

8.1 Min Degree Spanning Tree

Handout #Ch7 San Skulrattanakulchai Gustavus Adolphus College Dec 6, Chapter 7: Digraphs

Selected practice exam solutions (part 5, item 2) (MAT 360)

136 CHAPTER 4. INDUCTION, GRAPHS AND TREES

Solutions to Homework 10

GRAPH THEORY LECTURE 4: TREES

Arrangements And Duality

Actually Doing It! 6. Prove that the regular unit cube (say 1cm=unit) of sufficiently high dimension can fit inside it the whole city of New York.

Graph Theory Problems and Solutions

Discrete Mathematics Problems

Mathematical Induction. Mary Barnes Sue Gordon

Asymptotically Faster Algorithms for the Parameterized face cover Problem

Extremal Wiener Index of Trees with All Degrees Odd

arxiv: v1 [cs.cg] 15 Sep 2014

The minimum number of distinct areas of triangles determined by a set of n points in the plane

Topological Treatment of Platonic, Archimedean, and Related Polyhedra

Max Flow, Min Cut, and Matchings (Solution)

Every tree contains a large induced subgraph with all degrees odd

Cycles in a Graph Whose Lengths Differ by One or Two

1 if 1 x 0 1 if 0 x 1

6.3 Conditional Probability and Independence

Removing even crossings

The positive minimum degree game on sparse graphs

Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

Approximation Algorithms

Applied Algorithm Design Lecture 5

Graph Theory Origin and Seven Bridges of Königsberg -Rhishikesh

INCIDENCE-BETWEENNESS GEOMETRY

x a x 2 (1 + x 2 ) n.

Short cycle covers of graphs with minimum degree three

Lecture 1: Course overview, circuits, and formulas

Lecture 7: NP-Complete Problems

Contents. 2 Lines and Circles Cartesian Coordinates Distance and Midpoint Formulas Lines Circles...

Collinear Points in Permutations

CS 598CSC: Combinatorial Optimization Lecture date: 2/4/2010

3. Linear Programming and Polyhedral Combinatorics

Cycles and clique-minors in expanders

3. Eulerian and Hamiltonian Graphs

Data Structures and Algorithms Written Examination

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction

Guessing Game: NP-Complete?

Shortcut sets for plane Euclidean networks (Extended abstract) 1

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. #-approximation algorithm.

61. Pascal s Hexagon Theorem.

5.1 Midsegment Theorem and Coordinate Proof

Minimum cost maximum flow, Minimum cost circulation, Cost/Capacity scaling

Problem Set 7 Solutions

Polytope Examples (PolyComp Fukuda) Matching Polytope 1

Undergraduate Notes in Mathematics. Arkansas Tech University Department of Mathematics

Math 181 Handout 16. Rich Schwartz. March 9, 2010

Computational Geometry. Lecture 1: Introduction and Convex Hulls

The Independence Number in Graphs of Maximum Degree Three

Large induced subgraphs with all degrees odd

Just the Factors, Ma am

Conductance, the Normalized Laplacian, and Cheeger s Inequality

Answer: (a) Since we cannot repeat men on the committee, and the order we select them in does not matter, ( )

On Some Vertex Degree Based Graph Invariants

Chapter 3: Section 3-3 Solutions of Linear Programming Problems

Which shapes make floor tilings?

Chapter Load Balancing. Approximation Algorithms. Load Balancing. Load Balancing on 2 Machines. Load Balancing: Greedy Scheduling

SECTION 10-2 Mathematical Induction

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON

THE BANACH CONTRACTION PRINCIPLE. Contents

Solving Quadratic Equations

Study Guide 2 Solutions MATH 111

Chapter 3.1 Angles. Geometry. Objectives: Define what an angle is. Define the parts of an angle.

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

The Goldberg Rao Algorithm for the Maximum Flow Problem

25 The Law of Cosines and Its Applications

Near Optimal Solutions

Research Statement. Andrew Suk

Zachary Monaco Georgia College Olympic Coloring: Go For The Gold

Smooth functions statistics

Algorithm Design and Analysis

Short Cycles make W-hard problems hard: FPT algorithms for W-hard Problems in Graphs with no short Cycles

THE PROBLEM WORMS (1) WORMS (2) THE PROBLEM OF WORM PROPAGATION/PREVENTION THE MINIMUM VERTEX COVER PROBLEM

Systems of Linear Equations in Three Variables

Transcription:

Consequences of Euler s Formula Theorem 1 If G is a connected planar graph with V, then 2F E V 6 Proof Let G be planar and connected, with or more vertices Case 1 Suppose that G has a face bounded by fewer than edges, in this case since V, G must be the path graph P and here V =, E = 2, F = 1, so that 2 F = 2, and V 6 =, so that 2F E V 6 Case 2 Suppose that every face of G is bounded by or more edges, numbering the faces of G from 1 to F, we have # of edges bounding face 1 # of edges bounding face 2 # of edges bounding face F and adding these inequalities, we have F D = # of edges bounding face f Since each face is bounded by at least 2 edges, we must have D 2E, so that F 2E, that is, 2 F E

To obtain the other inequality, we have F 2 E, and adding V E to both sides of this inequality, we have V E + F 2 E + V E = V 1 E, and from Euler s formula we have so that 2 = V E + F V 1 E, E V 6 Note In this theorem, we need V, since there are only two planar and connected graphs with V <, namely, K 1 and K 2, and the theorem is false for both of them Also, the theorem is false for multigraphs, for example the multigraph below has V =, E = 4, F =, and 4 = E V 6 = 9 6 = Example 2 The graph K 5 is not planar Proof Suppose that K 5 is a planar graph, then V = 5, E = ( 5 2) = 10, so that which is a contradiction Therefore K 5 is nonplanar E = 10 > 9 = 15 6 = V 6, Theorem If G is a connected planar graph with V, and G is triangle free, then 2F E 2V 4 Proof Let G be a connected planar graph with V, such that G is triangle free Case 1 Suppose G has a face bounded by fewer than four edges, then G must be one of the graphs below P P4 T 4 and the theorem holds for all three of these graphs

Case 2 Suppose that every face of G is bounded by four or more edges, then we have 4 # of edges bounding face 1 4 # of edges bounding face 2 4 # of edges bounding face F and adding these inequalities, we have 4F D = # of edges bounding face f Since each face is bounded by at least 2 edges, we must have D 2E, so that 4F 2E, that is, F 1 2 E From Euler s formula, that is, Therefore, 2 = V E + F V E + 1 2 E = V 1 2 E, E 2V 4 2F E 2V 4 Example 4 K, is nonplanar Proof Note that the graph K, is connected and has no triangles, K, and assuming that K, is planar, the previous theorem implies that E = 9 8 = 2 6 4 = 2V 4, which is a contradiction Therefore K, is nonplanar

Corollary 5 If G is a planar graph, then G has vertex of degree less than or equal to 5 Proof We may assume that G is connected, otherwise just work with the connected components Suppose that every vertex v of G has degree deg(v) 6, numbering the vertices of G from 1 to V, we have 6 deg(1) 6 deg(2) 6 deg(v ), and adding these inequalities, from the parity theorem we have 6V so that V E From Theorem 1 we have V deg(v) = 2E, V E V 6, which is a contrdiction Therefore, G has at least one vertex of degree less than or equal to 5 v=1 Exercise 6 Show that if G is a connected planar graph with less than 12 vertices then G has a vertex of degree at most 4 Hint Assume that every vertex has degree at least 5 to obtain a lower bound on E, then use the upper bound in Theorem 1 to show that V 12 Theorem 7 Let G be a connected planar graph with V vertices and E edges such that in a plane drawing of G every face has at least five edges on its boundary, then E 5V 10 Proof Euler s polyhedral formula for a plane drawing of a connected planar graph having V vertices, E edges, and F faces, is given by V E + F = 2 Let G be a connected planar graph with V vertices and E edges such that in a plane drawing of G every face has at least five edges on its boundary If we number the faces from 1 to F, then we can say 5 # of edges bounding face 1 5 # of edges bounding face 2 5 # of edges bounding face F so that 5F # of edges bounding face f

On the other hand, each edge bounds exactly two different faces, so the sum is equal to 2E, since each edge would be counted exactly twice, once for each of the two faces it borders, so we have 5F # of edges bounding face f = 2E From Euler s polyhedral formula F = E V + 2, so that 5F = 5E 5V + 10 2E, that is, E 5V 10 Example 8 The Petersen graph P shown below is nonplanar Proof Note that the smallest cycle in P has length 5, so that if P were a planar graph then each face would be bounded by a least 5 edges, so we may apply the result in the previous theorem Now, P has V = 10 vertices and E = 15 edges, so if P were a planar graph, then we would have which is a contradiction Therefore, P is nonplanar 15 = 45 40 = 5 10 10,