Combinatorics- Chapter 1 - Definitions And Theorems Flashcards

1
Q

Pigeonhole Principle

A

Let k∈ℕ be the number of colours and s₁,..,sₖ be non -ve integers . Let [n] be coloured with colours c₁,…,cₖ and n> the sum of the sᵢs. Then there exists i∈[k] s.t. there are at least sᵢ+1 numbers with colour cᵢ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

complete graph

A

Let Kₙ be the complete graph on n vertices, where every pair of vertices is joined by an edge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

V(Kₙ)

A

the vertex set of Kₙ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

E(Kₙ)

A

the edge set of Kₙ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

edge-colouring

A

An edge-colouring on Kₙ is an assignment of colours to each edge of Kₙ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

edge-colouring as a function c

A

c: E(Kₙ)->{colours}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

monochromatic

A

A subgraph is monochromatic if all its edges are the same colour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

red H / blue H

A

a monochromatic copy of graph H whose edges are all red/blue respectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ramsey number

A

For s,t∈ℕ the ramsey number of s and t denoted by R(s,t) is the smallest n s.t. every red/blue-edge-colouring of Kₙ contains a red Kₛ or a blue Kₜ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

proposition. R(3) = R(3,3) =

A

R(3) = R(3,3) = 6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

proposition. ramsey numbers for 1,2 swaps etc.

A

For all s,t∈ℕ

1) R(1,t)=1
(2) R(2,t)=t
(3) If R(s,t) exists, then R(t,s)=R(s,t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Theorem. Erdos and Szekeves.

A

For all s,t∈ℕ R(s,t) exists. Moreover, If s,t≥2 then R(s,t)⩽R(s-1,t)+R(s,t-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Corollary. R(s,t)⩽ a choose b

A

For all s,t∈ℕ R(s,t)⩽(s+t-2 s-1).

In particular R(t)=R(t,t)⩽(2t-2 t-1)<2²ᵗ⁻². (just sub in t for s).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Proposition 1.7. R(s,t)⩽ 2^

A

For all s,t∈ℕ R(s,t)⩽2²ᵗ⁻¹

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ramsey number for k colours

A

Let k,s₁,s₂,…,sₖ∈ℕ . The ramsey number of s₁,s₂,…,sₖ denoted Rₖ is the smallest integer n∈ℕ s.t. every edge colouring of Kₙ with colours c₁,c₂,..,cₖ contains a monochromatic copy of Kₛᵢ with colour cᵢ for some i∈[k]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Theorem. Existence of ramsey number for k colours.

A

For k,s₁,s₂,…,sₖ∈ℕ the ramsey number Rₖ(s₁,s₂,…,sₖ) exists.

17
Q

Proposition. R(3,4)

A

R(3,4)=9

18
Q

Theorem. Erdos.

A

Let t,n∈ℕ. If (n chose t) * 2^(1- (t choose 2))<1, then R(t)>n.

19
Q

Corollary. Lower bound for R(t) for t≥4

A

For t≥4, R(t)>⌊2^(t/2)⌋ holds.

20
Q

the ramsey numer of G and H where G and H are graphs

A

For graphs G and H, the ramsey number of G and H denoted by R(G,H) is the smallest n∈ℕ s.t. any red/blue-edge-colouring of Kₙ contains a red copy of G or a blue copy of H.

21
Q

Proposition. ramsey numbers for graphs are welldefined.

A

For graphs G and H R(G,H)⩽R(|V(G)|,|V(H))

22
Q

Matching of size ℓ

A

Let ℓ∈ℕ. The matching of size ℓ is denoted ℓK₂ and is a graph on 2ℓ vertices consisting of precisely ℓ vertex disjoint edges.

23
Q

Theorem. R(ℓK₂, Kₜ).

A

For ℓ≥1 and t≥2, R(ℓK₂, Kₜ) = 2ℓ + t -2

24
Q

Theorem. R(sK₂, tK₂).

A

For s≥t≥1, R(sK₂, tK₂)=2s+t-1.

25
Q

Schurs Theorem

A

For k∈ℕ there exists n=n(k)∈ℕ such that every k colouring of [n] there exists integers x,y,z∈ℕ all coloured with the same colour s.t. x+y=z

26
Q

Lemma. distinct real numbers contain an increasing/decreasing subsequence.

A

For s,t∈ℕ any sequence of distinct real numbers a₁,a₂,..,aₙ with n>st contains an increasing subsequence of length s+1 or decreasing subsequence of length t+1

27
Q

Arithmetic Progression of length m (AP)

A

An Arithmetic Progression of length m is a sequence (a,a+d,a+2d,…,a+(m-1)d) for some a,d∈ℕ

28
Q

Van der waerden numnber

A

For any r,m∈ℕ the van der waerden number of r and m denoted by W(r,m) is the smallest n such that whenever [n] is coloured with r colours, then there exists a monochromatic arithmetic progression of length m.

29
Q

Theorem (Van der waerdens)

A

For any r,m∈ℕ W(r,m) exists

30
Q

Focus

A

Let A₁,A₂,..,Aₖ each be an AP of length m where Aᵢ=(aᵢ, aᵢ+dᵢ, aᵢ+2dᵢ, … , aᵢ + (m-1)dᵢ). We say that A₁,…,Aₖ are focussed at f if f=aᵢ + md for all i∈[k]

31
Q

R(t)=R(t,t)⩽(2t-2 t-1)

A

R(t,t)⩽(2t-2 t-1)<2²ᵗ⁻²

32
Q

The ramsey number of graphs G₁,..,Gₖ

A

the ramsey numer of G₁,..,Gₖ denoted Rₖ(G₁,..,Gₖ) is the smallest n∈ℕ s.t. any k-edge-colouring of Kₙ with colours c₁,..,cₖ contains a monochromatic copy of Gᵢ coloured with colour cᵢ