Theorems · Theorem · probability
ProbabilityTheory.Kernel.withDensity_kernel_sum
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} [inst : Countable ι]
(κ : ι → ProbabilityTheory.Kernel α β) (hκ : ∀ (i : ι), ProbabilityTheory.IsSFiniteKernel (κ i))
(f : α → β → ENNReal),
(ProbabilityTheory.Kernel.sum κ).withDensity f = ProbabilityTheory.Kernel.sum fun i => (κ i).withDensity f- Defined in
- Mathlib.Probability.Kernel.WithDensity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealstatement and proof · cited by 9,879
- Measurableproof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Countablestatement and proof · cited by 633
- MeasureTheory.Measure.withDensityproof · cited by 265
- ProbabilityTheory.IsSFiniteKernelstatement and proof · cited by 248
- MeasureTheory.Measure.sumproof · cited by 121
- ProbabilityTheory.Kernel.extproof · cited by 116
- ProbabilityTheory.Kernel.withDensitystatement and proof · cited by 45
- ProbabilityTheory.Kernel.sumstatement and proof · cited by 31
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.IsSFiniteKernel.withDensityproof · cited by 0