Documentation

Graphon.VertexTail

Vertex-tail infrastructure (issue #97, Campaign A, PR 2) #

Tail restriction of infinite graphs, finite-deletion stability of empirical-graphon limits, and tail measurability of the universal empirical limit:

Permutation invariance of the finite graph classes #

Permutation invariance of the graphon class of a finite graph: relabeling the vertices by a permutation does not change the graphon class. Hom densities in an embedded finite graph are map averages (homDensity_ofSimpleGraphOn), and precomposition by a permutation is a bijection on vertex maps.

Tail restriction and the vertex-tail σ-algebra #

Tail restriction: the graph induced on the vertices {k, k+1, …}, reindexed to .

Equations
Instances For
    @[simp]
    theorem InfiniteGraph.drop_adj (k : ) (G : InfiniteGraph) (a b : ) :
    (drop k G).Adj a b G.Adj (a + k) (b + k)
    @[simp]
    theorem InfiniteGraph.drop_drop (k l : ) (G : InfiniteGraph) :
    drop k (drop l G) = drop (k + l) G

    Tail restrictions compose additively.

    Edge membership under tail restriction, in Sym2 form.

    The edge-index action of the tail shift.

    Equations
    Instances For

      Tail restriction is continuous: each output edge coordinate is an input edge coordinate.

      The window identity: the first m vertices of the k-tail form the graph induced on the vertices {k, …, m + k − 1} of the original graph.

      @[reducible]

      The tail σ-algebra at level k: events depending only on the graph induced on the vertices {k, k+1, …} (the tail restriction drop k sees exactly the tail-induced subgraph, reindexed).

      Equations
      Instances For

        Each tail σ-algebra is a sub-σ-algebra of the Borel σ-algebra.

        @[reducible]

        The vertex-tail σ-algebra ⋂ₖ σ(G|{k, k+1, …}): events depending only on arbitrarily late vertex tails.

        Equations
        Instances For

          The tail σ-algebras are antitone: a deeper tail carries less information.

          Finite-deletion stability of empirical limits #

          The counting comparison: the hom density of a size-(n+1) window of the k-tail differs from that of the size-(n+k+1) window of the original graph by at most q·k/(n+1). Both densities are normalized map counts (homDensity_ofSimpleGraphOn); the shift f ↦ f + k injects the tail-window maps into the big-window maps, the missing maps (those hitting the first k vertices) number at most (n+k+1)^q − (n+1)^q, and the normalization mismatch is controlled by Bernoulli's inequality.

          Finite-deletion stability of empirical limits (issue #97): the empirical graphons of the k-tail of an infinite graph converge to x iff those of the original graph do. Via the hom-density characterization of cut-distance convergence (cutDistance_tendsto_iff_homDensity_tendsto), the counting comparison, and the index shift n ↦ n + k.

          Finite-deletion stability of the empirical convergence set: the k-tail of an infinite graph has convergent empirical graphons iff the graph does.

          The universal empirical limit is invariant under tail restriction — pointwise, everywhere: on the convergence set by uniqueness of limits, off it both sides take the canonical default (membership transfers).

          Tail measurability of the universal empirical limit #

          The universal empirical limit is measurable with respect to every tail σ-algebra: limitGraphon factors pointwise through drop k (limitGraphon_drop), so every preimage is a drop k-preimage of a Borel set.

          The empirical limit is vertex-tail measurable (issue #97): limitGraphon is measurable with respect to the vertex-tail σ-algebra ⋂ₖ σ(G|{k, k+1, …}) — the key input for the tail-triviality step of issue #91.