The infinite Diaconis–Janson / Aldous–Hoover correspondence (issue #53) #
Composing the mixture representation with the infinite-law equivalence:
GraphonSpace.infiniteMixtureLawEquiv— every exchangeable probability law on infinite graphs is represented by a unique probability measure on graphon space:ProbabilityMeasure (GraphonSpace α μ) ≃ InfiniteExchangeableGraphLaw, the graphon-space form of Aldous–Hoover at the level of distributions;- simp lemmas for both directions, and the finite marginals of the represented
infinite law (
infiniteMixtureLawEquiv_law_map_restrictFin: the level-krestriction is the mixture marginalmixturePMF P k).
noncomputable def
GraphonSpace.infiniteMixtureLawEquiv
{α : Type u_1}
[MeasurableSpace α]
{μ : MeasureTheory.Measure α}
[MeasureTheory.IsProbabilityMeasure μ]
[StandardBorelSpace α]
[MeasureTheory.NullSingletonClass μ]
:
The infinite Diaconis–Janson / Aldous–Hoover correspondence: probability measures on the graphon space are exactly the exchangeable probability laws on infinite graphs — the composition of the mixture representation with the infinite-law equivalence.
Equations
Instances For
@[simp]
theorem
GraphonSpace.infiniteMixtureLawEquiv_apply_law
{α : Type u_1}
[MeasurableSpace α]
{μ : MeasureTheory.Measure α}
[MeasureTheory.IsProbabilityMeasure μ]
[StandardBorelSpace α]
[MeasureTheory.NullSingletonClass μ]
(P : MeasureTheory.ProbabilityMeasure (GraphonSpace α μ))
:
@[simp]
theorem
GraphonSpace.mixtureExchangeableLaw_infiniteMixtureLawEquiv_symm
{α : Type u_1}
[MeasurableSpace α]
{μ : MeasureTheory.Measure α}
[MeasureTheory.IsProbabilityMeasure μ]
[StandardBorelSpace α]
[MeasureTheory.NullSingletonClass μ]
(M : Graphon.InfiniteExchangeableGraphLaw)
:
theorem
GraphonSpace.infiniteMixtureLawEquiv_law_map_restrictFin
{α : Type u_1}
[MeasurableSpace α]
{μ : MeasureTheory.Measure α}
[MeasureTheory.IsProbabilityMeasure μ]
[StandardBorelSpace α]
[MeasureTheory.NullSingletonClass μ]
(P : MeasureTheory.ProbabilityMeasure (GraphonSpace α μ))
(k : ℕ)
:
Finite marginals of the represented infinite law: the level-k restriction of
the infinite law of a mixing measure is the mixture marginal mixturePMF P k.