Ramsey number: Difference between revisions

From Graph
No edit summary
No edit summary
 
Line 10: Line 10:
* <math>R(m,1) = R(1,m) = 1</math> for all positive integers <math>m</math>
* <math>R(m,1) = R(1,m) = 1</math> for all positive integers <math>m</math>
* <math>R(m,2) = R(2,m) = m</matH> for all positive integers <math>m</math>
* <math>R(m,2) = R(2,m) = m</matH> for all positive integers <math>m</math>
* [[Recurrence relation bound 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>. Moreover, if both the numbers <math>R(m - 1,n)</math> and <math>R(m,n - 1)</math> are even, then we get <math>R(m,n) \le R(m - 1,n) + R(m,n-1) - 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>
==Particular cases==
{| class="sortable" border="1"
! <math>m</math> !! <math>n</math> !! <math>R(m,n) = R(n,m)</math> (precise value if known) !! Proof that this is an upper bound !! Example graph with <math>R(m,n) - 1</math> vertices that does not have a <math>m</math>-clique and does not have a <math>n</math>-independent set
|-
| 1 || 1 || 1 || ||
|-
| 2 || 1 || 1 || ||
|-
| 2 || 2 || 2 || ||
|-
| 3 || 1 || 1 || ||
|-
| 3 || 2 || 3 || ||
|-
| 3 || 3 || 6 || We use the [[recurrence relation bound for Ramsey numbers]], to get <math>R(3,3) \le R(2,3) + R(3,2) = 3 + 3 = 6</math> || [[cycle graph:C5]]
|-
| 4 || 1 || 1 || ||
|-
| 4 || 2 || 4 || ||
|-
| 4 || 3 || 9 || We use the [[recurrence relation bound for Ramsey numbers]], to get <math>R(4,3) \le R(3,3) + R(4,2) - 1= 6 + 4 - 1 = 10 - 1 = 9</math>. Note that we can subtract 1 because both numbers are even. || [[cube graph]]
|-
| 4 || 4 || 18 || We use the [[recurrence relation bound for Ramsey numbers]], to get <math>R(4,4) \le R(3,4) + R(4,3) = 9 + 9 = 18</math> || [[Paley graph:P17]]
|}

Latest revision as of 21:57, 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

  • Ramsey numbers are symmetric:
  • for all positive integers
  • for all positive integers
  • Recurrence relation bound for Ramsey numbers: This states that . Moreover, if both the numbers and are even, then we get
  • Binomial coefficient bound for Ramsey numbers: This states that

Particular cases

(precise value if known) Proof that this is an upper bound Example graph with vertices that does not have a -clique and does not have a -independent set
1 1 1
2 1 1
2 2 2
3 1 1
3 2 3
3 3 6 We use the recurrence relation bound for Ramsey numbers, to get cycle graph:C5
4 1 1
4 2 4
4 3 9 We use the recurrence relation bound for Ramsey numbers, to get . Note that we can subtract 1 because both numbers are even. cube graph
4 4 18 We use the recurrence relation bound for Ramsey numbers, to get Paley graph:P17