Documentation

FormalConjectures.ErdosProblems.«742»

Erdős Problem 742 #

References:

A graph is diameter-2-critical if it has diameter $2$ and removing any edge increases the diameter beyond $2$.

Equations
Instances For
    theorem Erdos742.erdos_742 :
    sorry ∀ (V : Type u_2) [inst : Fintype V] [DecidableEq V] (G : SimpleGraph V) [inst_2 : DecidableRel G.Adj], IsDiameter2Critical GG.edgeFinset.card Fintype.card V ^ 2 / 4

    Murty-Simon Conjecture

    Let $G$ be a graph on $n$ vertices with diameter $2$ such that deleting any edge increases the diameter. Is it true that $G$ has at most $\lfloor n^2 / 4 \rfloor$ edges? Equality is conjectured to hold for the complete balanced bipartite graph $K_{\lceil n/2 \rceil, \lfloor n/2 \rfloor}$.

    The conjecture is resolved up to a finite check: Fan [Fa87] verified it for $n \leq 24$ and $n = 26$, and Füredi [Fü92] proved it for all sufficiently large $n$.

    The complete bipartite graph $K_{a, b}$ has exactly $a \cdot b$ edges. The bound $\lfloor n^2 / 4 \rfloor$ in the Murty-Simon conjecture is attained by the balanced case $K_{\lceil n/2 \rceil, \lfloor n/2 \rfloor}$.

    Plesník [Pl75] proved the bound $|E(G)| < 3n(n-1)/8$ for any diameter-$2$-critical graph on $n$ vertices.

    Fan [Fa87] verified the Murty-Simon conjecture for all $n \leq 24$ and for $n = 26$.

    theorem Erdos742.variants.furedi_bound :
    ∃ (n₀ : ), ∀ (V : Type u_2) [inst : Fintype V] [DecidableEq V] (G : SimpleGraph V) [inst_2 : DecidableRel G.Adj], n₀ Fintype.card VIsDiameter2Critical GG.edgeFinset.card Fintype.card V ^ 2 / 4

    Füredi [Fü92] proved the Murty-Simon conjecture for all sufficiently large $n$, that is, there exists $n_0$ such that every diameter-$2$-critical graph on $n \geq n_0$ vertices has at most $\lfloor n^2 / 4 \rfloor$ edges.