Documentation

LeanPool.CompactnessAndDegeneracy.Compactness

A counterexample to the Erdős--Simonovits compactness conjecture #

This file constructs a finite family of connected bipartite cyclic graphs whose family extremal number grows strictly more slowly than that of every member.

A finite simple graph packaged with its vertex count.

  • order :

    The number of vertices.

  • graph : SimpleGraph (Fin self.order)

    The graph on the standard finite vertex type.

Instances For

    A host graph contains no member of the forbidden family.

    Equations
    Instances For
      noncomputable def CompactnessConjecture.familyExtremal (family : Finset FiniteGraph) (n : ) :

      The maximum edge count of a host avoiding every member of a finite family.

      Equations
      Instances For

        The extremal function of one member controls that of the whole family.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The Erdős--Simonovits compactness conjecture.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem CompactnessConjecture.free_map_of_no_isolated {U : Type u_1} {V : Type u_2} {W : Type u_3} (forbidden : SimpleGraph U) (hneighbors : ∀ (u : U), ∃ (v : U), forbidden.Adj u v) {host : SimpleGraph V} (embedding : V W) (hfree : forbidden.Free host) :
            forbidden.Free (SimpleGraph.map (⇑embedding) host)

            Mapping a free graph along an embedding preserves freeness when the forbidden graph has no isolated vertices.

            theorem CompactnessConjecture.extremalNumber_monotone_of_no_isolated {U : Type u_1} (forbidden : SimpleGraph U) (hneighbors : ∀ (u : U), ∃ (v : U), forbidden.Adj u v) {m n : } (hmn : m n) :

            The extremal number of a graph without isolated vertices is monotone in the host order.

            Every member of a forbidden family has a uniform extremal-number lower bound.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem CompactnessConjecture.quantitativeCompactnessCounterexample :
              ∃ (family : Finset FiniteGraph) (c : ) (C : ), family.Nonempty (∀ forbiddenfamily, forbidden.graph.Connected forbidden.graph.IsBipartite ¬forbidden.graph.IsAcyclic) 0 < c 0 < C UniformMemberLower family c (∀ (n : ) (host : SimpleGraph (Fin n)), FamilyFree family hosthost.edgeFinset.card ^ 16 C * n ^ 21) (∀ (n : ), (familyExtremal family n) ^ 16 C * n ^ 21) 0 < 1 / 48 21 / 16 = 4 / 3 - 1 / 48 ¬IsCompactFamily family ¬CompactnessConjectureStatement

              A quantitative counterexample to the Erdős--Simonovits compactness conjecture.