Matrix approximation and Tusnády s problem

Size: px
Start display at page:

Download "Matrix approximation and Tusnády s problem"

Transcription

1 European Journal of Combinatorics 28 (2007) Matrix approximation and Tusnády s problem Benjamin Doerr Max-Planck-Institut für Informatik, Stuhlsatzenhausweg 85, Saarbrücken, Germany Received 26 October 2004; accepted 29 September 2005 Available online 18 January 2006 Abstract We consider the problem of approximating a given matrix by an integer one such that in all geometric submatrices the sum of the entries does not change by much. We show that for all integers m, n 2 and real matrices A R m n there is an integer matrix B Z m n such that (a i j b i j ) i I j J < 4 log 2 (min{m, n}) holds for all intervals I [m], J [n]. Such a matrix can be computed in time O(mn log(min{m, n})). The result remains true if we add the requirement a i j b i j < 2 for all i [m], j [n]. This is surprising, as the slightly stronger requirement a i j b i j < 1 makes the problem equivalent to Tusnády s problem. c 2005 Elsevier Ltd. All rights reserved. 1. Introduction and results 1.1. Matrix rounding problems We consider the problem of approximating a given matrix by an integer one such that a particular error measure is small. Such matrix rounding and approximation problems have a rich history and found several applications. Baranyai [3] showed that any matrix can be rounded to an integer one in such a way that the errors in all rows, all columns and the whole matrix are less than one. He used this integer making lemma to prove several deep partitioning theorems for complete uniform hypergraphs, among them the precise estimate of its chromatic index. Independently, Causey et al. [9] proved the same rounding result and applied it to several problems in statistics. Further applications and results in this direction can be found in [24,4,14,10] /$ - see front matter c 2005 Elsevier Ltd. All rights reserved. doi: /j.ejc

2 B. Doerr / European Journal of Combinatorics 28 (2007) Raghavan [20], Karp et al. [15] and other authors use matrix rounding algorithms to solve VLSI routing problems. Asano et al. [1] (see also [2]) relate the digital half-toning problem to a matrix rounding problem. They suggest that if the average error in suitable regions is small, then the image represented by the rounded matrix is a high quality half-toning of the greyscale image represented by the input matrix. In this context, the problem of rounding with small average error in all 2 2 geometric (contiguous) submatrices is investigated. A recent improvement of these rounding results can be found in [13]. In this paper, we are concerned with the errors in all geometric submatrices. Throughout the paper let m, n 2 be integers. For m n matrices A and B let d(a, B) = max I,J (a i j b i j ), i I j J where I [m] := {1,..., m} and J [n] are intervals. We say that B is a rounding of A if b i j { a i j, ai j } for all i [m], j [n]. In other words, B is integral and ai j b i j < 1 holds for all i [m], j [n]. The matrix rounding problem is, given A R m n, to find a rounding B of A that minimizes d(a, B). Denote by r m,n the smallest r R such that for any A R m n a rounding B exists with d(a, B) r. This matrix rounding problem is equally hard as a famous problem from computational geometry known as Tusnády s problem. We briefly state the problem and the connection between the two Tusnády s problem Tusnády s problem is coloring a finite collection of points in the plane with two colors in such a way that in each rectangle the number of (say) red points deviates not too much from that of (say) blue points. More precisely, let P R 2 be finite and χ : P { 1, 1}. For a rectangle R R 2 let χ(r) = p P R χ(p) denote the difference in number of (+1)-colored points and ( 1)-colored points in R. The discrepancy of χ is T (P, χ) = max R χ(r), where the maximum is taken over all rectangles R in the plane. The discrepancy T (P) is the minimum T (P, χ) among all colorings χ : P { 1, 1}. By t n we denote the maximum discrepancy among all n-point sets in the plane. In other words, t n is the smallest number such that any n points can be two-colored in such a way that in no rectangle does the number of points in one color exceed that of points in the other color by more than t n. Note that this combinatorial discrepancy is to be distinguished from geometric discrepancies of point sets and their application in numerical integration (see e.g. [18] or [19]). Tusnády s problem has a rich history. With the focus on extending results of Komlós et al. [16], Gábor Tusnády asked whether t n can be bounded by a constant independent of n. Beck [5] was the first to disprove this by showing a non-constant lower bound of Ω(log n) for t n via a reduction to geometric discrepancies and Schmidt s lower bound [21]. In the same paper, he gave an O(log 4 n) upper bound, which he improved to O(log 3.5+ε ) in [7]. Bohus [8] derived an O(log 3 n) bound from his bound on the k permutation problem. Matoušek [18] proved O(log 2.5 n log log n) by a clever application of Beck s partial coloring method. The current best upper bound of O(log 2.5 n) due to Srinivasan [22] is obtained via the so-called entropy method (cf. [18]). Note that only Beck s first-mentioned and Bohus results are constructive. The following connection between the matrix rounding problem and Tusnády s problem was used without proof in [1], so for reasons of completeness we give a short proof.

