Finite-factor approximation of a graphon #
Step 5a of the step-approximation programme (#107 remains open): every graphon is, to within any prescribed cut-norm error, the pullback of a graphon on a finite factor.
FiniteFactorApproximation U ε bundles the data — a factor map Ω → Fin (n + 1), its law,
the measure-preserving witness, and a kernel on the finite factor — together with the error
bound cutNormDiff U (pullback kernel factor) < ε. Packaging the factor as Fin (n + 1) with
a bundled ProbabilityMeasure keeps every instance available by construction and makes the
finite coupling machinery directly applicable.
exists_finiteFactorApproximation: such an approximation exists for every 0 < ε, with
no standard-Borel, surjectivity, or positive-cell hypothesis. The construction reads the
Frieze–Kannan partition off Graphon.regularity, indexes its parts by an enumeration, and
sends every point to the index of its part — with a final index absorbing the null set of
points no part covers, so no covering or positivity assumption is needed. The kernel is the
matrix of rectangle averages, which rectAverage defines (as zero) on null cells.
This is the individual approximation used once per graphon; there is no shared factor across carriers. The triangle assembly reuses the middle graphon's approximation in both pairwise couplings — that assembly is a later unit and is not addressed here.
The i-th part of a finite measurable partition, under a fixed enumeration of its parts.
Equations
- Graphon.enumPart P i = ↑(P.parts.equivFin.symm i)
Instances For
Distinct indices enumerate distinct parts.
Any part containing a point of enumPart P i is enumPart P i itself.
A point lies in at most one enumerated part.
The factor map: a point goes to the index of the part containing it. The final index absorbs the null set of points that no part covers, so no covering hypothesis is needed.
Equations
Instances For
The part carried by a factor value; the final index carries the empty set.
Equations
- Graphon.indexPart P i = Fin.lastCases ∅ (Graphon.enumPart P) i
Instances For
A finite-factor approximation of U at scale ε: a factor map to a finite space,
its law, and a kernel on that finite space whose pullback is within ε of U in cut norm.
- n : ℕ
The finite factor has
n + 1points. - law : MeasureTheory.ProbabilityMeasure (Fin (self.n + 1))
The law of the factor map on the finite factor.
The factor map.
- factor_mp : MeasureTheory.MeasurePreserving self.factor μ ↑self.law
The factor map pushes the carrier measure to the factor law.
The approximating kernel, a graphon on the finite factor.
The pullback of the kernel is within
εofUin cut norm.
Instances For
The law of the factor map: the pushforward of the carrier measure, bundled.
Equations
Instances For
The step matrix on the finite factor: rectangle averages of U over the parts. Null cells
need no special treatment — rectAverage is zero there.
Equations
- Graphon.stepMatrix P U a b = U.rectAverage (Graphon.indexPart P a) (Graphon.indexPart P b)
Instances For
The finite step kernel: the step matrix as a graphon on the finite factor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The finite step kernel agrees with the step matrix a.e.
The pullback of the finite step kernel along the factor map is the stepification. This transports the Frieze–Kannan bound into the finite-factor form.
Finite-factor approximation exists at every scale. For every graphon and every 0 < ε
there is a finite factor, a factor map, and a kernel on the factor whose pullback is within ε
of the graphon in cut norm — with no standard-Borel, surjectivity, or positive-cell hypothesis.
The factor is Fin (n + 1) with a bundled law, so the finite coupling machinery applies
directly.