Pointwise sum of two non-negative simple functions on Ω.
Instances For
Proposition 8.1.2: for non-negative simple functions f, g : Ω → ℝ, the integral is
additive: ∫_Ω (f + g) dm = ∫_Ω f dm + ∫_Ω g dm.
Pointwise scalar multiplication of a non-negative simple function by a nonnegative real.
Equations
- NonnegSimpleFunction.constMul c hc f = ⟨fun (x : ↑Ω) => c * ↑f x, ⋯⟩
Instances For
Proposition 8.1.3: if f : Ω → ℝ is a non-negative simple function and c > 0,
then the integral scales linearly: ∫_Ω (c f) dm = c ∫_Ω f dm.
Helper for Proposition 8.1.4: the pointwise difference of two non-negative simple functions is simple.
Helper for Proposition 8.1.4: if f ≤ g pointwise then g - f is pointwise nonnegative.
Helper for Proposition 8.1.4: the non-negative simple remainder g - f.
Equations
- helperForProposition_8_1_4_difference f g hfg = ⟨fun (x : ↑Ω) => ↑g x - ↑f x, ⋯⟩
Instances For
Helper for Proposition 8.1.4: f + (g - f) = g as non-negative simple functions.
Proposition 8.1.4: if f, g : Ω → ℝ are non-negative simple functions and
f(x) ≤ g(x) for every x ∈ Ω, then ∫_Ω f dm ≤ ∫_Ω g dm.
Definition 8.4: A property P holds for almost every x ∈ Ω (with respect to μ)
if there is a measurable null set N ⊆ Ω such that P x holds for all x ∈ Ω \ N.
Equations
- HoldsForAlmostEverywhereOn μ Ω P = ∃ N ⊆ Ω, MeasurableSet N ∧ μ N = 0 ∧ ∀ ⦃x : α⦄, x ∈ Ω \ N → P x
Instances For
Helper for Proposition 8.2: almost-everywhere vanishing gives a null nonzero set.
Helper for Proposition 8.2: convert f = 0 almost everywhere to Definition 8.4 on univ.
Helper for Proposition 8.2: convert Definition 8.4 on univ to f = 0 almost
everywhere.
Helper for Proposition 8.2: Definition 8.4 on univ is equivalent to f = 0
almost everywhere.
Proposition 8.2: if f : α → [0, ∞] is measurable, then its integral is zero iff
f x = 0 for μ-almost every x.