Kenta Noguchi Keio University Japan 2012/5/301Cycles in Graphs.

Slides:



Advertisements
Similar presentations
Simple Graph Warmup. Cycles in Simple Graphs A cycle in a simple graph is a sequence of vertices v 0, …, v n for some n>0, where v 0, ….v n-1 are distinct,
Advertisements

22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
Applications of Euler’s Formula for Graphs Hannah Stevens.
Lecture 1: The Euler characteristic of a series of preparatory lectures for the Fall 2013 online course MATH:7450 (22M:305) Topics in Topology: Scientific.
Embeddings with all triangles faces Dan Archdeacon The University of Vermont.
 Graph Graph  Types of Graphs Types of Graphs  Data Structures to Store Graphs Data Structures to Store Graphs  Graph Definitions Graph Definitions.
Pamela Leutwyler. A river flows through the town of Konigsburg. 7 bridges connect the 4 land masses. While taking their Sunday stroll, the people of Konigsburg.
Decision Maths Graphs Wiltshire Graphs A graph is just a diagram made up of “dots” and “lines”. These are all graphs. The dots are called “nodes” or.
Kerry R. Sipe Aug. 1, 2007 On the Non-Orientable Genus of Zero Divisor Graphs Missouri State University REU.
Topology YAN JIE (Ryan).
1 Representing Graphs. 2 Adjacency Matrix Suppose we have a graph G with n nodes. The adjacency matrix is the n x n matrix A=[a ij ] with: a ij = 1 if.
Discrete Structures Chapter 7B Graphs Nurul Amelina Nasharuddin Multimedia Department.
Lists A list is a finite, ordered sequence of data items. Two Implementations –Arrays –Linked Lists.
Computational Geometry Seminar Lecture 1
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.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
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.
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.
Problem: Induced Planar Graphs Tim Hayes Mentor: Dr. Fiorini.
9.2 Graph Terminology and Special Types Graphs
GRAPH Learning Outcomes Students should be able to:
Matthew Bowling Euler’s Theorem Mathfest Spring ‘15.
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.
Graphs Chapter 10.
Maps. Graphs on Surfaces We are mainly interested in embeddings of graphs on surfaces:  : G ! S. An embedding should be differentiated from immersion.
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.:
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.
Lines in the plane, slopes, and Euler’s formula by Tal Harel
MAT 2720 Discrete Mathematics Section 8.7 Planar Graphs
Planar Graphs Graph Coloring
Introduction to Planarity Test W. L. Hsu. 2/21 Plane Graph A plane graph is a graph drawn in the plane in such a way that no two edges intersect –Except.
Agenda Review: –Planar Graphs Lecture Content:  Concepts of Trees  Spanning Trees  Binary Trees Exercise.
Stefan Felsner planar graph G planar embedding of G A graph G is planar if it can be drawn on the plane with no crossing edges.
Graph.
An Introduction to Graph Theory
Discrete Mathematical Structures: Theory and Applications
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
Chapter 9.7 Planar Graphs These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 6th ed., by Kenneth H.
Euler characteristic (simple form):
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
COMPSCI 102 Introduction to Discrete Mathematics.
Chapter 7 Planar Graphs 大葉大學 資訊工程系 黃鈴玲  7.2 Planar Embeddings  7.3 Euler’s Formula and Consequences  7.4 Characterization of Planar Graphs.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
1. 課程大綱 OUTLINE Line Integrals (曲線積分) Surface Integral (曲面積分) 2.
Graph Theory CSRU1400, Fall 2007 Ellen Zhang.
CSE 373, Copyright S. Tanimoto, 2001 Graphs 1 -
Graph theory Definitions Trees, cycles, directed graphs.
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.
Planarity Cox, Sherman, Tong.
Graph.
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.
Walks, Paths, and Circuits
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.
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.
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.
Decision Maths Graphs.
Student:連敏筠 Advisor:傅恆霖
MAT 2720 Discrete Mathematics
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.
N(S) ={vV|uS,{u,v}E(G)}
Discrete Mathematics for Computer Science
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.
Drawing a graph
Drawing a graph
Agenda Review Lecture Content: Shortest Path Algorithm
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.
Drawing a graph
Presentation transcript:

Kenta Noguchi Keio University Japan 2012/5/301Cycles in Graphs

Outline Definitions The minimum genus even embeddings Cycle parities Rotation systems and current graphs Problems and main theorems 2012/5/302Cycles in Graphs

Outline Definitions The minimum genus even embeddings Cycle parities Rotation systems and current graphs Problems and main theorems 2012/5/303Cycles in Graphs

Definitions : the complete graph on vertices : orientable surface of genus : nonorientable surface of genus : the Euler characteristic of Embedding of on : drawn on without edge crossings An even embedding : an embedding which has no odd faces 2012/5/304Cycles in Graphs

