Documentation

Graphon.RelRankAlgebra

The lower-rank conditioning algebra (R4 converse piece 3, #107) #

The conditioning factor for the rankwise relative-independence theorem: the join of the fixing σ-algebras of all vertex sets of rank below n,

lowerRankAlgebra n = ⨆ A, ⨆ (_ : A.card < n), fixingAlgebra A.

Why a single global factor #

The target theorem is that, for a finite family F of distinct vertex sets of rank exactly n, the exact-anchor layers at those sets are mutually — not merely pairwise — conditionally independent given everything of lower rank:

E[∏ A ∈ F, g A ∘ exactMap A | lowerRankAlgebra n] =ᵐ ∏ A ∈ F, E[g A ∘ exactMap A | lowerRankAlgebra n]

The conditioning must be this one global algebra, not a chain and not a separate conditioning per pair. Two things go wrong otherwise:

RelSignature.InfiniteRelExchangeableLaw.condIndep_fixingAlgebra therefore serves here as infrastructure and as a regression check on the two-set case, not as the proof engine. The missing finite-family statement is analogous to Austin's Proposition 3.12 (arXiv:0801.1698); its proof belongs to the downstream rankwise coupling/induction layer and is deliberately not fixed here.

This file is law-free: it defines the conditioning factor and its order theory only.

Contents #

@[implicit_reducible]

The lower-rank conditioning algebra: the join of the fixing σ-algebras of all vertex sets of cardinality strictly below n.

Equations
Instances For

    Each low-rank fixing algebra sits inside the conditioning factor.

    Monotone in the rank bound: a larger bound admits more generators.

    At rank bound 0 there are no generators.

    At rank bound 1 the only generator is the empty set, so the conditioning factor is the invariant σ-algebra — the factor that carries whatever global information the law has. This is the base of the recursion, and the reason no NoNullary hypothesis is needed.

    Invariance under relabeling #

    The conditioning factor is relabeling invariant, for an arbitrary sortwise permutation family under finitely many sorts — not merely a finitely supported one.

    The generality is essential rather than cosmetic. Relabelings that displace infinitely many vertices arise naturally in the polling arguments this factor is built for — a map that shifts a block at every slot is not finitely supported — and the finite-support transport is simply unavailable for them. Since the proof needs nothing beyond each σ s being an Equiv, the hypothesis should not be narrowed.

    Any such relabeling permutes the vertex sets of each rank, so it permutes the generators of lowerRankAlgebra n among themselves.

    The rank bridge #

    theorem RelSignature.card_inter_lt_of_ne {S : RelSignature} {A A₀ : Finset ((s : S.Srt) × S.Vinfinite s)} {n : } (hA : A.card = n) (hA₀ : A₀.card = n) (hne : A A₀) :
    (A A₀).card < n

    Distinct supports of the same rank meet in lower rank. This is the exact bridge into lowerRankAlgebra: in the peel argument every C_A = A ∩ A₀ is a generator of the conditioning factor, because A and A₀ are distinct sets of the same cardinality.