Equations
- PointwiseConvergesTo f g = ∀ (x : X), Filter.Tendsto (fun (n : ℕ) => f n x) Filter.atTop (nhds (g x))
Instances For
Definition 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
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
Binary digit extraction: bⱼ(x) = ⌊2^j · x⌋ mod 2. For x ∈ [0,1), this extracts the j-th binary digit. Special case: x = 1 has all digits = 1 (1 = 0.111...₂). For x ∉ [0,1], all digits are 0.
Instances For
The properties required of the binary-to-ternary function for this construction. The function maps [0,1] into the Cantor set C by converting binary digits to ternary.
Note: Unlike the textbook (which sets g(x) = 0 for dyadic rationals), our g is defined uniformly for all x ∈ [0,1]. This makes g monotone on ALL of [0,1], not just on A.
- monotone_on : MonotoneOn g (Set.Icc 0 1)
Instances For
For x ∈ (0, 1), there exists a position where the binary digit is 1.
Helper: floors of x, y in [0,1) are equal up to level n if their binary digits agree up to level n-1.
For x, y ∈ [0,1) with x < y, there exists a first position k where bₖ(x) < bₖ(y).
Monotonicity: if digits agree up to k and bₖ(x) < bₖ(y), then g(x) < g(y).
Ternary {0,2} expansions are unique.
For non-dyadic x ∈ [0,1), x equals its binary expansion sum.
Non-dyadic x ∈ [0,1) with equal binary digits are equal.
Existence of a binary-to-ternary function: g(x) = ∑ 2bⱼ 3^(-j).
Binary-to-ternary function: g(x) = ∑ 2·bⱼ(x)·3^(-j), monotone on [0,1], g([0,1]) ⊆ C ∪ {0}.
Instances For
binaryToTernary x = 0 iff x = 0 for x ∈ [0,1].
binaryToTernary lifted to EuclideanSpace' 1 → EReal (called f in informal proof).
Equations
Instances For
Sublevel sets of f_lifted are measurable (key lemma for f_lifted_measurable).
Non-measurable F ⊆ [0,1] with binaryToTernary(F) ⊆ Cantor set (Vitali construction).
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