Erdős problem 742
Murty-Simon Conjecture
Sources
FormalConjectures/ErdosProblems/
742.lean
Retained formal statement
Murty-Simon Conjecture
Let be a graph on vertices with diameter such that deleting any edge increases the diameter. Is it true that has at most edges? Equality is conjectured to hold for the complete balanced bipartite graph .
The conjecture is resolved up to a finite check: Fan [Fa87] verified it for and , and Füredi [Fü92] proved it for all sufficiently large .
True ↔ ∀ (V : Type u_2) [inst : Fintype V] [DecidableEq V] (G : SimpleGraph V) [inst_2 : DecidableRel G.Adj], Erdos742.IsDiameter2Critical G → G.edgeFinset.card ≤ Fintype.card V ^ 2 / 4OpenStatement only, no proof