Erdős problem 905
Every graph with vertices and edges contains an edge which is in at least triangles.
Sources
FormalConjectures/ErdosProblems/
905.lean
Retained formal statement
Every graph with vertices and edges contains an edge which is in at least triangles.
A conjecture of Bollobás and Erdős. This was proved independently by Edwards (unpublished) and Khadzhiivanov and Nikiforov [KhNi79].
∀ (n : ℕ) (G : SimpleGraph (Fin n)) [inst : DecidableRel G.Adj], ↑n ^ 2 / 4 < ↑G.edgeFinset.card → ∃ e ∈ G.edgeFinset, ↑n / 6 ≤ ↑(G.trianglesContaining e).card