3 992 B. Doerr / European Journal of Combinatorics 28 (2007) Theorem 1. For all m, n N, m n, we have 1 2 t n r m,n t mn. Proof. Let P R 2, P = n. Note that T (P) is invariant under strictly monotone transformations in the coordinates: Let σ, τ : R R be strictly monotone mappings and π : R 2 R 2 ; (x, y) (σ (x), τ(y)). Then T (P) = T (π(p)), as T (P, χ) = T (π(p), χ π 1 ) for all χ : P { 1, 1}. Thus we may assume that P [n] [n]. Let A {0, 2 1 }m n such that a i j = 1 2 if and only if (i, j) P. Let B be an optimal rounding of A. Let χ : P { 1, 1} such that χ((i, j)) = 1, if b i j = 0, and χ((i, j)) = 1, if b i j = 1, for all (i, j) P. Now for any rectangle R, we have χ(p) = 2 (b i j a i j ) = 2 (b i j a i j ). p P R (i, j) P R (i, j) R [m] [n] Hence T (P) d(a, B) r m,n. To prove the second inequality, we use the result of Lovász et al. [17] stating that the hereditary linear discrepancy of a hypergraph is at most twice its hereditary discrepancy (the factor of 2 can be replaced by 2(1 2m 1 ), cf. [11], but we shall not need this). Since r mn is nothing else than the hereditary linear discrepancy of the hypergraph of rectangles in [m] [n], we have r mn 2 max min d(a, B), A {0, 2 1 }m n B where B runs over all roundings of A. Let A {0, 1 2 }m n. Put P = {(i, j) [m] [n] a i j = 1 2 }. Let χ : P { 1, 1} such that T (P, χ) t P t mn. Define B {0, 1} m n through b i j = 1 if and only if (i, j) P and χ((i, j)) = 1. Then for all intervals I [m] and J [n], we compute (a i j b i j ) = 1 χ((i, j)) 2 1 T (P, χ). 2 i I j J (i, j) P (I J) Hence d(a, B) 1 2 t mn. We conclude r m,n t mn. Corollary 2. For m n, r m,n = Ω(log n), r m,n = O(log 2.5 m) Our results The result presented in this paper is that we do get an upper bound of O(log n) if we do not require B to be a rounding of A. Theorem 3. Let m, n 2 be integers. Then for all real matrices A R m n there is an integer matrix B Z m n such that d(a, B) < 4 log 2 (min{m, n}). Such a matrix can be computed in time O(mn log(min{m, n})). The result remains true if we add the requirement a i j b i j < 2 for all i [m], j [n].

4 B. Doerr / European Journal of Combinatorics 28 (2007) Our result has an interesting implication: Either the rounding restriction a i j b i j < 1 makes the matrix approximation problem significantly harder, or both Tusnády s problem and the matrix rounding problem can be solved with error O(log n). We believe the latter to be more likely. Since we do not even have a non-constant lower bound, we did not try to optimize the constant in Theorem 3. Indeed, there is room for improvement, e.g., by writing arbitrary intervals not only as disjoint unions of canonical intervals, but also allowing differences in Lemma 5. Note that the one-dimensional version of our problem is elementary. A simple greedy algorithm, sometimes called 1D error diffusion, yields the following result. Lemma 4. Let a 1,..., a m R. Then there are b 1,..., b m Z such that i 2 i=i1 (a i b i ) < 1 holds for all 1 i 1 i 2 m. They can be computed in time O(m). In fact, much more about this problem is known, e.g., the number of such roundings and how to compute an optimal one in time O(m log m), see [23,12]. The novel contribution of this paper is combining Lemma 4 successfully with classical ideas like the decomposition into canonical intervals. In fact, our approach works for any set of regions of type I J, where J is an interval and I is a hyperedge of a totally unimodular hypergraph (note that Lemma 4 apart from the computational statement holds for arbitrary totally unimodular hypergraphs instead of the hypergraph of intervals). 2. Proof of the main result We denote by N the positive integers, by N 0 the nonnegative ones. For arbitrary numbers p, q R we set [p] = {i N i p} and [p... q] = {i N 0 p i q}. Let n, m N. By Int([n]) = {[i... j] 1 i j n} we denote the set of intervals in [n]. A set of form [λ2 k (λ + 1)2 k ] for some λ Z is called a canonical interval of length 2 k. We write CInt k ([n]) for the set of all canonical intervals of length 2 k that are contained in [n]. Like in [6], we have the following decomposition lemma. Lemma 5. For n 2, any interval in [n] is the disjoint union of at most 2 log 2 n canonical intervals. Let A and B be m n matrices. For any S [m] [n] we use A(S) to denote the sum (i, j) S a i j of the entries of A in S. The distance of A and B with respect to S is d(a, B, S) = A(S) B(S). Lemma 6. Let l N 0, n = 2 l and A R m n. Then there is an à R m n that has integral row sums j [n] ãi j, i [m], and d(a, Ã, I J) < 2 l+k for all I Int([m]), k [0... l] and J CInt k ([n]). It can be computed in time O(mn). Proof. Let s i = n j=1 a i j for all i [m]. By Lemma 4, there are t i Z, i [m], such that D(i 1, i 2 ) := i 2 i=i1 (t i s i ) has absolute value less than one for all i 1, i 2 [m]. Put ã i j = a i j + n 1 (t i s i ) for all i [m], j [n]. Since j [n] ãi j = t i for all i [m], à has integral row sums. Let I Int([m]), k [0... l] and J CInt k ([n]). Then d(a, Ã, I J) = J n max I i=min I (t i s i ) = 1 n 2k D(min I, max I ) < 2 l+k.

