3 Assignment 3
3.1 Problem 1.
There is an integer \(n_0\) such that for any \(n\ge n_0\), in every \(9\)-coloring of the integers \(\{ 1,2,3,\dots ,n\} \), one of the \(9\) color classes contains \(4\) integers \(a,b,c,d\) such that \(a+b+c=d\).
based on Ramsay Theorem Let \(n_0=K(4,\dots ,4)\), where 4 appears \(k-1\) times. and lets \(c\) be \(r\)-colouring s.t:
For graph \(K_n\) and labelling of its edge \(\{ 1,\dots ,n\} \). we can colour any edge \(e_{ij}\) with \(c(|i-j|)\). we got a \(k-1\)-colouring of \(K_n\). then for \(n_0\), we must have a \(K_4\) with all edges different. for vertices \(x\le y\le z \le w\) then
Gives a solution
3.2 Problem 2.
every tournament on n vertices, contains a transitive tournament on \(\lfloor \log _2 n \rfloor \) vertices.
Using induction for \(n=0,1,2\) its holds on empty. W.L.O.G 1 assume the claim holds for \(n\leq 2^k\) now lets look at some tournament on \(2^{k+1}\) vertices and we can pick any vertex \(v\), and define:
Hence \(|v_{in}|+|v_{out}|=2^{k+1}-1\) and one of them contain \(|2^k|\) edges, lets assume its \(v_{in}\) 2 by our assumption its contains transitive tournament \(T_{in}\) size \(|k|\). now \(T_{in}\cup \{ v\} \) is sub tournament and any edge points to \(v\) hence its transitive tournament on \(|k+1|\) vertices.
there exists a tournament on n vertices that does not contain a transitive tournament on \(2 \log _2 n + 2 \) vertices.
The number of Tournament on \(n\) vertices is \(2^{\binom {n}{2}}\).The number of tournaments of size \(k\) is \(k!\), and there are \(\binom {n}{k}\) sets of size k, and the number of ways to choose the edges outside the transitive tournament is \({2^{\binom n2 - \binom k2}}\). hence if we show that
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.
Taking \(\log _2\) from (3)(7)
3.3 Problem 3
if an n-vertex graph \(G = (V, E)\) has no copy of \(K_{2,t}\) 3 then
W.L.O.G let \(t\ge 1\). we can distinguish that any \(e_1,e _2\in E\) have at most\(^3\) \(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(v_i)\) be the deg of \(v_i\in G\) and we get that:
The right-hand side hold from Jensen’s Inequality and since its minimized 4 the binomial when all the degrees are equal, \(d_i = 2|E|/|V|.\)
And
.We conclude from (13)(14)(15) that
3.4 Problem 4
Let \(S_1, \dots , S_n \in [n]\) such that \(|S_i \cap S_j | \le 1\) for all \(1 \le i {\lt} j \le n\) then.
Let define \(G=(V,E)\) such that
Its immediate \(|V|=2n\) and \(G\) is Bipartite since we can dived \(V\) into 2 disjoint independent sets \(S\) and \(U\), that is any \(e\in E\) connects a vertex in \(S\) to one in \(U\). hence \(G\) has no copy of \(K_{2,2}\), using Problem 3 we can get that
3.5 Problem 5
if \(G = (V, E)\) has no copy of \(K_{t+1}\) then \(|E|\leq (1-\frac{1}{t})\frac{n^2}{2}.\)
(Turan’s Theorem)
Let \(x = (x_1, . . . , x_n) \in \mathbb {R}^n\) and \(f\) to be vector and weight function satisfying
By taking \(x = (\frac{1}{n},\dots , \frac{1}{n})\) we get
The “weight shifting” method yield to shift the weight between any neighbours \(x_i,x_j\) if \(e_{i,j} \notin E\).
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 \(K_{t+1}\) we can have at most \(t\) size clique ,let name it \([T]\). we can get lower bound on \(f\) :
Combining (27) and (24) to finish the proof