Miniconference on the Mathematics of Computation

Slides:



Advertisements
Similar presentations
Lecture 9 - Cop-win Graphs and Retracts Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Advertisements

1 Almost all cop-win graphs contain a universal vertex Anthony Bonato Ryerson University CanaDAM 2011.
Edge-connectivity and super edge-connectivity of P 2 -path graphs Camino Balbuena, Daniela Ferrero Discrete Mathematics 269 (2003) 13 – 20.
CompSci 102 Discrete Math for Computer Science April 19, 2012 Prof. Rodger Lecture adapted from Bruce Maggs/Lecture developed at Carnegie Mellon, primarily.
Planar / Non-Planar Graphs Gabriel Laden CS146 – Spring 2004 Dr. Sin-Min Lee.
Applied Combinatorics, 4th Ed. Alan Tucker
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
The Analysis and Design of Approximation Algorithms for the Maximum Induced Planar Subgraph Problem Kerri Morgan Supervisor: Dr. G. Farr.
Week 11 – Cop number of outerplanar graphs Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Applied Combinatorics, 4th Ed. Alan Tucker
What is the next line of the proof? a). Let G be a graph with k vertices. b). Assume the theorem holds for all graphs with k+1 vertices. c). Let G be a.
Tucker, Applied Combinatorics, Section 1.4, prepared by Patti Bodkin
Graph Colouring Lecture 20: Nov 25.
Is C 6 2-critical? a). Yes b). No c). I have absolutely no idea.
Drawing of G. Planar Embedding of G Proposition Proof. 1. Consider a drawing of K 5 or K 3,3 in the plane. Let C be a spanning cycle. 2. If the.
What is the next line of the proof? a). Assume the theorem holds for all graphs with k edges. b). Let G be a graph with k edges. c). Assume the theorem.
Problem: Induced Planar Graphs Tim Hayes Mentor: Dr. Fiorini.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 4, Monday, September 8.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
Week 10 – Meyniel’s conjecture Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Matthew Bowling Euler’s Theorem Mathfest Spring ‘15.
Graph Theory Chapter 6 Planar Graphs Ch. 6. Planar Graphs.
Planar graphs with no 5- cycles, 6-cycles or intersecting triangles are 3-colorable Carl Yerger, Davidson College Clemson Mini-Conference 2012.
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Planar Graphs Lecture 10: Oct 21. This Lecture Today we will talk about planar graphs, and how to color a map using 6 colors. Planar graphs Euler’s formula.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
Great Theoretical Ideas in Computer Science for Some.
5-color theorem 林典濤 : PPT, Lecture note 陳咨翰 : Presentation.
COMPSCI 102 Introduction to Discrete Mathematics.
Trees.
Cops and Robber on Planar Graphs Presented by Aaron Maurer Results of Work Done at IMA REU 2010 Aaron Maurer (Carleton College), John McCauley (Haverford.
Great Theoretical Ideas In Computer Science
Outline 1 Properties of Planar Graphs 5/4/2018.
Discrete Mathematics Graph: Planar Graph Yuan Luo
Great Theoretical Ideas In Computer Science
Applied Combinatorics, 4th Ed. Alan Tucker
What is the next line of the proof?
Algorithms and Complexity
Throttling for Cops and Robbers on Graphs
Topological directions in Cops and Robbers
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
Discrete Mathematics and its Applications Lecture 1 – Graph Theory
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
Modelling and Searching Networks Lecture 3 – ILT model
Applied Combinatorics, 4th Ed. Alan Tucker
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
Discrete Mathematics and its Applications Lecture 8 – Cop-win Graphs
Discrete Mathematics and its Applications Lecture 3 – ILT model
What we know and don’t know about the cop number of a graph
Modelling and Searching Networks Lecture 9 – Meyniel’s Conjecture
Modelling and Searching Networks Lecture 8 – Cop-win Graphs
MAT 2720 Discrete Mathematics
Discrete Mathematics and its Applications Lecture 7 – Cops and Robbers
Modelling and Searching Networks Lecture 4 – ILAT model
Adjacency Matrices and PageRank
Miniconference on the Mathematics of Computation
Miniconference on the Mathematics of Computation
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 8th ed., by Kenneth H.
Modelling and Searching Networks Lecture 9 – Meyniel’s Conjecture
Modelling and Searching Networks Lecture 10 – Cop Number and Genus
Gaph Theory Planar Graphs
Discrete Mathematics for Computer Science
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
Planarity.
Almost all cop-win graphs contain a universal vertex
Chapter 10.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7th ed., by Kenneth H.
Graph Theory Proof In Class Exercise.
GRAPH THEORY Properties of Planar Graphs Ch9-1.
Presentation transcript:

Miniconference on the Mathematics of Computation AM8002 Discrete Mathematics and its Applications Lecture 10 – Cop Number and Genus Dr. Anthony Bonato Ryerson University

Planar graphs a graph is planar if it can be drawn in the plane without edge crossings

Facts on planar graphs let G be a planar graph with order n and size e e ≤ 3n – 6 if G has no triangles, then e ≤ 2n – 6 every planar graph has a vertex of degree at most 5

11.0 Exercise Explain why K5 is not planar. Prove that a planar graph has a proper coloring with 6 colors. (Hint: Proof is one line!)

Cops on planar graphs Theorem 11.1 (Aigner, Fromme,84): Planar graphs have cop number at most 3.

11.1 Exercise: Buckeyball graphs Prove these two graphs have cop number 3.

Ideas behind proof cop territory: induced subgraph so that if the robber entered he would eventually be caught (not necessarily immediately) cop territory starts as a maximum order isometric path inductively grow cop territory, until it is entire graph show that the cop territory is always one of three kinds, and that we can always enlarge it so it remains one of the three kinds

Outerplanar graphs a graph is outerplanar if its vertices can be arranged on a circle with the following properties: Every edge joins two consecutive vertices on the circle, or forms a chord on the circle. If two chords intersect, then they do so at a vertex.

Examples cycles each of these are outerplanar:

Cop number of outerplanar graphs Theorem 11.2 (Clarke, 02) If G is outerplanar, then it’s cop number is at most 2. proof is simpler than planar case, but still needs some care overall idea is similar: enlarge cop territory two cases: no cut vertices, or some cut vertices

Graphs on surfaces ? ? S0 S1

Genus of a graph a graph that can be embedded in an (orientable!) surface with g holes (and no fewer) has genus g planar: genus 0 toroidal: genus 1 Sg

Higher genus Schroeder’s Conjecture: If G has genus g, then c(G) ≤ g + 3. true for g = 0 (Schroeder, 01): true for g = 1 (toroidal graphs) (Quilliot,85): c(G) ≤ 2g + 3. (Schroeder,01): c(G) ≤ 3g/2 + 3 use 1 or 2 cops to reduce genus of robber territory, then use induction Cops and Robbers