Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Kernel.withDensity

{α : Type u_1} →
  {β : Type u_2} →
    {mα : MeasurableSpace α} →
      {mβ : MeasurableSpace β} →
        (κ : ProbabilityTheory.Kernel α β) →
          [ProbabilityTheory.IsSFiniteKernel κ] → (α → β → ENNReal) → ProbabilityTheory.Kernel α β

Kernel with image (κ a).withDensity (f a) if Function.uncurry f is measurable, and with image 0 otherwise. If Function.uncurry f is measurable, it satisfies ∫⁻ b, g b ∂(withDensity κ f hf a) = ∫⁻ b, f a b * g b ∂(κ a).

Defined in
Mathlib.Probability.Kernel.WithDensity
Cited by
45 results in Mathlib
Foundations
Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ProbabilityTheory.IsSFiniteKernel

Around this declaration

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

ProbabilityTheory.Kernel.withDensity_apply · cited by 15Kernel.withDensity_applyProbabilityTheory.Kernel.withDensity_apply' · cited by 10Kernel.withDensity_apply'ProbabilityTheory.Kernel.rnDeriv_add_singularPart · cited by 7Kernel.rnDeriv_add_singul…ProbabilityTheory.Kernel.withDensity_of_not_measurable · cited by 5Kernel.withDensity_of_not…MeasureTheory.Measure.AbsolutelyContinuous.kernel_of_compProd · cited by 5AbsolutelyContinuous.kern…ProbabilityTheory.Kernel.measure_mutuallySingularSetSlice · cited by 4Kernel.measure_mutuallySi…ProbabilityTheory.Kernel.withDensity_rnDeriv_mutuallySingularSetSlice · cited by 3Kernel.withDensity_rnDeri…ProbabilityTheory.Kernel.ae_eq_of_compProd_eq · cited by 3Kernel.ae_eq_of_compProd_…ProbabilityTheory.Kernel.singularPart_def · cited by 3Kernel.singularPart_defProbabilityTheory.Kernel.withDensity_one_sub_rnDerivAux · cited by 2Kernel.withDensity_one_su…ProbabilityTheory.Kernel.singularPart_eq_zero_iff_absolutelyContinuous · cited by 2Kernel.singularPart_eq_ze…ProbabilityTheory.Kernel.eq_rnDeriv_measure · cited by 2Kernel.eq_rnDeriv_measureProbabilityTheory.Kernel.eq_singularPart_measure · cited by 2Kernel.eq_singularPart_me…ProbabilityTheory.Kernel.withDensity_absolutelyContinuous · cited by 2Kernel.withDensity_absolu…ProbabilityTheory.Kernel.withDensity_kernel_sum · cited by 1Kernel.withDensity_kernel…DFunLike.coe · cited by 62936DFunLike.coeMeasurableSpace · cited by 13106MeasurableSpaceENNReal · cited by 9879ENNRealMeasurable · cited by 1499MeasurableProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelMeasureTheory.Measure.withDensity · cited by 265Measure.withDensityProbabilityTheory.IsSFiniteKernel · cited by 248ProbabilityTheory.IsSFini…Kernel.withDensityCITED BYCITES

Cites7

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

Cited by45

Results whose statement or proof uses this declaration.