Introduction to Measure Theory, Section 1.3.1: Integration of simple functions #
A companion to (the introduction to) Section 1.3.1 of the book "An introduction to Measure Theory".
Equations
- EReal.abs_fun f x = ↑‖f x‖
Instances For
Equations
- Complex.re_fun f x = (f x).re
Instances For
Equations
- Complex.im_fun f x = (f x).im
Instances For
Equations
- Complex.conj_fun f x = (starRingEnd ℂ) (f x)
Instances For
Equations
- EReal.pos_fun f x = ↑(max (f x) 0)
Instances For
Equations
- EReal.neg_fun f x = ↑(max (-f x) 0)
Instances For
Equations
- Real.complex_fun f x = ↑(f x)
Instances For
Equations
- Real.EReal_fun f x = ↑(f x)
Instances For
Equations
Instances For
Equations
Instances For
Definition 1.3.2
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- RealSimpleFunction f = ∃ (k : ℕ) (c : Fin k → ℝ) (E : Fin k → Set (EuclideanSpace' d)), (∀ (i : Fin k), LebesgueMeasurable (E i)) ∧ f = ∑ i : Fin k, c i • (E i).indicator'
Instances For
Equations
- ComplexSimpleFunction f = ∃ (k : ℕ) (c : Fin k → ℝ) (E : Fin k → Set (EuclideanSpace' d)), (∀ (i : Fin k), LebesgueMeasurable (E i)) ∧ f = ∑ i : Fin k, c i • Complex.indicator (E i)
Instances For
Equations
- ⋯ = ⋯
Instances For
Equations
- RealSimpleFunction.coe_complex f = { coe := ⋯ }
Equations
- hf.integ = ∑ i : Fin (Exists.choose hf), ⋯.choose i * Lebesgue_measure (⋯.choose i)
Instances For
Lemma 1.3.4 (Well-definedness of simple integral)
Definition 1.3.5
Equations
- AlmostEverywhereEqual f g = AlmostAlways fun (x : EuclideanSpace' d) => f x = g x
Instances For
Exercise 1.3.1 (i) (Unsigned linearity)
Exercise 1.3.1 (i) (Unsigned linearity)
Exercise 1.3.1 (ii) (Finiteness)
Exercise 1.3.1 (iii) (Vanishing)
Exercise 1.3.1 (iv) (Equivalence)
Exercise 1.3.1 (v) (Monotonicity)
Exercise 1.3.1(vi) (Compatibility with Lebesgue measure)
Exercise 1.3.1(vi) (Compatibility with Lebesgue measure)
Definition 1.3.6 (Absolutely convergent simple integral)
Equations
- hf.AbsolutelyIntegrable = (⋯.integ < ⊤)
Instances For
Definition 1.3.6 (Absolutely convergent simple integral)
Equations
- hf.AbsolutelyIntegrable = (⋯.integ < ⊤)
Instances For
Equations
- ⋯ = ⋯
Instances For
Equations
- ⋯ = ⋯
Instances For
Instances For
Equations
- ⋯ = ⋯
Instances For
Equations
- ⋯ = ⋯
Instances For
Instances For
Exercise 1.3.2 (i) (*-linearity)
Exercise 1.3.2 (i) (*-linearity)
Exercise 1.3.2 (i) (*-linearity)
Exercise 1.3.2 (ii) (equivalence)
Exercise 1.3.2(iii) (Compatibility with Lebesgue measure)
Exercise 1.3.2(iii) (Compatibility with Lebesgue measure)