Unavoidable vertex-minors for large prime graphs O-joung Kwon, KAIST (This is a joint work with Sang-il Oum) Discrete Seminar in KAIST 1 October 4, 2013.

Slides:



Advertisements
Similar presentations
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Advertisements

Interval Graph Test.
Chapter 8 Topics in Graph Theory
Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
Bayesian Networks, Winter Yoav Haimovitch & Ariel Raviv 1.
Convex drawing chapter 5 Ingeborg Groeneweg. Summery What is convex drawing What is convex drawing Some definitions Some definitions Testing convexity.
9.7 Planar Graphs. Intro problem- 3 houses and 3 utilities K 3,3 problem: Can 3 houses be connected to 3 utilities so that no 2 lines cross? Similarly,
1 NP-completeness Lecture 2: Jan P The class of problems that can be solved in polynomial time. e.g. gcd, shortest path, prime, etc. There are many.
CompSci 102 Discrete Math for Computer Science April 19, 2012 Prof. Rodger Lecture adapted from Bruce Maggs/Lecture developed at Carnegie Mellon, primarily.
Edge-Coloring of Graphs On the left we see a 1- factorization of  5, the five-sided prism. Each factor is respresented by its own color. No edges of the.
Best illustrated through many methods Ramsey Numbers Any sufficiently large graph contains either a clique (a set of vertices that induce a subgraph)
A b c d e f g h j i k Graph G is shown. How many blocks does G have?
Applied Combinatorics, 4th Ed. Alan Tucker
Online Ramsey Games in Random Graphs Reto Spöhel Joint work with Martin Marciniszyn and Angelika Steger.
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.
On Balanced Signed Graphs and Consistent Marked Graphs Fred S. Roberts DIMACS, Rutgers University Piscataway, NJ, USA.
Perfect Graphs Lecture 23: Apr 17. Hard Optimization Problems Independent set Clique Colouring Clique cover Hard to approximate within a factor of coding.
1/25/2005Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 1.2 Isomorphism Prepared by Jo Ellis-Monaghan.
Michael Bender - SUNY Stony Brook Dana Ron - Tel Aviv University Testing Acyclicity of Directed Graphs in Sublinear Time.
Vertex Cut Vertex Cut: A separating set or vertex cut of a graph G is a set SV(G) such that S has more than one component. Connectivity of G ((G)): The.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Online Vertex Colorings of Random Graphs Without Monochromatic Subgraphs Reto Spöhel, ETH Zurich Joint work with Martin Marciniszyn.
CS5371 Theory of Computation Lecture 1: Mathematics Review I (Basic Terminology)
1 On the Benefits of Adaptivity in Property Testing of Dense Graphs Joint work with Mira Gonen Dana Ron Tel-Aviv University.
Is C 6 2-critical? a). Yes b). No c). I have absolutely no idea.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
CSE 373, Copyright S. Tanimoto, 2002 Up-trees - 1 Up-Trees Review of the UNION-FIND ADT Straight implementation with Up-Trees Path compression Worst-case.
MCA 520: Graph Theory Instructor Neelima Gupta
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.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
Minimum Spanning Trees. Subgraph A graph G is a subgraph of graph H if –The vertices of G are a subset of the vertices of H, and –The edges of G are a.
Online Vertex-Coloring Games in Random Graphs Reto Spöhel (joint work with Martin Marciniszyn; appeared at SODA ’07)
Generalized Derangement Graphs Hannah Jackson.  If P is a set, the bijection f: P  P is a permutation of P.  Permutations can be written in cycle notation.
CSE, IIT KGP Graph Theory: Introduction Pallab Dasgupta Dept. of CSE, IIT
Expanders via Random Spanning Trees R 許榮財 R 黃佳婷 R 黃怡嘉.
NP-complete Problems SAT 3SAT Independent Set Hamiltonian Cycle
October 9, 2003Lecture 11: Motion Planning Motion Planning Piotr Indyk.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering,
5.2 Trees  A tree is a connected graph without any cycles.
The countable character of uncountable graphs François Laviolette Barbados 2003.
Chapter 1 Fundamental Concepts Introduction to Graph Theory Douglas B. West July 11, 2002.
Week 1 – Introduction to Graph Theory I Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
CSCI 115 Chapter 8 Topics in Graph Theory. CSCI 115 §8.1 Graphs.
Chap. 11 Graph Theory and Applications 1. Directed Graph 2.
Yuval Peled, HUJI Joint work with Nati Linial, Benny Sudakov, Hao Huang and Humberto Naves.
The L(2,1)-labelling of Ping An, Yinglie Jin, Nankai University.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
The four colour theorem
Interval Graph Test Wen-Lian Hsu.
Algorithms for hard problems Parameterized complexity Bounded tree width approaches Juris Viksna, 2015.
C&O 355 Lecture 19 N. Harvey TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: A A A A A A A A A A.
COMPSCI 102 Introduction to Discrete Mathematics.
+ GRAPH Algorithm 2 Dikompilasi dari banyak sumber.
Theory of Computational Complexity Probability and Computing Ryosuke Sasanuma Iwama and Ito lab M1.
CSE 373, Copyright S. Tanimoto, 2001 Up-trees - 1 Up-Trees Review of the UNION-FIND ADT Straight implementation with Up-Trees Path compression Worst-case.
Theory of Computational Complexity Probability and Computing Chapter Hikaru Inada Iwama and Ito lab M1.
An introduction to chordal graphs and clique trees
The countable character of uncountable graphs François Laviolette Barbados 2003.
Parameterized complexity Bounded tree width approaches
What is the next line of the proof?
MAT 2720 Discrete Mathematics
Miniconference on the Mathematics of Computation
Existence of 3-factors in Star-free Graphs with High Connectivity
N(S) ={vV|uS,{u,v}E(G)}
Discrete Mathematics for Computer Science
Richard Anderson Lecture 5 Graph Theory
Treewidth meets Planarity
Lecture 24 Vertex Cover and Hamiltonian Cycle
Presentation transcript:

Unavoidable vertex-minors for large prime graphs O-joung Kwon, KAIST (This is a joint work with Sang-il Oum) Discrete Seminar in KAIST 1 October 4,

- Ramsey type theorems - Rank-connectivity - Main Theorem 1) Blocking sequences Ladders 2) Ramsey type argument Brooms - What is next? 2

3

4 What if we add some connectivity assumtion?

5 Otherwise, the graph has bounded degree, so it must contain a long induced path. ■

6

7

8 Over GF 2 !

9

10 Def. A prime graph is a graph having no split. (We sometimes call 2-rank connected)

11

13 * Local complementation preserves the cut-rank of all vertex subsets.

14

15

16

17 Question. Whole graph is prime, but we have an induced subgraph which have a split. What can we say about the outside world?

18

19

Assuming existence of a long induced path. Object : obtaining a sufficiently long induced cycle. …

22

24

… 25

: Ladder : Generalized ladder => an induced cycle of length n ■ 26

27

28

29

30

31

32 By Ramsey Theorem, we may assume that second vertices form a clique or an independent set.

33 1) K n 2) I n

34 1) K n 2) I n case is similar with K n case

35 1,2) It is equivalent to a path (w.r.t local complementations).

36

37 Def. Linear rank-width of graphs is a complexity measure of graphs using the cut-rank function.

38 Prime notion is 2-rank connectivity. What will 3-rank connectivity say? Reduce the bound or find a simpler proof of our Theorem. ■

39