Documentation

Graphon.RelInvariantAction

The finitely-supported relabeling action and its invariant σ-algebra (R3c step 1, #106) #

The generic invariant-action layer for the relational extremality theory: the group of finitely supported sortwise permutations of , the σ-algebra of strictly invariant events, and ergodicity of an exchangeable relational law:

This mirrors the undirected Graphon/InvariantAction.lean. The arrows into the dissociation triangle live in Graphon.RelErgodicLinks, the ergodic ↔ extreme-point theorem in Graphon.RelErgodicExtreme, and the five-way equivalence in Graphon.RelExtremality; invariantProbabilityMeasures (below) is the convex set those results are stated over, with the finitary-invariance bridge mem_invariantProbabilityMeasures_iff_exists_law identifying it with the laws of InfiniteRelExchangeableLaw.

Finitely supported sortwise permutations #

A sortwise family of permutations with common finite support: beyond some N, every sort's permutation is the identity.

Equations
Instances For
    theorem RelSignature.SortwiseFinSupp.mul {S : RelSignature} {σ τ : S.SrtEquiv.Perm } ( : SortwiseFinSupp σ) ( : SortwiseFinSupp τ) :
    SortwiseFinSupp fun (s : S.Srt) => σ s * τ s

    The finitely supported sortwise permutations, as a subgroup of the full sortwise permutation group. The closure proofs are exactly SortwiseFinSupp.one, .mul, and .inv.

    This is the symmetry group the relational layer actually acts by. Stating it as a subgroup — rather than carrying a raw permutation family plus a SortwiseFinSupp side condition — matters downstream: the constructions there provide, and the arguments there use, closure under finitely supported relabelings only; closure of a chosen countable event family under the full permutation group is neither constructed nor countable in general.

    Equations
    Instances For
      @[reducible, inline]

      A finitely supported sortwise permutation family, bundled with its support bound. A Group by construction, so identity, composition, and inverses are all available without side conditions.

      Equations
      Instances For

        The invariant σ-algebra #

        @[implicit_reducible]

        The invariant σ-algebra: measurable sets strictly invariant under every finitely supported sortwise relabeling.

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

          Ergodicity #

          Ergodicity of an exchangeable relational law: every event strictly invariant under all finitely supported sortwise relabelings has law-measure 0 or 1.

          Equations
          Instances For

            The invariant probability simplex #

            The invariant probability measures: the convex set of probability measures on the infinite structure space invariant under every finitely supported sortwise relabeling. By mem_invariantProbabilityMeasures_iff_exists_law (finite-restriction extensionality), these are exactly the laws of InfiniteRelExchangeableLaw — finitary invariance already implies invariance under every sortwise permutation.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem RelSignature.exists_finSupp_perm_extend {k : } (g : Fin k ) :
              ∃ (π : Equiv.Perm ) (N : ), (∀ (x : ), N xπ x = x) ∀ (a : Fin k), π a = g a

              Every injection of a finite window extends to a finitely supported permutation — the finitary strengthening of exists_perm_extend, by induction on the window with one transposition per step.

              Finitary invariance implies full sortwise invariance: a probability measure invariant under every finitely supported sortwise relabeling is invariant under every sortwise relabeling — by finite-restriction extensionality, since on each finite window an arbitrary permutation family agrees with a finitely supported one.

              The invariant simplex is exactly the exchangeable laws (packaging/range lemma): a measure is finitarily invariant and probability iff it is the law of an infinite exchangeable relational law.