Skip to content

Commit

Permalink
feat: |∫ a, f a ∂μ| ≤ ∫ a, |f a| ∂μ (#20540)
Browse files Browse the repository at this point in the history
From LeanAPAP
  • Loading branch information
YaelDillies committed Jan 8, 2025
1 parent 7cfa4bd commit a5183c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mathlib/MeasureTheory/Integral/Bochner.lean
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,9 @@ theorem norm_integral_le_integral_norm (f : α → G) : ‖∫ a, f a ∂μ‖
· rw [integral_non_aestronglyMeasurable h, norm_zero]
exact integral_nonneg_of_ae le_ae

lemma abs_integral_le_integral_abs {f : α → ℝ} : |∫ a, f a ∂μ| ≤ ∫ a, |f a| ∂μ :=
norm_integral_le_integral_norm f

theorem norm_integral_le_of_norm_le {f : α → G} {g : α → ℝ} (hg : Integrable g μ)
(h : ∀ᵐ x ∂μ, ‖f x‖ ≤ g x) : ‖∫ x, f x ∂μ‖ ≤ ∫ x, g x ∂μ :=
calc
Expand Down

0 comments on commit a5183c3

Please sign in to comment.