3 Assignment 3

3.1 Problem 1.

claim

There is an integer n0 such that for any nn0, in every 9-coloring of the integers {1,2,3,,n}, one of the 9 color classes contains 4 integers a,b,c,d such that a+b+c=d.

Proof

based on Ramsay Theorem Let n0=K(4,,4), where 4 appears k1 times. and lets c be r-colouring s.t:

c:{1,,n}{1,,k}

For graph Kn and labelling of its edge {1,,n}. we can colour any edge eij with c(|ij|). we got a k1-colouring of Kn. then for n0, we must have a K4 with all edges different. for vertices xyzw then

a=yx,b=zy,c=wz,d=wx

Gives a solution

3.2 Problem 2.

claim

every tournament on n vertices, contains a transitive tournament on log2n vertices.

Proof

Using induction for n=0,1,2 its holds on empty. W.L.O.G 1 assume the claim holds for n2k now lets look at some tournament on 2k+1 vertices and we can pick any vertex v, and define:

vin={u: exsit edege vu},vout={u: exsit edege vu}

Hence |vin|+|vout|=2k+11 and one of them contain |2k| edges, lets assume its vin 2 by our assumption its contains transitive tournament Tin size |k|. now Tin{v} is sub tournament and any edge points to v hence its transitive tournament on |k+1| vertices.

claim

there exists a tournament on n vertices that does not contain a transitive tournament on 2log2n+2 vertices.

Proof

The number of Tournament on n vertices is 2(n2).The number of tournaments of size k is k!, and there are (nk) sets of size k, and the number of ways to choose the edges outside the transitive tournament is 2(n2)(k2). hence if we show that

k!(nk)2(n2)(k2)<2(n2)

its yield that for some k the number of n-vertex tournaments with a transitive subtournament on k vertices is smaller than the total number of tournaments.

2(n2)>k!(nk)2(n2)(k2)2(k2)>k!(nk)>k!n!k!(nk)!>n(n1)(n2)(nk+1)>nk

Taking log2 from (3)(7)

(k2)>klog2(n)k!2(k2)!>klog2(n)k!k(k2)!>2log2(n)k1>2log2(n)k>2log2(n)+1

3.3 Problem 3

claim

if an n-vertex graph G=(V,E) has no copy of K2,t 3 then

|E|12(t1n32+n)

Proof

W.L.O.G let t1. we can distinguish that any e1,e2E have at most3 t neighbours. and each one of them can be part of pair. we can consider it as the number of path length 2 in G. Let d(vi) be the deg of viG and we get that:

t(n2)vV(d(v)2)n(2|E|/n2)

The right-hand side hold from Jensen’s Inequality and since its minimized 4 the binomial when all the degrees are equal, di=2|E|/|V|.

n(2|E|/n2)=n(2|E|/n)(2|E|/n1)2n(2|E|/n1)22

And

t(n2)=tn2n2tn22

.We conclude from (13)(14)(15) that

n(2|E|/n1)22tn22(2|E|/n1)2tn2|E|/ntn+1|E|312(tn32+n)

3.4 Problem 4

claim

Let S1,,Sn[n] such that |SiSj|1 for all 1i<jn then.

1ni=1n|Si|=O(n)

Proof

Let define G=(V,E) such that

S={Si:Si[n]},U={in} and E={eSk,m:mSk},V=SU

Its immediate |V|=2n and G is Bipartite since we can dived V into 2 disjoint independent sets S and U, that is any eE connects a vertex in S to one in U. hence G has no copy of K2,2, using Problem 3 we can get that

|E|12(21(2n)32+2n)i=1n|Si|2n32+n1ni=1n|Si|2n+21ni=1n|Si|=O(n)

3.5 Problem 5

Theorem

if G=(V,E) has no copy of Kt+1 then |E|(11t)n22.
(Turan’s Theorem)

Proof

Let x=(x1,...,xn)Rn and f to be vector and weight function satisfying

i 0<xi1,i=1nxi=1,f(x)=i,jExixj

By taking x=(1n,,1n) we get

f(x)i,jE1n2|E|n2

The “weight shifting” method yield to shift the weight between any neighbours xi,xj if ei,jE.
We can notice that the sum is maximized when all the weight is concentrated on a clique. Since any shift is does not decrease the value of f we can repeat the processes. since G=(V,E) has no copy of Kt+1 we can have at most t size clique ,let name it [T]. we can get lower bound on f :

f(x)i,j[T]xixj=i,j[T]1t2t(t1)21t2(11t)12

Combining (27) and (24) to finish the proof

|E|n2(11t)12|E|(11t)n22


  1. we can modify any other tournament to to nearst power of 2 its will still hold for log2n+1 see (10)
  2. its equivalence for vout
  3. I will use t+1 for the proof i.e K2,t+1
  4. convex property