Definition 8.8: let Ω ⊆ ℝ^n be measurable. A measurable function f is absolutely
integrable on Ω iff the Lebesgue integral over Ω of |f| is finite.
Equations
- IsAbsolutelyIntegrableOn Ω f = (MeasurableSet Ω ∧ Measurable f ∧ ∫⁻ (x : { x : Fin n → ℝ // x ∈ Ω }), (f x).abs ∂MeasureTheory.Measure.comap Subtype.val MeasureTheory.volume < ⊤)
Instances For
Definition 8.9: for a real-valued function f, define its positive and negative parts
by f⁺ x = max (f x) 0 and f⁻ x = -min (f x) 0.
Instances For
Proposition 8.9: for a real-valued function f, defining
f⁺ x := max (f x) 0 and f⁻ x := -min (f x) 0, one has
f⁺ ≥ 0, f⁻ ≥ 0, f = f⁺ - f⁻, and |f| = f⁺ + f⁻ pointwise.
The positive part of an extended-real-valued function, f⁺ = max (f, 0).
Equations
- erealPositivePart f x = max (f x) 0
Instances For
The negative part of an extended-real-valued function, f⁻ = max (-f, 0).
Equations
- erealNegativePart f x = max (-f x) 0
Instances For
Predicate asserting that an extended-real-valued function has finite absolute Lebesgue integral.
Instances For
Definition 8.10 (Lebesgue integral): for a measurable f : Ω → EReal with
∫ |f| dμ < ∞, define f⁺ := max (f, 0), f⁻ := max (-f, 0), and set
∫ f dμ := ∫ f⁺ dμ - ∫ f⁻ dμ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Proposition 8.10.1: if f,g : Ω → ℝ are absolutely integrable, then for every
c : ℝ, cf is absolutely integrable and ∫ cf dμ = c ∫ f dμ.
Proposition 8.10.2: if f,g : Ω → ℝ are absolutely integrable
(equivalently, integrable), then f + g is absolutely integrable and
∫ (f + g) dμ = ∫ f dμ + ∫ g dμ.
Proposition 8.10.3: let (Ω, 𝒜, μ) be a measure space and let
f, g : Ω → ℝ be absolutely integrable (∫ |f| dμ < ∞ and ∫ |g| dμ < ∞).
If f x ≤ g x for all x ∈ Ω, then ∫ f dμ ≤ ∫ g dμ.
Proposition 8.10.4: let (Ω, 𝒜, μ) be a measure space and let
f, g : Ω → ℝ be absolutely integrable (∫ |f| dμ < ∞ and ∫ |g| dμ < ∞).
If f(x) = g(x) for μ-almost every x ∈ Ω, then ∫ f dμ = ∫ g dμ.
Helper for Theorem 8.5: measurability of a pointwise limit in EReal.
Helper for Theorem 8.5: domination by an integrable bound yields finite absolute integral.
Theorem 8.5 (Lebesgue dominated convergence theorem): let Ω ⊆ ℝ^n be measurable,
let fₙ : Ω → EReal be measurable with pointwise limit f, and suppose there is a
measurable F : Ω → [0, ∞] with finite integral such that |fₙ x| ≤ F x for all x
and all n. Then f is measurable, ∫ |f| < ∞, and ∫ f is the limit of ∫ fₙ.
Definition 8.11 (Upper and lower Lebesgue integrals): let Ω ⊆ ℝ^n be measurable and
f : Ω → ℝ. The upper integral is the infimum of integrals of absolutely integrable
majorants of f, and the lower integral is the supremum of integrals of absolutely
integrable minorants of f.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Helper for Lemma 8.9: upper-candidate membership for -f is equivalent to lower-candidate
membership for f after negating the candidate value.
Helper for Lemma 8.9: lower-candidate membership for -f is equivalent to upper-candidate
membership for f after negating the candidate value.
Helper for Lemma 8.9: the upper/lower components for -f are the negations of the lower/upper
components for f.
Helper for Lemma 8.9: from equal upper/lower component values at A, conclude the same
equalities for f and the corresponding sign-flipped values for -f.
Lemma 8.9: let Ω ⊆ ℝ^n be measurable and f : Ω → ℝ. If the upper and lower
Lebesgue-integral components of f are both equal to a finite value A : ℝ, then f is
integrable (hence absolutely integrable) on the subtype measure, the integral of f is A,
the upper/lower components for f are A, and the upper/lower components for -f are -A.
In particular, the usual integral agrees with both upper and lower components.
Proposition 8.11: if measurable real-valued functions f and g on ℝ are integrable,
satisfy f x ≤ g x for all x, and have equal integrals, then f = g almost everywhere
with respect to Lebesgue measure.
Proposition 8.12: defining fₙ = χ_[n,n+1) - χ_[n+1,n+2) on ℝ, the partial sums
from n = 1 converge pointwise to g = χ_[1,2), and integration does not commute with
this series:
∫ (∑_{n=1}^∞ fₙ) dm ≠ ∑_{n=1}^∞ ∫ fₙ dm.