Erdős problem 794
Is it true that every -uniform hypergraph on vertices with at least edges must contain either a subgraph on vertices with edges or a subgraph on vertices with edges?
Sources
FormalConjectures/ErdosProblems/
794.lean
Retained formal statement
This problem is then now asking how many edges a -uniform hypergraph can have before it contains minus an edge, and whether the critical edge density is . In fact there is a construction of Frankl and Füredi [FrFu84] showing it must be at least , which is the conjectured truth (although Turán conjectured before [Er69] that the edge density was , and so likely there is simply a typo in this problem's statement).
∀ (ε : ℝ), 0 < ε → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ H, H.IsThreeUniform ∧ ¬H.ContainsSubgraph 4 3 ∧ (2 / 7 - ε) * ↑(n.choose 3) ≤ ↑H.cardSolvedStatement only, no proof