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

Facts