5 994 B. Doerr / European Journal of Combinatorics 28 (2007) The proof of Theorem 3 depends heavily on the following lemma. Lemma 7. Let l N 0, n = 2 l and A R m n such that all row sums j [n] a i j, i [m], are integral. Then there is a B Z m n such that for all I Int([m]), k [0... l] and J CInt k ([n]) we have l 1 k 2 i if k < l d(a, B, I J) i=0 0 if k = l. It can be computed in time O(mn log n). Proof. We use induction on l. For l = 0, we have n = 1 and thus A Z m n by assumption. Hence B = A proves the claim. Let l > 0 and assume the claim to be true for l 1. Let A L, A R R m (n/2) such that A = (A L A R ). Obtain à L from A L as in Lemma 6. Set à R = A R (à L A L ). Then both à L and à R have integral row sums. By induction, there are B L, B R Z m (n/2) such that the pairs (à L, B L ) and (à R, B R ) in the roles of (A, B) both fulfill the assertion of this lemma. Put B = (B L B R ). Let I Int([m]), k [0... l] and J CInt k ([n]). If J = [n], then ( [ n ]) ( [ n ]) B(I J) = B L I + B R I n ( [ n ]) ( [ n ]) = à L I + à R I n = A(I J). Hence d(a, B, I J) = 0 as claimed. If J [n], i.e., k < l, then either J [ n 2 ] or J [ n n]. In the first case, we compute d(a, B, I J) = d(a L, B L, I J) d(a L, à L, I J) + d(ã L, B L, I J) < 2 l+1+k l 2 k + 2 i = l 1 k i=0 2 i. An analogous argument shows the claim for J [ n n]. i=0 Proof of Theorem 3. Let A R m n. Without loss of generality, we may assume m n. Let n 0 = 2 l be the smallest power of two not less than n. By appending columns of zeros, we obtain A R m n 0 from A. By Lemma 6, we compute a matrix à having integral row sums such that for all I Int([m]), k [0... l] and J CInt k ([n 0 ]) we have d(a, Ã, I J) < 2 l+k. Applying Lemma 7 to Ã, we obtain a matrix B that fulfills d(a, B, I J) < l k i=0 2 i < 2 for all I Int([m]), k [0... l] and J CInt k ([n 0 ]). By Lemma 5, we infer d(a, B, I J) = d(a, B, I J) < 4 log 2 n for all I Int([m]), J Int([n]).

6 B. Doerr / European Journal of Combinatorics 28 (2007) References [1] T. Asano, N. Katoh, K. Obokata, T. Tokuyama, Matrix rounding under the L p -discrepancy measure and its application to digital halftoning, SIAM J. Comput. 32 (2003) [2] T. Asano, Digital halftoning: Algorithm engineering challenges, IEICE Trans. Inf. Syst. E86-D (2003) [3] Zs. Baranyai, On the factorization of the complete uniform hypergraph, in: Infinite and Finite Sets (Colloq., Keszthely, 1973; dedicated to P. Erdős on his 60th birthday), Vol. I, in: Colloq. Math. Soc. Jánōs Bolyai, vol. 10, North-Holland, Amsterdam, 1975, pp [4] N. Brauner, Y. Crama, The maximum deviation just-in-time scheduling problem, Discrete Appl. Math. 134 (2004) [5] J. Beck, Balanced two-colorings of finite sets in the square. I, Combinatorica 1 (1981) [6] J. Beck, Roth s estimate of the discrepancy of integer sequences is nearly sharp, Combinatorica 1 (1981) [7] J. Beck, Balanced two-colorings of finite sets in the cube, Discrete Math. 73 (1989) [8] G. Bohus, On the discrepancy of 3 permutations, Random Structures Algorithms 1 (1990) [9] B.D. Causey, L.H. Cox, L.R. Ernst, Applications of transportation theory to statistical problems, J. Amer. Statist. Assoc. 80 (1985) [10] B. Doerr, T. Friedrich, C. Klein, R. Osbild, Rounding of sequences and matrices, with applications, in: T. Erlebach, G. Persiano (Eds.), WAOA 2005, in: Lecture Notes in Computer Science, vol. 3879, Springer-Verlag, Berlin, Heidelberg, 2006, pp [11] B. Doerr, Linear and hereditary discrepancy, Combin. Probab. Comput. 9 (2000) [12] B. Doerr, Global roundings of sequences, Inform. Process. Lett. 92 (2004) [13] B. Doerr, Nonindependent randomized rounding and an application to digital halftoning, SIAM J. Comput. 34 (2004) [14] P. Hell, D. Kirkpatrick, B. Li, Rounding in symmetric matrices and undirected graphs, Discrete Appl. Math. 70 (1996) [15] R.M. Karp, F.T. Leighton, R.L. Rivest, C.D. Thompson, U.V. Vazirani, V.V. Vazirani, Global wire routing in twodimensional arrays, Algorithmica 2 (1987) [16] J. Komlós, P. Major, G. Tusnády, Weak convergence and embedding, in: Limit Theorems of Probability Theory (Colloq., Keszthely, 1974), in: Colloq. Math. Soc. János Bolyai, vol. 11, North-Holland, Amsterdam, 1975, pp [17] L. Lovász, J. Spencer, K. Vesztergombi, Discrepancies of set-systems and matrices, European J. Combin. 7 (1986) [18] J. Matoušek, Geometric Discrepancy, Springer-Verlag, Berlin, [19] H. Niederreiter, Random Number Generation and Quasi-Monte Carlo Methods, in: CBMS-NSF Regional Conference Series in Applied Mathematics, vol. 63, Society for Industrial and Applied Mathematics (SIAM), Philadelphia, PA, [20] P. Raghavan, Probabilistic construction of deterministic algorithms: Approximating packing integer programs, J. Comput. System Sci. 37 (1988) [21] W.M. Schmidt, On irregularities of distribution VII, Acta Arith. 21 (1972) [22] A. Srinivasan, Improving the discrepancy bound for sparse matrices: Better approximations for sparse lattice approximation problems, in: Proceedings of the Eighth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA, ACM, New York, 1997, pp [23] K. Sadakane, N. Takki-Chebihi, T. Tokuyama, Combinatorics and algorithms on low-discrepancy roundings of a real sequence, in: ICALP 2001, in: Lecture Notes in Computer Science, vol. 2076, Springer-Verlag, Berlin, Heidelberg, 2001, pp [24] G. Steiner, S. Yeomans, Level schedules for mixed-model, just-in-time processes, Manage. Sci. 39 (1993)