Outline Definitions The minimum genus even embeddings Cycle parities Rotation systems and current graphs Problems and main theorems 2012/5/305Cycles in Graphs

The minimum genus even embeddings of Theorem A (Hartsfield) The complete graph on vertices can be even embedded on closed surface with Euler characteristic which satisfies following inequality. 2012/5/306Cycles in Graphs

Cycle parities In even embedded graphs, the parities of the lengths of homotopic cycles are the same. Then, even embedded graphs can be classified into several types by parities of lengths of their cycles. 2012/5/307Cycles in Graphs

A list of the cycle parity TrivialNontrivial TrivialType AType BType C TrivialType DType EType F 2012/5/308Cycles in Graphs

Main theorem Theorem 1 For any of the types A, B and C, there is a minimum genus even embedding of if except the case and type C. For any of the types D, E and F, there is a minimum genus even embedding of if except the case and type D. 2012/5/309Cycles in Graphs 2012/5/309Cycles in Graphs

Outline Definitions The minimum genus embeddings Cycle parities Rotation systems and current graphs Problems and main theorems 2012/5/3010Cycles in Graphs

Definition of cycle parities : a closed surface : the fundamental group on a cycle parity of : a homomorphism from simple closed curves on to the parities of their length of 2012/5/3011Cycles in Graphs

Equivalence relation Let be embedding and be embedding,then homeomorphism s.t. On each, we want to count the number of equivalence classes of cycle parities. 2012/5/3012Cycles in Graphs

Equivalence classes on Trivial (bipartite) Nontrivial (nonbipartite) 2012/5/3013Cycles in Graphs

Equivalence classes on Trivial Type A Type B Type C 2012/5/3014Cycles in Graphs Theorem (Nakamoto, Negami, Ota) G : locally bipartite graph if G is in type A if G is in type B if G is in type C

Equivalence classes on Trivial Type D Type E Type F 2012/5/3015Cycles in Graphs Theorem (Nakamoto, Negami, Ota) G : locally bipartite graph if G is in type D if G is in type E if G is in type F

Main theorem Theorem 1 For any of the types A, B and C, there is a minimum genus even embedding of if except the case and type C. For any of the types D, E and F, there is a minimum genus even embedding of if except the case and type D. 2012/5/3016Cycles in Graphs 2012/5/3016Cycles in Graphs

Outline Definitions The minimum genus even embeddings Cycle parities Rotation systems and current graphs Problems and main theorems 2012/5/3017Cycles in Graphs

An embedding of a graph Give a vertex set and its rotation system. These decide an embedding. 2012/5/3018Cycles in Graphs

Example of a rotation system a rotation system an embedding of a graph 2012/5/3019Cycles in Graphs

Embeddings on nonorientable surfaces Give signs to the edges We call a twisted arc if. We embed such that each of rotation of and is reverse. 2012/5/3020Cycles in Graphs

Current graphs A current graph is a weighted embedded directed graph, where. We call twisted arcs broken arcs. 2012/5/3021Cycles in Graphs

Derived graphs A current graph derives a derived graph as follows. Sequences of currents on the face boundaries of become : rotation of. is defined by adding for each element of. 2012/5/3022Cycles in Graphs

Derived graphs We define so that arcs which are traced same direction in face boundaries become twisted arcs, and the others become nontwisted arcs. 2012/5/3023Cycles in Graphs

current graph rotation system derived graph 2012/5/3024Cycles in Graphs

Outline Definitions The minimum genus even embeddings Cycle parities Rotation systems and current graphs Problems and theorems 2012/5/3025Cycles in Graphs

Problem Which is the type of the cycle parities of the even embeddings of the complete graphs derived from current graphs? 2012/5/3026Cycles in Graphs

Theorem 2 Let be a current graph which derives : nontrivial even embedding. All arcs are traced same direction in face boundaries of, if and only if is in type A or E. 2012/5/30Cycles in Graphs27

Theorem 3 Let be a current graph with m broken arcs with which derives : nontrivial even embedding. Then, the cycle parity is in either type A, B or F if m is odd, either type C, D or E if m is even. 2012/5/3028Cycles in Graphs

A list of the cycle parity Theorem 2Theorem 3 Type A ○ Type B ○ Type C ○ (except ) Type E ○ Type F ○ Type D ○ (except ) 2012/5/3029Cycles in Graphs

Type A D Type B E Type C F 2012/5/3030Cycles in Graphs

Future work The other cases How is the ratio of embeddings in each type of the cycle parity in all the minimum genus even embeddings of ? 2012/5/3031Cycles in Graphs

Thank you for your attention! 2012/5/3032Cycles in Graphs

Type AType BType C ○○○ ○○ ○ ( ?) ??○ ?○○ Type DType EType F ○○○ ○ ( ?)○○ ○○? ○?○ 2012/5/3033Cycles in Graphs