Documentation

QuasiBorelSpaces.MeasureTheory.List

@[simp]
theorem List.Encoding.measurable_cons {A : Type u_1} [MeasurableSpace A] :
Measurable fun (x : A × Encoding A) => cons x.1 x.2
theorem List.Encoding.measurable_fold {A : Type u_1} [MeasurableSpace A] {B : Type u_2} [MeasurableSpace B] {cons : ABB} (hcons : Measurable fun (x : A × B) => match x with | (x, y) => cons x y) (nil : B) :
Measurable (foldr cons nil)
@[simp]
theorem MeasureTheory.List.measurable_cons {A : Type u_1} [MeasurableSpace A] :
Measurable fun (x : A × List A) => match x with | (x, xs) => x :: xs
theorem MeasureTheory.List.measurable_cons' {A : Type u_1} [MeasurableSpace A] {B : Type u_2} [MeasurableSpace B] {f : AB} (hf : Measurable f) {g : AList B} (hg : Measurable g) :
Measurable fun (x : A) => f x :: g x
theorem MeasureTheory.List.measurable_foldr {A : Type u_1} [MeasurableSpace A] {B : Type u_2} [MeasurableSpace B] {cons : ABB} (hcons : Measurable fun (x : A × B) => match x with | (x, xs) => cons x xs) (nil : B) :