Loogle!
Result
Found 449 declarations mentioning intervalIntegral. Of these, only the first 200 are shown.
- intervalIntegral π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) (a b : β) (ΞΌ : MeasureTheory.Measure β) : E - intervalIntegral.integral_same π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} : β« (x : β) in a..a, f x βΞΌ = 0 - intervalIntegral.integral_ofReal π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{a b : β} {ΞΌ : MeasureTheory.Measure β} {f : β β β} : β« (x : β) in a..b, β(f x) βΞΌ = β(β« (x : β) in a..b, f x βΞΌ) - intervalIntegral.integral_comp_neg π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) : β« (x : β) in a..b, f (-x) = β« (x : β) in -b..-a, f x - intervalIntegral.integral_congr π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {f g : β β E} {ΞΌ : MeasureTheory.Measure β} {a b : β} (h : Set.EqOn f g (Set.uIcc a b)) : β« (x : β) in a..b, f x βΞΌ = β« (x : β) in a..b, g x βΞΌ - intervalIntegral.integral_nonneg_of_forall π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : β (u : β), 0 β€ f u) : 0 β€ β« (u : β) in a..b, f u βΞΌ - intervalIntegral.integral_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (h : a β€ b) : β« (x : β) in a..b, f x βΞΌ = β« (x : β) in Set.Ioc a b, f x βΞΌ - intervalIntegral.integral_symm π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {ΞΌ : MeasureTheory.Measure β} (a b : β) : β« (x : β) in b..a, f x βΞΌ = -β« (x : β) in a..b, f x βΞΌ - intervalIntegral.integral_congr_uIoo π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f g : β β E} {ΞΌ : MeasureTheory.Measure β} [MeasureTheory.NullSingletonClass ΞΌ] (h : Set.EqOn f g (Set.uIoo a b)) : β« (x : β) in a..b, f x βΞΌ = β« (x : β) in a..b, g x βΞΌ - intervalIntegral.norm_integral_eq_norm_integral_uIoc π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} (f : β β E) : ββ« (x : β) in a..b, f x βΞΌβ = ββ« (x : β) in Set.uIoc a b, f x βΞΌβ - intervalIntegral.norm_integral_min_max π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} (f : β β E) : ββ« (x : β) in min a b..max a b, f x βΞΌβ = ββ« (x : β) in a..b, f x βΞΌβ - intervalIntegral.norm_intervalIntegral_eq π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) (a b : β) (ΞΌ : MeasureTheory.Measure β) : ββ« (x : β) in a..b, f x βΞΌβ = ββ« (x : β) in Set.uIoc a b, f x βΞΌβ - intervalIntegral.integral_congr_Ioo_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f g : β β E} {ΞΌ : MeasureTheory.Measure β} [MeasureTheory.NullSingletonClass ΞΌ] (hab : a β€ b) (h : Set.EqOn f g (Set.Ioo a b)) : β« (x : β) in a..b, f x βΞΌ = β« (x : β) in a..b, g x βΞΌ - intervalIntegral.abs_integral_le_integral_abs π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) : |β« (x : β) in a..b, f x βΞΌ| β€ β« (x : β) in a..b, |f x| βΞΌ - intervalIntegral.integral_zero π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} : β« (x : β) in a..b, 0 βΞΌ = 0 - intervalIntegral.abs_integral_eq_abs_integral_uIoc π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{a b : β} {ΞΌ : MeasureTheory.Measure β} (f : β β β) : |β« (x : β) in a..b, f x βΞΌ| = |β« (x : β) in Set.uIoc a b, f x βΞΌ| - intervalIntegral.abs_intervalIntegral_eq π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
(f : β β β) (a b : β) (ΞΌ : MeasureTheory.Measure β) : |β« (x : β) in a..b, f x βΞΌ| = |β« (x : β) in Set.uIoc a b, f x βΞΌ| - intervalIntegral.norm_integral_le_abs_integral_norm π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} : ββ« (x : β) in a..b, f x βΞΌβ β€ |β« (x : β) in a..b, βf xβ βΞΌ| - intervalIntegral.integral_nonneg π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : β u β Set.Icc a b, 0 β€ f u) : 0 β€ β« (u : β) in a..b, f u βΞΌ - intervalIntegral.norm_integral_le_integral_norm π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (h : a β€ b) : ββ« (x : β) in a..b, f x βΞΌβ β€ β« (x : β) in a..b, βf xβ βΞΌ - intervalIntegral.integral_comp_add_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (d : β) : β« (x : β) in a..b, f (d + x) = β« (x : β) in d + a..d + b, f x - intervalIntegral.integral_comp_add_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (d : β) : β« (x : β) in a..b, f (x + d) = β« (x : β) in a + d..b + d, f x - intervalIntegral.integral_comp_sub_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (d : β) : β« (x : β) in a..b, f (d - x) = β« (x : β) in d - b..d - a, f x - intervalIntegral.integral_comp_sub_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (d : β) : β« (x : β) in a..b, f (x - d) = β« (x : β) in a - d..b - d, f x - intervalIntegral.integral_congr_ae_restrict π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f g : β β E} {ΞΌ : MeasureTheory.Measure β} (h : f =α΅[ΞΌ.restrict (Set.uIoc a b)] g) : β« (x : β) in a..b, f x βΞΌ = β« (x : β) in a..b, g x βΞΌ - intervalIntegral.integral_eq_integral_of_support_subset π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {ΞΌ : MeasureTheory.Measure β} {a b : β} (h : Function.support f β Set.Ioc a b) : β« (x : β) in a..b, f x βΞΌ = β« (x : β), f x βΞΌ - intervalIntegral.integral_congr_codiscreteWithin π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{a b : β} {fβ fβ : β β β} (hf : fβ =αΆ [Filter.codiscreteWithin (Set.uIoc a b)] fβ) : β« (x : β) in a..b, fβ x = β« (x : β) in a..b, fβ x - intervalIntegral.integral_of_ge π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (h : b β€ a) : β« (x : β) in a..b, f x βΞΌ = -β« (x : β) in Set.Ioc b a, f x βΞΌ - intervalIntegral.intervalIntegrable_of_integral_ne_zero π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (h : β« (x : β) in a..b, f x βΞΌ β 0) : IntervalIntegrable f ΞΌ a b - intervalIntegral.norm_integral_le_integral_norm_uIoc π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} : ββ« (x : β) in a..b, f x βΞΌβ β€ β« (x : β) in Set.uIoc a b, βf xβ βΞΌ - intervalIntegral.integral_undef π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (h : Β¬IntervalIntegrable f ΞΌ a b) : β« (x : β) in a..b, f x βΞΌ = 0 - intervalIntegral.integral_neg π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} : β« (x : β) in a..b, -f x βΞΌ = -β« (x : β) in a..b, f x βΞΌ - intervalIntegral.intervalIntegral_pos_of_pos π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} (hfi : IntervalIntegrable f MeasureTheory.volume a b) (hpos : β (x : β), 0 < f x) (hab : a < b) : 0 < β« (x : β) in a..b, f x - intervalIntegral.integral_nonneg_of_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : 0 β€α΅[ΞΌ] f) : 0 β€ β« (u : β) in a..b, f u βΞΌ - intervalIntegral.integral_non_aestronglyMeasurable π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hf : Β¬MeasureTheory.AEStronglyMeasurable f (ΞΌ.restrict (Set.uIoc a b))) : β« (x : β) in a..b, f x βΞΌ = 0 - intervalIntegral.integral_congr_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f g : β β E} {ΞΌ : MeasureTheory.Measure β} (h : βα΅ (x : β) βΞΌ, x β Set.uIoc a b β f x = g x) : β« (x : β) in a..b, f x βΞΌ = β« (x : β) in a..b, g x βΞΌ - intervalIntegral.integral_indicator π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {ΞΌ : MeasureTheory.Measure β} {aβ aβ aβ : β} (h : aβ β Set.Icc aβ aβ) : β« (x : β) in aβ..aβ, {x | x β€ aβ}.indicator f x βΞΌ = β« (x : β) in aβ..aβ, f x βΞΌ - intervalIntegral.integral_non_aestronglyMeasurable_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (h : a β€ b) (hf : Β¬MeasureTheory.AEStronglyMeasurable f (ΞΌ.restrict (Set.Ioc a b))) : β« (x : β) in a..b, f x βΞΌ = 0 - intervalIntegral.integral_nonneg_of_ae_restrict π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : 0 β€α΅[ΞΌ.restrict (Set.Icc a b)] f) : 0 β€ β« (u : β) in a..b, f u βΞΌ - RCLike.intervalIntegral_ofReal π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_8} [RCLike π] {a b : β} {ΞΌ : MeasureTheory.Measure β} {f : β β β} : β« (x : β) in a..b, β(f x) βΞΌ = β(β« (x : β) in a..b, f x βΞΌ) - intervalIntegral.norm_integral_le_of_norm_le_const π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b C : β} {f : β β E} (h : β x β Set.uIoc a b, βf xβ β€ C) : ββ« (x : β) in a..b, f xβ β€ C * |b - a| - intervalIntegral.intervalIntegral_pos_of_pos_on π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} (hfi : IntervalIntegrable f MeasureTheory.volume a b) (hpos : β x β Set.Ioo a b, 0 < f x) (hab : a < b) : 0 < β« (x : β) in a..b, f x - intervalIntegral.integral_cases π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} (f : β β E) (a b : β) : β« (x : β) in a..b, f x βΞΌ β {β« (x : β) in Set.uIoc a b, f x βΞΌ, -β« (x : β) in Set.uIoc a b, f x βΞΌ} - intervalIntegral.integral_zero_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (h : βα΅ (x : β) βΞΌ, x β Set.uIoc a b β f x = 0) : β« (x : β) in a..b, f x βΞΌ = 0 - intervalIntegral.integral_mono π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : IntervalIntegrable f ΞΌ a b) (hg : IntervalIntegrable g ΞΌ a b) (h : f β€ g) : β« (u : β) in a..b, f u βΞΌ β€ β« (u : β) in a..b, g u βΞΌ - intervalIntegral.integral_finsetSum π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} {ΞΉ : Type u_8} {s : Finset ΞΉ} {f : ΞΉ β β β E} (h : β i β s, IntervalIntegrable (f i) ΞΌ a b) : β« (x : β) in a..b, β i β s, f i x βΞΌ = β i β s, β« (x : β) in a..b, f i x βΞΌ - intervalIntegral.integral_finset_sum π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} {ΞΉ : Type u_8} {s : Finset ΞΉ} {f : ΞΉ β β β E} (h : β i β s, IntervalIntegrable (f i) ΞΌ a b) : β« (x : β) in a..b, β i β s, f i x βΞΌ = β i β s, β« (x : β) in a..b, f i x βΞΌ - intervalIntegral.norm_integral_le_of_norm_le_const_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b C : β} {f : β β E} (h : βα΅ (x : β), x β Set.uIoc a b β βf xβ β€ C) : ββ« (x : β) in a..b, f xβ β€ C * |b - a| - intervalIntegral.integral_interval_sub_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hab : IntervalIntegrable f ΞΌ a b) (hac : IntervalIntegrable f ΞΌ a c) : β« (x : β) in a..b, f x βΞΌ - β« (x : β) in a..c, f x βΞΌ = β« (x : β) in c..b, f x βΞΌ - intervalIntegral.integral_mono_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : IntervalIntegrable f ΞΌ a b) (hg : IntervalIntegrable g ΞΌ a b) (h : f β€α΅[ΞΌ] g) : β« (u : β) in a..b, f u βΞΌ β€ β« (u : β) in a..b, g u βΞΌ - MeasureTheory.Integrable.hasSum_intervalIntegral_comp_add_int π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} (hfi : MeasureTheory.Integrable f MeasureTheory.volume) : HasSum (fun n => β« (x : β) in 0..1, f (x + βn)) (β« (x : β), f x) - intervalIntegral.integral_add_adjacent_intervals π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hab : IntervalIntegrable f ΞΌ a b) (hbc : IntervalIntegrable f ΞΌ b c) : β« (x : β) in a..b, f x βΞΌ + β« (x : β) in b..c, f x βΞΌ = β« (x : β) in a..c, f x βΞΌ - intervalIntegral.integral_congr_ae' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f g : β β E} {ΞΌ : MeasureTheory.Measure β} (h : βα΅ (x : β) βΞΌ, x β Set.Ioc a b β f x = g x) (h' : βα΅ (x : β) βΞΌ, x β Set.Ioc b a β f x = g x) : β« (x : β) in a..b, f x βΞΌ = β« (x : β) in a..b, g x βΞΌ - intervalIntegral.integral_mono_on π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : IntervalIntegrable f ΞΌ a b) (hg : IntervalIntegrable g ΞΌ a b) (h : β x β Set.Icc a b, f x β€ g x) : β« (u : β) in a..b, f u βΞΌ β€ β« (u : β) in a..b, g u βΞΌ - intervalIntegral.integral_const_mul π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_2} {a b : β} {ΞΌ : MeasureTheory.Measure β} [NormedDivisionRing π] [NormedAlgebra β π] (r : π) (f : β β π) : β« (x : β) in a..b, r * f x βΞΌ = r * β« (x : β) in a..b, f x βΞΌ - intervalIntegral.integral_Ioi_sub_Ioi π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hf : MeasureTheory.IntegrableOn f (Set.Ioi a) ΞΌ) (hab : a β€ b) : β« (x : β) in Set.Ioi a, f x βΞΌ - β« (x : β) in Set.Ioi b, f x βΞΌ = β« (x : β) in a..b, f x βΞΌ - intervalIntegral.integral_pos π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} (hab : a < b) (hfc : ContinuousOn f (Set.Icc a b)) (hle : β x β Set.Ioc a b, 0 β€ f x) (hlt : β c β Set.Icc a b, 0 < f c) : 0 < β« (x : β) in a..b, f x - intervalIntegral.integral_mono_on_of_le_Ioo π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : IntervalIntegrable f ΞΌ a b) (hg : IntervalIntegrable g ΞΌ a b) [MeasureTheory.NullSingletonClass ΞΌ] (h : β x β Set.Ioo a b, f x β€ g x) : β« (u : β) in a..b, f u βΞΌ β€ β« (u : β) in a..b, g u βΞΌ - intervalIntegral.norm_integral_le_abs_of_norm_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} {g : β β β} (h : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), βf tβ β€ g t) (hbound : IntervalIntegrable g ΞΌ a b) : ββ« (t : β) in a..b, f t βΞΌβ β€ |β« (t : β) in a..b, g t βΞΌ| - intervalIntegral.sum_integral_adjacent_intervals π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {ΞΌ : MeasureTheory.Measure β} {a : β β β} {n : β} (hint : β k < n, IntervalIntegrable f ΞΌ (a k) (a (k + 1))) : β k β Finset.range n, β« (x : β) in a k..a (k + 1), f x βΞΌ = β« (x : β) in a 0..a n, f x βΞΌ - intervalIntegral.integral_mono_ae_restrict π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : IntervalIntegrable f ΞΌ a b) (hg : IntervalIntegrable g ΞΌ a b) (h : f β€α΅[ΞΌ.restrict (Set.Icc a b)] g) : β« (u : β) in a..b, f u βΞΌ β€ β« (u : β) in a..b, g u βΞΌ - MeasureTheory.Integrable.hasSum_intervalIntegral π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} {f : β β E} (hfi : MeasureTheory.Integrable f ΞΌ) (y : β) : HasSum (fun n => β« (x : β) in y + βn..y + βn + 1, f x βΞΌ) (β« (x : β), f x βΞΌ) - intervalIntegral.integral_const π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] (c : E) : β« (x : β) in a..b, c = (b - a) β’ c - intervalIntegral.norm_integral_le_of_norm_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} {g : β β β} (hab : a β€ b) (h : βα΅ (t : β) βΞΌ, t β Set.Ioc a b β βf tβ β€ g t) (hbound : IntervalIntegrable g ΞΌ a b) : ββ« (t : β) in a..b, f t βΞΌβ β€ β« (t : β) in a..b, g t βΞΌ - intervalIntegral.integral_mono_interval π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} {c d : β} (hca : c β€ a) (hab : a β€ b) (hbd : b β€ d) (hf : 0 β€α΅[ΞΌ.restrict (Set.Ioc c d)] f) (hfi : IntervalIntegrable f ΞΌ c d) : β« (x : β) in a..b, f x βΞΌ β€ β« (x : β) in c..d, f x βΞΌ - intervalIntegral.integral_sub π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f g : β β E} {ΞΌ : MeasureTheory.Measure β} (hf : IntervalIntegrable f ΞΌ a b) (hg : IntervalIntegrable g ΞΌ a b) : β« (x : β) in a..b, f x - g x βΞΌ = β« (x : β) in a..b, f x βΞΌ - β« (x : β) in a..b, g x βΞΌ - intervalIntegral.sum_integral_adjacent_intervals_Ico π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {ΞΌ : MeasureTheory.Measure β} {a : β β β} {m n : β} (hmn : m β€ n) (hint : β k β Set.Ico m n, IntervalIntegrable f ΞΌ (a k) (a (k + 1))) : β k β Finset.Ico m n, β« (x : β) in a k..a (k + 1), f x βΞΌ = β« (x : β) in a m..a n, f x βΞΌ - intervalIntegral.integral_interval_add_Ioi' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (ha : IntervalIntegrable f ΞΌ a b) (hb : MeasureTheory.IntegrableOn f (Set.Ioi b) ΞΌ) : β« (x : β) in a..b, f x βΞΌ + β« (x : β) in Set.Ioi b, f x βΞΌ = β« (x : β) in Set.Ioi a, f x βΞΌ - intervalIntegral.abs_integral_mono_interval π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} {c d : β} (h : Set.uIoc a b β Set.uIoc c d) (hf : 0 β€α΅[ΞΌ.restrict (Set.uIoc c d)] f) (hfi : IntervalIntegrable f ΞΌ c d) : |β« (x : β) in a..b, f x βΞΌ| β€ |β« (x : β) in c..d, f x βΞΌ| - intervalIntegral.integral_add π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f g : β β E} {ΞΌ : MeasureTheory.Measure β} (hf : IntervalIntegrable f ΞΌ a b) (hg : IntervalIntegrable g ΞΌ a b) : β« (x : β) in a..b, f x + g x βΞΌ = β« (x : β) in a..b, f x βΞΌ + β« (x : β) in a..b, g x βΞΌ - intervalIntegral.integral_pos_iff_support_of_nonneg_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hf : 0 β€α΅[ΞΌ] f) (hfi : IntervalIntegrable f ΞΌ a b) : 0 < β« (x : β) in a..b, f x βΞΌ β a < b β§ 0 < ΞΌ (Function.support f β© Set.Ioc a b) - intervalIntegral.integral_Iic_sub_Iic π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (ha : MeasureTheory.IntegrableOn f (Set.Iic a) ΞΌ) (hb : MeasureTheory.IntegrableOn f (Set.Iic b) ΞΌ) : β« (x : β) in Set.Iic b, f x βΞΌ - β« (x : β) in Set.Iic a, f x βΞΌ = β« (x : β) in a..b, f x βΞΌ - intervalIntegral.integral_Ioi_sub_Ioi' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hf : MeasureTheory.IntegrableOn f (Set.Ioi a) ΞΌ) (hg : MeasureTheory.IntegrableOn f (Set.Ioi b) ΞΌ) : β« (x : β) in Set.Ioi a, f x βΞΌ - β« (x : β) in Set.Ioi b, f x βΞΌ = β« (x : β) in a..b, f x βΞΌ - intervalIntegral.integral_const' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} [CompleteSpace E] (c : E) : β« (x : β) in a..b, c βΞΌ = (ΞΌ.real (Set.Ioc a b) - ΞΌ.real (Set.Ioc b a)) β’ c - intervalIntegral.integral_eq_zero_iff_of_le_of_nonneg_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hf : 0 β€α΅[ΞΌ.restrict (Set.Ioc a b)] f) (hfi : IntervalIntegrable f ΞΌ a b) : β« (x : β) in a..b, f x βΞΌ = 0 β f =α΅[ΞΌ.restrict (Set.Ioc a b)] 0 - intervalIntegral.integral_interval_add_Ioi π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (ha : MeasureTheory.IntegrableOn f (Set.Ioi a) ΞΌ) (hb : MeasureTheory.IntegrableOn f (Set.Ioi b) ΞΌ) : β« (x : β) in a..b, f x βΞΌ + β« (x : β) in Set.Ioi b, f x βΞΌ = β« (x : β) in Set.Ioi a, f x βΞΌ - intervalIntegral.integral_const_of_cdf π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} [CompleteSpace E] [MeasureTheory.IsFiniteMeasure ΞΌ] (c : E) : β« (x : β) in a..b, c βΞΌ = (ΞΌ.real (Set.Iic b) - ΞΌ.real (Set.Iic a)) β’ c - intervalIntegral.integral_Ici_sub_Ici' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} [MeasureTheory.NullSingletonClass ΞΌ] (hf : MeasureTheory.IntegrableOn f (Set.Ici a) ΞΌ) (hg : MeasureTheory.IntegrableOn f (Set.Ici b) ΞΌ) : β« (x : β) in Set.Ici a, f x βΞΌ - β« (x : β) in Set.Ici b, f x βΞΌ = β« (x : β) in a..b, f x βΞΌ - intervalIntegral.integral_Iio_sub_Iio' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} [MeasureTheory.NullSingletonClass ΞΌ] (hf : MeasureTheory.IntegrableOn f (Set.Iio b) ΞΌ) (hg : MeasureTheory.IntegrableOn f (Set.Iio a) ΞΌ) : β« (x : β) in Set.Iio b, f x βΞΌ - β« (x : β) in Set.Iio a, f x βΞΌ = β« (x : β) in a..b, f x βΞΌ - intervalIntegral.smul_integral_comp_mul_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c : β) : c β’ β« (x : β) in a..b, f (c * x) = β« (x : β) in c * a..c * b, f x - intervalIntegral.smul_integral_comp_mul_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c : β) : c β’ β« (x : β) in a..b, f (x * c) = β« (x : β) in a * c..b * c, f x - intervalIntegral.integral_lt_integral_of_continuousOn_of_le_of_exists_lt π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} (hab : a < b) (hfc : ContinuousOn f (Set.Icc a b)) (hgc : ContinuousOn g (Set.Icc a b)) (hle : β x β Set.Ioc a b, f x β€ g x) (hlt : β c β Set.Icc a b, f c < g c) : β« (x : β) in a..b, f x < β« (x : β) in a..b, g x - intervalIntegral.integral_pos_iff_support_of_nonneg_ae' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hf : 0 β€α΅[ΞΌ.restrict (Set.uIoc a b)] f) (hfi : IntervalIntegrable f ΞΌ a b) : 0 < β« (x : β) in a..b, f x βΞΌ β a < b β§ 0 < ΞΌ (Function.support f β© Set.Ioc a b) - intervalIntegral.integral_div π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{a b : β} {ΞΌ : MeasureTheory.Measure β} {π : Type u_8} [RCLike π] (r : π) (f : β β π) : β« (x : β) in a..b, f x / r βΞΌ = (β« (x : β) in a..b, f x βΞΌ) / r - intervalIntegral.intervalIntegral_eq_integral_uIoc π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) (a b : β) (ΞΌ : MeasureTheory.Measure β) : β« (x : β) in a..b, f x βΞΌ = (if a β€ b then 1 else -1) β’ β« (x : β) in Set.uIoc a b, f x βΞΌ - intervalIntegral.integral_add_adjacent_intervals_cancel π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hab : IntervalIntegrable f ΞΌ a b) (hbc : IntervalIntegrable f ΞΌ b c) : β« (x : β) in a..b, f x βΞΌ + β« (x : β) in b..c, f x βΞΌ + β« (x : β) in c..a, f x βΞΌ = 0 - intervalIntegral.inv_smul_integral_comp_div π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c : β) : cβ»ΒΉ β’ β« (x : β) in a..b, f (x / c) = β« (x : β) in a / c..b / c, f x - intervalIntegral.integral_eq_zero_iff_of_nonneg_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hf : 0 β€α΅[ΞΌ.restrict (Set.Ioc a b βͺ Set.Ioc b a)] f) (hfi : IntervalIntegrable f ΞΌ a b) : β« (x : β) in a..b, f x βΞΌ = 0 β f =α΅[ΞΌ.restrict (Set.Ioc a b βͺ Set.Ioc b a)] 0 - intervalIntegral.integral_comp_mul_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) : β« (x : β) in a..b, f (c * x) = cβ»ΒΉ β’ β« (x : β) in c * a..c * b, f x - intervalIntegral.integral_comp_mul_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) : β« (x : β) in a..b, f (x * c) = cβ»ΒΉ β’ β« (x : β) in a * c..b * c, f x - intervalIntegral.integral_mul_const π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{a b : β} {ΞΌ : MeasureTheory.Measure β} {π : Type u_8} [RCLike π] (r : π) (f : β β π) : β« (x : β) in a..b, f x * r βΞΌ = (β« (x : β) in a..b, f x βΞΌ) * r - intervalIntegral.integral_smul_measure π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (c : ENNReal) : β« (x : β) in a..b, f x βc β’ ΞΌ = c.toReal β’ β« (x : β) in a..b, f x βΞΌ - intervalIntegral.integral_comp_div π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) : β« (x : β) in a..b, f (x / c) = c β’ β« (x : β) in a / c..b / c, f x - intervalIntegral.integral_interval_sub_interval_comm π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c d : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hab : IntervalIntegrable f ΞΌ a b) (hcd : IntervalIntegrable f ΞΌ c d) (hac : IntervalIntegrable f ΞΌ a c) : β« (x : β) in a..b, f x βΞΌ - β« (x : β) in c..d, f x βΞΌ = β« (x : β) in a..c, f x βΞΌ - β« (x : β) in b..d, f x βΞΌ - intervalIntegral.integral_interval_sub_interval_comm' π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c d : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hab : IntervalIntegrable f ΞΌ a b) (hcd : IntervalIntegrable f ΞΌ c d) (hac : IntervalIntegrable f ΞΌ a c) : β« (x : β) in a..b, f x βΞΌ - β« (x : β) in c..d, f x βΞΌ = β« (x : β) in d..b, f x βΞΌ - β« (x : β) in c..a, f x βΞΌ - intervalIntegral.integral_lt_integral_of_ae_le_of_measure_setOfPred_lt_ne_zero π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hfi : IntervalIntegrable f ΞΌ a b) (hgi : IntervalIntegrable g ΞΌ a b) (hle : f β€α΅[ΞΌ.restrict (Set.Ioc a b)] g) (hlt : (ΞΌ.restrict (Set.Ioc a b)) {x | f x < g x} β 0) : β« (x : β) in a..b, f x βΞΌ < β« (x : β) in a..b, g x βΞΌ - intervalIntegral.integral_lt_integral_of_ae_le_of_measure_setOf_lt_ne_zero π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{f g : β β β} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hab : a β€ b) (hfi : IntervalIntegrable f ΞΌ a b) (hgi : IntervalIntegrable g ΞΌ a b) (hle : f β€α΅[ΞΌ.restrict (Set.Ioc a b)] g) (hlt : (ΞΌ.restrict (Set.Ioc a b)) {x | f x < g x} β 0) : β« (x : β) in a..b, f x βΞΌ < β« (x : β) in a..b, g x βΞΌ - intervalIntegral.integral_interval_add_interval_comm π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c d : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} (hab : IntervalIntegrable f ΞΌ a b) (hcd : IntervalIntegrable f ΞΌ c d) (hac : IntervalIntegrable f ΞΌ a c) : β« (x : β) in a..b, f x βΞΌ + β« (x : β) in c..d, f x βΞΌ = β« (x : β) in a..d, f x βΞΌ + β« (x : β) in c..b, f x βΞΌ - intervalIntegral.smul_integral_comp_add_mul π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : c β’ β« (x : β) in a..b, f (d + c * x) = β« (x : β) in d + c * a..d + c * b, f x - intervalIntegral.smul_integral_comp_mul_add π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : c β’ β« (x : β) in a..b, f (c * x + d) = β« (x : β) in c * a + d..c * b + d, f x - intervalIntegral.smul_integral_comp_mul_sub π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : c β’ β« (x : β) in a..b, f (c * x - d) = β« (x : β) in c * a - d..c * b - d, f x - intervalIntegral.smul_integral_comp_sub_mul π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : c β’ β« (x : β) in a..b, f (d - c * x) = β« (x : β) in d - c * b..d - c * a, f x - intervalIntegral.inv_smul_integral_comp_add_div π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : cβ»ΒΉ β’ β« (x : β) in a..b, f (d + x / c) = β« (x : β) in d + a / c..d + b / c, f x - intervalIntegral.inv_smul_integral_comp_div_add π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : cβ»ΒΉ β’ β« (x : β) in a..b, f (x / c + d) = β« (x : β) in a / c + d..b / c + d, f x - intervalIntegral.inv_smul_integral_comp_div_sub π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : cβ»ΒΉ β’ β« (x : β) in a..b, f (x / c - d) = β« (x : β) in a / c - d..b / c - d, f x - intervalIntegral.inv_smul_integral_comp_sub_div π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} (f : β β E) (c d : β) : cβ»ΒΉ β’ β« (x : β) in a..b, f (d - x / c) = β« (x : β) in d - b / c..d - a / c, f x - intervalIntegral.integral_comp_add_mul π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (d + c * x) = cβ»ΒΉ β’ β« (x : β) in d + c * a..d + c * b, f x - intervalIntegral.integral_comp_mul_add π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (c * x + d) = cβ»ΒΉ β’ β« (x : β) in c * a + d..c * b + d, f x - intervalIntegral.integral_comp_mul_sub π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (c * x - d) = cβ»ΒΉ β’ β« (x : β) in c * a - d..c * b - d, f x - intervalIntegral.integral_comp_sub_mul π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (d - c * x) = cβ»ΒΉ β’ β« (x : β) in d - c * b..d - c * a, f x - intervalIntegral.integral_comp_add_div π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (d + x / c) = c β’ β« (x : β) in d + a / c..d + b / c, f x - intervalIntegral.integral_comp_div_add π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (x / c + d) = c β’ β« (x : β) in a / c + d..b / c + d, f x - intervalIntegral.integral_comp_div_sub π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (x / c - d) = c β’ β« (x : β) in a / c - d..b / c - d, f x - intervalIntegral.integral_comp_sub_div π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b c : β} (f : β β E) (hc : c β 0) (d : β) : β« (x : β) in a..b, f (d - x / c) = c β’ β« (x : β) in d - b / c..d - a / c, f x - intervalIntegral.intervalIntegral_conj π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_8} [RCLike π] {f : β β π} {a b : β} {ΞΌ : MeasureTheory.Measure β} : β« (x : β) in a..b, (starRingEnd π) (f x) βΞΌ = (starRingEnd π) (β« (x : β) in a..b, f x βΞΌ) - intervalIntegral.integral_smul_const π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} [CompleteSpace E] {π : Type u_8} [RCLike π] [NormedSpace π E] (f : β β π) (c : E) : β« (x : β) in a..b, f x β’ c βΞΌ = (β« (x : β) in a..b, f x βΞΌ) β’ c - intervalIntegral.intervalIntegral_im π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_8} [RCLike π] {f : β β π} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hf : IntervalIntegrable f ΞΌ a b) : β« (x : β) in a..b, RCLike.im (f x) βΞΌ = RCLike.im (β« (x : β) in a..b, f x βΞΌ) - intervalIntegral.intervalIntegral_re π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_8} [RCLike π] {f : β β π} {a b : β} {ΞΌ : MeasureTheory.Measure β} (hf : IntervalIntegrable f ΞΌ a b) : β« (x : β) in a..b, RCLike.re (f x) βΞΌ = RCLike.re (β« (x : β) in a..b, f x βΞΌ) - intervalIntegral.integral_smul π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_2} {E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} [NormedDivisionRing π] [Module π E] [NormSMulClass π E] [SMulCommClass β π E] (r : π) (f : β β E) : β« (x : β) in a..b, r β’ f x βΞΌ = r β’ β« (x : β) in a..b, f x βΞΌ - IntervalIntegrable.integral_smul π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{E : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} {R : Type u_8} [NormedRing R] [Module R E] [IsBoundedSMul R E] [SMulCommClass β R E] {f : β β E} (r : R) (hf : IntervalIntegrable f ΞΌ a b) : β« (x : β) in a..b, r β’ f x βΞΌ = r β’ β« (x : β) in a..b, f x βΞΌ - LinearIsometry.intervalIntegral_comp_comm π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_2} {E : Type u_5} {F : Type u_6} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} [RCLike π] [NormedAddCommGroup F] [NormedSpace π E] [NormedSpace π F] [NormedSpace β F] [CompleteSpace E] [CompleteSpace F] (L : E ββα΅’[π] F) (f : β β E) : β« (x : β) in a..b, L (f x) βΞΌ = L (β« (x : β) in a..b, f x βΞΌ) - ContinuousLinearMap.intervalIntegral_comp_comm π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_2} {E : Type u_5} {F : Type u_6} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} {f : β β E} [RCLike π] [NormedSpace π E] [NormedAddCommGroup F] [NormedSpace π F] [NormedSpace β F] [CompleteSpace F] [CompleteSpace E] (L : E βL[π] F) (hf : IntervalIntegrable f ΞΌ a b) : β« (x : β) in a..b, L (f x) βΞΌ = L (β« (x : β) in a..b, f x βΞΌ) - ContinuousLinearMap.intervalIntegral_apply π Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
{π : Type u_2} {E : Type u_5} {F : Type u_6} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} [RCLike π] [NormedSpace π E] [NormedAddCommGroup F] [NormedSpace π F] {a b : β} {Ο : β β F βL[π] E} (hΟ : IntervalIntegrable Ο ΞΌ a b) (v : F) : (β« (x : β) in a..b, Ο x βΞΌ) v = β« (x : β) in a..b, (Ο x) v βΞΌ - intervalIntegral.continuous_primitive π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} {f : β β E} [MeasureTheory.NullSingletonClass ΞΌ] (h_int : β (a b : β), IntervalIntegrable f ΞΌ a b) (a : β) : Continuous fun b => β« (x : β) in a..b, f x βΞΌ - MeasureTheory.Integrable.continuous_primitive π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} {f : β β E} [MeasureTheory.NullSingletonClass ΞΌ] (h_int : MeasureTheory.Integrable f ΞΌ) (a : β) : Continuous fun b => β« (x : β) in a..b, f x βΞΌ - intervalIntegral.continuousOn_primitive_interval π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} {f : β β E} [MeasureTheory.NullSingletonClass ΞΌ] (h_int : MeasureTheory.IntegrableOn f (Set.uIcc a b) ΞΌ) : ContinuousOn (fun x => β« (t : β) in a..x, f t βΞΌ) (Set.uIcc a b) - intervalIntegral.continuousOn_primitive_interval_left π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {ΞΌ : MeasureTheory.Measure β} {f : β β E} [MeasureTheory.NullSingletonClass ΞΌ] (h_int : MeasureTheory.IntegrableOn f (Set.uIcc a b) ΞΌ) : ContinuousOn (fun x => β« (t : β) in x..b, f t βΞΌ) (Set.uIcc a b) - intervalIntegral.continuousOn_primitive_interval' π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {a bβ bβ : β} {ΞΌ : MeasureTheory.Measure β} {f : β β E} [MeasureTheory.NullSingletonClass ΞΌ] (h_int : IntervalIntegrable f ΞΌ bβ bβ) (ha : a β Set.uIcc bβ bβ) : ContinuousOn (fun b => β« (x : β) in a..b, f x βΞΌ) (Set.uIcc bβ bβ) - intervalIntegral.continuous_parametric_intervalIntegral_of_continuous' π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} {X : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [TopologicalSpace X] {ΞΌ : MeasureTheory.Measure β} [MeasureTheory.NullSingletonClass ΞΌ] [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] {f : X β β β E} (hf : Continuous (Function.uncurry f)) (aβ bβ : β) : Continuous fun x => β« (t : β) in aβ..bβ, f x t βΞΌ - intervalIntegral.continuous_parametric_intervalIntegral_of_continuous π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} {X : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [TopologicalSpace X] {ΞΌ : MeasureTheory.Measure β} [MeasureTheory.NullSingletonClass ΞΌ] [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] {f : X β β β E} {aβ : β} (hf : Continuous (Function.uncurry f)) {s : X β β} (hs : Continuous s) : Continuous fun x => β« (t : β) in aβ..s x, f x t βΞΌ - intervalIntegral.continuous_parametric_primitive_of_continuous π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} {X : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [TopologicalSpace X] {ΞΌ : MeasureTheory.Measure β} [MeasureTheory.NullSingletonClass ΞΌ] [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] {f : X β β β E} {aβ : β} (hf : Continuous (Function.uncurry f)) : Continuous fun p => β« (t : β) in aβ..p.2, f p.1 t βΞΌ - intervalIntegral.continuousWithinAt_primitive π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {a bβ bβ bβ : β} {ΞΌ : MeasureTheory.Measure β} {f : β β E} (hbβ : ΞΌ {bβ} = 0) (h_int : IntervalIntegrable f ΞΌ (min a bβ) (max a bβ)) : ContinuousWithinAt (fun b => β« (x : β) in a..b, f x βΞΌ) (Set.Icc bβ bβ) bβ - TendstoUniformlyOn.tendsto_intervalIntegral_of_continuousOn π Mathlib.MeasureTheory.Integral.DominatedConvergence
{ΞΉ : Type u_1} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} {l : Filter ΞΉ} [l.IsCountablyGenerated] {F : ΞΉ β β β E} [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] (hF : βαΆ (i : ΞΉ) in l, ContinuousOn (F i) (Set.uIcc a b)) (h_lim : TendstoUniformlyOn F f l (Set.uIcc a b)) : Filter.Tendsto (fun n => β« (x : β) in a..b, F n x βΞΌ) l (nhds (β« (x : β) in a..b, f x βΞΌ)) - intervalIntegral.continuous_of_dominated_interval π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} {X : Type u_3} [TopologicalSpace X] [FirstCountableTopology X] {F : X β β β E} {bound : β β β} {a b : β} (hF_meas : β (x : X), MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : β (x : X), βα΅ (t : β) βΞΌ, t β Set.uIoc a b β βF x tβ β€ bound t) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_cont : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β Continuous fun x => F x t) : Continuous fun x => β« (t : β) in a..b, F x t βΞΌ - intervalIntegral.continuousAt_of_dominated_interval π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} {X : Type u_3} [TopologicalSpace X] [FirstCountableTopology X] {F : X β β β E} {xβ : X} {bound : β β β} {a b : β} (hF_meas : βαΆ (x : X) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : βαΆ (x : X) in nhds xβ, βα΅ (t : β) βΞΌ, t β Set.uIoc a b β βF x tβ β€ bound t) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_cont : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β ContinuousAt (fun x => F x t) xβ) : ContinuousAt (fun x => β« (t : β) in a..b, F x t βΞΌ) xβ - intervalIntegral.continuousWithinAt_of_dominated_interval π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {ΞΌ : MeasureTheory.Measure β} {X : Type u_3} [TopologicalSpace X] [FirstCountableTopology X] {F : X β β β E} {xβ : X} {bound : β β β} {a b : β} {s : Set X} (hF_meas : βαΆ (x : X) in nhdsWithin xβ s, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : βαΆ (x : X) in nhdsWithin xβ s, βα΅ (t : β) βΞΌ, t β Set.uIoc a b β βF x tβ β€ bound t) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_cont : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β ContinuousWithinAt (fun x => F x t) s xβ) : ContinuousWithinAt (fun x => β« (t : β) in a..b, F x t βΞΌ) s xβ - intervalIntegral.tendsto_integral_filter_of_dominated_convergence π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} {ΞΉ : Type u_3} {l : Filter ΞΉ} [l.IsCountablyGenerated] {F : ΞΉ β β β E} (bound : β β β) (hF_meas : βαΆ (n : ΞΉ) in l, MeasureTheory.AEStronglyMeasurable (F n) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : βαΆ (n : ΞΉ) in l, βα΅ (x : β) βΞΌ, x β Set.uIoc a b β βF n xβ β€ bound x) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_lim : βα΅ (x : β) βΞΌ, x β Set.uIoc a b β Filter.Tendsto (fun n => F n x) l (nhds (f x))) : Filter.Tendsto (fun n => β« (x : β) in a..b, F n x βΞΌ) l (nhds (β« (x : β) in a..b, f x βΞΌ)) - intervalIntegral.continuousAt_parametric_primitive_of_dominated π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_1} {X : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [TopologicalSpace X] {ΞΌ : MeasureTheory.Measure β} [FirstCountableTopology X] {F : X β β β E} (bound : β β β) (a b : β) {aβ bβ : β} {xβ : X} (hF_meas : β (x : X), MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : βαΆ (x : X) in nhds xβ, βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), βF x tβ β€ bound t) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_cont : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), ContinuousAt (fun x => F x t) xβ) (haβ : aβ β Set.Ioo a b) (hbβ : bβ β Set.Ioo a b) (hΞΌbβ : ΞΌ {bβ} = 0) : ContinuousAt (fun p => β« (t : β) in aβ..p.2, F p.1 t βΞΌ) (xβ, bβ) - intervalIntegral.hasSum_integral_of_dominated_convergence π Mathlib.MeasureTheory.Integral.DominatedConvergence
{E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} {f : β β E} {ΞΌ : MeasureTheory.Measure β} {ΞΉ : Type u_3} [Countable ΞΉ] {F : ΞΉ β β β E} (bound : ΞΉ β β β β) (hF_meas : β (n : ΞΉ), MeasureTheory.AEStronglyMeasurable (F n) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : β (n : ΞΉ), βα΅ (t : β) βΞΌ, t β Set.uIoc a b β βF n tβ β€ bound n t) (bound_summable : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β Summable fun n => bound n t) (bound_integrable : IntervalIntegrable (fun t => β' (n : ΞΉ), bound n t) ΞΌ a b) (h_lim : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β HasSum (fun n => F n t) (f t)) : HasSum (fun n => β« (t : β) in a..b, F n t βΞΌ) (β« (t : β) in a..b, f t βΞΌ) - intervalIntegral.hasSum_intervalIntegral_of_summable_norm π Mathlib.MeasureTheory.Integral.DominatedConvergence
{ΞΉ : Type u_1} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [Countable ΞΉ] {f : ΞΉ β C(β, E)} (hf_sum : Summable fun i => βContinuousMap.restrict (β{ carrier := Set.uIcc a b, isCompact' := β― }) (f i)β) : HasSum (fun i => β« (x : β) in a..b, (f i) x) (β« (x : β) in a..b, β' (i : ΞΉ), (f i) x) - intervalIntegral.tsum_intervalIntegral_eq_of_summable_norm π Mathlib.MeasureTheory.Integral.DominatedConvergence
{ΞΉ : Type u_1} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [Countable ΞΉ] {f : ΞΉ β C(β, E)} (hf_sum : Summable fun i => βContinuousMap.restrict (β{ carrier := Set.uIcc a b, isCompact' := β― }) (f i)β) : β' (i : ΞΉ), β« (x : β) in a..b, (f i) x = β« (x : β) in a..b, β' (i : ΞΉ), (f i) x - hasFDerivAt_integral_of_dominated_of_fderiv_le'' π Mathlib.Analysis.Calculus.ParametricIntegral
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {H : Type u_4} [NormedAddCommGroup H] {xβ : H} {s : Set H} [NormedSpace β H] {ΞΌ : MeasureTheory.Measure β} {F : H β β β E} {F' : H β β β H βL[β] E} {a b : β} {bound : β β β} (hs : s β nhds xβ) (hF_meas : βαΆ (x : H) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable (F' xβ) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), β x β s, βF' x tβ β€ bound t) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), β x β s, HasFDerivAt (fun x => F x t) (F' x t) x) : HasFDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' xβ t βΞΌ) xβ - hasFDerivAt_integral_of_dominated_loc_of_lip_interval π Mathlib.Analysis.Calculus.ParametricIntegral
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {H : Type u_4} [NormedAddCommGroup H] {xβ : H} {s : Set H} [NormedSpace β H] {ΞΌ : MeasureTheory.Measure β} {F : H β β β E} {F' : β β H βL[β] E} {a b : β} {bound : β β β} (hs : s β nhds xβ) (hF_meas : βαΆ (x : H) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' (ΞΌ.restrict (Set.uIoc a b))) (h_lip : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), LipschitzOnWith (Real.nnabs (bound t)) (fun x => F x t) s) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), HasFDerivAt (fun x => F x t) (F' t) xβ) : IntervalIntegrable F' ΞΌ a b β§ HasFDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' t βΞΌ) xβ - intervalIntegral.hasDerivAt_integral_of_dominated_loc_of_deriv_le π Mathlib.Analysis.Calculus.ParametricIntervalIntegral
{π : Type u_1} [RCLike π] {ΞΌ : MeasureTheory.Measure β} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {a b : β} {bound : β β β} {F F' : π β β β E} {xβ : π} {s : Set π} (hs : s β nhds xβ) (hF_meas : βαΆ (x : π) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable (F' xβ) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β β x β s, βF' x tβ β€ bound t) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β β x β s, HasDerivAt (fun x => F x t) (F' x t) x) : IntervalIntegrable (F' xβ) ΞΌ a b β§ HasDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' xβ t βΞΌ) xβ - intervalIntegral.hasDerivAt_integral_of_dominated_loc_of_lip π Mathlib.Analysis.Calculus.ParametricIntervalIntegral
{π : Type u_1} [RCLike π] {ΞΌ : MeasureTheory.Measure β} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {a b : β} {bound : β β β} {F : π β β β E} {F' : β β E} {xβ : π} {s : Set π} (hs : s β nhds xβ) (hF_meas : βαΆ (x : π) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' (ΞΌ.restrict (Set.uIoc a b))) (h_lipsch : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β LipschitzOnWith (Real.nnabs (bound t)) (fun x => F x t) s) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β HasDerivAt (fun x => F x t) (F' t) xβ) : IntervalIntegrable F' ΞΌ a b β§ HasDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' t βΞΌ) xβ - intervalIntegral.hasFDerivAt_integral_of_dominated_of_fderiv_le π Mathlib.Analysis.Calculus.ParametricIntervalIntegral
{π : Type u_1} [RCLike π] {ΞΌ : MeasureTheory.Measure β} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {H : Type u_3} [NormedAddCommGroup H] [NormedSpace π H] {s : Set H} {a b : β} {bound : β β β} {F : H β β β E} {F' : H β β β H βL[π] E} {xβ : H} (hs : s β nhds xβ) (hF_meas : βαΆ (x : H) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable (F' xβ) (ΞΌ.restrict (Set.uIoc a b))) (h_bound : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β β x β s, βF' x tβ β€ bound t) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β β x β s, HasFDerivAt (fun x => F x t) (F' x t) x) : HasFDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' xβ t βΞΌ) xβ - intervalIntegral.hasFDerivAt_integral_of_dominated_loc_of_lip π Mathlib.Analysis.Calculus.ParametricIntervalIntegral
{π : Type u_1} [RCLike π] {ΞΌ : MeasureTheory.Measure β} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {H : Type u_3} [NormedAddCommGroup H] [NormedSpace π H] {s : Set H} {a b : β} {bound : β β β} {F : H β β β E} {F' : β β H βL[π] E} {xβ : H} (hs : s β nhds xβ) (hF_meas : βαΆ (x : H) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' (ΞΌ.restrict (Set.uIoc a b))) (h_lip : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β LipschitzOnWith (Real.nnabs (bound t)) (fun x => F x t) s) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β HasFDerivAt (fun x => F x t) (F' t) xβ) : IntervalIntegrable F' ΞΌ a b β§ HasFDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' t βΞΌ) xβ - Continuous.deriv_integral π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] (f : β β E) (hf : Continuous f) (a b : β) : deriv (fun u => β« (x : β) in a..u, f x) b = f b - intervalIntegral.differentiable_integral_of_continuous π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a : β} (hcont : Continuous f) : Differentiable β fun u => β« (x : β) in a..u, f x - intervalIntegral.differentiableOn_integral_of_continuous π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a : β} {s : Set β} (hcont : Continuous f) : DifferentiableOn β (fun u => β« (x : β) in a..u, f x) s - Continuous.integral_hasStrictDerivAt π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} (hf : Continuous f) (a b : β) : HasStrictDerivAt (fun u => β« (x : β) in a..u, f x) (f b) b - intervalIntegral.deriv_integral_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (hb : ContinuousAt f b) : deriv (fun u => β« (x : β) in a..u, f x) b = f b - intervalIntegral.deriv_integral_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (hb : ContinuousAt f a) : deriv (fun u => β« (x : β) in u..b, f x) a = -f a - intervalIntegral.integral_eq_sub_of_hasDerivAt π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f f' : β β E} (hderiv : β x β Set.uIcc a b, HasDerivAt f (f' x) x) (hint : IntervalIntegrable f' MeasureTheory.volume a b) : β« (y : β) in a..b, f' y = f b - f a - intervalIntegral.deriv_integral_of_tendsto_ae_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (hb : Filter.Tendsto f (nhds b β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : deriv (fun u => β« (x : β) in a..u, f x) b = c - intervalIntegral.integral_hasDerivAt_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (hb : ContinuousAt f b) : HasDerivAt (fun u => β« (x : β) in a..u, f x) (f b) b - intervalIntegral.integral_hasStrictDerivAt_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (hb : ContinuousAt f b) : HasStrictDerivAt (fun u => β« (x : β) in a..u, f x) (f b) b - intervalIntegral.integral_deriv_eq_sub' π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f' : β β E} (f : β β E) (hderiv : deriv f = f') (hdiff : β x β Set.uIcc a b, DifferentiableAt β f x) (hcont : ContinuousOn f' (Set.uIcc a b)) : β« (y : β) in a..b, f' y = f b - f a - intervalIntegral.measure_integral_sub_linear_isLittleO_of_tendsto_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {a : β} {c : E} {l l' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] [intervalIntegral.FTCFilter a l l'] (hfm : StronglyMeasurableAtFilter f l' ΞΌ) (hf : Filter.Tendsto f (l' β MeasureTheory.ae ΞΌ) (nhds c)) (hu : Filter.Tendsto u lt l) (hv : Filter.Tendsto v lt l) : (fun t => β« (x : β) in u t..v t, f x βΞΌ - β« (x : β) in u t..v t, c βΞΌ) =o[lt] fun t => β« (x : β) in u t..v t, 1 βΞΌ - intervalIntegral.derivWithin_integral_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter b (nhdsWithin b s) (nhdsWithin b t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin b t) MeasureTheory.volume) (hb : ContinuousWithinAt f t b) (hs : UniqueDiffWithinAt β s b := by uniqueDiffWithinAt_Ici_Iic_univ) : derivWithin (fun u => β« (x : β) in a..u, f x) s b = f b - intervalIntegral.measure_integral_sub_linear_isLittleO_of_tendsto_ae' π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {c : E} {l l' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [l'.IsMeasurablyGenerated] [Filter.TendstoIxxClass Set.Ioc l l'] (hfm : StronglyMeasurableAtFilter f l' ΞΌ) (hf : Filter.Tendsto f (l' β MeasureTheory.ae ΞΌ) (nhds c)) (hl : ΞΌ.FiniteAtFilter l') (hu : Filter.Tendsto u lt l) (hv : Filter.Tendsto v lt l) : (fun t => β« (x : β) in u t..v t, f x βΞΌ - β« (x : β) in u t..v t, c βΞΌ) =o[lt] fun t => β« (x : β) in u t..v t, 1 βΞΌ - intervalIntegral.deriv_integral_of_tendsto_ae_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (hb : Filter.Tendsto f (nhds a β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : deriv (fun u => β« (x : β) in u..b, f x) a = -c - intervalIntegral.integral_hasDerivAt_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (ha : ContinuousAt f a) : HasDerivAt (fun u => β« (x : β) in u..b, f x) (-f a) a - intervalIntegral.integral_hasStrictDerivAt_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (ha : ContinuousAt f a) : HasStrictDerivAt (fun u => β« (x : β) in u..b, f x) (-f a) a - intervalIntegral.integral_eq_sub_of_hasDerivAt_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f f' : β β E} (hab : a β€ b) (hcont : ContinuousOn f (Set.Icc a b)) (hderiv : β x β Set.Ioo a b, HasDerivAt f (f' x) x) (hint : IntervalIntegrable f' MeasureTheory.volume a b) : β« (y : β) in a..b, f' y = f b - f a - intervalIntegral.integral_eq_sub_of_hasDeriv_right_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f f' : β β E} (hab : a β€ b) (hcont : ContinuousOn f (Set.Icc a b)) (hderiv : β x β Set.Ioo a b, HasDerivWithinAt f (f' x) (Set.Ioi x) x) (f'int : IntervalIntegrable f' MeasureTheory.volume a b) : β« (y : β) in a..b, f' y = f b - f a - intervalIntegral.integral_eq_sub_of_hasDeriv_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f f' : β β E} (hcont : ContinuousOn f (Set.uIcc a b)) (hderiv : β x β Set.Ioo (min a b) (max a b), HasDerivWithinAt f (f' x) (Set.Ioi x) x) (hint : IntervalIntegrable f' MeasureTheory.volume a b) : β« (y : β) in a..b, f' y = f b - f a - intervalIntegral.integral_hasDerivWithinAt_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter b (nhdsWithin b s) (nhdsWithin b t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin b t) MeasureTheory.volume) (hb : ContinuousWithinAt f t b) : HasDerivWithinAt (fun u => β« (x : β) in a..u, f x) (f b) s b - intervalIntegral.integral_deriv_eq_sub π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f : β β E} (hderiv : β x β Set.uIcc a b, DifferentiableAt β f x) (hint : IntervalIntegrable (deriv f) MeasureTheory.volume a b) : β« (y : β) in a..b, deriv f y = f b - f a - intervalIntegral.derivWithin_integral_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter a (nhdsWithin a s) (nhdsWithin a t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin a t) MeasureTheory.volume) (ha : ContinuousWithinAt f t a) (hs : UniqueDiffWithinAt β s a := by uniqueDiffWithinAt_Ici_Iic_univ) : derivWithin (fun u => β« (x : β) in u..b, f x) s a = -f a - intervalIntegral.integral_hasDerivAt_of_tendsto_ae_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (hb : Filter.Tendsto f (nhds b β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : HasDerivAt (fun u => β« (x : β) in a..u, f x) c b - intervalIntegral.integral_hasStrictDerivAt_of_tendsto_ae_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (hb : Filter.Tendsto f (nhds b β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : HasStrictDerivAt (fun u => β« (x : β) in a..u, f x) c b - intervalIntegral.integral_hasDerivWithinAt_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter a (nhdsWithin a s) (nhdsWithin a t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin a t) MeasureTheory.volume) (ha : ContinuousWithinAt f t a) : HasDerivWithinAt (fun u => β« (x : β) in u..b, f x) (-f a) s a - intervalIntegral.derivWithin_integral_of_tendsto_ae_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter b (nhdsWithin b s) (nhdsWithin b t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin b t) MeasureTheory.volume) (hb : Filter.Tendsto f (nhdsWithin b t β MeasureTheory.ae MeasureTheory.volume) (nhds c)) (hs : UniqueDiffWithinAt β s b := by uniqueDiffWithinAt_Ici_Iic_univ) : derivWithin (fun u => β« (x : β) in a..u, f x) s b = c - intervalIntegral.integral_hasDerivAt_of_tendsto_ae_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (ha : Filter.Tendsto f (nhds a β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : HasDerivAt (fun u => β« (x : β) in u..b, f x) (-c) a - intervalIntegral.integral_hasStrictDerivAt_of_tendsto_ae_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (ha : Filter.Tendsto f (nhds a β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : HasStrictDerivAt (fun u => β« (x : β) in u..b, f x) (-c) a - intervalIntegral.integral_deriv_eq_sub_uIoo π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f : β β E} (hcont : ContinuousOn f (Set.uIcc a b)) (hderiv : β x β Set.uIoo a b, DifferentiableAt β f x) (hint : IntervalIntegrable (deriv f) MeasureTheory.volume a b) : β« (y : β) in a..b, deriv f y = f b - f a - intervalIntegral.integral_eq_sub_of_hasDerivAt_of_tendsto π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {a b : β} [CompleteSpace E] {f f' : β β E} (hab : a < b) {fa fb : E} (hderiv : β x β Set.Ioo a b, HasDerivAt f (f' x) x) (hint : IntervalIntegrable f' MeasureTheory.volume a b) (ha : Filter.Tendsto f (nhdsWithin a (Set.Ioi a)) (nhds fa)) (hb : Filter.Tendsto f (nhdsWithin b (Set.Iio b)) (nhds fb)) : β« (y : β) in a..b, f' y = fb - fa - intervalIntegral.integral_hasDerivWithinAt_of_tendsto_ae_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter b (nhdsWithin b s) (nhdsWithin b t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin b t) MeasureTheory.volume) (hb : Filter.Tendsto f (nhdsWithin b t β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : HasDerivWithinAt (fun u => β« (x : β) in a..u, f x) c s b - intervalIntegral.measure_integral_sub_integral_sub_linear_isLittleO_of_tendsto_ae_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {a b : β} {c : E} {lb lb' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] [intervalIntegral.FTCFilter b lb lb'] (hab : IntervalIntegrable f ΞΌ a b) (hmeas : StronglyMeasurableAtFilter f lb' ΞΌ) (hf : Filter.Tendsto f (lb' β MeasureTheory.ae ΞΌ) (nhds c)) (hu : Filter.Tendsto u lt lb) (hv : Filter.Tendsto v lt lb) : (fun t => β« (x : β) in a..v t, f x βΞΌ - β« (x : β) in a..u t, f x βΞΌ - β« (x : β) in u t..v t, c βΞΌ) =o[lt] fun t => β« (x : β) in u t..v t, 1 βΞΌ - intervalIntegral.derivWithin_integral_of_tendsto_ae_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter a (nhdsWithin a s) (nhdsWithin a t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin a t) MeasureTheory.volume) (ha : Filter.Tendsto f (nhdsWithin a t β MeasureTheory.ae MeasureTheory.volume) (nhds c)) (hs : UniqueDiffWithinAt β s a := by uniqueDiffWithinAt_Ici_Iic_univ) : derivWithin (fun u => β« (x : β) in u..b, f x) s a = -c - intervalIntegral.measure_integral_sub_integral_sub_linear_isLittleO_of_tendsto_ae_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {a b : β} {c : E} {la la' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] [intervalIntegral.FTCFilter a la la'] (hab : IntervalIntegrable f ΞΌ a b) (hmeas : StronglyMeasurableAtFilter f la' ΞΌ) (hf : Filter.Tendsto f (la' β MeasureTheory.ae ΞΌ) (nhds c)) (hu : Filter.Tendsto u lt la) (hv : Filter.Tendsto v lt la) : (fun t => β« (x : β) in v t..b, f x βΞΌ - β« (x : β) in u t..b, f x βΞΌ + β« (x : β) in u t..v t, c βΞΌ) =o[lt] fun t => β« (x : β) in u t..v t, 1 βΞΌ - intervalIntegral.integral_hasDerivWithinAt_of_tendsto_ae_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) {s t : Set β} [intervalIntegral.FTCFilter a (nhdsWithin a s) (nhdsWithin a t)] (hmeas : StronglyMeasurableAtFilter f (nhdsWithin a t) MeasureTheory.volume) (ha : Filter.Tendsto f (nhdsWithin a t β MeasureTheory.ae MeasureTheory.volume) (nhds c)) : HasDerivWithinAt (fun u => β« (x : β) in u..b, f x) (-c) s a - intervalIntegral.measure_integral_sub_linear_isLittleO_of_tendsto_ae_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {a : β} {c : E} {l l' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] [CompleteSpace E] [intervalIntegral.FTCFilter a l l'] (hfm : StronglyMeasurableAtFilter f l' ΞΌ) (hf : Filter.Tendsto f (l' β MeasureTheory.ae ΞΌ) (nhds c)) (hu : Filter.Tendsto u lt l) (hv : Filter.Tendsto v lt l) (huv : u β€αΆ [lt] v) : (fun t => β« (x : β) in u t..v t, f x βΞΌ - ΞΌ.real (Set.Ioc (u t) (v t)) β’ c) =o[lt] fun t => ΞΌ.real (Set.Ioc (u t) (v t)) - intervalIntegral.integral_sub_linear_isLittleO_of_tendsto_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {l l' : Filter β} {lt : Filter ΞΉ} {a : β} [intervalIntegral.FTCFilter a l l'] (hfm : StronglyMeasurableAtFilter f l' MeasureTheory.volume) (hf : Filter.Tendsto f (l' β MeasureTheory.ae MeasureTheory.volume) (nhds c)) {u v : ΞΉ β β} (hu : Filter.Tendsto u lt l) (hv : Filter.Tendsto v lt l) : (fun t => (β« (x : β) in u t..v t, f x) - (v t - u t) β’ c) =o[lt] (v - u) - intervalIntegral.measure_integral_sub_linear_isLittleO_of_tendsto_ae_of_ge π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {a : β} {c : E} {l l' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] [CompleteSpace E] [intervalIntegral.FTCFilter a l l'] (hfm : StronglyMeasurableAtFilter f l' ΞΌ) (hf : Filter.Tendsto f (l' β MeasureTheory.ae ΞΌ) (nhds c)) (hu : Filter.Tendsto u lt l) (hv : Filter.Tendsto v lt l) (huv : v β€αΆ [lt] u) : (fun t => β« (x : β) in u t..v t, f x βΞΌ + ΞΌ.real (Set.Ioc (v t) (u t)) β’ c) =o[lt] fun t => ΞΌ.real (Set.Ioc (v t) (u t)) - intervalIntegral.measure_integral_sub_linear_isLittleO_of_tendsto_ae_of_le' π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {c : E} {l l' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [CompleteSpace E] [l'.IsMeasurablyGenerated] [Filter.TendstoIxxClass Set.Ioc l l'] (hfm : StronglyMeasurableAtFilter f l' ΞΌ) (hf : Filter.Tendsto f (l' β MeasureTheory.ae ΞΌ) (nhds c)) (hl : ΞΌ.FiniteAtFilter l') (hu : Filter.Tendsto u lt l) (hv : Filter.Tendsto v lt l) (huv : u β€αΆ [lt] v) : (fun t => β« (x : β) in u t..v t, f x βΞΌ - ΞΌ.real (Set.Ioc (u t) (v t)) β’ c) =o[lt] fun t => ΞΌ.real (Set.Ioc (u t) (v t)) - intervalIntegral.measure_integral_sub_linear_isLittleO_of_tendsto_ae_of_ge' π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {c : E} {l l' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {u v : ΞΉ β β} [CompleteSpace E] [l'.IsMeasurablyGenerated] [Filter.TendstoIxxClass Set.Ioc l l'] (hfm : StronglyMeasurableAtFilter f l' ΞΌ) (hf : Filter.Tendsto f (l' β MeasureTheory.ae ΞΌ) (nhds c)) (hl : ΞΌ.FiniteAtFilter l') (hu : Filter.Tendsto u lt l) (hv : Filter.Tendsto v lt l) (huv : v β€αΆ [lt] u) : (fun t => β« (x : β) in u t..v t, f x βΞΌ + ΞΌ.real (Set.Ioc (v t) (u t)) β’ c) =o[lt] fun t => ΞΌ.real (Set.Ioc (v t) (u t)) - intervalIntegral.integral_sub_integral_sub_linear_isLittleO_of_tendsto_ae_right π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {lb lb' : Filter β} {lt : Filter ΞΉ} {a b : β} {u v : ΞΉ β β} [intervalIntegral.FTCFilter b lb lb'] (hab : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f lb' MeasureTheory.volume) (hf : Filter.Tendsto f (lb' β MeasureTheory.ae MeasureTheory.volume) (nhds c)) (hu : Filter.Tendsto u lt lb) (hv : Filter.Tendsto v lt lb) : (fun t => ((β« (x : β) in a..v t, f x) - β« (x : β) in a..u t, f x) - (v t - u t) β’ c) =o[lt] (v - u) - intervalIntegral.integral_sub_integral_sub_linear_isLittleO_of_tendsto_ae_left π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {c : E} {la la' : Filter β} {lt : Filter ΞΉ} {a b : β} {u v : ΞΉ β β} [intervalIntegral.FTCFilter a la la'] (hab : IntervalIntegrable f MeasureTheory.volume a b) (hmeas : StronglyMeasurableAtFilter f la' MeasureTheory.volume) (hf : Filter.Tendsto f (la' β MeasureTheory.ae MeasureTheory.volume) (nhds c)) (hu : Filter.Tendsto u lt la) (hv : Filter.Tendsto v lt la) : (fun t => ((β« (x : β) in v t..b, f x) - β« (x : β) in u t..b, f x) + (v t - u t) β’ c) =o[lt] (v - u) - intervalIntegral.integral_eq_sub_of_hasDeriv_right_of_le_real π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{g' g : β β β} {a b : β} (hab : a β€ b) (hcont : ContinuousOn g (Set.Icc a b)) (hderiv : β x β Set.Ioo a b, HasDerivWithinAt g (g' x) (Set.Ioi x) x) (g'int : MeasureTheory.IntegrableOn g' (Set.Icc a b) MeasureTheory.volume) : β« (y : β) in a..b, g' y = g b - g a - intervalIntegral.integral_le_sub_of_hasDeriv_right_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{g' g Ο : β β β} {a b : β} (hab : a β€ b) (hcont : ContinuousOn g (Set.Icc a b)) (hderiv : β x β Set.Ioo a b, HasDerivWithinAt g (g' x) (Set.Ioi x) x) (Οint : MeasureTheory.IntegrableOn Ο (Set.Icc a b) MeasureTheory.volume) (hΟg : β x β Set.Ioo a b, Ο x β€ g' x) : β« (y : β) in a..b, Ο y β€ g b - g a - intervalIntegral.sub_le_integral_of_hasDeriv_right_of_le π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{g' g Ο : β β β} {a b : β} (hab : a β€ b) (hcont : ContinuousOn g (Set.Icc a b)) (hderiv : β x β Set.Ioo a b, HasDerivWithinAt g (g' x) (Set.Ioi x) x) (Οint : MeasureTheory.IntegrableOn Ο (Set.Icc a b) MeasureTheory.volume) (hΟg : β x β Set.Ioo a b, g' x β€ Ο x) : g b - g a β€ β« (y : β) in a..b, Ο y - intervalIntegral.sub_le_integral_of_hasDeriv_right_of_le_Ico π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{g' g Ο : β β β} {a b : β} (hab : a β€ b) (hcont : ContinuousOn g (Set.Icc a b)) (hderiv : β x β Set.Ico a b, HasDerivWithinAt g (g' x) (Set.Ioi x) x) (Οint : MeasureTheory.IntegrableOn Ο (Set.Icc a b) MeasureTheory.volume) (hΟg : β x β Set.Ico a b, g' x β€ Ο x) : g b - g a β€ β« (y : β) in a..b, Ο y - intervalIntegral.measure_integral_sub_integral_sub_linear_isLittleO_of_tendsto_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {f : β β E} {a b : β} {ca cb : E} {la la' lb lb' : Filter β} {lt : Filter ΞΉ} {ΞΌ : MeasureTheory.Measure β} {ua va ub vb : ΞΉ β β} [MeasureTheory.IsLocallyFiniteMeasure ΞΌ] [intervalIntegral.FTCFilter a la la'] [intervalIntegral.FTCFilter b lb lb'] (hab : IntervalIntegrable f ΞΌ a b) (hmeas_a : StronglyMeasurableAtFilter f la' ΞΌ) (hmeas_b : StronglyMeasurableAtFilter f lb' ΞΌ) (ha_lim : Filter.Tendsto f (la' β MeasureTheory.ae ΞΌ) (nhds ca)) (hb_lim : Filter.Tendsto f (lb' β MeasureTheory.ae ΞΌ) (nhds cb)) (hua : Filter.Tendsto ua lt la) (hva : Filter.Tendsto va lt la) (hub : Filter.Tendsto ub lt lb) (hvb : Filter.Tendsto vb lt lb) : (fun t => β« (x : β) in va t..vb t, f x βΞΌ - β« (x : β) in ua t..ub t, f x βΞΌ - (β« (x : β) in ub t..vb t, cb βΞΌ - β« (x : β) in ua t..va t, ca βΞΌ)) =o[lt] fun t => ββ« (x : β) in ua t..va t, 1 βΞΌβ + ββ« (x : β) in ub t..vb t, 1 βΞΌβ - intervalIntegral.integral_sub_integral_sub_linear_isLittleO_of_tendsto_ae π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{ΞΉ : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {ca cb : E} {la la' lb lb' : Filter β} {lt : Filter ΞΉ} {a b : β} {ua ub va vb : ΞΉ β β} [intervalIntegral.FTCFilter a la la'] [intervalIntegral.FTCFilter b lb lb'] (hab : IntervalIntegrable f MeasureTheory.volume a b) (hmeas_a : StronglyMeasurableAtFilter f la' MeasureTheory.volume) (hmeas_b : StronglyMeasurableAtFilter f lb' MeasureTheory.volume) (ha_lim : Filter.Tendsto f (la' β MeasureTheory.ae MeasureTheory.volume) (nhds ca)) (hb_lim : Filter.Tendsto f (lb' β MeasureTheory.ae MeasureTheory.volume) (nhds cb)) (hua : Filter.Tendsto ua lt la) (hva : Filter.Tendsto va lt la) (hub : Filter.Tendsto ub lt lb) (hvb : Filter.Tendsto vb lt lb) : (fun t => ((β« (x : β) in va t..vb t, f x) - β« (x : β) in ua t..ub t, f x) - ((vb t - ub t) β’ cb - (va t - ua t) β’ ca)) =o[lt] fun t => βva t - ua tβ + βvb t - ub tβ - intervalIntegral.integral_unitInterval_deriv_eq_sub π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{π : Type u_2} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] [RCLike π] [NormedSpace π E] [IsScalarTower β π E] {f f' : π β E} {zβ zβ : π} (hcont : ContinuousOn (fun t => f' (zβ + t β’ zβ)) (Set.Icc 0 1)) (hderiv : β t β Set.Icc 0 1, HasDerivAt f (f' (zβ + t β’ zβ)) (zβ + t β’ zβ)) : zβ β’ β« (t : β) in 0..1, f' (zβ + t β’ zβ) = f (zβ + zβ) - f zβ - intervalIntegral.integral_hasFDerivAt π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas_a : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (hmeas_b : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (ha : ContinuousAt f a) (hb : ContinuousAt f b) : HasFDerivAt (fun p => β« (x : β) in p.1..p.2, f x) ((ContinuousLinearMap.snd β β β).smulRight (f b) - (ContinuousLinearMap.fst β β β).smulRight (f a)) (a, b) - intervalIntegral.integral_hasStrictFDerivAt π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas_a : StronglyMeasurableAtFilter f (nhds a) MeasureTheory.volume) (hmeas_b : StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume) (ha : ContinuousAt f a) (hb : ContinuousAt f b) : HasStrictFDerivAt (fun p => β« (x : β) in p.1..p.2, f x) ((ContinuousLinearMap.snd β β β).smulRight (f b) - (ContinuousLinearMap.fst β β β).smulRight (f a)) (a, b) - intervalIntegral.integral_hasFDerivWithinAt π Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E} {la lb : Filter β} {a b : β} (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmeas_a : StronglyMeasurableAtFilter f la MeasureTheory.volume) (hmeas_b : StronglyMeasurableAtFilter f lb MeasureTheory.volume) {s t : Set β} [intervalIntegral.FTCFilter a (nhdsWithin a s) la] [intervalIntegral.FTCFilter b (nhdsWithin b t) lb] (ha : Filter.Tendsto f la (nhds (f a))) (hb : Filter.Tendsto f lb (nhds (f b))) : HasFDerivWithinAt (fun p => β« (x : β) in p.1..p.2, f x) ((ContinuousLinearMap.snd β β β).smulRight (f b) - (ContinuousLinearMap.fst β β β).smulRight (f a)) (s ΓΛ’ t) (a, b)
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59