Skip to content

Erdős problem 619

Erdős Problem 619 [EGR98, Er99]: For a triangle-free graph GG let hr(G)h_r(G) be the smallest number of edges that need to be added to GG so that it has diameter rr (while preserving the property of being triangle-free). Is it true that there exists a constant c>0c>0 such that if GG is a connected graph on nn vertices then h4(G)<(1c)nh_4(G)<(1-c)n?

Sources

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

7 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

619.lean

Retained formal statement1 of 7

Erdős Problem 619 [EGR98, Er99]: For a triangle-free graph GG let hr(G)h_r(G) be the smallest number of edges that need to be added to GG so that it has diameter rr (while preserving the property of being triangle-free). Is it true that there exists a constant c>0c>0 such that if GG is a connected graph on nn vertices then h4(G)<(1c)nh_4(G)<(1-c)n?

The answer is no: for every η>0\eta>0 there exist connected triangle-free graphs on nn vertices with h4(G)(1η)nh_4(G)\geq(1-\eta)n, so no such constant cc exists. The original proof was generated by Claude Fable 5; the Lean formalization was sketched by Fable and implemented by GPT 5.5 with Codex (see the linked formal_proof).

FormalConjectures/ErdosProblems/619.leanErdos619.erdos_6194 linesExact file
Falsec > 0,    ∀ (V : Type) [inst : Fintype V] (G : SimpleGraph V),      G.ConnectedG.CliqueFree 3 → ↑(Erdos619.minNewEdges 4 G) < (1 - c) * ↑(Fintype.card V)
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