Theorems · Theorem · measure theory
Measurable.ite
∀ {α : Type u_1} {β : Type u_2} {f g : α → β} {m : MeasurableSpace α} {mβ : MeasurableSpace β} {p : α → Prop}
{x : DecidablePred p},
MeasurableSet {a | p a} → Measurable f → Measurable g → Measurable fun x_1 => if p x_1 then f x_1 else g x_1This is slightly different from Measurable.piecewise. It can be used to show
Measurable (ite (x=0) 0 1) by
exact Measurable.ite (measurableSet_singleton 0) measurable_const measurable_const,
but replacing Measurable.ite by Measurable.piecewise in that example proof does not work.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- Set.ofPredstatement and proof · cited by 6,101
- MeasurableSetstatement and proof · cited by 3,075
- Measurablestatement and proof · cited by 1,499
- Measurable.piecewiseproof · cited by 9
Cited by8
Results whose statement or proof uses this declaration.
- aeSeq.measurableproof · cited by 6
- Complex.measurable_argproof · cited by 3
- ProbabilityTheory.measurable_gammaPDFRealproof · cited by 3
- ProbabilityTheory.measurable_paretoPDFRealproof · cited by 2
- ProbabilityTheory.Kernel.measurable_kernel_prodMk_left_of_finiteproof · cited by 1
- ProbabilityTheory.measurable_toRatCDFproof · cited by 1
- ProbabilityTheory.measurable_betaPDFRealproof · cited by 1
- ProbabilityTheory.measurable_gaussianRealproof · cited by 0