Assignments: Apr 21st, 2026
Review
Theorem 1 (Erdős--Renyi--Sői,1966;Brown,1966;Balogh--Joself,2010).
Definition 1 (labeled fork).
Let
F=\left{(u,v,w)|uv,uw\in E(G),v\neq w\right}
ex(n,K_{s,t})\leq\frac{1}{2}(t-1)^{\frac{1}{2}}n^{2-\frac{1}{s}}+\frac{1}{2}(s-1)n=O(n^{1-\frac{1}{s}})
Homework
Problem 1.
Prove: Every-vertex graph with at least edges contains at least many copies of.
Proof.
Let be an-vertex graph with. For distinct vertices, we note
Define a labeled fork to be an ordered triple with and. Let be the number of labeled forks.
Counting by the center:
By Jensen Inequality,
By Theorem 1, we get
hence
Counting forks by endpoints:
so
Let. By convexity of,
Now counts each exactly twice (once for each pair of opposite vertices). Therefore
∎
Problem 2.
Prove: Every set of points in the Euclidean plane has at most unit distances.
Proof.
Let be the-point set, and build a graph on vertex set by joining two points iff their Euclidean distance is. Then is exactly the number of unit distances.
We claim is-free. Indeed, if two points had three common neighbors, then each would lie on both unit circles centered at and. But two distinct circles intersect in at most two points, contradiction.
Hence. By Theorem 2,
Therefore the number of unit distances is.
∎
Problem 3.
Prove: For fixed, there exists a constant such that
Proof.
Let be an-vertex graph with no even cycle of length at most, and let.
Take a bipartite subgraph with at least edges. Then is still-free. Since is bipartite, all its cycles are even, so in fact has no cycle of length, i.e. girth.
Let, and be the average degree of. By repeatedly deleting vertices of degree, we get a nonempty subgraph with minimum degree
Also girth.
Pick and run BFS: levels. Because girth is, the ball of radius is tree-like, hence
where. Therefore
So, and thus
Hence
Finally,
So we may take and has
∎
Download the original write-up here.