Extremality: dissociated exchangeable laws are the Dirac mixtures (issue #33) #
The Diaconis–Janson extremality criterion (their Theorem 5.5), via upper-event factorization:
Graphon.ExchangeableGraphLaw.upperMass— the total mass of the supergraphs ofFunder thek-vertex marginal;Graphon.ExchangeableGraphLaw.IsDissociated— upper events on disjoint vertex blocks are independent (cross-block edges remain unrestricted);GraphonSpace.isDissociated_mixtureExchangeableLaw_iff— a graphon mixture is dissociated iff the mixing measure is a Dirac. Dissociation applied to two copies ofFsays every hom-density coordinate has second moment equal to its squared mean, so each coordinate is a.s. constant; a countable intersection and point separation of the coordinates collapse the mixing measure to a point.GraphonSpace.isDissociated_sampleExchangeableLaw— the exchangeable law of a fixed graphon is dissociated (it is the Dirac mixture at its class);GraphonSpace.isDissociated_iff_exists_sampleExchangeableLaw— the arbitrary-law form: an exchangeable law is dissociated iff it is the sample law of a fixed graphon.
This proves the extremality criterion without formalizing the convex extreme-point structure itself.
The upper mass of a finite graph under an exchangeable law: the total mass of
the supergraphs of F under the k-vertex marginal.
Equations
- L.upperMass F = Graphon.upperSum (fun (G : SimpleGraph (Fin k)) => ((L.law k) G).toReal) F
Instances For
Dissociated exchangeable laws: upper events on disjoint vertex blocks are independent (Diaconis–Janson Theorem 5.5 criterion; cross-block edges remain unrestricted).
Equations
- L.IsDissociated = ∀ {k l : ℕ} (F : SimpleGraph (Fin k)) (H : SimpleGraph (Fin l)), L.upperMass (SimpleGraph.map (⇑finSumFinEquiv.toEmbedding) (F ⊕g H)) = L.upperMass F * L.upperMass H
Instances For
The upper mass of a graphon mixture is the integral of the corresponding hom-density coordinate against the mixing measure.
Diaconis–Janson extremality (their Theorem 5.5): a graphon mixture is
dissociated iff the mixing measure is a Dirac. Dissociation at two copies of F makes
every hom-density coordinate a.s. constant; point separation of the coordinates then
collapses the mixing measure to a point.
The sample law of a fixed graphon is the Dirac mixture at its graphon class.
The exchangeable law of a fixed graphon is dissociated: it is the Dirac mixture at its graphon class.
Extremality for arbitrary exchangeable laws: a law is dissociated iff it is the
sample law of a fixed graphon (the Dirac characterization, transported along the
representation and surjective_mk).