Exchangeability of the infinite law, and the packaged equivalence (brick A3) #
The infinite law of an exchangeable graph law is invariant under every relabeling of
ℕ, and the finite and infinite formulations are equivalent:
InfiniteGraph.relabel— relabeling by a permutation ofℕ(continuous, hence measurable);InfiniteGraph.exists_perm_extend— every injectionFin k ↪ ℕextends to a permutation ofℕ(Equiv.Set.complon the cofinite complements);Graphon.ExchangeableGraphLaw.infiniteLaw_map_relabel— exchangeability of the infinite law: every finite image lies in an initial segment, where injection consistency identifies the relabeled marginals, and uniqueness of the extension concludes;Graphon.InfiniteExchangeableGraphLaw— the measure-side object: a probability law on the infinite graph space invariant under every relabeling;Graphon.exchangeableGraphLawEquivInfinite— the headline equivalenceExchangeableGraphLaw ≃ InfiniteExchangeableGraphLaw, with finite marginals and the infinite extension as inverse maps.
This completes layers 1–2 of the Aldous–Hoover roadmap.
Relabeling of infinite graphs by a permutation of ℕ.
Equations
- InfiniteGraph.relabel σ G = SimpleGraph.comap (⇑σ) G
Instances For
Edge membership under relabeling, in Sym2 form.
The edge-index action of a permutation.
Equations
- InfiniteGraph.edgeIndexMap σ e = ⟨Sym2.map ⇑σ ↑e, ⋯⟩
Instances For
Relabeling is continuous: each output coordinate is an input coordinate.
Restricting a relabeled graph is comap along any finite embedding realizing the permutation on the initial segment.
Every injection of an initial segment into ℕ extends to a permutation — the shared
graph-independent _root_.exists_perm_extend (Graphon.PermutationExtension).
Exchangeability of the infinite law: the infinite law is invariant under every
relabeling of ℕ. Every finite restriction of the relabeled law lands in an initial
segment, where injection consistency identifies it with the marginal; uniqueness of the
extension concludes.
Infinite exchangeable graph laws: probability laws on the infinite graph space
invariant under every relabeling of ℕ.
The law on the infinite graph space.
- exchangeable (σ : Equiv.Perm ℕ) : MeasureTheory.Measure.map (InfiniteGraph.relabel σ) ↑self.law = ↑self.law
Invariance under every relabeling.
Instances For
The finite marginals of an infinite exchangeable law form an exchangeable graph
law: consistency under an arbitrary injection follows by extending it to a permutation
of ℕ (exists_perm_extend) and applying exchangeability.
Equations
- M.toExchangeableGraphLaw = { law := fun (k : ℕ) => (MeasureTheory.Measure.map (InfiniteGraph.restrictFin k) ↑M.law).toPMF, consistent := ⋯ }
Instances For
The finite marginals of the infinite law, unfolded.
The headline equivalence (Aldous–Hoover layers 1–2): exchangeable graph laws and infinite exchangeable graph laws are the same data, with finite marginals and the infinite extension as inverse maps.
Equations
- One or more equations did not get rendered due to their size.