Proofs of Lower Bounds for Ramsey Numbers? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-21T22:38:40Zhttp://mathoverflow.net/feeds/question/29429http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/29429/proofs-of-lower-bounds-for-ramsey-numbersProofs of Lower Bounds for Ramsey Numbers?Daniel Litt2010-06-24T21:06:55Z2010-06-25T20:04:48Z
<p>As a sort of dual question to <a href="http://mathoverflow.net/questions/29427/noncombinatorial-proofs-of-ramseys-theorem" rel="nofollow">this</a> question, I am wondering what proofs people know of lower bounds on Ramsey numbers $R(k, k)$. I know of two proofs: there is Erdos's beautiful probabilistic argument, given <a href="http://en.wikibooks.org/wiki/Combinatorics/Bounds_for_Ramsey_numbers#Lower_bound" rel="nofollow">here</a> for example, as well as the following:</p>
<p>(This is a sketch; it's worth working out the details.) Represent a two-coloring of the edges of a complete graph on $n$ vertices as the upper triangle (strictly above the diagonal) of an $n\times n$ matrix of zeroes and ones (that is, ${n\choose 2}$ bits). We may rewrite this representation by noting which vertices are contained in our monochrome subgraph and what color it is, as well as including all the remaining edge data, using some special characters to block off this data. If Ramsey numbers are small, this sends each string of bits under an appropriate encoding to a smaller string of bits, which is impossible by pigeonhole. (I am being purposely vague about the encoding--pick your own, anything goes essentially--because it's a bit boring). The bound this argument gives is essentially the same as the probabilistic one, and indeed it seems to me to be essentially a "derandomization" of that argument.</p>
<p>My question is:</p>
<blockquote>
<p>Does anyone know a proof of a similarly good lower bound using a fundamentally different method?</p>
</blockquote>
http://mathoverflow.net/questions/29429/proofs-of-lower-bounds-for-ramsey-numbers/29432#29432Answer by Matthew Kahle for Proofs of Lower Bounds for Ramsey Numbers?Matthew Kahle2010-06-24T21:40:13Z2010-06-24T21:40:13Z<p>If I am understanding the jist of your second argument, some might say that it is essentially the same as the first. Pigeonhole principle and probabilistic method both boil down to indirect existance proofs via counting. Although in the Probabilistic Method we can sometimes get away with counting things very roughly or just consider the dominant term in a complicated expression, this is still the spirit.</p>
<p>In fact no one has ever given a true "derandomized" lower bound on Ramsey numbers, at least in the sense of giving any kinds of explicit constructuions, and I think it is fair to say that giving explicit graphs as exponential lower bounds for diagonal Ramsey numbers is considered to be one of the Holy Grails of combinatorics. It took a long time before someone gave superpolynomial deterministic lower bounds (Noga Alon perhaps?), and these bounds are still <em>very</em> far from the exponential bounds one gets from the probabilistic method.</p>
<p>I believe the best lower bounds for diagonal Ramsey numbers come from the Lovasz Local Lemma, but this only reduces your answer by a small factor (perhaps constant factor of 2?). The Local Lemma does better for off-diagonal numbers.</p>
http://mathoverflow.net/questions/29429/proofs-of-lower-bounds-for-ramsey-numbers/29438#29438Answer by Ryan Williams for Proofs of Lower Bounds for Ramsey Numbers?Ryan Williams2010-06-24T22:34:35Z2010-06-24T22:34:35Z<p>The best known <em>explicit</em> Ramsey graph construction is in the paper:</p>
<blockquote>
<p>Boaz Barak, Anup Rao, Ronen Shaltiel, Avi Wigderson: 2-source dispersers for sub-polynomial entropy and Ramsey graphs beating the Frankl-Wilson construction. STOC 2006: 671-680</p>
</blockquote>
<p>Call a graph $K$-Ramsey if it doesn't have a $K$-clique or a $K$-independent set. They prove</p>
<blockquote>
<p>There is an absolute constant $\alpha > 0$ and an explicit construction of a $2^{2^{\log^{1−\alpha} n}} = 2^{n^{o(1)}}$-Ramsey graph over $2^n$ vertices, for every large enough $n \in {\mathbb N}$.</p>
</blockquote>
<p>Here, "explicit construction" means roughly that there is an efficient algorithm which when given the string of $N$ ones, it outputs an $N$-node $K$-Ramsey graph. (I know this is "stronger" than what you would like, but you should still check these things out for fun.)</p>
<p>Before the above paper, the best known explicit construction was by Frankl and Wilson, who showed that there are $2^n$ node graph that are about $2^{\Omega(\sqrt{n})}$-Ramsey. Noga Alon had an alternative construction but I think it only matched Frankl and Wilson. See the above paper for more details. </p>
<p>All these constructions are very neat and use radically different methods from simple counting arguments, so I hope you enjoy them. You may find that the problem of finding a succinct/effective description of a family of lower bound graphs is indeed interesting. </p>