Padded vertex exposure and the fixed-F hom-density concentration tail (issue #72, item 1) #
The one-stage padded vertex exposure of the W-random graph G(k, W): each sampled
vertex carries its position together with a full padded row of k edge coins, so that
the whole sample is a point of the finite i.i.d. product Fin k → α × (Fin k → ℝ) —
exactly the shape consumed by the bounded-differences MGF bound of Graphon/McDiarmid.lean.
Edge {i, j} reads its coin from row max i j, column min i j; unused entries are
harmless padding.
InfiniteGraph.exposedSample— the exposed sampled graph, a measurableSimpleGraph (Fin k)-valued function of the exposure state;InfiniteGraph.map_exposedSample— the law identification: pushing the exposure source forward alongexposedSample W kgives exactly the finite sample lawsamplePMF W k(upper events factor into per-edge coin cylinders; Möbius inversion viaGraphon.upperSum_injectivecloses, as inInfiniteGraph.map_sampleInfinite_restrictFin);InfiniteGraph.abs_homDensity_exposedSample_update_le— the oscillation bound: updating a single exposed vertex moves the hom-density of a fixedFonqvertices by at mostq / k(only vertex maps whose range contains the updated vertex can change status).
Feeding the oscillation bound to ProbabilityTheory.hasSubgaussianMGF_of_bounded_differences
and moving the center from the sample mean to homDensity F W by the public collision
estimate (GraphonSpace.abs_integral_homDensityCoord_empiricalMixing_sub_le, specialized
to sampleExchangeableLaw W) yields the public tail (issue #72 item 1, toward
Lovász Cor 10.4; consumed by the Borel–Cantelli assembly of issue #71):
Graphon.measureReal_abs_homDensity_sampled_sub_le— exponential concentration of the sampled hom-density at fixedF: for2q² ≤ εk, thesamplePMF W k-probability that|t(F, G(k,W)) − t(F,W)| ≥ εis at most2 exp(−ε²k / (2q²));InfiniteGraph.samplerSource_abs_homDensity_restrictFin_sub_le— the same tail for the explicit samplerrestrictFin k ∘ sampleInfinite W;InfiniteGraph.tsum_samplerSource_homDensity_tail_ne_top— the summability bridge: for each fixedε > 0the tail masses at sizesn + 1have finite total, in the exact shape consumed by Borel–Cantelli (MeasureTheory.ae_eventually_notMem).
The exposure source #
One padded coin row: k i.i.d. uniforms on [0, 1].
Equations
- InfiniteGraph.coinRowMeasure k = MeasureTheory.Measure.pi fun (x : Fin k) => InfiniteGraph.uniform01
Instances For
The per-vertex exposure state: an i.i.d. position with law μ together with an
independent full padded coin row.
Equations
Instances For
The exposure source: k i.i.d. exposed vertices — a finite i.i.d. product, the
state space of the bounded-differences inequality.
Equations
- InfiniteGraph.exposureMeasure μ k = MeasureTheory.Measure.pi fun (x : Fin k) => InfiniteGraph.exposureVertexMeasure μ k
Instances For
The exposed sampled graph #
The exposed sampled graph: include the edge {i, j} exactly when the coin in
row max i j, column min i j falls below the clamped graphon value at the
Quot.out-representative endpoint positions (the same orientation convention as
sampleInfinite/sampleIntegrand, which eliminates a.e.-symmetry juggling in the law
identification). Symmetric because max, min, and s(i, j) are; irreflexive by the
i ≠ j conjunct.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The adjacency of the exposed sample, unfolded.
The exposed sample is measurable in the exposure state: each adjacency is a measurable comparison of coordinate evaluations.
The law identification #
The law identification (issue #72, item 1, commit 2): the exposed sampled graph
of the exposure source has law exactly samplePMF W k — the padded coin rows are
integrated out. Singleton masses via Measure.ext_of_singleton, then Möbius inversion
via Graphon.upperSum_injective on the upper-event masses.
The oscillation bound #
The hom-density of the embedded exposed sample is a measurable function of the exposure state (any function out of the countable discrete graph space is).
The oscillation bound (issue #72, item 1, commit 2): updating one exposed
vertex moves the hom-density of a fixed F on q vertices by at most q / k — only
the at most q * k ^ (q - 1) vertex maps whose range contains the updated vertex can
change upper-event status (homDensity_ofSimpleGraphOn). This is the bounded-differences
hypothesis of ProbabilityTheory.hasSubgaussianMGF_of_bounded_differences, stated for
the exact function fed to it.
The fixed-F exponential concentration tail #
Exponential concentration of the sampled hom-density, fixed F (issue #72,
item 1): an eventual fixed-F Corollary 10.4-style bound — not the exact manuscript
Corollary 10.4: this theorem assumes 2q² ≤ εk (which holds eventually in k for fixed
F and ε, and makes the collision bias q²/k at most ε/2) and carries a different,
stronger exponent. For a fixed graph F on q vertices, the probability under the
sample law G(k, W) that the hom-density of F deviates from t(F, W) by at least ε
is at most 2 exp(−ε²k / (2q²)).
Both tails come from ProbabilityTheory.hasSubgaussianMGF_of_bounded_differences
applied to the padded vertex exposure (variance proxy q²/(4k)), centered at the
sample mean; the center moves to t(F, W) by the collision estimate. For q = 0
the density is constantly 1 and the tail set is empty.
The fixed-F tail for the explicit sampler: the same bound for the event that
the hom-density of the first-k-vertices restriction of the sampled infinite graph
deviates from t(F, W), via the finite marginal identification
map_sampleInfinite_restrictFin.
The summability bridge (issue #72, item 1; consumed by the Borel–Cantelli
assembly of issue #71 via MeasureTheory.ae_eventually_notMem): for each fixed ε > 0,
the total sampler-source mass of the fixed-F deviation events at sizes n + 1 is
finite — finitely many initial terms are bounded by 1, the rest decay geometrically.