Ramsey number: Difference between revisions

From Graph
(Created page with "==Definition== ===For two parameters=== Suppose <matH>m,n</math> are positive integers. The '''Ramsey number''' <math>R(m,n)</math> is defined as the smallest positive integ...")
 
Line 7: Line 7:
==Facts==
==Facts==


* [[Recurrence relation for Ramsey numbers]]: This states that <math>R(m,n) \le R(m - 1,n) + R(m,n-1)</math>
* [[Recurrence relation bound for Ramsey numbers]]: This states that <math>R(m,n) \le R(m - 1,n) + R(m,n-1)</math>
* [[Binomial coefficient bound for Ramsey numbers]]: This states that <math>R(m,n) \le \binom{m + n - 2}{m - 1}</math>
* [[Binomial coefficient bound for Ramsey numbers]]: This states that <math>R(m,n) \le \binom{m + n - 2}{m - 1}</math>

Revision as of 21:33, 29 May 2012

Definition

For two parameters

Suppose m,n are positive integers. The Ramsey number R(m,n) is defined as the smallest positive integer r such that, for any graph whose vertex set has size r, either the clique number is at least m or the independence number is at least n. More explicitly, for any graph whose vertex set has size r, the graph must either contain a m-clique (i.e., m vertices all adjacent to each other) or an independent set of size n (n vertices no two of which are adjacent to each other).

Facts