Jordan Curve Theorem A simple closed curve cuts its interior from its exterior.

Slides:



Advertisements
Similar presentations
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
Advertisements

Transversals and Angles 3-4A What is a transversal? What are four types of angles made by a transversal? What are the five steps in a deductive proof?
Angles and Parallel Lines
CHAPTER 4 Parallels. Parallel Lines and Planes Section 4-1.
Graph Theory Ming-Jer Tsai. Outline Text Book Graph Graph Theory - Course Description The Topics in the Class Evaluation.
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.
Computational Geometry Seminar Lecture 1
Definition Dual Graph G* of a Plane Graph:
Drawing of G. Planar Embedding of G Chord A chord of a cycle C is an edge not in C whose endpoints lie in C.
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.
7/4/ : Angles and Parallel Lines l m t l m t 5 6.
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.
Curve Curve: The image of a continous map from [0,1] to R 2. Polygonal curve: A curve composed of finitely many line segments. Polygonal u,v-curve: A polygonal.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
PARALLEL LINES and TRANSVERSALS.
GEOMETRY PRE-UNIT 4 VOCABULARY REVIEW ALL ABOUT ANGLES.
Graph Theory Ch6 Planar Graphs. Basic Definitions  curve, polygon curve, drawing  crossing, planar, planar embedding, and plane graph  open set  region,
Graph Theory Chapter 6 Planar Graphs Ch. 6. Planar Graphs.
Planar Graphs: Euler's Formula and Coloring Graphs & Algorithms Lecture 7 TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.:
 2. Region(face) colourings  Definitions 46: A edge of the graph is called a bridge, if the edge is not in any circuit. A connected planar graph is called.
Art gallery theorems for guarded guards T.S. Michael, Val Pinciub Computational Geometry 26 (2003) 247–258.
Section 3.2 Properties of Parallel Lines. If two parallel lines are cut by a transversal, then Alternate interior angles (AIAs) are Alternate exterior.
V Spanning Trees Spanning Trees v Minimum Spanning Trees Minimum Spanning Trees v Kruskal’s Algorithm v Example Example v Planar Graphs Planar Graphs v.
Line and Angle Relationships Sec 6.1 GOALS: To learn vocabulary To identify angles and relationships of angles formed by tow parallel lines cut by a transversal.
1 Angles and Parallel Lines. 2 Transversal Definition: A line that intersects two or more lines in a plane at different points is called a transversal.
Polyhedron Platonic Solids Cross Section
Chapter 10.8 Graph Coloring
3.1 Lines and Angles Relationships between lines Identify angles formed by a transversal.
Chapter 10.8 Graph Coloring These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7 th ed., by Kenneth.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Planarity Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT.
Planar Graphs prepared and Instructed by Arie Girshson Semester B, 2014 June 2014Planar Graphs1.
Parallel Lines and Transversals. What would you call two lines which do not intersect? Parallel A solid arrow placed on two lines of a diagram indicate.
2.4 Angle Postulates and Theorems
8-3 Angle Relationships Objective: Students identify parallel and perpendicular lines and the angles formed by a transversal.
Distance on a coordinate plane. a b c e f g d h Alternate Interior angles Alternate exterior angles corresponding angles supplementary angles.
Angles Quiz.
Presented By Ravindra Babu, Pentyala.  Real World Problem  What is Coloring  Planar Graphs  Vertex Coloring  Edge Coloring  NP Hard Problem  Problem.
Discrete Mathematics Graph: Planar Graph Yuan Luo
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
3.1 – 3.2 Quiz Review Identify each of the following.
Exterior Angle Theorem Parallel Lines Cut by a Transversal
3.2- Angles formed by parallel lines and transversals
Warm Up Name all points on the Coordinate Plane and Note their Corresponding Quadrant or Axis..
Properties of Parallel Lines
Parallel Lines and Planes
Great Theoretical Ideas In Computer Science
Name That Angle Geometry Review.
Proving Lines Parallel
What is the next line of the proof?
3-2 Angles & Parallel Lines
Transversal Definition: A line intersecting two or more other lines in a plane. Picture:
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
3-2: Angles Formed by Parallel Lines and Transversals
3.2- Angles formed by parallel lines and transversals
Module 14: Lesson 2 Transversals and Parallel Lines
B D E What is the difference between a point and a vertex?
Module 14: Lesson 3 Proving Lines are Parallel
Vertical Angles Vertical angles are across from each other and are created by intersecting lines.
Chapter 10.8 Graph Coloring
Planarity.
3-2 Angles and Parallel Lines
Parallel Lines and Transversals
Proving Angles Congruent
Drawing a graph
Presentation transcript:

Jordan Curve Theorem A simple closed curve cuts its interior from its exterior.

Theorem 6.3.1

Dual Graph The dual graph G* if a plane graph is a plane graph whose vertices corresponding to the faces of G. The edges of G* corresponds to the edges of G as follows: if e is an edge of G with face X on one side and face Y on the other side, then the endpoints of the dual edge e* in E(G*) are the vertices x and y of G* that represents the faces X and Y of G.  K4K4

Proper Face-Coloring

Proper 3-edge-Coloring

Theorem 7.3.2

Theorem 7.3.4

Tait Coloring

Tait’s Conjecture

Grinberg’s Sufficient Condition

Grinberg’s Condition

Example 7.3.6

Are Planar Graph 4-Colorable? The four color theorem was proven using a computer, and the proof is not accepted by all mathematicians because it would be unfeasible for a human to verify by hand. Ultimately, in order to believe the proof, one has to have faith in the correctness of the compiler and hardware executing the program used for the proof. (see See pages in the text book.