Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.preCDF

{α : Type u_1} → {mα : MeasurableSpace α} → MeasureTheory.Measure (α × ℝ) → ℚ → α → ENNReal

preCDF is the Radon-Nikodym derivative of ρ.IicSnd with respect to ρ.fst at each r : ℚ. This function ℚ → α → ℝ≥0∞ is such that for almost all a : α, the function ℚ → ℝ≥0∞ satisfies the properties of a cdf (monotone with limit 0 at -∞ and 1 at +∞, right-continuous). We define this function on and not because is countable, which allows us to prove properties of the form ∀ᵐ a ∂ρ.fst, ∀ q, P (preCDF q a), instead of the weaker ∀ q, ∀ᵐ a ∂ρ.fst, P (preCDF q a).

Defined in
Mathlib.Probability.Kernel.Disintegration.CondCDF
Cited by
15 results in Mathlib
Foundations
Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

ProbabilityTheory.condCDF · cited by 20ProbabilityTheory.condCDFProbabilityTheory.measurable_preCDF' · cited by 8ProbabilityTheory.measura…ProbabilityTheory.measurable_preCDF · cited by 6ProbabilityTheory.measura…ProbabilityTheory.setLIntegral_preCDF_fst · cited by 4ProbabilityTheory.setLInt…ProbabilityTheory.preCDF_le_one · cited by 4ProbabilityTheory.preCDF_…ProbabilityTheory.isRatCondKernelCDF_preCDF · cited by 2ProbabilityTheory.isRatCo…ProbabilityTheory.condCDF_eq_stieltjesOfMeasurableRat_unit_prod · cited by 2ProbabilityTheory.condCDF…ProbabilityTheory.setIntegral_preCDF_fst · cited by 2ProbabilityTheory.setInte…ProbabilityTheory.isRatCondKernelCDFAux_preCDF · cited by 1ProbabilityTheory.isRatCo…ProbabilityTheory.withDensity_preCDF · cited by 1ProbabilityTheory.withDen…ProbabilityTheory.integral_preCDF_fst · cited by 1ProbabilityTheory.integra…ProbabilityTheory.condCDF_ae_eq · cited by 1ProbabilityTheory.condCDF…ProbabilityTheory.monotone_preCDF · cited by 1ProbabilityTheory.monoton…ProbabilityTheory.integrable_preCDF · cited by 1ProbabilityTheory.integra…ProbabilityTheory.lintegral_preCDF_fst · cited by 0ProbabilityTheory.lintegr…Real · cited by 25697RealMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealMeasureTheory.Measure.rnDeriv · cited by 234Measure.rnDerivMeasureTheory.Measure.fst · cited by 70Measure.fstMeasureTheory.Measure.IicSnd · cited by 18Measure.IicSndProbabilityTheory.preCDFCITED BYCITES

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by16

Results whose statement or proof uses this declaration.