Skip to content

Erdős problem 905

Every graph with nn vertices and >n2/4>n^2/4 edges contains an edge which is in at least n/6n/6 triangles.

Sources

Browse retained paths and inspect the exact material available for this Problem.

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

905.lean

Retained formal statement1 of 1

Every graph with nn vertices and >n2/4>n^2/4 edges contains an edge which is in at least n/6n/6 triangles.

A conjecture of Bollobás and Erdős. This was proved independently by Edwards (unpublished) and Khadzhiivanov and Nikiforov [KhNi79].

FormalConjectures/ErdosProblems/905.leanErdos905.erdos_9052 linesExact file
∀ (n : ℕ) (G : SimpleGraph (Fin n)) [inst : DecidableRel G.Adj],n ^ 2 / 4 < ↑G.edgeFinset.card → ∃ eG.edgeFinset, ↑n / 6 ≤ ↑(G.trianglesContaining e).card
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page