An asymptotically tight bound on the adaptable chromatic number

Size: px
Start display at page:

Download "An asymptotically tight bound on the adaptable chromatic number"

Transcription

1 An asymptotically tight bound on the adaptable chromatic number Michael Molloy and Giovanna Thron University of Toronto Department of Computer Science 0 King s College Road Toronto, ON, Canada, M5S 3G {molloy,giovanna}@cs.toronto.edu September 7, 20 Abstract The adaptable chromatic number of a multigraph G, denoted χ ag, is the smallest integer k such that every edge labeling, τ, of G from [k] = {, 2,, k} permits a vertex coloring, σ, of G from [k] such that no edge e = uv has τe = σu = σv. Hell and Zhu proved that for any multigraph G with maximum degree, the adaptable chromatic number e2 is at most. We strengthen this to the asymptotically best possible bound of + ɛ for any ɛ > 0. Introduction Hell and Zhu introduced the adaptable chromatic number []. Given a not necessarily proper edge coloring, τ, of a multigraph G, we say that a vertex coloring, σ, of G is a proper adaptable coloring if there is no edge e = uv in G such that σu = σv = τe. The adaptable chromatic number of G, denoted χ a G, is the minimum number k such that every edge coloring of G using k colors permits an adaptable vertex coloring with the same k colors. Note that χ a G χg, as every proper vertex coloring is a proper adaptable vertex coloring for any edge coloring. Motivations for this problem arise in the contexts of matrix partitions of graphs and full constraint satisfaction problems [8, 9, 0], job scheduling [5], coloring problems in metric spaces [2], and split colorings [5]. e2 Hell and Zhu prove that χ a G where is the maximum degree of G. In this paper we improve this bound to the asymptotically best possible bound of + ɛ for any ɛ > 0. Research supported by an NSERC Discovery Grant.

2 We do this by proving a more general result for adaptable list coloring, which is defined naturally. If each vertex v of a multigraph G is given a list of colors, Lv, then a proper adaptable list coloring is a proper adaptable coloring where each vertex s color comes from its list, i.e., σv Lv. The adaptable choosability number, denoted ch a G, is the smallest integer k such that every edge-coloring and assignment of lists of size k permits a proper adaptable coloring from these lists. Theorem.. For every ɛ > 0, there is a 0 such that if G is an edge-colored multigraph of maximum degree > 0 with a list of colors Lv for each vertex v G such that Lv + ɛ, then there exists a proper adaptable coloring of G from these lists. We can see that this bound is asymptotically best possible. For a multigraph example, take the k + -clique with k copies of each edge, each colored a different color from, 2,..., k. This graph has maximum degree k 2 and is not k-colorable. To see a simple graph example, we refer the reader to [3], where the authors prove that χ a K 2 n = n if there is a projective plane of order n or n +. The maximum degree of K 2 n is n 2. An analogous problem for list coloring was introduced by Reed [20], where he proved that for any d, if a graph G has lists Lv for each vertex v such that i for each color c Lv, the number of neighbors u of v such that c Lu is at most d, and ii Lv 2ed, then G can be colored. Haxell [2] improved this result by showing G can be colored if Lv = 2d. Reed and Sudakov [2] later showed that for any ɛ > 0, if d is sufficiently large and Lv = + ɛd, then G can be colored. The result of [2] is a special case of Theorem., since we can convert an instance of the list coloring problem, G, to an instance of the adaptable list coloring problem, G. Let G have the same vertex set as G and give each vertex the same list that it had in G. For each edge uv in G and each color c Lu Lv, let G have a copy of the edge uv and give it the color c. Now G has maximum degree at most dl, where l is the maximum size of the lists, and can be adaptively colored if and only if G has a coloring from the given lists. Note that l + ɛ is equivalent to l + ɛd. Our proof of Theorem. follows the approach taken in [2]. Lower bounds for the adaptable chromatic number for the general multigraph have also been studied; the order of χ a G is at least χg/ n log χg []. A lot of attention has been given to the study of complete graphs [2, 5, ]; the best upper and lower bounds are both of order n [5]. Planar graphs were first looked at in [], and later [7] proved that colors were sufficient without using the Four Color Theorem. The adaptable chromatic number of a graph can be arbitrarily high for any girth [], and can be as large as the chromatic number [3]. In [, 5], graphs with χ a G = 2 and graphs with ch a G = 2 were characterized; recognizing graphs with χ a G = t for t > 2 is NP-complete []. Remark: Our proof makes use of the Lovász Local Lemma. It is straightforward to apply the results of [8, 9] to obtain a randomized algorithm for finding 2

3 an adaptable coloring of a graph which satisfies the conditions of Theorem.; the expected running time is O V 2 log 2 + E. 2 Probabilistic Tools In this section, we describe some important probabilistic tools that will be used extensively in the proof of Theorem.. One of the most important probabilistic tools is the Lovász Local Lemma, which was first proved in [6] and is presented in many places including [, 7]. Lovász Local Lemma. Let A, A 2,..., A n be a set of bad events in a probability space. Suppose that each event A i is mutually independent of all the other events A j but at most d, and that PrA i p for all i n. If epd+, then with positive probability, no event A i holds. We use two important concentration bounds. The first is the commonly used Chernoff Bound []. Instead of using the original statement we use the weaker version found in [7]. Here, BINn, p is the sum of n independent variables, each equal to with probability p and 0 otherwise. Chernoff Bound. For any 0 t np: Pr BINn, p np > t < 2e t2 3np Our next tool is Talagrand s Inequality [22]. Instead of using the original statement we use the weaker version found in [6] see Equation 2 of Section 3.. Talagrand s Inequality. Let X be a non-negative random variable determined by the independent trials T, T 2,..., T n. Suppose that for every set of possible outcomes of the trials, we have:. changing the outcome of any one trial can affect X by at most c; and 2. for each s > 0, if X s, then there is a set of at most rs trials whose outcomes certify that X s. Then for any t 0 where t 2 20c + rex + 6c 2 r, we have Pr X EX > t e 3 A Simpler Bound t 2 32c 2 rex+t. Reed s initial result [20] can be generalized to the following lemma. Note that while this result is weaker than Theorem. above, this result holds for all rather than just sufficiently large. This theorem is also an essential part of proving Theorem.. 3

4 Lemma 3.. If G is an edge-colored multigraph of maximum degree > 0 with a list of colors Lv for each vertex v in G such that Lv e2, then there exists a proper adaptable coloring of G from these lists. The proof of this theorem is nearly identical to that of the analogous theorem for regular coloring which can be seen in [20]. In [, 2], the authors prove the result for regular adaptable coloring; the proof is the same. Proof. This is a straightforward application of the Lovász Local Lemma. Let G be an edge-colored graph with lists for each vertex satisfying the conditions of 2e the theorem. Truncate the lists to size l =. Assign each vertex v in G a color uniformly at random from {, 2,..., l}. For each edge e = uv, let A e be the bad event where τuv = σu = σv. Let E be the set of all such events. We must determine the probabilities and dependencies of each event A e corresponding to the edge e = uv. Let c = τe. If c / Lu or c / Lv, then PrA e = 0, and this is dependent on nothing. If c Lu and c Lv, then PrA e = l 2. To see the dependency of A e, define the following: D u = {A f : f = uu e is an edge in G and τf L u L u } D v = {A f : f = vv e is an edge in G and τf L v L v } A e is mutually independent of all events in E D u D v. Note that D u and D v. So A e is dependent on at most 2 2 events. If p is the probability of each bad event occurring and d is the number of events each bad event is dependent on, we get epd + e l 2 2 e so we can apply the Lovász Local Lemma. Proof of Main Theorem e2 2 =, Instead of specifying 0, we, several times throughout the proof, use the fact that is a sufficiently large constant. To prove Theorem., we use a random coloring approach like the one used in [2] and many other places see e.g. [7]. We iteratively color a small portion of the vertices, uncoloring any vertices which create collisions. For each vertex v, we maintain a list v of available colors at iteration i, each of which have size which is specified below. Wasteful Coloring Procedure ith iteration.. For each uncolored vertex v, activate v with probability ln. 2. For each activated vertex v, assign v a color uniformly at random from v.

