Mathlib Map

Theorems · Inductive type · probability

ProbabilityTheory.IsCondKernelCDF

{α : Type u_1} →
  {β : Type u_2} →
    {mα : MeasurableSpace α} →
      {mβ : MeasurableSpace β} →
        (α × β → StieltjesFunction ℝ) → ProbabilityTheory.Kernel α (β × ℝ) → ProbabilityTheory.Kernel α β → Prop

A function f : α × β → StieltjesFunction ℝ is called a conditional kernel CDF of κ with respect to ν if it is measurable, tends to 0 at -∞ and to 1 at +∞ for all p : α × β, fun b ↦ f (a, b) x is (ν a)-integrable for all a : α and x : ℝ and for all measurable sets s : Set β, ∫ b in s, f (a, b) x ∂(ν a) = (κ a).real (s ×ˢ Iic x).

Defined in
Mathlib.Probability.Kernel.Disintegration.CDFToKernel
Cited by
22 results in Mathlib
Foundations
Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

ProbabilityTheory.IsCondKernelCDF.toKernel · cited by 9IsCondKernelCDF.toKernelProbabilityTheory.isCondKernelCDF_condCDF · cited by 5ProbabilityTheory.isCondK…ProbabilityTheory.IsCondKernelCDF.setLIntegral · cited by 3IsCondKernelCDF.setLInteg…ProbabilityTheory.IsCondKernelCDF.setIntegral · cited by 3IsCondKernelCDF.setIntegr…ProbabilityTheory.setLIntegral_toKernel_Iic · cited by 2ProbabilityTheory.setLInt…ProbabilityTheory.setLIntegral_toKernel_univ · cited by 2ProbabilityTheory.setLInt…ProbabilityTheory.IsCondKernelCDF.integrable · cited by 2IsCondKernelCDF.integrableProbabilityTheory.IsCondKernelCDF.tendsto_atBot_zero · cited by 2IsCondKernelCDF.tendsto_a…ProbabilityTheory.isCondKernelCDF_stieltjesOfMeasurableRat · cited by 2ProbabilityTheory.isCondK…ProbabilityTheory.setLIntegral_toKernel_prod · cited by 1ProbabilityTheory.setLInt…ProbabilityTheory.IsCondKernelCDF.integral · cited by 1IsCondKernelCDF.integralProbabilityTheory.IsCondKernelCDF.lintegral · cited by 1IsCondKernelCDF.lintegralProbabilityTheory.compProd_toKernel · cited by 1ProbabilityTheory.compPro…ProbabilityTheory.IsCondKernelCDF.nonneg · cited by 1IsCondKernelCDF.nonnegProbabilityTheory.IsCondKernelCDF.tendsto_atTop_one · cited by 1IsCondKernelCDF.tendsto_a…Real · cited by 25697RealMeasurableSpace · cited by 13106MeasurableSpaceProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelStieltjesFunction · cited by 85StieltjesFunctionProbabilityTheory.IsCondKerne…CITED BYCITES

Cites4

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

Cited by25

Results whose statement or proof uses this declaration.