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:
RelSignature.SortwiseFinSupp— a sortwise family of permutations with common finite support, with closure under composition and inverse;RelStructure.invariantAlgebra— the measurable sets strictly invariant under every finitely supported sortwise relabeling;InfiniteRelExchangeableLaw.IsErgodic— every invariant event has law-measure0or1.
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.
Instances For
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
- S.sortwiseFinSuppSubgroup = { carrier := {σ : S.Srt → Equiv.Perm ℕ | RelSignature.SortwiseFinSupp σ}, mul_mem' := ⋯, one_mem' := ⋯, inv_mem' := ⋯ }
Instances For
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 #
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
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.