5 3. For each activated vertex v: If v is assigned the color c, for each uncolored neighbor u of v such that τuv = c, remove c from Lu.. Uncolor every vertex v which receives the same color c as a neighbor u where τuv = c. 5. Truncate the lists so they are all of size. We do this in a very specific way, by removing the colors c for which the parameter t i v, c defined below is greatest. Note that this procedure is wasteful since we remove v s color from all of v s neighbors lists in Step 3 even if we uncolor v in Step. We could keep these colors, as they are still usable, but removing them makes the calculations simpler. Below we will prove that with high probability after Step every list has size at least and thus Step 5 is possible. Now we define several useful parameters for each vertex v and color c. All parameters refer to the value at the end of iteration i. v = v s list of colors N i v, c = {uncolored neighbors u of v such that c = τuv u} t i v, c = N i v, c x i v = # of uncolored neighbors u of v such that τuv u v = t i v, c c v Note that initially we have x 0 v and L 0 v + ɛ for each vertex v. Proving the concentration of x i is made more complicated if the value of a t i is too large, as will be seen in the proof of lemma 5.3. One trial can affect x i by as much as the largest t i, and we need this value to not be too large. The following proposition demonstrates that we will be able to modify the lists so that there are no large t i s. Since the t i s only decrease with each iteration, we only have to do this once at the beginning. We choose 3/5 as our threshold for convenience, but to any power strictly between 2 and would suffice. Proposition.. For each vertex v, the number of colors c for which t 0 v, c < 3/5 is at least + ɛ 2. Proof. Note that for each vertex v there are at most 2/5 c s such that t 0 v, c 3/5. So the number of c s where t 0 v, c < 3/5 is at least + ɛ 2/5 + ɛ 2 for sufficiently large. Proposition. permits the following modification to our graph G. Modification. Remove from each list Lv any color c for which t 0 v, c 3/5. Arbitrarily truncate all the lists to have exactly + ɛ 2 elements. 5

6 Because of this truncation, it will be convenient to do the following reparameterization: Change of Variables: = ɛ 2. The reader may notice that small t i s also pose a problem. They will be dealt with in Section 5 by the introduction of L i v. will be the size of all the lists at the end of iteration i, and X i will be an upper bound for x i v. They are defined by the following recurrences. L 0 = + X 0 = + = + 3 ln 2 X i+ = + X i 2 ln We now introduce a new parameter. l i v = size of v s list right before step 5 in iteration i We would like to maintain the following property. Property P i. For each uncolored vertex v of the graph G, the following is true: l i v and x i v X i Lemma.2. With positive probability, at the end of each iteration i for 0 i 0 ln, Property P i holds. We now prove the main theorem using this lemma. Proof of Theorem.. Carry out the wasteful coloring procedure up through iteration i = 0 ln. Property P i ensures that we can carry out Step 5. At the end of iteration i, each vertex v has v = and x i v X i. We will show that the ratio of x i v to v 2 is at most 2e ; thus we can complete the coloring using Lemma 3.. x i v v 2 X i L 2 i = = < 2i X + 2 ln ln + 2 ln + 3 ln i L 2 0 2i + ln + 3 ln + 2 2i

7 = ln e 2 < 2e ln ln + 2 2i To prove Lemma.2, we need to show that with high probability x i decreases quickly enough while l i does not decrease too quickly. The concentration lemmas, which we prove in Section 5, are as follows. Lemma.3. For each vertex v and 0 i 0 ln, if P i holds, then Pr l i+ v < + < ln Lemma.. For each vertex v and 0 i 0 ln, if P i holds, then Pr x i+ v > X i+ < ln The proof of Lemma.2 follows easily from Lemmas.3 and.. Proof of Lemma.2. We prove this by induction on i. The base case i = 0 is trivially true. Let A v be the bad event that l i+ v < + and let B v be the bad event that x i+ v > X i+. By Lemmas.3 and. the probability of each of these bad events is at most ln. A v and B v are easily seen to be mutually independent from all A u and B v where u is a distance greater than from v. Since the maximum degree of G is at most + ɛ < 2, A v and B u are mutually independent from all but at most 8 events. So, as e ln 8 < for sufficiently large, we can apply the Lovász Local Lemma. 5 Proofs of the Concentration Lemmas The bulk of the proof is in the concentration lemmas. 5. Helpful Facts We start with three facts that are used several times throughout the proofs of our concentration lemmas. Since L 0 = + and i = + 3 L 0 ln 7

8 we get the following. 0 ln = Θ, ln Fact. = Θ for all i such that 0 i 0 ln. Similarly, as X 0 = and we get a similar fact for X i. 2i X i = + X 0 2 ln 20 ln + + = Θ, 2 ln Fact 2. X i = Θ for all i such that 0 i 0 ln. Finally, the ratio of X i to L 2 i comes up several times and we use the following. X i L 2 i = This yields our final useful fact. Fact 3. Xi L 2 i 2i X + 2 ln 0 2i L ln 0 X 0 L for all i such that 0 i 0 ln. 5.2 Proof of Lemma.3 We start with bounding the expected value of l i+ v. = + Lemma 5.. For each vertex v and 0 i 0 ln, if P i holds, then, El i+ v. + ln Proof. El i+ v = c v = Prno neighbor u of v is assigned color c c v u N iv,c = c v u N iv,c Pru is activated and assigned c ln 8

9 = c v ln tiv,c In the following claim, we show that we can use xiv in place of t i v, c. Note that this quantity need not be an integer. Claim 5... Given x i v = c v t iv, c, the above bound is minimized over the rationals when all the t i s are equal. Proof of claim. Let c and c 2 be two colors in v such that the following is true. t i v, c > x iv and t i v, c 2 < x iv Let t = t i v, c, t 2 = t i v, c 2 and γ = ln. Define t i as follows, where β = mint xiv, xiv t 2. t β, if c = c t iv, c = t 2 + β, if c = c 2 t i v, c, o.w. Let D = c v γtiv,c c v γt i v,c. It suffices to show that D 0. D =γ t + γ t2 γ t β γ t2+β = γ t β γ β + γ t2 γ β = γ β γ t2 γ t β Since t β t 2 and 0 < γ <, D 0. Using Claim 5.., we can continue our computation of the bound on the expected value of l i+ v. El i+ v c v c v ln ln X i x i v X i [by Property P i] = ln X i ln L 2 for sufficiently large [by Facts & 2] i [by Fact 3] + ln And this completes our proof of Lemma 5.. 9

10 We now show that the lists stay large enough by proving Lemma.3. Proof of Lemma.3. Instead of showing the concentration of l i+ directly, it is more convenient to work with R = l i+ v, the number of colors which leave v s list. By the linearity of expectation and Lemma 5., we have ER = El i+ v + ln < Li ln. Changing the assignment of any vertex can affect R by at most, as changing the assignment of one of v s neighbors can at most change R by, and changing any other vertex has no effect. Furthermore, for any s, to certify R s, we can use s neighbors of v which were assigned different colors. So Talagrand s Inequality with c = r = and t = Li yields: Pr R ER > < e L 2 i / ln 32 / ln + / < e 6 ln 3 < e ln2 = ln [by Fact ] Since R = l i+ v and ER = El i+ v, Lemma 5. yields: Pr l i+ v < + 3 ln Pr l i+ v < + ln Pr l i+ v < El i+ v L i Pr l i+ v El i+ v > L i = Pr R ER > L i < ln L i 5.3 Proof of Lemma. The concentration of x i is more involved. It is convenient to split the analysis into steps by introducing the following parameters. L i v = v s list of colors right before Step 5 y i v = t i v, c c L i v The parameter y i is like x i, except we are just reducing the size of the list, and not decreasing the t i s, and we are looking at the value before the truncation 0

