May 7 th, 2006 On the distribution of edges in random regular graphs Sonny Ben-Shimon and Michael Krivelevich.

Slides:



Advertisements
Similar presentations
Lower Bounds for Additive Spanners, Emulators, and More David P. Woodruff MIT and Tsinghua University To appear in FOCS, 2006.
Advertisements

THE LIST COLORING CONJECTURE nicla bernasconi. topics Introduction – The LCC Kernels and choosability Proof of the bipartite LCC.
Great Theoretical Ideas in Computer Science
Great Theoretical Ideas in Computer Science for Some.
On Complexity, Sampling, and -Nets and -Samples. Range Spaces A range space is a pair, where is a ground set, it’s elements called points and is a family.
Covers, Dominations, Independent Sets and Matchings AmirHossein Bayegan Amirkabir University of Technology.
On the Density of a Graph and its Blowup Raphael Yuster Joint work with Asaf Shapira.
Edge-connectivity and super edge-connectivity of P 2 -path graphs Camino Balbuena, Daniela Ferrero Discrete Mathematics 269 (2003) 13 – 20.
Approximation Algorithms Chapter 14: Rounding Applied to Set Cover.
Gibbs sampler - simple properties It’s not hard to show that this MC chain is aperiodic. Often is reversible distribution. If in addition the chain is.
Week 5 - Models of Complex Networks I Dr. Anthony Bonato Ryerson University AM8002 Fall 2014.
Small Subgraphs in Random Graphs and the Power of Multiple Choices The Online Case Torsten Mütze, ETH Zürich Joint work with Reto Spöhel and Henning Thomas.
Bart Jansen, Utrecht University. 2  Max Leaf  Instance: Connected graph G, positive integer k  Question: Is there a spanning tree for G with at least.
Playing Fair at Sudoku Joshua Cooper USC Department of Mathematics.
Approximating Average Parameters of Graphs Oded Goldreich, Weizmann Institute Dana Ron, Tel Aviv University.
Fast FAST By Noga Alon, Daniel Lokshtanov And Saket Saurabh Presentation by Gil Einziger.
Great Theoretical Ideas in Computer Science.
1 Discrete Structures & Algorithms Graphs and Trees: II EECE 320.
Graph Sparsifiers by Edge-Connectivity and Random Spanning Trees Nick Harvey University of Waterloo Department of Combinatorics and Optimization Joint.
Coloring the edges of a random graph without a monochromatic giant component Reto Spöhel (joint with Angelika Steger and Henning Thomas) TexPoint fonts.
Computational Geometry Seminar Lecture 1
Great Theoretical Ideas in Computer Science.
Michael Bender - SUNY Stony Brook Dana Ron - Tel Aviv University Testing Acyclicity of Directed Graphs in Sublinear Time.
EXPANDER GRAPHS Properties & Applications. Things to cover ! Definitions Properties Combinatorial, Spectral properties Constructions “Explicit” constructions.
Message Passing for the Coloring Problem: Gallager Meets Alon and Kahale Sonny Ben-Shimon and Dan Vilenchik Tel Aviv University AofA June, 2007 TexPoint.
1 On the Benefits of Adaptivity in Property Testing of Dense Graphs Joint work with Mira Gonen Dana Ron Tel-Aviv University.
1 Algorithmic Aspects in Property Testing of Dense Graphs Oded Goldreich – Weizmann Institute Dana Ron - Tel-Aviv University.
1 Separator Theorems for Planar Graphs Presented by Shira Zucker.
1/22/03Tucker, Applied Combinatorics, Section EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie.
Ch. 8 & 9 – Linear Sorting and Order Statistics What do you trade for speed?
Design Techniques for Approximation Algorithms and Approximation Classes.
Edge-disjoint induced subgraphs with given minimum degree Raphael Yuster 2012.
Expanders via Random Spanning Trees R 許榮財 R 黃佳婷 R 黃怡嘉.
1 The number of orientations having no fixed tournament Noga Alon Raphael Yuster.
Addressing and hashing Question: For a network of computers it is desirable to be able to send a message from A to B without B knowing that a message is.
Maximum density of copies of a graph in the n-cube John Goldwasser Ryan Hansen West Virginia University.
Testing the independence number of hypergraphs
Markov Chains and Random Walks. Def: A stochastic process X={X(t),t ∈ T} is a collection of random variables. If T is a countable set, say T={0,1,2, …
1/19 Minimizing weighted completion time with precedence constraints Nikhil Bansal (IBM) Subhash Khot (NYU)
1 Decomposition into bipartite graphs with minimum degree 1. Raphael Yuster.
Graph Theory and Applications
Artur Czumaj DIMAP DIMAP (Centre for Discrete Maths and it Applications) Computer Science & Department of Computer Science University of Warwick Testing.
Introduction to Graph Theory Lecture 13: Graph Coloring: Edge Coloring.
Complexity and Efficient Algorithms Group / Department of Computer Science Testing the Cluster Structure of Graphs Christian Sohler joint work with Artur.
Introduction to Graph Theory
Date: 2005/4/25 Advisor: Sy-Yen Kuo Speaker: Szu-Chi Wang.
1 Covering Non-uniform Hypergraphs Endre Boros Yair Caro Zoltán Füredi Raphael Yuster.
Great Theoretical Ideas in Computer Science for Some.
Avoiding small subgraphs in the Achlioptas process Torsten Mütze, ETH Zürich Joint work with Reto Spöhel and Henning Thomas TexPoint fonts used in EMF.
Presented by Alon Levin
Chromatic Coloring with a Maximum Color Class Bor-Liang Chen Kuo-Ching Huang Chih-Hung Yen* 30 July, 2009.
1 Distributed Vertex Coloring. 2 Vertex Coloring: each vertex is assigned a color.
COMPSCI 102 Introduction to Discrete Mathematics.
CHAPTER SIX T HE P ROBABILISTIC M ETHOD M1 Zhang Cong 2011/Nov/28.
Minimum Spanning Tree 8/7/2018 4:26 AM
From dense to sparse and back again: On testing graph properties (and some properties of Oded)
Chapter 5. Optimal Matchings
Vapnik–Chervonenkis Dimension
ICS 353: Design and Analysis of Algorithms
3.5 Minimum Cuts in Undirected Graphs
Systems of distinct representations
Testing k-colorability
Existence of 3-factors in Star-free Graphs with High Connectivity
Discrete Mathematics for Computer Science
Winter 2019 Lecture 11 Minimum Spanning Trees (Part II)
Switching Lemmas and Proof Complexity
Locality In Distributed Graph Algorithms
Contagious sets in random graphs
Autumn 2019 Lecture 11 Minimum Spanning Trees (Part II)
Presentation transcript:

May 7 th, 2006 On the distribution of edges in random regular graphs Sonny Ben-Shimon and Michael Krivelevich

May 7 th, 2006On the distribution of edges in random regular graphs 2 G(n,p) – probability space on all labeled graphs on n vertices ([n]) each edge chosen with prob. p indep. of others G n,d (dn even) - uniform probability space of all d- regular graphs on n vertices Introduction

May 7 th, 2006On the distribution of edges in random regular graphs 3 how are edges distributed in G(n,p)? how are the edges distributed in G n,d ? this natural question does not have a “trivial” answer pitfalls: all edges are dependent not a product probability space no “natural” generation process Introduction

May 7 th, 2006On the distribution of edges in random regular graphs 4 Introduction applications of analysis bounding  G n,d )=max{| 1 (G n,d )|,| n (G n,d )|} based on: Thm: [ BL04 ] Let G be a d-regular graph on n vertices. If all disjoint pairs of subsets of vertices, U and W, satisfy: then  (G)=O(  (1+log(d/  )) 2-point concentration of  (G n,d ) based on result of [ AK97 ] on the G(n,p) model proof consists of showing that sets of various cardinalities do not span “too many” edges

May 7 th, 2006On the distribution of edges in random regular graphs 5 Our results Defn: A d-regular graph on n vertices is -jumbled, if for every two disjoint subsets of vertices, U and W, Thm 1: W.h.p. G n,d is -jumbled all disjoint pairs of subsets of vertices, U and W, satisfy:

May 7 th, 2006On the distribution of edges in random regular graphs 6 Our results (contd.) Corollary of [ BL04] and Thm 1 : Thm 2 : For w.h.p.  G n,d )= Thm 3 : For d=o(n 1/5 ) and every constant  there exists an integer t=t(n,d,  for which improves result of [AM04] who prove the claim for d=n 1/9-δ for all δ>0 after “correction” of their proof

May 7 th, 2006On the distribution of edges in random regular graphs The configuration model P n,d P G(P) 12d= n=6 dn elements noted by (m,r) s.t P n,d – uniform prob. space on the (dn)!! pairings each pairing corresponds to a d-regular multigraph

May 7 th, 2006On the distribution of edges in random regular graphs 8 The configuration model P n,d all d-regular (simple) graphs are equiprobable each corresponds to pairings define the Simple event in P n,d B event in P n,d and A event in G n,d s.t Thm [MW91] for

May 7 th, 2006On the distribution of edges in random regular graphs 9 Martingale of P n,d P – a pairing in P n,d X – a rand. var. defined on P n,d P(m) – the subset of pairs with at least one endpoint in one of the first m elements (assuming lexicographic order) the “pair exposure” martingale, analogue of the “edge exposure” martingale for random graphs the Azuma-Hoeffding concentration result can be applies

May 7 th, 2006On the distribution of edges in random regular graphs 10 Martingale of P n,d (contd.) Thm: if X is a rand. var. on P n,d s.t. whenever P and P’ differ by a simple switch then for all Cor: if Y is a rand. var. on G n,d s.t. Y(G(P))=X(P) for all where X satisfies the conditions of the prev. thm. then

May 7 th, 2006On the distribution of edges in random regular graphs 11 Switchings Q – an integer valued graph parameter Q k – the subset of all graphs from G n,d satisfying Q(G)=k we bound the ratio | Q k |/| Q k+1 | as follows: define a bipartite graph if G can be derived from G’ by a switch G’ Q(G’)=k+1Q(G)=k G

May 7 th, 2006On the distribution of edges in random regular graphs 12 Proof of Thm 1 Proof: Classify all pairs (U,W) class I class II class III class IV class V

May 7 th, 2006On the distribution of edges in random regular graphs 13 Proof of Thm 3 – prep. (edge dist.) using switchings and union bound we prove some results on the distribution of edges in G n,d with d=o(n 1/5 ) property - w.h.p. every subset of vertices spans at most 5u edges property - w.h.p. every subset of vertices spans at most edges property - w.h.p. for every v, N G (v) spans at most 4 edges property - w.h.p. the number of paths of length 3 between any two vertices, u and w, is at most 10

May 7 th, 2006On the distribution of edges in random regular graphs 14 Proof of Thm 3 – prep. (contd.) for every we define to be the least integer for which Y(G) – the rand. var in G n,d that denotes the minimal size of a set of vertices S for which Lem: s.t. for every n>n 0 where follows the same ideas as [Ł91], [AK97], [AM04] we will also need the following Thm: [FŁ92] for for any w.h.p

May 7 th, 2006On the distribution of edges in random regular graphs 15 Proof of Thm 3 - main prop. Thm 3 follows from: Prop: let G be a d-regular graph on n vertices with all - properties where suppose that and that there exists of at most s.t. G-U 0 is t-colorable. G is (t+1)-colorable for large enough values of n. set then based on the prop. the case of is covered by [AM04] (after minor correction)

May 7 th, 2006On the distribution of edges in random regular graphs 16 Further research expand the range for which Thm 1 applies (and thus, Thm 2 as well) requires to eliminate the use of the configuration model for this requires us to deal with events of P n,d of very low probability to eliminate the log factor in Thm 1 – try and give a w.h.p [BL04] lem. rather than deterministic using and analogue of the vertex-exposure martingale to extend the 2-point concentration of the chromatic number for larger values of d

May 7 th, 2006On the distribution of edges in random regular graphs 17 Thank you for your time

May 7 th, 2006On the distribution of edges in random regular graphs 18 Proof of Thm 1– class I and II (trivial) these are the trivial cases class I class II

May 7 th, 2006On the distribution of edges in random regular graphs 19 class III fix D i - the set of d-regular graphs on n vertices with i edges with one endpoint in U and the other in W Proof of Thm 1– class III (switchings) U W a b x y G at most waysat least ways

May 7 th, 2006On the distribution of edges in random regular graphs 20 Proof of Thm 1– class III (contd.) by assuming (U,W) to be of class III and d=o(n) we have |Di| is monotonically decreasing for set for the chosen values the lower tail is trivial for every j>k Pr[e(U,W)=k]> Pr[e(U,W)=j]

May 7 th, 2006On the distribution of edges in random regular graphs 21 Proof of Thm 1– class III (contd.) summing over all j>k and the union bound on all pairs of class III completes the proof

May 7 th, 2006On the distribution of edges in random regular graphs 22 Proof of Thm 1– class IV (conf. model) class IV straightforward analysis of the Configuration Model - T I is the set of d|I| elements from rows in I let and be the rand. var. in P n,d that count the pairs spanned by T I and between T I and T J resp. let be the set of al pairings in P n,d with k pairs spanned between T I and T J and i pairs spanned by T I. define - it is mono. increasing from 0 to and mono. decreasing from onward.

May 7 th, 2006On the distribution of edges in random regular graphs 23 Proof of Thm 1– class IV (contd.) set set. we prove

May 7 th, 2006On the distribution of edges in random regular graphs 24 Proof of Thm 1– class IV (contd.) summing over all j>k, conditioning on the event Simple and the union bound on all pairs of class IV completes the proof

May 7 th, 2006On the distribution of edges in random regular graphs 25 Proof of Thm 1– class V (martingales) class V martingale concentration result on P n,d fix W={1,…,w} U={s+1,…,w+u} and P a paring P(m) – the subset of pairs with at least one endpoint in one of the first m elements (assuming lexicographic order) note that is a martingale that satisfies

May 7 th, 2006On the distribution of edges in random regular graphs 26 Proof of Thm 1 – class V (contd.) Azuma – Hoeffding and setting union bound on all pairs of class V and conditioning on the event Simple and the completes the proof

May 7 th, 2006On the distribution of edges in random regular graphs 27 Proof of Thm 3 – switchings analysis of edges spanned by subsets using switchings fix C i - the set of d-regular graphs on n vertices with i edges spanned by U U a b x y G at most ways at least ways

May 7 th, 2006On the distribution of edges in random regular graphs 28 Proof of Thm 3 – switchings (contd.) by assuming |U|,d=o(n) we have |Ci| is monotonically decreasing for set we bound the prob. that e(U) surpasses k

May 7 th, 2006On the distribution of edges in random regular graphs 29 Proof of Thm 3 – prep. (contd.) Proof: define the appropriate rand. var. on P n,d : Y’ – the minimal size of S for which if P and P’ differ by a simple switch then define for every note that is a martingale where

May 7 th, 2006On the distribution of edges in random regular graphs 30 Proof of Thm 3 – prep. (contd.) use a martingale concentration result (“pair-Lipschitz”) on P n,d as a corollary we have by setting note moreover, where is a constant

May 7 th, 2006On the distribution of edges in random regular graphs 31 Proof of Thm 3 (contd.) Proof: we find a set U of size s.t. start with U 0 and add sequentially all vertices that violate the condition. Property assures U is of the right size G[U] is 9-degenerate and thus 10-colorable f properly colors G-U by {1,…,t} denote U={u 1,…u k } build an auxiliary graph H as follows…

May 7 th, 2006On the distribution of edges in random regular graphs 32 Proof of Thm 3 (contd.) every vertex corresponds to at most 50 new vertices thus every edge to at most 2500 edges every ind. set in H corresponds to an ind. set in G f induces a proper t-coloring f’ on H U G N G (u k ) N G (u 2 ) N G (u 1 ) ukuk u2u2 u1u1 W1W1 W2W2 WkWk

May 7 th, 2006On the distribution of edges in random regular graphs 33 Proof of Thm 3 (contd.) every union of s sets of has vertices and by spans at most edges for every subset of s such sets there exists one connected by at most edges to the rest assume the vertices of U are ordered in a way that their corresponding neighbor sets are connected by at most edges to the previous ones sequentially, u.a.r choose a color-list J i of 14 colors from the available colors from {1,…,t} a color is available at stage i if there is no edge connecting a vertex in W i colored by it to a vertex in a previous W i’ colored by a previously chosen color

May 7 th, 2006On the distribution of edges in random regular graphs 34 Proof of Thm 3 (contd.) set p i – the prob. that for some there were less than t/2 colors available for J i’ p 1 =0 there are O(1) edges between W i and W i’ for every i’<i so each choice of color for J i’ can make O(1) colors unavailable for J i

May 7 th, 2006On the distribution of edges in random regular graphs 35 Proof of Thm 3 (contd.) there exists a family of color lists for which the corresponding color classes from different lists do not span edges between them from each color list J i we can delete one color class incident with each edge in W i resulting in I i {I i } is a family of color lists of length at least 10. G[U] can be colored from these lists