Theorems · Theorem · probability
ProbabilityTheory.Kernel.lintegral_piecewise
∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {κ η : ProbabilityTheory.Kernel α β}
{s : Set α} {hs : MeasurableSet s} [inst : DecidablePred fun x => x ∈ s] (a : α) (g : β → ENNReal),
∫⁻ (b : β), g b ∂(ProbabilityTheory.Kernel.piecewise hs κ η) a =
if a ∈ s then ∫⁻ (b : β), g b ∂κ a else ∫⁻ (b : β), g b ∂η a- Defined in
- Mathlib.Probability.Kernel.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- ProbabilityTheory.Kernel.piecewisestatement · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.