Theorems · Theorem · probability
ProbabilityTheory.Kernel.piecewise_apply
∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {κ η : ProbabilityTheory.Kernel α β}
{s : Set α} {hs : MeasurableSet s} [inst : DecidablePred fun x => x ∈ s] (a : α),
(ProbabilityTheory.Kernel.piecewise hs κ η) a = if a ∈ s then κ a else η a- Defined in
- Mathlib.Probability.Kernel.Basic
- Cited by
- 3 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- MeasurableSetstatement and proof · cited by 3,075
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- ProbabilityTheory.Kernel.piecewisestatement · cited by 10
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.borelMarkovFromReal_applyproof · cited by 1
- ProbabilityTheory.Kernel.piecewise_apply'proof · cited by 0