Documentation

GibbsMeasure.Mathlib.MeasureTheory.MeasurableSpace.Defs

theorem Measurable.dite_const {α : Type u_1} {β : Type u_2} { : MeasurableSpace α} { : MeasurableSpace β} {p : Prop} [Decidable p] {f : pαβ} {g : ¬pαβ} (hf : ∀ (h : p), Measurable (f h)) (hg : ∀ (h : ¬p), Measurable (g h)) :
theorem Measurable.fun_dite_const {α : Type u_1} {β : Type u_2} { : MeasurableSpace α} { : MeasurableSpace β} {p : Prop} [Decidable p] {f : pαβ} {g : ¬pαβ} (hf : ∀ (h : p), Measurable (f h)) (hg : ∀ (h : ¬p), Measurable (g h)) :
Measurable fun (a : α) => if h : p then f h a else g h a
theorem Measurable.ite_const {α : Type u_1} {β : Type u_2} { : MeasurableSpace α} { : MeasurableSpace β} {p : Prop} [Decidable p] {f g : αβ} (hf : Measurable f) (hg : Measurable g) :
theorem Measurable.fun_ite_const {α : Type u_1} {β : Type u_2} { : MeasurableSpace α} { : MeasurableSpace β} {p : Prop} [Decidable p] {f g : αβ} (hf : Measurable f) (hg : Measurable g) :
Measurable fun (a : α) => if p then f a else g a