Introduction to Measure Theory, Section 1.3.2: Measurable functions #
A companion to (the introduction to) Section 1.3.2 of the book "An introduction to Measure Theory".
Equations
- PointwiseConvergesTo f g = ∀ (x : X), Filter.Tendsto (fun (n : ℕ) => f n x) Filter.atTop (nhds (g x))
Instances For
Definiiton 1.3.8 (Unsigned measurable function)
Equations
- UnsignedMeasurable f = (Unsigned f ∧ ∃ (g : ℕ → EuclideanSpace' d → EReal), (∀ (n : ℕ), UnsignedSimpleFunction (g n)) ∧ PointwiseConvergesTo g f)
Instances For
Equations
- EReal.BoundedFunction f = ∃ (M : NNReal), ∀ (x : X), (f x).abs ≤ ↑M
Instances For
Equations
- FiniteMeasureSupport f = (Lebesgue_measure (Support f) < ⊤)
Instances For
Equations
- PointwiseAeConvergesTo f g = AlmostAlways fun (x : EuclideanSpace' d) => Filter.Tendsto (fun (n : ℕ) => f n x) Filter.atTop (nhds (g x))
Instances For
Helper lemmas for Lemma 1.3.9 #
The proof follows the book's implication chain. We establish explicit edges and
let tfae_finish compute the transitive closure.
Explicit edges declared:
- (i) ⟺ (ii): by definition of UnsignedMeasurable
- (ii) ⟹ (iii): pointwise everywhere implies pointwise a.e.
- (iv) ⟹ (ii): monotone sequences in [0,∞] converge to their supremum
- (iii) ⟹ (v): via limsup representation (main technical work)
- (v) ⟺ (vi): countable unions/intersections
- (vi) ⟺ (vii): complementation
- (v) ⟺ (viii): complementation
- (v)-(viii) ⟹ (ix): intervals are intersections of half-intervals
- (ix) ⟹ (x): open sets are countable unions of intervals
- (x) ⟺ (xi): complementation
- (x) ⟹ (vii): {f < λ} = f⁻¹'(Iio λ) and Iio λ is open
- (v)-(xi) ⟹ (iv): construction of approximating sequence
Derived transitively (by tfae_finish):
- (ix) ⟹ (v) or (vi): via (ix) → (x) → (vii) → (vi) → (v)
- (x) ⟹ (v)-(ix): via (x) → (vii) → (vi) → (v) → (viii)/(ix)
(i) ⟺ (ii): By definition of UnsignedMeasurable #
(ii) ⟹ (iii): Pointwise everywhere implies pointwise a.e. #
(iv) ⟹ (ii): Monotone sequences in [0,∞] converge to their supremum #
(iii) ⟹ (v): Via limsup representation #
(v) ⟹ (vi): {f ≥ λ} = ⋂_{n≥1} {f > λ - 1/n} #
(vi) ⟹ (v): {f > λ} = ⋃_{q ∈ ℚ, q > λ} {f ≥ q} #
(v) ⟹ (viii): {f ≤ t} = {f > t}ᶜ #
(vi) ⟹ (vii): {f < t} = {f ≥ t}ᶜ #
(vii) ⟹ (vi): {f ≥ t} = {f < t}ᶜ #
(viii) ⟹ (v): {f > t} = {f ≤ t}ᶜ #
(v)-(viii) ⟹ (ix): Intervals are intersections of half-intervals #
(ix) ⟹ (x): Open sets are countable unions of intervals #
(x) ⟺ (xi): Complementation #
(x) ⟹ (vii): {f < λ} = f⁻¹'(Iio λ) and Iio λ is open #
(v)-(xi) ⟹ (iv): Construction of approximating sequence #
Lemma 1.3.9 (Equivalent notions of measurability). Some slight changes to the statement have been made to make the claims cleaner to state
Exercise 1.3.3(i)
Exercise 1.3.3(ii)
Exercise 1.3.3(iii)
Exercise 1.3.3(iii)
Exercise 1.3.3(iii)
Exercise 1.3.3(iii)
Exercise 1.3.3(iv)
Exercise 1.3.3(v)
Exercise 1.3.3(vi)
Exercise 1.3.3(vii)
Exercise 1.3.4
Exercise 1.3.5
Exercise 1.3.6
Definition 1.3.11 (Complex measurability)
Equations
- ComplexMeasurable f = ∃ (g : ℕ → EuclideanSpace' d → ℂ), (∀ (n : ℕ), ComplexSimpleFunction (g n)) ∧ PointwiseConvergesTo g f
Instances For
Equations
- RealMeasurable f = ∃ (g : ℕ → EuclideanSpace' d → ℝ), (∀ (n : ℕ), RealSimpleFunction (g n)) ∧ PointwiseConvergesTo g f
Instances For
Exercise 1.3.7
Exercise 1.3.8(i)
Exercise 1.3.8(ii)
Exercise 1.3.8(iii)
Exercise 1.3.8(iv)
Exercise 1.3.8(v)
Exercise 1.3.8(vi)
Exercise 1.3.8(vi)
Exercise 1.3.8(vi)
Exercise 1.3.9