A measurable kernel of mean-one two-point laws #
This file supplies the measurable-kernel interface needed to condition on the latent two-point parameters in the proof of Theorem 2.1.
Evaluation of the two-point law on a Borel set is measurable in both support points.
The Markov kernel sending (x,y) to the mean-one two-point law
Q_{x,y}.
Equations
- Feige.twoPointKernel = { toFun := fun (p : Feige.TwoPointParams) => Feige.twoPointMeasure (↑p).1 (↑p).2, measurable' := Feige.twoPointKernel._proof_1 }
Instances For
The genuine measure obtained by sampling latent two-point parameters and then sampling from their two-point law.
Equations
Instances For
The Measure.bind formula for the two-point mixture.
Averaging a pointwise probability bound over latent parameters.
Classical decidability for membership in the strict parameter region.
Equations
Instances For
A total measurable map into TwoPointParams; outside the strict region
we use the harmless default pair (0,2). The weighted latent measure below
is supported on the strict region.
Equations
- Feige.pairToParams p = if hp : p ∈ Feige.strictPairSet then ⟨p, ⋯⟩ else ⟨(0, 2), Feige.pairToParams._proof_2⟩
Instances For
The unnormalized product law on a strict below point and a strict above point.
Instances For
The density (y-x)/M of the latent below/above pair, written in
ℝ≥0∞.
Equations
- Feige.latentPairDensity M p = (ENNReal.ofReal M)⁻¹ * ENNReal.ofReal (p.2 - p.1)
Instances For
The concrete weighted below×above latent measure.
Equations
Instances For
The weighted latent pair measure has no mass outside the strict below×above parameter region.
The weighted pair measure, transported to the admissible parameter
subtype on which twoPointKernel is Markov.
Equations
Instances For
The resulting genuine kernel mixture of the nondegenerate latent component.
Equations
Instances For
The absolute-value definition of the lower moment is the usual restricted first moment below one.
The absolute-value definition of the upper moment is the usual restricted first moment above one.
Tonelli expansion of the total mass of the nondegenerate latent pair measure.
In the mean-one positive-moment branch, the nondegenerate latent component has precisely the mass outside the atom at one.
The full kernel mixture: the atom at one plus the nondegenerate latent two-point component.
Equations
Instances For
Pull the nondegenerate kernel mixture back from the parameter subtype to the original weighted pair measure. This is the change-of-variables layer in the Borel-set verification of the two-point mixture formula.
The measurable-kernel construction agrees with the direct expansion of the two-point mixture formula.
For a mean-one probability law with a nonzero lower moment, sampling the latent pair and then the corresponding two-point law reconstructs the original law.