11 step. This allows us to analyze the rate of decrease of the lists and the t i s separately. To show that x i decreases enough, we show that both y i and t i decrease enough. We will then factor in the effect of the truncation step. We start our analysis by computing a bound on the expected value of y i+. Lemma 5.2. For each vertex v and 0 i 0 ln, if P i holds, then Eli+ v Ey i+ v + ln 3 X i Proof. Bound the expected value of y i+ v with the following calculations. Remember that a color c is removed from v s list if a neighbor is colored c. Ey i+ v = Prc + v t i v, c c v c v = c v u N iv,c ln ln tiv,c t i v, c t i v, c We show that this bound on Ey i+ v is maximized over integers when xi v xi v t i v, c = or for all vertices v. Suppose, to the contrary, that there are two colors c, c 2 v such that t i v, c > t i v, c 2 +. Let t = t i v, c and t 2 = t i v, c 2. Define t i as follows. t, if c = c t iv, c = t 2 +, if c = c 2 t i v, c, o.w. Let D = c v t i v,c ln t iv, c It suffices to show that D 0. D = t ln L t i + t ln L t i c v ln tiv,c ti v, c. ln t2+ t2 + ln t2 t2

12 = = ] ln t t ln [t t2 [ ] ln ln t 2 + t 2 t t ln ln + + t2 ln t2+ ln Property P i and Fact 3 yields that the second term here is positive by the following argument. t 2 + ln x iv ln X i L 2 i ln + ln < for sufficiently large. t Thus if D < 0 then the first term is negative. So assume ln < 0. Note that by our definitions of t and t 2 we have that t t 2. So we get the following. D t + t2+ t2 ln ln = t2 [ t ln ln + = t2 t t 2 ln ln > 0 t2 ln ] t2+ ln ln So the bound on Ey i+ v is maximized over the integers when all t i s are within one of each other; i.e., t i v, c = x i v/ or x i v/ for all vertices v. Using Equation from the proof of Lemma 5. as a bound on El i+ v, we continue computing the bound on Ey i+ v as follows. Ey i+ v c v ln xi v xi v xiv L i x i v ln + c v El i+v Xi + [by the above and P i] Eli+ v + ln 3 ln X i [by Facts and 2]. As mentioned above, proving that with high probability y i and the t i s decrease enough Theorems 5.3 and 5. below is simplified if we disregard small t i s. We introduce the following parameters: L iv = {c v : t i v, c 2/5 } 2

13 x iv = L c L i v t i v, c i v = {c L i v : t i v, c 2/5 } y iv = t i v, c c L i v The parameters x i and y i are the same as x i and y i, respectively, except we have disregarded the small t i s. Note that x i, like x i, is measured after Step 5. On the other hand, y i, like y i, is measured before Step 5. The choice of 2/5 is used for convenience, but anything between ln 3 and o would work. Note that Ey i+ v Ey i+v, so Lemma 5. yields: Ey i+v Eli+ v + ln 3 X i. It is simpler to show that y i+, rather than y i+, decreases quickly enough. Lemma 5.3. For each vertex v and 0 i 0 ln, if P i holds, then Pr y i+v Eli+ v > + ln 2 X i < ln Proof. Instead of showing that y i+ is concentrated directly, it is easier to look at the difference between x i and y i+. So we define R = x iv y i+v = t i v, c. c L i v\l i+ v One trial can have the largest affect on R by adding or removing a color c from L i v \ L i+ v. This changes R by t iv, c. Remember that in Modification, we discarded colors with large t i s, so the value of t i v, c is at most 3/5. Furthermore, for any s > 0, we can certify that X s, by showing at most s 2/5 colors which are removed from L i v since t iv, c 2/5 for all c L i v. We can certify that a color is removed from the list with just one trial: a neighbor of v which is assigned that color. So Talagrand s Inequality with c = 3/5, r = 2/5 and t = 9/20, yields: Pr R ER > 9/20 e 9/0 32 6/5 2/5 +9/20 e 6 /0 < e ln2 = ln By the linearity of expectation, Fact 2 X i = Θ and our bound on Ey i+ v, the above yields: Pr y i+v Eli+ v > + ln 2 X i 3

14 Pr y i+v > Ey i+v + ln 3 Pr y i+v > Ey i+v + 9/20 Pr R ER > 9/20 < ln Now we prove that the parameter t i decreases quickly enough. We again use L i v to avoid small t i s. Lemma 5.. For each vertex v, color c L i v, and 0 i 0 ln, if P i holds, then Pr t i+ v, c > + t i v, c ln < 2 ln. Proof. Instead of working with t i+ v, c directly, we work with K, the number of vertices in N i v, c which keep their color. Note that t i+ v, c t i v, c K. We run into issues when t i v, c is at least. So, we partition N i v, c into sets of size o. We know that N i v, c > 2/5 since c L i v, so we can partition N i v, c into k nearly equal sized sets, P, P 2,..., P k, where / P j 2 / for all j k. Let K j be the number of vertices in P j that keep their color. To prove K j is large enough, we define some new sets: A j = {v P j : v is activated} B j = {v A j : v is assigned a unique color among A j } C j = {v B j : v keeps its color} Note that K j C j. We can analyze these random sets by carrying out the random choices in a specific sequence. First, we choose which members of P j are activated. This determines A j. To get concentration for A j, we can use the Chernoff Bound which yields: Pr A j P j ln > P j ln 2 < 2e P j 2 ln ln 3 P j 2 = e P j 3 ln 3 e / 3 ln 3 < ln 2 6 Next, we choose the colors assigned to A j. Assuming A j Pj ln Pj, we bound the probability under this second set of random choices that B j is too small. If at least Pj vertices of A j are assigned the same color as another P vertex in A j, then there are at least j 3 pairs of vertices a, b A j, where

15 σa = σb. The probability that there are at least is at most: # ways to choose P j such pairs of vertices 3 P j 3 pairs from at most P j ln + P j Pr every such pair a, b has σa = σb < P j ln + 2 Pj 2 ln 2 P j 3 2 P j P j ln ln 2 P j 3 ln 3 Therefore, if A j Pj ln Pj, then [by Fact ] / 3 6 ln 2 for sufficiently large Pr B j < P j ln 2 ln 2 Pr B j < A j Pj ln 2 < ln Our final set of random choices is the activation and assignment choices for all vertices outside of P j. Assuming that the outcomes of the other trials were such that B j P j ln 2 ln, we prove that 2 Cj is large enough with high probability under this final set of choices. Note that since B j contains only vertices which were assigned unique colors among P j, only the colors assigned to vertices outside of P j can cause a vertex of B j to become uncolored. We start by computing the expected value of C j. This computation is very similar to that in the proof of Lemma 5. and we can use the same argument as in Claim 5.. to see that E C j is minimized over the rationals when all the t i s are equal. Any vertex of B j C j must be uncolored because of a neighbor outside of P j. Hence, EC j is bounded as follows. E C j = u B j Pru keeps its color u B j γ u w N iu,γ = u B j γ u ln ln tiu,γ 5

16 u B j γ u X i ln X i = B j ln X i B j ln L 2 for sufficiently large i B j [by Fact 3] ln Instead of working with C j directly, we show concentration of the difference R = B j C j. Note that changing the outcome of any one trial on a vertex not in P j can at most add or remove one vertex from C j. Also, for any s > 0, we can certify R s, by finding s vertices of C j that are uncolored and looking at the neighbor that got assigned the same color. Recalling that P j /, and using the fact that ER P j, we can apply Talagrand s Inequality with to obtain: Pr R ER > P j c = r = and t = Pj < e P j 2 / ln d 32 P j + P j = e P j 6 ln e / 6 ln < ln 2 6 Now, using the linearity of expectation and our bound on E C j, we get that if B j P j ln 2 ln, then 2 Pr K j < P j + ln Pr C j < P j ln 2 Pr C j < B j ln P j ln P j < ln 2 6 Since K j C j, equations 2, 3 and yield: Pr K j < P j + < ln 6 ln ln = ln 2 2 ln 2 Note that K = k j= K j, t i v, c = k j= P j, and k < to get the following: Pr K < t i v, c + < ln 2 ln 2 = ln 2 Since t i+ v, c t i v, c K, this completes our proof. 6

17 We are now ready to show that x i decreases quickly enough. We can use Lemmas 5.3 and 5. to prove Lemma.. Proof of Lemma.. As there are at most + colors in L i+, Lemma 5. implies that with probability at least + 2 ln ln 2 for every c L i+ we have: t i+ v, c + t i v, c 5 ln By Lemma 5.3, with probability at least 2 ln, we have: y i+v Eli+ v + ln 2 X i 6 From the proof of Lemma.3, we know that the following holds with probability at least ln : l i+ v El i+ v ln 2 7 Let x i be the following new parameter. x i v = t i v, c c L i v This is the same as x i, except the value is measured before the truncation step. If 5, 6 and 7 hold, then: x i+v = t i+ v, c + t i+ v, c c L i+ v c L i+ v\l i+ v t i+ v, c + + 2/5 [by definition of L i v] c L i+ v + t i v, c + X i ln ln 2 [by 5 and Fact 2] c L i+ v Eli+ v + + ln ln 2 X i + [ Eli+ ] v ln ln 2 X i [ li+ v + Li ln L i 7 X i ] [by 6] X i [by 7]

18 [ li+ ] v ln ln 2 X i To bound x i+, we recall that in Step 5, we are removing the c s with the largest L t i s. We will keep a proportion of i+ l i+v of the colors in v s list, so, by our choice of which c s we remove, we get the following: x i+ v + l i+ v x i+v [ + l i+ v [ + + Li+ ln li+ v ln [ + ln 2 + X i 2 ln X i = X i+ 2 ln ] + 3 X i ln for sufficiently large and sufficiently small ] X i ] + 3 ln 2 X i This holds as long as 5, 6 and 7 hold, which occurs with probability at least ln + 2 ln + ln = ln. 6 Concluding Remarks While our bound is asymptotically optimal, there are still ways in which it could be improved. As mentioned above, there are examples where χ a G = + e.g. K 2 n for certain n. In response to Reed s paper [20], Bohman and Holzman [3] constructed a graph G with lists Lv for every vertex v such that: i for each vertex v and color c Lv, the number of neighbors u of v with c Lu is at most d, ii for each vertex v, Lv = d +, and iii G is uncolorable from these lists. If we convert this into an example for adaptable coloring, as described in Section, we get an uncolorable graph G with maximum degree = dd + and lists of size d + ; thus ch a G + 2. Question. Is there a constant k such that ch a G + k for every graph G? Determining whether χ a grows with χ may be the most important question in this area. We mentioned above that χ a has a lower bound of order χ/ n ln χ []. We would like to know whether there is a bound that is only in terms of χ. 8

19 Question 2. Is there a function f tending to infinity such that χ a G f χg for every graph G? Conceivably, f could be as high as Θ χ. The complete graph has χa = Θ χ [5], but no example has been found with a smaller adaptable chromatic number in terms of χ. χg Question 3. Are there any graphs G with χ a G = o? Intuitively, χ a is typically much less than χ. There are constructions, however, that demonstrate that χ a can be equal to χ [3, ]. These constructions rely on blowing up graphs in a way that maintains χ while increasing χ a ; they have at least χ 2 vertices but contain the χ-clique. Thus these graphs are far from critical. It would be interesting to see how close χ a can get to χ for critical graphs. It is easily seen that a critical graph cannot have χ a = χ for example this follows from Proposition 2. in [], but nothing more is known. Question. Are there any critical graphs G with χ a G = χg? The largest we can get χ a to be in terms of χ for critical graphs may in fact be much worse than this. χg Question 5. Are there any critical graphs G with χ a G = ω? References [] N. Alon and J. Spencer, The probabilistic method, 3rd ed., John Wiley & Sons, New York, [2] A. Archer, On the upper chromatic numbers of the reals, Discrete Math, 2:65-75, [3] T. Bohman and R. Holzman, On a list coloring conjecture of Reed, J. Graph Theory, :06-09, [] H. Chernoff, A measure of the asymptotic efficiency for tests of a hypothesis based on the sum of observations, Annuals of Mathematical Statistics, 23:93-509, 952. [5] P. Erdős and A. Gyárfás, Split and balanced colorings of complete graphs, Discrete Math, , [6] P. Erdős and L. Lovász, Problems and results on 3-chromatic hypergraphs and some related questions, in: Infinite and Finite Sets A. Hajnal et al., eds., Colloq. Math. Soc. J. Bolyai, North Holland, Amsterdam, The Netherlands 975, [7] J. Esperet, M. Montassier and X. Zhu, Adapted list colouring of planar graphs, manuscript,

20 [8] T. Feder and P. Hell, Full constraint satisfaction problems, SIAM J. Computing, , [9] T. Feder, P. Hell, S. Klein and R. Motwani, Complexity of list partitions, SIAM J. Discrete Mathematics, , [0] T. Feder, P. Hell and W. Xie, Matrix partitions with finitely many obstructions, Electronic Notes in Discrete Math, , [] J.E. Greene, Chromatic capacities of graphs and hypergraphs, Discrete Math, , [2] P. Haxell, A note on vertex list colouring, Combinatorics, Probability and Computing, 0 200, [3] P. Hell, Z. Pan, T. Wong and X. Zhu, Adaptable colouring of graph products, preprint. [] P. Hell and X. Zhu, Adaptable chromatic number of graphs, European J. Combinatorics, , [5] A. Kostochka and X. Zhu, Adapted list coloring of graphs and hypergraphs, SIAM J. Discrete Math, [6] M. Molloy and B. Reed, Colouring graphs when the number of colours is nearly the maximum degree, preprint. [7] M. Molloy and B. Reed, Graph colouring and the probabilistic method, Springer-Verlag, Berlin, 200. [8] R. Moser. A constructive proof of the general Lovász Local Lemma, in Proc. of the st Annual ACM Symposium on Theory of Computing STOC 2009, [9] R. Moser and G. Tardos, A constructive proof of the general Lovász Local Lemma, preprint. [20] B. Reed, The list colouring constants, J. Graph Theory, [2] B. Reed and B. Sudakov, Asymptotically the list colouring constants are, J. Combinatorial Theory Ser. B, , [22] M. Talagrand, Concentration of measure and isoperimetric inequalities in product spaces, Publications Mathématiques de l IHÉS, 8 995,

arxiv: v2 [math.co] 10 May 2016

arxiv: v2 [math.co] 10 May 2016 The asymptotic behavior of the correspondence chromatic number arxiv:602.00347v2 [math.co] 0 May 206 Anton Bernshteyn University of Illinois at Urbana-Champaign Abstract Alon [] proved that for any graph

More information

Lecture 24: April 12

Lecture 24: April 12 CS271 Randomness & Computation Spring 2018 Instructor: Alistair Sinclair Lecture 24: April 12 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They

More information

of L(G), the square of the line graph of G 1. The strong chromatic index of G, sχ 0 (G) is the least integer k such that G has a strong edge-colouring

of L(G), the square of the line graph of G 1. The strong chromatic index of G, sχ 0 (G) is the least integer k such that G has a strong edge-colouring A Bound on the Strong Chromatic Index of a Graph Michael Molloy Department of Computer Science University of Toronto Toronto, Canada Bruce Reed Equipe Combinatoire CNRS Universite Pierre et Marie Curie

More information

The concentration of the chromatic number of random graphs

The concentration of the chromatic number of random graphs The concentration of the chromatic number of random graphs Noga Alon Michael Krivelevich Abstract We prove that for every constant δ > 0 the chromatic number of the random graph G(n, p) with p = n 1/2

More information

An Algorithmic Proof of the Lopsided Lovász Local Lemma (simplified and condensed into lecture notes)

An Algorithmic Proof of the Lopsided Lovász Local Lemma (simplified and condensed into lecture notes) An Algorithmic Proof of the Lopsided Lovász Local Lemma (simplified and condensed into lecture notes) Nicholas J. A. Harvey University of British Columbia Vancouver, Canada nickhar@cs.ubc.ca Jan Vondrák

More information

List coloring hypergraphs

List coloring hypergraphs List coloring hypergraphs Penny Haxell Jacques Verstraete Department of Combinatorics and Optimization University of Waterloo Waterloo, Ontario, Canada pehaxell@uwaterloo.ca Department of Mathematics University

More information

Edge-disjoint induced subgraphs with given minimum degree

Edge-disjoint induced subgraphs with given minimum degree Edge-disjoint induced subgraphs with given minimum degree Raphael Yuster Department of Mathematics University of Haifa Haifa 31905, Israel raphy@math.haifa.ac.il Submitted: Nov 9, 01; Accepted: Feb 5,

More information

Coloring Uniform Hypergraphs with Few Colors*

Coloring Uniform Hypergraphs with Few Colors* Coloring Uniform Hypergraphs with Few Colors* Alexandr Kostochka 1,2 1 University of Illinois at Urbana-Champaign, Urbana, Illinois 61801; e-mail: kostochk@mathuiucedu 2 Institute of Mathematics, Novosibirsk

More information

On a hypergraph matching problem

On a hypergraph matching problem On a hypergraph matching problem Noga Alon Raphael Yuster Abstract Let H = (V, E) be an r-uniform hypergraph and let F 2 V. A matching M of H is (α, F)- perfect if for each F F, at least α F vertices of

More information

arxiv: v3 [math.co] 10 Mar 2018

arxiv: v3 [math.co] 10 Mar 2018 New Bounds for the Acyclic Chromatic Index Anton Bernshteyn University of Illinois at Urbana-Champaign arxiv:1412.6237v3 [math.co] 10 Mar 2018 Abstract An edge coloring of a graph G is called an acyclic

More information

arxiv: v1 [math.co] 25 Dec 2017

arxiv: v1 [math.co] 25 Dec 2017 Planar graphs without -cycles adjacent to triangles are DP--colorable Seog-Jin Kim and Xiaowei Yu arxiv:1712.08999v1 [math.co] 25 Dec 2017 December 27, 2017 Abstract DP-coloring (also known as correspondence

More information

An extension of the Moser-Tardos algorithmic local lemma

An extension of the Moser-Tardos algorithmic local lemma An extension of the Moser-Tardos algorithmic local lemma Wesley Pegden January 26, 2013 Abstract A recent theorem of Bissacot, et al. proved using results about the cluster expansion in statistical mechanics

More information

CIRCULAR CHROMATIC NUMBER AND GRAPH MINORS. Xuding Zhu 1. INTRODUCTION

CIRCULAR CHROMATIC NUMBER AND GRAPH MINORS. Xuding Zhu 1. INTRODUCTION TAIWANESE JOURNAL OF MATHEMATICS Vol. 4, No. 4, pp. 643-660, December 2000 CIRCULAR CHROMATIC NUMBER AND GRAPH MINORS Xuding Zhu Abstract. This paper proves that for any integer n 4 and any rational number

More information

Vertex colorings of graphs without short odd cycles

Vertex colorings of graphs without short odd cycles Vertex colorings of graphs without short odd cycles Andrzej Dudek and Reshma Ramadurai Department of Mathematical Sciences Carnegie Mellon University Pittsburgh, PA 1513, USA {adudek,rramadur}@andrew.cmu.edu

More information

Lecture 5: January 30

Lecture 5: January 30 CS71 Randomness & Computation Spring 018 Instructor: Alistair Sinclair Lecture 5: January 30 Disclaimer: These notes have not been subjected to the usual scrutiny accorded to formal publications. They

More information

Applications of the Lopsided Lovász Local Lemma Regarding Hypergraphs

Applications of the Lopsided Lovász Local Lemma Regarding Hypergraphs Regarding Hypergraphs Ph.D. Dissertation Defense April 15, 2013 Overview The Local Lemmata 2-Coloring Hypergraphs with the Original Local Lemma Counting Derangements with the Lopsided Local Lemma Lopsided

More information

Decomposing oriented graphs into transitive tournaments

Decomposing oriented graphs into transitive tournaments Decomposing oriented graphs into transitive tournaments Raphael Yuster Department of Mathematics University of Haifa Haifa 39105, Israel Abstract For an oriented graph G with n vertices, let f(g) denote

More information

On splitting digraphs

On splitting digraphs On splitting digraphs arxiv:707.03600v [math.co] 0 Apr 08 Donglei Yang a,, Yandong Bai b,, Guanghui Wang a,, Jianliang Wu a, a School of Mathematics, Shandong University, Jinan, 5000, P. R. China b Department

More information

Minimal Paths and Cycles in Set Systems

Minimal Paths and Cycles in Set Systems Minimal Paths and Cycles in Set Systems Dhruv Mubayi Jacques Verstraëte July 9, 006 Abstract A minimal k-cycle is a family of sets A 0,..., A k 1 for which A i A j if and only if i = j or i and j are consecutive

More information

An estimate for the probability of dependent events

An estimate for the probability of dependent events Statistics and Probability Letters 78 (2008) 2839 2843 Contents lists available at ScienceDirect Statistics and Probability Letters journal homepage: www.elsevier.com/locate/stapro An estimate for the

More information

On decomposing graphs of large minimum degree into locally irregular subgraphs

On decomposing graphs of large minimum degree into locally irregular subgraphs On decomposing graphs of large minimum degree into locally irregular subgraphs Jakub Przyby lo AGH University of Science and Technology al. A. Mickiewicza 0 0-059 Krakow, Poland jakubprz@agh.edu.pl Submitted:

More information

Coloring Simple Hypergraphs

Coloring Simple Hypergraphs Department of Mathematics, Statistics and Computer Science University of Illinois Chicago May 13, 2011 A Puzzle Problem Let n 2 and suppose that S [n] [n] with S 2n 1. Then some three points in S determine

More information

Two-coloring random hypergraphs

Two-coloring random hypergraphs Two-coloring random hypergraphs Dimitris Achlioptas Jeong Han Kim Michael Krivelevich Prasad Tetali December 17, 1999 Technical Report MSR-TR-99-99 Microsoft Research Microsoft Corporation One Microsoft

More information

Size and degree anti-ramsey numbers

Size and degree anti-ramsey numbers Size and degree anti-ramsey numbers Noga Alon Abstract A copy of a graph H in an edge colored graph G is called rainbow if all edges of H have distinct colors. The size anti-ramsey number of H, denoted

More information

Acyclic and Oriented Chromatic Numbers of Graphs

Acyclic and Oriented Chromatic Numbers of Graphs Acyclic and Oriented Chromatic Numbers of Graphs A. V. Kostochka Novosibirsk State University 630090, Novosibirsk, Russia X. Zhu Dept. of Applied Mathematics National Sun Yat-Sen University Kaohsiung,

More information

Decomposition of random graphs into complete bipartite graphs

Decomposition of random graphs into complete bipartite graphs Decomposition of random graphs into complete bipartite graphs Fan Chung Xing Peng Abstract We consider the problem of partitioning the edge set of a graph G into the minimum number τg) of edge-disjoint

More information

Properly colored Hamilton cycles in edge colored complete graphs

Properly colored Hamilton cycles in edge colored complete graphs Properly colored Hamilton cycles in edge colored complete graphs N. Alon G. Gutin Dedicated to the memory of Paul Erdős Abstract It is shown that for every ɛ > 0 and n > n 0 (ɛ), any complete graph K on

More information

Cycle lengths in sparse graphs

Cycle lengths in sparse graphs Cycle lengths in sparse graphs Benny Sudakov Jacques Verstraëte Abstract Let C(G) denote the set of lengths of cycles in a graph G. In the first part of this paper, we study the minimum possible value

More information

Induced subgraphs with many repeated degrees

Induced subgraphs with many repeated degrees Induced subgraphs with many repeated degrees Yair Caro Raphael Yuster arxiv:1811.071v1 [math.co] 17 Nov 018 Abstract Erdős, Fajtlowicz and Staton asked for the least integer f(k such that every graph with

More information

Rainbow Hamilton cycles in uniform hypergraphs

Rainbow Hamilton cycles in uniform hypergraphs Rainbow Hamilton cycles in uniform hypergraphs Andrzej Dude Department of Mathematics Western Michigan University Kalamazoo, MI andrzej.dude@wmich.edu Alan Frieze Department of Mathematical Sciences Carnegie

More information

Lecture 4: Inequalities and Asymptotic Estimates

Lecture 4: Inequalities and Asymptotic Estimates CSE 713: Random Graphs and Applications SUNY at Buffalo, Fall 003 Lecturer: Hung Q. Ngo Scribe: Hung Q. Ngo Lecture 4: Inequalities and Asymptotic Estimates We draw materials from [, 5, 8 10, 17, 18].

More information

Injective colorings of sparse graphs

Injective colorings of sparse graphs Injective colorings of sparse graphs Daniel W. Cranston Seog-Jin Kim Gexin Yu August 28, 2008 Abstract Let Mad(G) denote the maximum average degree (over all subgraphs) of G and let χ i(g) denote the injective

More information

List-coloring the Square of a Subcubic Graph

List-coloring the Square of a Subcubic Graph List-coloring the Square of a Subcubic Graph Daniel W. Cranston University of Illinois Urbana-Champaign, USA Seog-Jin Kim Konkuk University Seoul, Korea February 1, 2007 Abstract The square G 2 of a graph

More information

Equitable Colorings of Corona Multiproducts of Graphs

Equitable Colorings of Corona Multiproducts of Graphs Equitable Colorings of Corona Multiproducts of Graphs arxiv:1210.6568v1 [cs.dm] 24 Oct 2012 Hanna Furmańczyk, Marek Kubale Vahan V. Mkrtchyan Abstract A graph is equitably k-colorable if its vertices can

More information

Bounds on the generalised acyclic chromatic numbers of bounded degree graphs

Bounds on the generalised acyclic chromatic numbers of bounded degree graphs Bounds on the generalised acyclic chromatic numbers of bounded degree graphs Catherine Greenhill 1, Oleg Pikhurko 2 1 School of Mathematics, The University of New South Wales, Sydney NSW Australia 2052,

More information

Packing and decomposition of graphs with trees

Packing and decomposition of graphs with trees Packing and decomposition of graphs with trees Raphael Yuster Department of Mathematics University of Haifa-ORANIM Tivon 36006, Israel. e-mail: raphy@math.tau.ac.il Abstract Let H be a tree on h 2 vertices.

More information

Constructive bounds for a Ramsey-type problem

Constructive bounds for a Ramsey-type problem Constructive bounds for a Ramsey-type problem Noga Alon Michael Krivelevich Abstract For every fixed integers r, s satisfying r < s there exists some ɛ = ɛ(r, s > 0 for which we construct explicitly an

More information

arxiv: v2 [math.co] 6 Sep 2016

arxiv: v2 [math.co] 6 Sep 2016 Acyclic chromatic index of triangle-free -planar graphs Jijuan Chen Tao Wang Huiqin Zhang Institute of Applied Mathematics Henan University, Kaifeng, 475004, P. R. China arxiv:504.06234v2 [math.co] 6 Sep

More information

New lower bounds for hypergraph Ramsey numbers

New lower bounds for hypergraph Ramsey numbers New lower bounds for hypergraph Ramsey numbers Dhruv Mubayi Andrew Suk Abstract The Ramsey number r k (s, n) is the minimum N such that for every red-blue coloring of the k-tuples of {1,..., N}, there

More information

On judicious bipartitions of graphs

On judicious bipartitions of graphs On judicious bipartitions of graphs Jie Ma Xingxing Yu Abstract For a positive integer m, let fm be the maximum value t such that any graph with m edges has a bipartite subgraph of size at least t, and

More information

Choosability and fractional chromatic numbers

Choosability and fractional chromatic numbers Choosability and fractional chromatic numbers Noga Alon Zs. Tuza M. Voigt This copy was printed on October 11, 1995 Abstract A graph G is (a, b)-choosable if for any assignment of a list of a colors to

More information

Chromatic Ramsey number of acyclic hypergraphs

Chromatic Ramsey number of acyclic hypergraphs Chromatic Ramsey number of acyclic hypergraphs András Gyárfás Alfréd Rényi Institute of Mathematics Hungarian Academy of Sciences Budapest, P.O. Box 127 Budapest, Hungary, H-1364 gyarfas@renyi.hu Alexander

More information

Large Cliques and Stable Sets in Undirected Graphs

Large Cliques and Stable Sets in Undirected Graphs Large Cliques and Stable Sets in Undirected Graphs Maria Chudnovsky Columbia University, New York NY 10027 May 4, 2014 Abstract The cochromatic number of a graph G is the minimum number of stable sets

More information

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS

Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Opuscula Mathematica Vol. 6 No. 006 Hanna Furmańczyk EQUITABLE COLORING OF GRAPH PRODUCTS Abstract. A graph is equitably k-colorable if its vertices can be partitioned into k independent sets in such a

More information

Independence numbers of locally sparse graphs and a Ramsey type problem

Independence numbers of locally sparse graphs and a Ramsey type problem Independence numbers of locally sparse graphs and a Ramsey type problem Noga Alon Abstract Let G = (V, E) be a graph on n vertices with average degree t 1 in which for every vertex v V the induced subgraph

More information

Assignment 2 : Probabilistic Methods

Assignment 2 : Probabilistic Methods Assignment 2 : Probabilistic Methods jverstra@math Question 1. Let d N, c R +, and let G n be an n-vertex d-regular graph. Suppose that vertices of G n are selected independently with probability p, where

More information

Acyclic subgraphs with high chromatic number

Acyclic subgraphs with high chromatic number Acyclic subgraphs with high chromatic number Safwat Nassar Raphael Yuster Abstract For an oriented graph G, let f(g) denote the maximum chromatic number of an acyclic subgraph of G. Let f(n) be the smallest

More information

Jacques Verstraëte

Jacques Verstraëte 2 - Turán s Theorem Jacques Verstraëte jacques@ucsd.edu 1 Introduction The aim of this section is to state and prove Turán s Theorem [17] and to discuss some of its generalizations, including the Erdős-Stone

More information

EQUITABLE COLORING OF SPARSE PLANAR GRAPHS

EQUITABLE COLORING OF SPARSE PLANAR GRAPHS EQUITABLE COLORING OF SPARSE PLANAR GRAPHS RONG LUO, D. CHRISTOPHER STEPHENS, AND GEXIN YU Abstract. A proper vertex coloring of a graph G is equitable if the sizes of color classes differ by at most one.

More information

The Lopsided Lovász Local Lemma

The Lopsided Lovász Local Lemma Department of Mathematics Nebraska Wesleyan University With Linyuan Lu and László Székely, University of South Carolina Note on Probability Spaces For this talk, every a probability space Ω is assumed

More information

Coloring. Basics. A k-coloring of a loopless graph G is a function f : V (G) S where S = k (often S = [k]).

Coloring. Basics. A k-coloring of a loopless graph G is a function f : V (G) S where S = k (often S = [k]). Coloring Basics A k-coloring of a loopless graph G is a function f : V (G) S where S = k (often S = [k]). For an i S, the set f 1 (i) is called a color class. A k-coloring is called proper if adjacent

More information

On DP-coloring of graphs and multigraphs

On DP-coloring of graphs and multigraphs On DP-coloring of graphs and multigraphs Anton Bernshteyn Alexandr Kostochka Sergei Pron arxiv:1609.00763v1 [math.co] 2 Sep 2016 Abstract While solving a question on list coloring of planar graphs, Dvořák

More information

arxiv: v1 [math.co] 18 Nov 2017

arxiv: v1 [math.co] 18 Nov 2017 Short proofs for generalizations of the Lovász Local Lemma: Shearer s condition and cluster expansion arxiv:171106797v1 [mathco] 18 Nov 2017 Nicholas J A Harvey Abstract Jan Vondrák The Lovász Local Lemma

More information

c 2010 Society for Industrial and Applied Mathematics

c 2010 Society for Industrial and Applied Mathematics SIAM J. DISCRETE MATH. Vol. 24, No. 3, pp. 1038 1045 c 2010 Society for Industrial and Applied Mathematics SET SYSTEMS WITHOUT A STRONG SIMPLEX TAO JIANG, OLEG PIKHURKO, AND ZELEALEM YILMA Abstract. A

More information

CLIQUES IN THE UNION OF GRAPHS

CLIQUES IN THE UNION OF GRAPHS CLIQUES IN THE UNION OF GRAPHS RON AHARONI, ELI BERGER, MARIA CHUDNOVSKY, AND JUBA ZIANI Abstract. Let B and R be two simple graphs with vertex set V, and let G(B, R) be the simple graph with vertex set

More information

A Sufficient condition for DP-4-colorability

A Sufficient condition for DP-4-colorability A Sufficient condition for DP-4-colorability Seog-Jin Kim and Kenta Ozeki August 21, 2017 Abstract DP-coloring of a simple graph is a generalization of list coloring, and also a generalization of signed

More information

Off-diagonal hypergraph Ramsey numbers

Off-diagonal hypergraph Ramsey numbers Off-diagonal hypergraph Ramsey numbers Dhruv Mubayi Andrew Suk Abstract The Ramsey number r k (s, n) is the minimum such that every red-blue coloring of the k- subsets of {1,..., } contains a red set of

More information

Coloring sparse hypergraphs

Coloring sparse hypergraphs Coloring sparse hypergraphs Jeff Cooper Dhruv Mubayi April 10, 2014 Abstract Fix k 3, and let G be a k-uniform hypergraph with maximum degree. Suppose that for each l = 2,..., k 1, every set of l vertices

More information

Probabilistic Proofs of Existence of Rare Events. Noga Alon

Probabilistic Proofs of Existence of Rare Events. Noga Alon Probabilistic Proofs of Existence of Rare Events Noga Alon Department of Mathematics Sackler Faculty of Exact Sciences Tel Aviv University Ramat-Aviv, Tel Aviv 69978 ISRAEL 1. The Local Lemma In a typical

More information

Coloring Simple Hypergraphs

Coloring Simple Hypergraphs Department of Mathematics, Statistics and Computer Science University of Illinois Chicago August 28, 2010 Problem Let n 2 and suppose that S [n] [n] with S 2n 1. Then some three points in S determine a

More information

Decomposition of random graphs into complete bipartite graphs

Decomposition of random graphs into complete bipartite graphs Decomposition of random graphs into complete bipartite graphs Fan Chung Xing Peng Abstract We consider the problem of partitioning the edge set of a graph G into the minimum number τg of edge-disjoint

More information

ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY

ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY SERGUEI NORINE Abstract. We answer two questions of Zhu on circular choosability of graphs. We show that the circular list chromatic number of an even cycle

More information

Dominating a family of graphs with small connected subgraphs

Dominating a family of graphs with small connected subgraphs Dominating a family of graphs with small connected subgraphs Yair Caro Raphael Yuster Abstract Let F = {G 1,..., G t } be a family of n-vertex graphs defined on the same vertex-set V, and let k be a positive

More information

A Characterization of Graphs with Fractional Total Chromatic Number Equal to + 2

A Characterization of Graphs with Fractional Total Chromatic Number Equal to + 2 A Characterization of Graphs with Fractional Total Chromatic Number Equal to + Takehiro Ito a, William. S. Kennedy b, Bruce A. Reed c a Graduate School of Information Sciences, Tohoku University, Aoba-yama

More information

Choice Numbers of Multi-Bridge Graphs

Choice Numbers of Multi-Bridge Graphs Computer Science Journal of Moldova, vol.25, no.3(75), 2017 Julian Allagan Benkam Bobga Abstract Suppose ch(g) and χ(g) denote, respectively, the choice number and the chromatic number of a graph G = (V,E).

More information

An alternative proof of the linearity of the size-ramsey number of paths. A. Dudek and P. Pralat

An alternative proof of the linearity of the size-ramsey number of paths. A. Dudek and P. Pralat An alternative proof of the linearity of the size-ramsey number of paths A. Dudek and P. Pralat REPORT No. 14, 2013/2014, spring ISSN 1103-467X ISRN IML-R- -14-13/14- -SE+spring AN ALTERNATIVE PROOF OF

More information

The Lovász Local Lemma : A constructive proof

The Lovász Local Lemma : A constructive proof The Lovász Local Lemma : A constructive proof Andrew Li 19 May 2016 Abstract The Lovász Local Lemma is a tool used to non-constructively prove existence of combinatorial objects meeting a certain conditions.

More information

College of Computer & Information Science Fall 2009 Northeastern University 22 September 2009

College of Computer & Information Science Fall 2009 Northeastern University 22 September 2009 College of Computer & Information Science Fall 2009 Northeastern University 22 September 2009 CS 7880: Algorithmic Power Tools Scribe: Eric Miles Lecture Outline: General Lovász Local Lemma Two Simple

More information

IMA Preprint Series # 2385

IMA Preprint Series # 2385 LIST COLORINGS WITH DISTINCT LIST SIZES, THE CASE OF COMPLETE BIPARTITE GRAPHS By Zoltán Füredi and Ida Kantor IMA Preprint Series # 2385 ( October 2011 ) INSTITUTE FOR MATHEMATICS AND ITS APPLICATIONS

More information

Rainbow Hamilton cycles in uniform hypergraphs

Rainbow Hamilton cycles in uniform hypergraphs Rainbow Hamilton cycles in uniform hypergraphs Andrzej Dude Department of Mathematics Western Michigan University Kalamazoo, MI andrzej.dude@wmich.edu Alan Frieze Department of Mathematical Sciences Carnegie

More information

An algorithm to increase the node-connectivity of a digraph by one

An algorithm to increase the node-connectivity of a digraph by one Discrete Optimization 5 (2008) 677 684 Contents lists available at ScienceDirect Discrete Optimization journal homepage: www.elsevier.com/locate/disopt An algorithm to increase the node-connectivity of

More information

Ramsey-type problem for an almost monochromatic K 4

Ramsey-type problem for an almost monochromatic K 4 Ramsey-type problem for an almost monochromatic K 4 Jacob Fox Benny Sudakov Abstract In this short note we prove that there is a constant c such that every k-edge-coloring of the complete graph K n with

More information

Discrete Mathematics. The average degree of a multigraph critical with respect to edge or total choosability

Discrete Mathematics. The average degree of a multigraph critical with respect to edge or total choosability Discrete Mathematics 310 (010 1167 1171 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc The average degree of a multigraph critical with respect

More information

Locality Lower Bounds

Locality Lower Bounds Chapter 8 Locality Lower Bounds In Chapter 1, we looked at distributed algorithms for coloring. In particular, we saw that rings and rooted trees can be colored with 3 colors in log n + O(1) rounds. 8.1

More information

The expansion of random regular graphs

The expansion of random regular graphs The expansion of random regular graphs David Ellis Introduction Our aim is now to show that for any d 3, almost all d-regular graphs on {1, 2,..., n} have edge-expansion ratio at least c d d (if nd is

More information

SIZE-RAMSEY NUMBERS OF CYCLES VERSUS A PATH

SIZE-RAMSEY NUMBERS OF CYCLES VERSUS A PATH SIZE-RAMSEY NUMBERS OF CYCLES VERSUS A PATH ANDRZEJ DUDEK, FARIDEH KHOEINI, AND PAWE L PRA LAT Abstract. The size-ramsey number ˆRF, H of a family of graphs F and a graph H is the smallest integer m such

More information

Online Interval Coloring and Variants

Online Interval Coloring and Variants Online Interval Coloring and Variants Leah Epstein 1, and Meital Levy 1 Department of Mathematics, University of Haifa, 31905 Haifa, Israel. Email: lea@math.haifa.ac.il School of Computer Science, Tel-Aviv

More information

Graph coloring, perfect graphs

Graph coloring, perfect graphs Lecture 5 (05.04.2013) Graph coloring, perfect graphs Scribe: Tomasz Kociumaka Lecturer: Marcin Pilipczuk 1 Introduction to graph coloring Definition 1. Let G be a simple undirected graph and k a positive

More information

Near-domination in graphs

Near-domination in graphs Near-domination in graphs Bruce Reed Researcher, Projet COATI, INRIA and Laboratoire I3S, CNRS France, and Visiting Researcher, IMPA, Brazil Alex Scott Mathematical Institute, University of Oxford, Oxford

More information

Nonnegative k-sums, fractional covers, and probability of small deviations

Nonnegative k-sums, fractional covers, and probability of small deviations Nonnegative k-sums, fractional covers, and probability of small deviations Noga Alon Hao Huang Benny Sudakov Abstract More than twenty years ago, Manickam, Miklós, and Singhi conjectured that for any integers

More information

A sequence of triangle-free pseudorandom graphs

A sequence of triangle-free pseudorandom graphs A sequence of triangle-free pseudorandom graphs David Conlon Abstract A construction of Alon yields a sequence of highly pseudorandom triangle-free graphs with edge density significantly higher than one

More information

CS5314 Randomized Algorithms. Lecture 18: Probabilistic Method (De-randomization, Sample-and-Modify)

CS5314 Randomized Algorithms. Lecture 18: Probabilistic Method (De-randomization, Sample-and-Modify) CS5314 Randomized Algorithms Lecture 18: Probabilistic Method (De-randomization, Sample-and-Modify) 1 Introduce two topics: De-randomize by conditional expectation provides a deterministic way to construct

More information

Using Lovász Local Lemma in the space of random injections

Using Lovász Local Lemma in the space of random injections Using Lovász Local Lemma in the space of random injections Linyuan Lu László Székely University of South Carolina {lu, szekely}@math.sc.edu Submitted: Nov 6, 2006; Accepted: Sep 3, 2007; Published: Sep

More information

Equitable coloring of random graphs

Equitable coloring of random graphs Michael Krivelevich 1, Balázs Patkós 2 1 Tel Aviv University, Tel Aviv, Israel 2 Central European University, Budapest, Hungary Phenomena in High Dimensions, Samos 2007 A set of vertices U V (G) is said

More information

On balanced colorings of sparse hypergraphs

On balanced colorings of sparse hypergraphs On balanced colorings of sparse hypergraphs Andrzej Dude Department of Mathematics Western Michigan University Kalamazoo, MI andrzej.dude@wmich.edu January 21, 2014 Abstract We investigate 2-balanced colorings

More information

arxiv: v1 [math.co] 28 Jan 2019

arxiv: v1 [math.co] 28 Jan 2019 THE BROWN-ERDŐS-SÓS CONJECTURE IN FINITE ABELIAN GROUPS arxiv:191.9871v1 [math.co] 28 Jan 219 JÓZSEF SOLYMOSI AND CHING WONG Abstract. The Brown-Erdős-Sós conjecture, one of the central conjectures in

More information

CS6999 Probabilistic Methods in Integer Programming Randomized Rounding Andrew D. Smith April 2003

CS6999 Probabilistic Methods in Integer Programming Randomized Rounding Andrew D. Smith April 2003 CS6999 Probabilistic Methods in Integer Programming Randomized Rounding April 2003 Overview 2 Background Randomized Rounding Handling Feasibility Derandomization Advanced Techniques Integer Programming

More information

How many randomly colored edges make a randomly colored dense graph rainbow hamiltonian or rainbow connected?

How many randomly colored edges make a randomly colored dense graph rainbow hamiltonian or rainbow connected? How many randomly colored edges make a randomly colored dense graph rainbow hamiltonian or rainbow connected? Michael Anastos and Alan Frieze February 1, 2018 Abstract In this paper we study the randomly

More information

Paths with two blocks in n-chromatic digraphs

Paths with two blocks in n-chromatic digraphs Paths with two blocks in n-chromatic digraphs L. Addario-Berry, F. Havet and S. Thomassé September 20, 2005 Abstract We show that every oriented path of order n 4 with two blocks is contained in every

More information

Probabilistic Methods in Combinatorics Lecture 6

Probabilistic Methods in Combinatorics Lecture 6 Probabilistic Methods in Combinatorics Lecture 6 Linyuan Lu University of South Carolina Mathematical Sciences Center at Tsinghua University November 16, 2011 December 30, 2011 Balance graphs H has v vertices

More information

A Construction of Almost Steiner Systems

A Construction of Almost Steiner Systems A Construction of Almost Steiner Systems Asaf Ferber, 1 Rani Hod, 2 Michael Krivelevich, 1 and Benny Sudakov 3,4 1 School of Mathematical Sciences, Raymond and Beverly Sackler Faculty of Exact Sciences,

More information

On the chromatic number and independence number of hypergraph products

On the chromatic number and independence number of hypergraph products On the chromatic number and independence number of hypergraph products Dhruv Mubayi Vojtĕch Rödl January 10, 2004 Abstract The hypergraph product G H has vertex set V (G) V (H), and edge set {e f : e E(G),

More information

Induced subgraphs of Ramsey graphs with many distinct degrees

Induced subgraphs of Ramsey graphs with many distinct degrees Induced subgraphs of Ramsey graphs with many distinct degrees Boris Bukh Benny Sudakov Abstract An induced subgraph is called homogeneous if it is either a clique or an independent set. Let hom(g) denote

More information

INDUCED CYCLES AND CHROMATIC NUMBER

INDUCED CYCLES AND CHROMATIC NUMBER INDUCED CYCLES AND CHROMATIC NUMBER A.D. SCOTT DEPARTMENT OF MATHEMATICS UNIVERSITY COLLEGE, GOWER STREET, LONDON WC1E 6BT Abstract. We prove that, for any pair of integers k, l 1, there exists an integer

More information

Computing the Independence Polynomial: from the Tree Threshold Down to the Roots

Computing the Independence Polynomial: from the Tree Threshold Down to the Roots 1 / 16 Computing the Independence Polynomial: from the Tree Threshold Down to the Roots Nick Harvey 1 Piyush Srivastava 2 Jan Vondrák 3 1 UBC 2 Tata Institute 3 Stanford SODA 2018 The Lovász Local Lemma

More information

The Turán number of sparse spanning graphs

The Turán number of sparse spanning graphs The Turán number of sparse spanning graphs Noga Alon Raphael Yuster Abstract For a graph H, the extremal number ex(n, H) is the maximum number of edges in a graph of order n not containing a subgraph isomorphic

More information

Destroying non-complete regular components in graph partitions

Destroying non-complete regular components in graph partitions Destroying non-complete regular components in graph partitions Landon Rabern landon.rabern@gmail.com June 27, 2011 Abstract We prove that if G is a graph and r 1,..., r k Z 0 such that k i=1 r i (G) +

More information

Constructions in Ramsey theory

Constructions in Ramsey theory Constructions in Ramsey theory Dhruv Mubayi Andrew Suk Abstract We provide several constructions for problems in Ramsey theory. First, we prove a superexponential lower bound for the classical 4-uniform

More information

Nordhaus-Gaddum Theorems for k-decompositions

Nordhaus-Gaddum Theorems for k-decompositions Nordhaus-Gaddum Theorems for k-decompositions Western Michigan University October 12, 2011 A Motivating Problem Consider the following problem. An international round-robin sports tournament is held between

More information

Tree Decomposition of Graphs

Tree Decomposition of Graphs Tree Decomposition of Graphs Raphael Yuster Department of Mathematics University of Haifa-ORANIM Tivon 36006, Israel. e-mail: raphy@math.tau.ac.il Abstract Let H be a tree on h 2 vertices. It is shown

More information