Documentation

Graphon.Convergence

Convergence of Graphon Sequences #

This file establishes the main theorems characterizing convergence of graphon sequences in cut distance, bringing together the counting lemma, inverse counting lemma, and compactness results.

Main results #

Implementation notes #

This file brings together the key results:

The main theorem is that the following are equivalent for a graphon sequence (Wₙ):

  1. (Wₙ) converges in cut distance to some graphon W
  2. (t(F, Wₙ)) converges for all finite graphs F
  3. (Wₙ) is Cauchy in cut distance

References #

Equivalent characterizations of convergence #

A sequence of graphons is convergent in cut distance.

Equations
Instances For

    A sequence of graphons has convergent homomorphism densities for all graphs.

    Quantifies over graphs on Fin k for all k : ℕ; this is equivalent to quantifying over all finite types since every Fintype embeds into some Fin k.

    Equations
    Instances For

      Main theorem: cut distance convergence is equivalent to homomorphism density convergence.

      A sequence of graphons converges in cut distance if and only if all homomorphism densities converge.

      Convergent sequences are Cauchy.

      Cauchy sequences are convergent (completeness).

      Cauchy ⟺ Convergent (on standard Borel spaces).

      Compactness characterization #

      theorem Graphon.exists_convergent_subsequence {α : Type u_1} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsProbabilityMeasure μ] [StandardBorelSpace α] (W : Graphon α μ) :
      ∃ (V : Graphon α μ) (φ : ), StrictMono φ ε > 0, ∃ (N : ), nN, (W (φ n)).cutDistance V < ε

      Every sequence has a convergent subsequence (sequential compactness).

      theorem Graphon.limit_unique {α : Type u_1} [MeasurableSpace α] {μ : MeasureTheory.Measure α} [MeasureTheory.IsProbabilityMeasure μ] [StandardBorelSpace α] (W : Graphon α μ) (U V : Graphon α μ) (hU : ε > 0, ∃ (N : ), nN, (W n).cutDistance U < ε) (hV : ε > 0, ∃ (N : ), nN, (W n).cutDistance V < ε) :

      The limit of a convergent sequence is unique up to weak isomorphism.

      Summary theorems #

      Main Theorem: Characterization of graph limit convergence.

      The following are equivalent:

      1. Cut distance convergence to some graphon W
      2. All homomorphism densities converge
      3. The sequence is Cauchy in cut distance

      Moreover, any convergent sequence has a unique limit up to weak isomorphism, and every sequence has a convergent subsequence.

      Hypothesis: Requires [StandardBorelSpace α] for the Cauchy ↔ Convergent equivalence.