Documentation

Graphon.InvariantAction

The finite-permutation action and its invariant σ-algebra (issue #59, part 1) #

Infrastructure for the ergodic-decomposition form of extremality: the empirical limit limitGraphon is invariant under every finitely supported relabeling of , hence is measurable with respect to the permutation-invariant σ-algebra.

A permutation of is finitely supported if it fixes all sufficiently large naturals.

Equations
Instances For
    noncomputable def InfiniteGraph.relabelFin (σ : Equiv.Perm ) (N n : ) (hN : ∀ (x : ), N xσ x = x) (hn : N n + 1) :
    Equiv.Perm (Fin (n + 1))

    A finitely supported permutation, restricted to a large enough initial segment, as a permutation of Fin (n+1).

    Equations
    Instances For
      @[simp]
      theorem InfiniteGraph.relabelFin_apply (σ : Equiv.Perm ) (N n : ) (hN : ∀ (x : ), N xσ x = x) (hn : N n + 1) (a : Fin (n + 1)) :
      ((relabelFin σ N n hN hn) a) = σ a
      theorem InfiniteGraph.restrictFin_relabel_eq_comap (σ : Equiv.Perm ) {N : } (hN : ∀ (x : ), N xσ x = x) {n : } (hn : N n + 1) (G : InfiniteGraph) :
      restrictFin (n + 1) (relabel σ G) = SimpleGraph.comap (⇑(relabelFin σ N n hN hn)) (restrictFin (n + 1) G)

      The restriction of a relabeled infinite graph is the relabeled restriction (for a window past the support).

      The empirical graphon is invariant under a finite relabeling, past its support.

      The permutation-invariant σ-algebra: Borel events fixed by every finitely supported relabeling.

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

        Convergence of the empirical graphons is invariant under a finite relabeling.

        The empirical limit is invariant under every finite relabeling — pointwise.

        The empirical limit is invariant-measurable: its preimages are Borel events fixed by every finite relabeling (limitGraphon_relabel).

        Ergodicity: every permutation-invariant Borel event has M.law-measure 0 or 1.

        Equations
        Instances For