C8.4 Problems2
C8.4 Problems2
4 Probabilistic Combinatorics
Sheet 2 — HT23
Second moment method; Local Lemma
Section A
1. Show that all (finite) graphs of the following types are strictly balanced: complete
graphs, cycles, trees, complete bipartite graphs, connected regular graphs.
Give (with proof) an example of a graph that is balanced but not strictly balanced.
Section B
2. Let T be a tree with k vertices. What is the threshold for G(n, p) to contain a copy of
T?
Show that, for each fixed k, there is a function p(n) such that the probability that
G(n, p(n)) has a component of size exactly k tends to 1 as n → ∞.
3. What is the threshold for G(n, p) to contain a cycle of length k, for fixed k?
Find a threshold function for the property of containing a cycle. [Careful! It doesn’t
quite follow immediately from the first part.]
√
4. Show that it is possible to colour the edges of Kn with k = ⌈3 n⌉ colours so that no
triangle has all its edges the same colour.
where the variables xi take values true or false, xi means not xi , and k distinct
variables or their negations are ORd together in each clause. A formula is satisfiable if
there is an assignment of values to the variables making the expression true.
(a) Use the first-moment method to show that each k-SAT formula with fewer than 2k
clauses is satisfiable.
(b) Use the Symmetric Local Lemma to show that each k-SAT formula in which no
variable appears in more than 2k−2 /k clauses is satisfiable.
8. Let G = (V, E) be a graph, and suppose that for each v ∈ V there is a list S(v) of at
least 2er colours, where r is a positive integer. Suppose also that for each v ∈ V and
each c ∈ S(v), there are at most r neighbours u of v such that c ∈ S(u).
Prove that there is a proper colouring of G under which each vertex v receives a colour
from its list S(v).
9. Let W (k) be the smallest integer n such that any two-colouring of the set {1, 2, . . . , n}
contains a monochromatic arithmetic progression of length k.
(a) Use the first-moment method to show that W (k) ⩾ 2k/2 .
2k
(b) Use the Local Lemma to show that W (k) ⩾ 2ek
1 + o(1) .
Section C
These questions are optional, but MFoCS students are recommended to at-
tempt them. Outline solutions will be provided later; you can also approach
class tutors (if they have time) or the lecturer to discuss them.
[ Hint: Use a result from last time. Be careful exchanging sums and limits! You may
wish to just/first do the case k = 0. ]
In applications we often have a limiting distribution X in mind; this result shows that
under certain assumptions, if the moments of Xn tend to those of X, then P(Xn = k) →
P(X = k).
11. Let c > 0 be constant. Suppose that p = p(n) satisfies n4 p6 → c as n → ∞, and let Xn
denote the number of copies of K4 in G(n, p). Show that P(Xn > 0) → 1 − e−c/24 as
n → ∞.
[ Hint: use the result of the previous question. ]
What can you say about the distribution of the number of copies of K4 ? Can you
generalize this to (certain) other graphs?
Hint for Question 7: pick one vertex Xi from each Vi . You could consider a ‘bad’ event Euv
for each edge uv with u and v in different sets Vi .