Problems / combinatorics
combinatorics / Graph theory
Erdős Problem #548: the Erdős–Sós conjecture
For every n,k with k+1≤n, every simple graph G on n vertices satisfying
∣E(G)∣≥2k−1n+1
contains every tree on k+1 vertices.
The proof counts pairs (π,j) where π=(v1,…,vn) is an ordering of the host vertices and v1vj is an edge. There are exactly
2∣E(G)∣(n−1)!
such pairs. An induction on the target tree bounds this quantity by a rooted-copy count plus
(k−1)n!.
If the target tree is absent, the rooted-copy term vanishes and one obtains
2∣E(G)∣≤(k−1)n,
contradicting the density hypothesis.