Documentation

Books.Analysis2_Tao_2022.Chapters.Chap07.section05_part3

theorem helperForLemma_7_12_isOpen_image_preimage_subtypeVal {m p : } {W : Set (EuclideanSpace (Fin m))} (hW : IsOpen W) {g : WEuclideanSpace (Fin p)} (hg : Continuous g) {V : Set (EuclideanSpace (Fin p))} (hV : IsOpen V) :

Helper for Lemma 7.12: the image under Subtype.val of a continuous preimage of an open set in the subtype codomain is open in the ambient space.

theorem helperForLemma_7_12_comp_preimage_eq_coe_preimage_image {n m p : } {Ω : Set (EuclideanSpace (Fin n))} {W : Set (EuclideanSpace (Fin m))} {f : ΩW} {g : WEuclideanSpace (Fin p)} (V : Set (EuclideanSpace (Fin p))) :
(fun (x : Ω) => g (f x)) ⁻¹' V = (fun (x : Ω) => (f x)) ⁻¹' (Subtype.val '' (g ⁻¹' V))

Helper for Lemma 7.12: the composition preimage can be rewritten into the preimage form required by IsLebesgueMeasurableFunction.

theorem helperForLemma_7_12_image_preimage_inter_representation {n m p : } {Ω : Set (EuclideanSpace (Fin n))} {W : Set (EuclideanSpace (Fin m))} {f : ΩW} {g : WEuclideanSpace (Fin p)} {V : Set (EuclideanSpace (Fin p))} {E : Set (EuclideanSpace (Fin n))} (hEq : Subtype.val '' ((fun (x : Ω) => (f x)) ⁻¹' (Subtype.val '' (g ⁻¹' V))) = Ω E) :
Subtype.val '' ((fun (x : Ω) => g (f x)) ⁻¹' V) = Ω E

Helper for Lemma 7.12: once the preimage is rewritten, the representing set identity from hf transfers directly to the composition.

theorem isLebesgueMeasurableFunction_comp_continuous {n m p : } {Ω : Set (EuclideanSpace (Fin n))} {W : Set (EuclideanSpace (Fin m))} (hW : IsOpen W) {f : ΩW} (hf : IsLebesgueMeasurableFunction n m Ω fun (x : Ω) => (f x)) {g : WEuclideanSpace (Fin p)} (hg : Continuous g) :
IsLebesgueMeasurableFunction n p Ω fun (x : Ω) => g (f x)

Lemma 7.12: let Ω ⊆ ℝ^n be measurable, let W ⊆ ℝ^m be open, and let f : Ω → W be measurable. If g : W → ℝ^p is continuous, then the composition g ∘ f : Ω → ℝ^p is measurable.

theorem helperForLemma_7_13_preimageImage_subset {n : } {Ω : Set (EuclideanSpace (Fin n))} {f : Ω} (V : Set ) :

Helper for Lemma 7.13: Subtype.val '' (f ⁻¹' V) is contained in Ω.

theorem helperForLemma_7_13_preimageImage_compl {n : } {Ω : Set (EuclideanSpace (Fin n))} {f : Ω} (V : Set ) :

Helper for Lemma 7.13: complement rule for V ↦ Subtype.val '' (f ⁻¹' V).

theorem helperForLemma_7_13_preimageImage_iUnion {n : } {Ω : Set (EuclideanSpace (Fin n))} {f : Ω} (V : Set ) :
Subtype.val '' (f ⁻¹' ⋃ (i : ), V i) = ⋃ (i : ), Subtype.val '' (f ⁻¹' V i)

Helper for Lemma 7.13: countable union rule for V ↦ Subtype.val '' (f ⁻¹' V).

Helper for Lemma 7.13: null measurability of all superlevel preimages implies null measurability of preimages of all Borel sets.

Lemma 7.13: let Ω ⊆ ℝ^n be Lebesgue measurable and f : Ω → ℝ. Then f is Lebesgue measurable if and only if for every a : ℝ, the superlevel preimage {x ∈ Ω | a < f x} is Lebesgue measurable in Ω (viewed in ℝ^n via Subtype.val '' (f ⁻¹' Set.Ioi a)).

Definition 7.7 (Measurable functions in the extended reals): let Ω ⊆ ℝ^n be Lebesgue measurable and let f : Ω → EReal (where EReal = ℝ ∪ {+∞, -∞}). Then f is measurable if for every a : ℝ, the superlevel preimage {x ∈ Ω | f x ∈ (a, +∞]} is Lebesgue measurable in ℝ^n.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem helperForLemma_7_14_preimageImage_iSup_Ioi {n : } {Ω : Set (EuclideanSpace (Fin n))} {ι : Type u_1} [Countable ι] (u : ιΩEReal) (a : ) :
    Subtype.val '' ((fun (x : Ω) => ⨆ (i : ι), u i x) ⁻¹' Set.Ioi a) = ⋃ (i : ι), Subtype.val '' (u i ⁻¹' Set.Ioi a)

    Helper for Lemma 7.14: the superlevel preimage of a pointwise iSup is the union of superlevel preimages.

    theorem helperForLemma_7_14_preimageImage_iInf_Ioi_rat {n : } {Ω : Set (EuclideanSpace (Fin n))} {ι : Type u_1} [Countable ι] (u : ιΩEReal) (a : ) :
    Subtype.val '' ((fun (x : Ω) => ⨅ (i : ι), u i x) ⁻¹' Set.Ioi a) = ⋃ (q : { q : // a < q }), Ω ⋂ (i : ι), Subtype.val '' (u i ⁻¹' Set.Ioi q)

    Helper for Lemma 7.14: the superlevel preimage of a pointwise iInf can be written as a countable union over rational thresholds of countable intersections.

    Helper for Lemma 7.14: closure of extended-real measurability under countable pointwise iSup.

    Helper for Lemma 7.14: closure of extended-real measurability under countable pointwise iInf.

    theorem helperForLemma_7_14_limsup_nat_rewrite {α : Type u_1} [CompleteLattice α] (u : α) :
    Filter.limsup u Filter.atTop = ⨅ (N : ), ⨆ (k : { m : // N m }), u k

    Helper for Lemma 7.14: rewrite limsup along as the tail iInf-iSup formula indexed by subtypes.

    theorem helperForLemma_7_14_liminf_nat_rewrite {α : Type u_1} [CompleteLattice α] (u : α) :
    Filter.liminf u Filter.atTop = ⨆ (N : ), ⨅ (k : { m : // N m }), u k

    Helper for Lemma 7.14: rewrite liminf along as the tail iSup-iInf formula indexed by subtypes.

    theorem isLebesgueMeasurableExtendedRealFunction_iSup_iInf_limsup_liminf {n : } {Ω : Set (EuclideanSpace (Fin n))} {f : ΩEReal} (hf : ∀ (k : ), IsLebesgueMeasurableExtendedRealFunction n Ω (f k)) :
    (IsLebesgueMeasurableExtendedRealFunction n Ω fun (x : Ω) => ⨆ (k : ), f k x) (IsLebesgueMeasurableExtendedRealFunction n Ω fun (x : Ω) => ⨅ (k : ), f k x) (IsLebesgueMeasurableExtendedRealFunction n Ω fun (x : Ω) => ⨅ (N : ), ⨆ (k : { m : // N m }), f (↑k) x) (IsLebesgueMeasurableExtendedRealFunction n Ω fun (x : Ω) => ⨆ (N : ), ⨅ (k : { m : // N m }), f (↑k) x) ∀ (g : ΩEReal), (∀ (x : Ω), Filter.Tendsto (fun (k : ) => f k x) Filter.atTop (nhds (g x)))IsLebesgueMeasurableExtendedRealFunction n Ω g

    Lemma 7.14 (Limits of measurable functions are measurable): for a measurable set Ω ⊆ ℝ^n and measurable maps f_k : Ω → EReal, the pointwise functions x ↦ ⨆ k, f_k x, x ↦ ⨅ k, f_k x, x ↦ ⨅ N, ⨆ k≥N, f_k x, and x ↦ ⨆ N, ⨅ k≥N, f_k x (cf. (7.u161), (7.u162)) are measurable. In particular, any pointwise limit g of (f_k) is measurable.

    Proposition 7.17: let f : ℝ^n → ℝ be Lebesgue measurable, and let g : ℝ^n → ℝ. If there exists a Lebesgue null set A ⊆ ℝ^n such that f x = g x for all x ∈ ℝ^n \ A, then g is Lebesgue measurable.