This repository contains a formalisation of the supersaturation theorem in Lean. The statements of the results are as follows:
The supersaturation theorem
Suppose
theorem labelledCopyCount_ge_of_card_edgeFinset {ε : ℝ} (hε_pos : 0 < ε) :
∃ δ > (0 : ℝ), ∃ N, ∀ n ≥ N, ∀ {G : SimpleGraph (Fin n)} [DecidableRel G.Adj],
#G.edgeFinset ≥ (turanDensity H + ε) * n.choose 2 →
G.labelledCopyCount H ≥ δ * n ^ card WThe progress towards upstreaming these results to mathlib is as follows:
- The supersaturation theorem