Documentation

Mathlib.Probability.Kernel.CondCdf

Conditional cumulative distribution function #

Given ρ : measure (α × ℝ), we define the conditional cumulative distribution function (conditional cdf) of ρ. It is a function cond_cdf ρ : α → ℝ → ℝ such that if ρ is a finite measure, then for all a : α cond_cdf ρ a is monotone and right-continuous with limit 0 at -∞ and limit 1 at +∞, and such that for all x : ℝ, a ↦ cond_cdf ρ a x is measurable. For all x : ℝ and measurable set s, that function satisfies ∫⁻ a in s, ennreal.of_real (cond_cdf ρ a x) ∂ρ.fst = ρ (s ×ˢ Iic x).

Main definitions #

Main statements #

References #

The construction of the conditional cdf in this file follows the proof of Theorem 3.4 in [O. Kallenberg, Foundations of modern probability][kallenberg2021].

TODO #

theorem Real.iUnion_Iic_rat :
⋃ (r : ), Set.Iic r = Set.univ
theorem Real.iInter_Iic_rat :
⋂ (r : ), Set.Iic r =
noncomputable def MeasureTheory.Measure.IicSnd {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (r : ) :

Measure on α such that for a measurable set s, ρ.Iic_snd r s = ρ (s ×ˢ Iic r).

Equations
Instances For
    theorem MeasureTheory.Measure.IicSnd_apply {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (r : ) {s : Set α} (hs : MeasurableSet s) :
    (MeasureTheory.Measure.IicSnd ρ r) s = ρ (s ×ˢ Set.Iic r)
    theorem MeasureTheory.Measure.IicSnd_univ {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (r : ) :
    (MeasureTheory.Measure.IicSnd ρ r) Set.univ = ρ (Set.univ ×ˢ Set.Iic r)
    theorem MeasureTheory.Measure.iInf_IicSnd_gt {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (t : ) {s : Set α} (hs : MeasurableSet s) [MeasureTheory.IsFiniteMeasure ρ] :
    ⨅ (r : { r' : // t < r' }), (MeasureTheory.Measure.IicSnd ρ r) s = (MeasureTheory.Measure.IicSnd ρ t) s
    theorem MeasureTheory.Measure.tendsto_IicSnd_atTop {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) {s : Set α} (hs : MeasurableSet s) :
    Filter.Tendsto (fun (r : ) => (MeasureTheory.Measure.IicSnd ρ r) s) Filter.atTop (nhds ((MeasureTheory.Measure.fst ρ) s))
    theorem MeasureTheory.Measure.tendsto_IicSnd_atBot {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] {s : Set α} (hs : MeasurableSet s) :
    Filter.Tendsto (fun (r : ) => (MeasureTheory.Measure.IicSnd ρ r) s) Filter.atBot (nhds 0)

    Auxiliary definitions #

    We build towards the definition of probability_theory.cond_cdf. We first define probability_theory.pre_cdf, a function defined on α × ℚ with the properties of a cdf almost everywhere. We then introduce probability_theory.cond_cdf_rat, a function on α × ℚ which has the properties of a cdf for all a : α. We finally extend to .

    noncomputable def ProbabilityTheory.preCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (r : ) :
    αENNReal

    pre_cdf 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).

    Equations
    Instances For
      theorem ProbabilityTheory.set_lintegral_iInf_gt_preCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] (t : ) {s : Set α} (hs : MeasurableSet s) :
      ∫⁻ (x : α) in s, ⨅ (r : (Set.Ioi t)), ProbabilityTheory.preCDF ρ (r) xMeasureTheory.Measure.fst ρ = (MeasureTheory.Measure.IicSnd ρ t) s
      theorem ProbabilityTheory.tendsto_lintegral_preCDF_atTop {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] :
      Filter.Tendsto (fun (r : ) => ∫⁻ (a : α), ProbabilityTheory.preCDF ρ r aMeasureTheory.Measure.fst ρ) Filter.atTop (nhds (ρ Set.univ))
      theorem ProbabilityTheory.inf_gt_preCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] :
      ∀ᵐ (a : α) ∂MeasureTheory.Measure.fst ρ, ∀ (t : ), ⨅ (r : (Set.Ioi t)), ProbabilityTheory.preCDF ρ (r) a = ProbabilityTheory.preCDF ρ t a
      structure ProbabilityTheory.HasCondCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) :

      A product measure on α × ℝ is said to have a conditional cdf at a : α if preCDF is monotone with limit 0 at -∞ and 1 at +∞, and is right continuous. This property holds almost everywhere (see has_cond_cdf_ae).

      Instances For

        A measurable set of elements of α such that ρ has a conditional cdf at all a ∈ condCDFSet.

        Equations
        Instances For
          noncomputable def ProbabilityTheory.condCDFRat {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) :
          α

          Conditional cdf of the measure given the value on α, restricted to the rationals. It is defined to be pre_cdf if a ∈ condCDFSet, and a default cdf-like function otherwise. This is an auxiliary definition used to define cond_cdf.

          Equations
          Instances For
            theorem ProbabilityTheory.condCDFRat_of_not_mem {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) (h : aProbabilityTheory.condCDFSet ρ) {r : } :
            ProbabilityTheory.condCDFRat ρ a r = if r < 0 then 0 else 1
            theorem ProbabilityTheory.inf_gt_condCDFRat {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) (t : ) :
            @[irreducible]
            noncomputable def ProbabilityTheory.condCDF' {α : Type u_4} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) :
            α

            Conditional cdf of the measure given the value on α, as a plain function. This is an auxiliary definition used to define cond_cdf.

            Equations
            Instances For
              theorem ProbabilityTheory.condCDF'_def {α : Type u_4} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) (t : ) :
              ProbabilityTheory.condCDF' ρ a t = ⨅ (r : { r' : // t < r' }), ProbabilityTheory.condCDFRat ρ a r
              theorem ProbabilityTheory.condCDF'_def' {α : Type u_1} {mα : MeasurableSpace α} {ρ : MeasureTheory.Measure (α × )} {a : α} {x : } :
              ProbabilityTheory.condCDF' ρ a x = ⨅ (r : { r : // x < r }), ProbabilityTheory.condCDFRat ρ a r
              theorem ProbabilityTheory.bddBelow_range_condCDFRat_gt {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) (x : ) :
              BddBelow (Set.range fun (r : { r' : // x < r' }) => ProbabilityTheory.condCDFRat ρ a r)

              Conditional cdf #

              noncomputable def ProbabilityTheory.condCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) :

              Conditional cdf of the measure given the value on α, as a Stieltjes function.

              Equations
              Instances For
                theorem ProbabilityTheory.condCDF_nonneg {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) (r : ) :

                The conditional cdf is non-negative for all a : α.

                theorem ProbabilityTheory.condCDF_le_one {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) (x : ) :

                The conditional cdf is lower or equal to 1 for all a : α.

                theorem ProbabilityTheory.tendsto_condCDF_atBot {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) :
                Filter.Tendsto ((ProbabilityTheory.condCDF ρ a)) Filter.atBot (nhds 0)

                The conditional cdf tends to 0 at -∞ for all a : α.

                theorem ProbabilityTheory.tendsto_condCDF_atTop {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (a : α) :
                Filter.Tendsto ((ProbabilityTheory.condCDF ρ a)) Filter.atTop (nhds 1)

                The conditional cdf tends to 1 at +∞ for all a : α.

                theorem ProbabilityTheory.measurable_condCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) (x : ) :
                Measurable fun (a : α) => (ProbabilityTheory.condCDF ρ a) x

                The conditional cdf is a measurable function of a : α for all x : ℝ.

                theorem ProbabilityTheory.set_lintegral_condCDF_rat {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] (r : ) {s : Set α} (hs : MeasurableSet s) :
                ∫⁻ (a : α) in s, ENNReal.ofReal ((ProbabilityTheory.condCDF ρ a) r)MeasureTheory.Measure.fst ρ = ρ (s ×ˢ Set.Iic r)

                Auxiliary lemma for set_lintegral_cond_cdf.

                theorem ProbabilityTheory.set_lintegral_condCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] (x : ) {s : Set α} (hs : MeasurableSet s) :
                ∫⁻ (a : α) in s, ENNReal.ofReal ((ProbabilityTheory.condCDF ρ a) x)MeasureTheory.Measure.fst ρ = ρ (s ×ˢ Set.Iic x)

                The conditional cdf is a strongly measurable function of a : α for all x : ℝ.

                theorem ProbabilityTheory.set_integral_condCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] (x : ) {s : Set α} (hs : MeasurableSet s) :
                ∫ (a : α) in s, (ProbabilityTheory.condCDF ρ a) xMeasureTheory.Measure.fst ρ = (ρ (s ×ˢ Set.Iic x)).toReal
                theorem ProbabilityTheory.integral_condCDF {α : Type u_1} {mα : MeasurableSpace α} (ρ : MeasureTheory.Measure (α × )) [MeasureTheory.IsFiniteMeasure ρ] (x : ) :
                ∫ (a : α), (ProbabilityTheory.condCDF ρ a) xMeasureTheory.Measure.fst ρ = (ρ (Set.univ ×ˢ Set.Iic x)).toReal

                The function a ↦ (condCDF ρ a).measure is measurable.