Generating Randomized Roundings with Cardinality Constraints and Derandomizations

Generating Randomized Roundings with Cardinality Constraints and Derandomizations Generating Randomized Roundings with Cardinality Constraints and Derandomizations Benjamin Doerr Max Planck Institut für Informatik, Saarbrücken, Germany. Abstract. We provide a general method to generate

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

The discrepancy of permutation families

The discrepancy of permutation families The discrepancy of permutation families J. H. Spencer A. Srinivasan P. Tetali Abstract In this note, we show that the discrepancy of any family of l permutations of [n] = {1, 2,..., n} is O( l log n),

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

Roundings Respecting Hard Constraints

Roundings Respecting Hard Constraints Roundings Respecting Hard Constraints Benjamin Doerr Mathematisches Seminar II, Christian Albrechts Universität zu Kiel, D 24098 Kiel, Germany, bed@numerik.uni-kiel.de Abstract. A problem arising in integer

More information

The Lefthanded Local Lemma characterizes chordal dependency graphs

The Lefthanded Local Lemma characterizes chordal dependency graphs The Lefthanded Local Lemma characterizes chordal dependency graphs Wesley Pegden March 30, 2012 Abstract Shearer gave a general theorem characterizing the family L of dependency graphs labeled with probabilities

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

European Journal of Combinatorics

European Journal of Combinatorics European Journal of Combinatorics 30 (2009) 1686 1695 Contents lists available at ScienceDirect European Journal of Combinatorics ournal homepage: www.elsevier.com/locate/ec Generalizations of Heilbronn

More information

Maximum union-free subfamilies

Maximum union-free subfamilies Maximum union-free subfamilies Jacob Fox Choongbum Lee Benny Sudakov Abstract An old problem of Moser asks: how large of a union-free subfamily does every family of m sets have? A family of sets is called

More information

Linear independence, a unifying approach to shadow theorems

Linear independence, a unifying approach to shadow theorems Linear independence, a unifying approach to shadow theorems by Peter Frankl, Rényi Institute, Budapest, Hungary Abstract The intersection shadow theorem of Katona is an important tool in extremal set theory.

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

Discrepancy Theory in Approximation Algorithms

Discrepancy Theory in Approximation Algorithms Discrepancy Theory in Approximation Algorithms Rajat Sen, Soumya Basu May 8, 2015 1 Introduction In this report we would like to motivate the use of discrepancy theory in algorithms. Discrepancy theory

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

Proof of a Conjecture of Erdős on triangles in set-systems

Proof of a Conjecture of Erdős on triangles in set-systems Proof of a Conjecture of Erdős on triangles in set-systems Dhruv Mubayi Jacques Verstraëte November 11, 005 Abstract A triangle is a family of three sets A, B, C such that A B, B C, C A are each nonempty,

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

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

First Order Convergence and Roots

First Order Convergence and Roots Article First Order Convergence and Roots Christofides, Demetres and Kral, Daniel Available at http://clok.uclan.ac.uk/17855/ Christofides, Demetres and Kral, Daniel (2016) First Order Convergence and

More information

Tight Approximation Ratio of a General Greedy Splitting Algorithm for the Minimum k-way Cut Problem

Tight Approximation Ratio of a General Greedy Splitting Algorithm for the Minimum k-way Cut Problem Algorithmica (2011 59: 510 520 DOI 10.1007/s00453-009-9316-1 Tight Approximation Ratio of a General Greedy Splitting Algorithm for the Minimum k-way Cut Problem Mingyu Xiao Leizhen Cai Andrew Chi-Chih

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

On the discrepancy of circular sequences of reals

On the discrepancy of circular sequences of reals On the discrepancy of circular sequences of reals Fan Chung Ron Graham Abstract In this paper we study a refined measure of the discrepancy of sequences of real numbers in [0, ] on a circle C of circumference.

More information

Conflict-Free Colorings of Rectangles Ranges

Conflict-Free Colorings of Rectangles Ranges Conflict-Free Colorings of Rectangles Ranges Khaled Elbassioni Nabil H. Mustafa Max-Planck-Institut für Informatik, Saarbrücken, Germany felbassio, nmustafag@mpi-sb.mpg.de Abstract. Given the range space

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

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

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

An asymptotically tight bound on the adaptable chromatic number

An asymptotically tight bound on the adaptable chromatic number 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

More information

Tight Hardness Results for Minimizing Discrepancy

Tight Hardness Results for Minimizing Discrepancy Tight Hardness Results for Minimizing Discrepancy Moses Charikar Alantha Newman Aleksandar Nikolov Abstract In the Discrepancy problem, we are given M sets {S 1,..., S M } on N elements. Our goal is to

More information

Dyadic diaphony of digital sequences

Dyadic diaphony of digital sequences Dyadic diaphony of digital sequences Friedrich Pillichshammer Abstract The dyadic diaphony is a quantitative measure for the irregularity of distribution of a sequence in the unit cube In this paper we

More information

Lecture 10 Algorithmic version of the local lemma

Lecture 10 Algorithmic version of the local lemma Lecture 10 Algorithmic version of the local lemma Uriel Feige Department of Computer Science and Applied Mathematics The Weizman Institute Rehovot 76100, Israel uriel.feige@weizmann.ac.il June 9, 2014

More information

A DEGREE VERSION OF THE HILTON MILNER THEOREM

A DEGREE VERSION OF THE HILTON MILNER THEOREM A DEGREE VERSION OF THE HILTON MILNER THEOREM PETER FRANKL, JIE HAN, HAO HUANG, AND YI ZHAO Abstract An intersecting family of sets is trivial if all of its members share a common element Hilton and Milner

More information

Chapter 1. Comparison-Sorting and Selecting in. Totally Monotone Matrices. totally monotone matrices can be found in [4], [5], [9],

Chapter 1. Comparison-Sorting and Selecting in. Totally Monotone Matrices. totally monotone matrices can be found in [4], [5], [9], Chapter 1 Comparison-Sorting and Selecting in Totally Monotone Matrices Noga Alon Yossi Azar y Abstract An mn matrix A is called totally monotone if for all i 1 < i 2 and j 1 < j 2, A[i 1; j 1] > A[i 1;

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

Lecture Constructive Algorithms for Discrepancy Minimization

Lecture Constructive Algorithms for Discrepancy Minimization Approximation Algorithms Workshop June 13, 2011, Princeton Lecture Constructive Algorithms for Discrepancy Minimization Nikhil Bansal Scribe: Daniel Dadush 1 Combinatorial Discrepancy Given a universe

More information

Approximating maximum satisfiable subsystems of linear equations of bounded width

Approximating maximum satisfiable subsystems of linear equations of bounded width Approximating maximum satisfiable subsystems of linear equations of bounded width Zeev Nutov The Open University of Israel Daniel Reichman The Open University of Israel Abstract We consider the problem

More information

Pigeonhole Principle and Ramsey Theory

Pigeonhole Principle and Ramsey Theory Pigeonhole Principle and Ramsey Theory The Pigeonhole Principle (PP) has often been termed as one of the most fundamental principles in combinatorics. The familiar statement is that if we have n pigeonholes

More information

Cost-Constrained Matchings and Disjoint Paths

Cost-Constrained Matchings and Disjoint Paths Cost-Constrained Matchings and Disjoint Paths Kenneth A. Berman 1 Department of ECE & Computer Science University of Cincinnati, Cincinnati, OH Abstract Let G = (V, E) be a graph, where the edges are weighted

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

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

SELECTIVELY BALANCING UNIT VECTORS AART BLOKHUIS AND HAO CHEN

SELECTIVELY BALANCING UNIT VECTORS AART BLOKHUIS AND HAO CHEN SELECTIVELY BALANCING UNIT VECTORS AART BLOKHUIS AND HAO CHEN Abstract. A set U of unit vectors is selectively balancing if one can find two disjoint subsets U + and U, not both empty, such that the Euclidean

More information

STABLE KNESER HYPERGRAPHS AND IDEALS IN N WITH THE NIKODÝM PROPERTY

STABLE KNESER HYPERGRAPHS AND IDEALS IN N WITH THE NIKODÝM PROPERTY PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 00, Number 0, Pages 000 000 S 0002-9939(XX)0000-0 STABLE KNESER HYPERGRAPHS AND IDEALS IN N WITH THE NIKODÝM PROPERTY NOGA ALON, LECH DREWNOWSKI,

More information

Construction algorithms for plane nets in base b

Construction algorithms for plane nets in base b Construction algorithms for plane nets in base b Gunther Leobacher, Friedrich Pillichshammer and Thomas Schell arxiv:1506.03201v1 [math.nt] 10 Jun 2015 Abstract The class of (0, m, s)-nets in base b has

More information

My favorite application using eigenvalues: Eigenvalues and the Graham-Pollak Theorem

My favorite application using eigenvalues: Eigenvalues and the Graham-Pollak Theorem My favorite application using eigenvalues: Eigenvalues and the Graham-Pollak Theorem Michael Tait Winter 2013 Abstract The famous Graham-Pollak Theorem states that one needs at least n 1 complete bipartite

More information

Large Forbidden Configurations and Design Theory

Large Forbidden Configurations and Design Theory Large Forbidden Configurations and Design Theory R.P. Anstee Mathematics Department The University of British Columbia Vancouver, B.C. Canada V6T 1Z2 Attila Sali Rényi Institute Budapest, Hungary September

More information

Neighborly families of boxes and bipartite coverings

Neighborly families of boxes and bipartite coverings Neighborly families of boxes and bipartite coverings Noga Alon Dedicated to Professor Paul Erdős on the occasion of his 80 th birthday Abstract A bipartite covering of order k of the complete graph K n

More information

Constructive proof of deficiency theorem of (g, f)-factor

Constructive proof of deficiency theorem of (g, f)-factor SCIENCE CHINA Mathematics. ARTICLES. doi: 10.1007/s11425-010-0079-6 Constructive proof of deficiency theorem of (g, f)-factor LU HongLiang 1, & YU QingLin 2 1 Center for Combinatorics, LPMC, Nankai University,

More information

arxiv: v1 [math.co] 2 Dec 2013

arxiv: v1 [math.co] 2 Dec 2013 What is Ramsey-equivalent to a clique? Jacob Fox Andrey Grinshpun Anita Liebenau Yury Person Tibor Szabó arxiv:1312.0299v1 [math.co] 2 Dec 2013 November 4, 2018 Abstract A graph G is Ramsey for H if every

More information

A lattice point problem and additive number theory

A lattice point problem and additive number theory A lattice point problem and additive number theory Noga Alon and Moshe Dubiner Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv, Israel Abstract

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

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

Containment restrictions

Containment restrictions Containment restrictions Tibor Szabó Extremal Combinatorics, FU Berlin, WiSe 207 8 In this chapter we switch from studying constraints on the set operation intersection, to constraints on the set relation

More information

An Algorithmic Hypergraph Regularity Lemma

An Algorithmic Hypergraph Regularity Lemma An Algorithmic Hypergraph Regularity Lemma Brendan Nagle Vojtěch Rödl Mathias Schacht October 14, 2015 Abstract Szemerédi s Regularity Lemma [22, 23] is a powerful tool in graph theory. It asserts that

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

The Intersection Theorem for Direct Products

The Intersection Theorem for Direct Products Europ. J. Combinatorics 1998 19, 649 661 Article No. ej9803 The Intersection Theorem for Direct Products R. AHLSWEDE, H.AYDINIAN AND L. H. KHACHATRIAN c 1998 Academic Press 1. INTRODUCTION Before we state

More information

Theoretical Computer Science

Theoretical Computer Science Theoretical Computer Science 532 (2014) 64 72 Contents lists available at SciVerse ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Bandwidth consecutive multicolorings

More information

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Dániel Gerbner a Nathan Lemons b Cory Palmer a Balázs Patkós a, Vajk Szécsi b a Hungarian Academy of Sciences, Alfréd Rényi Institute

More information

Improved Bounds and Schemes for the Declustering Problem

Improved Bounds and Schemes for the Declustering Problem Improved Bounds and Schemes for the Declustering Problem Benjamin Doerr Nils Hebbinghaus Sören Werth Abstract The declustering problem is to allocate given data on parallel working storage devices in such

More information

Multicolour Ramsey Numbers of Odd Cycles

Multicolour Ramsey Numbers of Odd Cycles Multicolour Ramsey Numbers of Odd Cycles JOHNSON, JR; Day, A 2017 Elsevier Inc This is a pre-copyedited, author-produced PDF of an article accepted for publication in Journal of Combinatorial Theory, Series

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

On the maximal density of sum-free sets

On the maximal density of sum-free sets ACTA ARITHMETICA XCV.3 (2000) On the maximal density of sum-free sets by Tomasz Luczak (Poznań) and Tomasz Schoen (Kiel and Poznań) 1. Introduction. For a set A N, let A(n) = A {1,..., n} and { } P(A)

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 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

Szemerédi s Lemma for the Analyst

Szemerédi s Lemma for the Analyst Szemerédi s Lemma for the Analyst László Lovász and Balázs Szegedy Microsoft Research April 25 Microsoft Research Technical Report # MSR-TR-25-9 Abstract Szemerédi s Regularity Lemma is a fundamental tool

More information

The Interlace Polynomial of Graphs at 1

The Interlace Polynomial of Graphs at 1 The Interlace Polynomial of Graphs at 1 PN Balister B Bollobás J Cutler L Pebody July 3, 2002 Department of Mathematical Sciences, University of Memphis, Memphis, TN 38152 USA Abstract In this paper we

More information

Stability of the path-path Ramsey number

Stability of the path-path Ramsey number Worcester Polytechnic Institute Digital WPI Computer Science Faculty Publications Department of Computer Science 9-12-2008 Stability of the path-path Ramsey number András Gyárfás Computer and Automation

More information

The cocycle lattice of binary matroids

The cocycle lattice of binary matroids Published in: Europ. J. Comb. 14 (1993), 241 250. The cocycle lattice of binary matroids László Lovász Eötvös University, Budapest, Hungary, H-1088 Princeton University, Princeton, NJ 08544 Ákos Seress*

More information

Lecture 1 : Probabilistic Method

Lecture 1 : Probabilistic Method IITM-CS6845: Theory Jan 04, 01 Lecturer: N.S.Narayanaswamy Lecture 1 : Probabilistic Method Scribe: R.Krithika The probabilistic method is a technique to deal with combinatorial problems by introducing

More information

Tiling on multipartite graphs

Tiling on multipartite graphs Tiling on multipartite graphs Ryan Martin Mathematics Department Iowa State University rymartin@iastate.edu SIAM Minisymposium on Graph Theory Joint Mathematics Meetings San Francisco, CA Ryan Martin (Iowa

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

Cross-Intersecting Sets of Vectors

Cross-Intersecting Sets of Vectors Cross-Intersecting Sets of Vectors János Pach Gábor Tardos Abstract Given a sequence of positive integers p = (p 1,..., p n ), let S p denote the set of all sequences of positive integers x = (x 1,...,

More information

On (ε, k)-min-wise independent permutations

On (ε, k)-min-wise independent permutations On ε, -min-wise independent permutations Noga Alon nogaa@post.tau.ac.il Toshiya Itoh titoh@dac.gsic.titech.ac.jp Tatsuya Nagatani Nagatani.Tatsuya@aj.MitsubishiElectric.co.jp Abstract A family of permutations

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

On the Longest Common Pattern Contained in Two or More Random Permutations

On the Longest Common Pattern Contained in Two or More Random Permutations On the Longest Common Pattern Contained in Two or More andom Permutations arxiv:1402.0137v1 [math.co] 1 Feb 2014 Michael Earnest, University of Southern California Anant Godbole, East Tennessee State University

More information

Reachability-based matroid-restricted packing of arborescences

Reachability-based matroid-restricted packing of arborescences Egerváry Research Group on Combinatorial Optimization Technical reports TR-2016-19. Published by the Egerváry Research Group, Pázmány P. sétány 1/C, H 1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

The Entropy Rounding Method in Approximation Algorithms

The Entropy Rounding Method in Approximation Algorithms The Entropy Rounding Method in Approximation Algorithms Thomas Rothvoß Department of Mathematics, M.I.T. SODA 2012 A general LP rounding problem Problem: Given: A R n m, fractional solution x [0,1] m Find:

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

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

PAPER Inserting Points Uniformly at Every Instance

PAPER Inserting Points Uniformly at Every Instance IEICE TRANS INF & SYST, VOLExx??, NOxx XXXX 00x PAPER Inserting Points Uniformly at Every Instance Sachio TERAMOTO,, Tetsuo ASANO, Naoki KATOH,, and Benamin DOERR, SUMMARY Arranging n points as uniformly

More information

Non-Asymptotic Theory of Random Matrices Lecture 4: Dimension Reduction Date: January 16, 2007

Non-Asymptotic Theory of Random Matrices Lecture 4: Dimension Reduction Date: January 16, 2007 Non-Asymptotic Theory of Random Matrices Lecture 4: Dimension Reduction Date: January 16, 2007 Lecturer: Roman Vershynin Scribe: Matthew Herman 1 Introduction Consider the set X = {n points in R N } where

More information

SZEMERÉDI S REGULARITY LEMMA FOR MATRICES AND SPARSE GRAPHS

SZEMERÉDI S REGULARITY LEMMA FOR MATRICES AND SPARSE GRAPHS SZEMERÉDI S REGULARITY LEMMA FOR MATRICES AND SPARSE GRAPHS ALEXANDER SCOTT Abstract. Szemerédi s Regularity Lemma is an important tool for analyzing the structure of dense graphs. There are versions of

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

Constructions of digital nets using global function fields

Constructions of digital nets using global function fields ACTA ARITHMETICA 105.3 (2002) Constructions of digital nets using global function fields by Harald Niederreiter (Singapore) and Ferruh Özbudak (Ankara) 1. Introduction. The theory of (t, m, s)-nets and

More information

Geometry. The k Most Frequent Distances in the Plane. József Solymosi, 1 Gábor Tardos, 2 and Csaba D. Tóth Introduction

Geometry. The k Most Frequent Distances in the Plane. József Solymosi, 1 Gábor Tardos, 2 and Csaba D. Tóth Introduction Discrete Comput Geom 8:639 648 (00 DOI: 10.1007/s00454-00-896-z Discrete & Computational Geometry 00 Springer-Verlag New York Inc. The k Most Frequent Distances in the Plane József Solymosi, 1 Gábor Tardos,

More information

SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS

SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS SUB-EXPONENTIALLY MANY 3-COLORINGS OF TRIANGLE-FREE PLANAR GRAPHS Arash Asadi Luke Postle 1 Robin Thomas 2 School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332-0160, USA ABSTRACT

More information

Independent Transversals in r-partite Graphs

Independent Transversals in r-partite Graphs Independent Transversals in r-partite Graphs Raphael Yuster Department of Mathematics Raymond and Beverly Sackler Faculty of Exact Sciences Tel Aviv University, Tel Aviv, Israel Abstract Let G(r, n) denote

More information

Representations of disjoint unions of complete graphs

Representations of disjoint unions of complete graphs Discrete Mathematics 307 (2007) 1191 1198 Note Representations of disjoint unions of complete graphs Anthony B. Evans Department of Mathematics and Statistics, Wright State University, Dayton, OH, USA

More information

The edge-diametric theorem in Hamming spaces

The edge-diametric theorem in Hamming spaces Discrete Applied Mathematics 56 2008 50 57 www.elsevier.com/locate/dam The edge-diametric theorem in Hamming spaces Christian Bey Otto-von-Guericke-Universität Magdeburg, Institut für Algebra und Geometrie,

More information

Tight Hardness Results for Minimizing Discrepancy

Tight Hardness Results for Minimizing Discrepancy Tight Hardness Results for Minimizing Discrepancy Moses Charikar Alantha Newman Aleksandar Nikolov January 13, 2011 Abstract In the Discrepancy problem, we are given M sets {S 1,..., S M } on N elements.

More information

Irredundant Families of Subcubes

Irredundant Families of Subcubes Irredundant Families of Subcubes David Ellis January 2010 Abstract We consider the problem of finding the maximum possible size of a family of -dimensional subcubes of the n-cube {0, 1} n, none of which

More information

Notes 6 : First and second moment methods

Notes 6 : First and second moment methods Notes 6 : First and second moment methods Math 733-734: Theory of Probability Lecturer: Sebastien Roch References: [Roc, Sections 2.1-2.3]. Recall: THM 6.1 (Markov s inequality) Let X be a non-negative

More information

An Improved Approximation Algorithm for Requirement Cut

An Improved Approximation Algorithm for Requirement Cut An Improved Approximation Algorithm for Requirement Cut Anupam Gupta Viswanath Nagarajan R. Ravi Abstract This note presents improved approximation guarantees for the requirement cut problem: given an

More information

LATTICE POINT COVERINGS

LATTICE POINT COVERINGS LATTICE POINT COVERINGS MARTIN HENK AND GEORGE A. TSINTSIFAS Abstract. We give a simple proof of a necessary and sufficient condition under which any congruent copy of a given ellipsoid contains an integral

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

Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA

Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA #A33 INTEGERS 10 (2010), 379-392 DISTANCE GRAPHS FROM P -ADIC NORMS Jeong-Hyun Kang Department of Mathematics, University of West Georgia, Carrollton, GA 30118 jkang@westga.edu Hiren Maharaj Department

More information

Minimum-Dilation Tour (and Path) is NP-hard

Minimum-Dilation Tour (and Path) is NP-hard Minimum-Dilation Tour (and Path) is NP-hard Panos Giannopoulos Christian Knauer Dániel Marx Abstract We prove that computing a minimum-dilation (Euclidean) Hamilton circuit or path on a given set of points

More information

On the Pósa-Seymour Conjecture

On the Pósa-Seymour Conjecture On the Pósa-Seymour Conjecture János Komlós, 1 Gábor N. Sárközy, 2 and Endre Szemerédi 3 1 DEPT. OF MATHEMATICS, RUTGERS UNIVERSITY, NEW BRUNSWICK, NJ 08903 2 DEPT. OF COMPUTER SCIENCE, WORCESTER POLYTECHNIC

More information

Codegree problems for projective geometries

Codegree problems for projective geometries Codegree problems for projective geometries Peter Keevash Yi Zhao Abstract The codegree density γ(f ) of an r-graph F is the largest number γ such that there are F -free r-graphs G on n vertices such that

More information

Coloring k-trees with forbidden monochrome or rainbow triangles

Coloring k-trees with forbidden monochrome or rainbow triangles Coloring k-trees with forbidden monochrome or rainbow triangles Julian Allagan & Vitaly Voloshin Department of Mathematics, University of North Georgia, Watkinsville, Georgia email: julian.allagan@ung.edu

More information

On the existence of higher order polynomial. lattices with large figure of merit ϱ α.

On the existence of higher order polynomial. lattices with large figure of merit ϱ α. On the existence of higher order polynomial lattices with large figure of merit Josef Dick a, Peter Kritzer b, Friedrich Pillichshammer c, Wolfgang Ch. Schmid b, a School of Mathematics, University of

More information

Solving a linear equation in a set of integers II

Solving a linear equation in a set of integers II ACTA ARITHMETICA LXXII.4 (1995) Solving a linear equation in a set of integers II by Imre Z. Ruzsa (Budapest) 1. Introduction. We continue the study of linear equations started in Part I of this paper.

More information

Lower bounds for Ramsey numbers for complete bipartite and 3-uniform tripartite subgraphs

Lower bounds for Ramsey numbers for complete bipartite and 3-uniform tripartite subgraphs Journal of Graph Algorithms and Applications http://jgaa.info/ vol. 7, no. 6, pp. 67 688 (03 DOI: 0.755/jgaa.003 Lower bounds for Ramsey numbers for complete bipartite and 3-uniform tripartite subgraphs

More information

On the concentration of eigenvalues of random symmetric matrices

On the concentration of eigenvalues of random symmetric matrices On the concentration of eigenvalues of random symmetric matrices Noga Alon Michael Krivelevich Van H. Vu April 23, 2012 Abstract It is shown that for every 1 s n, the probability that the s-th largest

More information