Loogle!
Result
Found 117 declarations mentioning BoundedVariationOn.
- BoundedVariationOn 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] (f : α → E) (s : Set α) : Prop - BoundedVariationOn.of_subsingleton 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (hs : s.Subsingleton) : BoundedVariationOn f s - BoundedVariationOn.locallyBoundedVariationOn 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (h : BoundedVariationOn f s) : LocallyBoundedVariationOn f s - BoundedVariationOn.id_Icc 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
(a b : ℝ) : BoundedVariationOn id (Set.Icc a b) - BoundedVariationOn.of_finite 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_4} [PseudoMetricSpace E] (f : α → E) (s : Set α) [Finite ↑s] : BoundedVariationOn f s - BoundedVariationOn.mono 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (h : BoundedVariationOn f s) {t : Set α} (ht : t ⊆ s) : BoundedVariationOn f t - LipschitzWith.comp_boundedVariationOn 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] {F : Type u_4} [PseudoEMetricSpace F] {f : M → F} {C : NNReal} (hf : LipschitzWith C f) {g : α → M} {s : Set α} (h : BoundedVariationOn g s) : BoundedVariationOn (f ∘ g) s - BoundedVariationOn.leftLim 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} (hf : BoundedVariationOn f Set.univ) : BoundedVariationOn (Function.leftLim f) Set.univ - BoundedVariationOn.rightLim 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} (hf : BoundedVariationOn f Set.univ) : BoundedVariationOn (Function.rightLim f) Set.univ - LipschitzOnWith.comp_boundedVariationOn 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] {F : Type u_4} [PseudoEMetricSpace F] {f : M → F} {C : NNReal} {t : Set M} (hf : LipschitzOnWith C f t) {g : α → M} {s : Set α} (hg : Set.MapsTo g s t) (h : BoundedVariationOn g s) : BoundedVariationOn (f ∘ g) s - BoundedVariationOn.exists_tendsto_atBot 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [hM : Nonempty M] {f : α → M} {s : Set α} (hf : BoundedVariationOn f s) : ∃ l, Filter.Tendsto f (Filter.principal s ⊓ Filter.atBot) (nhds l) - BoundedVariationOn.exists_tendsto_atTop 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [hM : Nonempty M] {f : α → M} {s : Set α} (hf : BoundedVariationOn f s) : ∃ l, Filter.Tendsto f (Filter.principal s ⊓ Filter.atTop) (nhds l) - MonotoneOn.boundedVariationOn 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {f : α → ℝ} {s : Set α} {C : ℝ} (hf : MonotoneOn f s) (h : ∀ x ∈ s, |f x| ≤ C) : BoundedVariationOn f s - BoundedVariationOn.dist_le 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_4} [PseudoMetricSpace E] {f : α → E} {s : Set α} (h : BoundedVariationOn f s) {x y : α} (hx : x ∈ s) (hy : y ∈ s) : dist (f x) (f y) ≤ (eVariationOn f s).toReal - BoundedVariationOn.tendsto_atBot_limUnder 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [hM : Nonempty M] {f : α → M} (hf : BoundedVariationOn f Set.univ) : Filter.Tendsto f Filter.atBot (nhds (Filter.atBot.limUnder f)) - BoundedVariationOn.tendsto_atTop_limUnder 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [hM : Nonempty M] {f : α → M} (hf : BoundedVariationOn f Set.univ) : Filter.Tendsto f Filter.atTop (nhds (Filter.atTop.limUnder f)) - BoundedVariationOn.tendsto_eVariationOn_Ici_zero 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (hf : BoundedVariationOn f s) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Ici y)) (Filter.principal s ⊓ Filter.atTop) (nhds 0) - BoundedVariationOn.tendsto_eVariationOn_Iic_zero 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (hf : BoundedVariationOn f s) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Iic y)) (Filter.principal s ⊓ Filter.atBot) (nhds 0) - BoundedVariationOn.tendsto_eVariationOn_Ico_zero 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] [TopologicalSpace α] [OrderTopology α] {f : α → E} {s : Set α} (hf : BoundedVariationOn f s) (x : α) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Ico y x)) (nhdsWithin x s) (nhds 0) - BoundedVariationOn.tendsto_eVariationOn_Ioc_zero 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] [TopologicalSpace α] [OrderTopology α] {f : α → E} {s : Set α} (hf : BoundedVariationOn f s) (x : α) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Ioc x y)) (nhdsWithin x s) (nhds 0) - BoundedVariationOn.exists_tendsto_left 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} {s : Set α} (hf : BoundedVariationOn f s) (x : α) : ∃ l, Filter.Tendsto f (nhdsWithin x (s ∩ Set.Iio x)) (nhds l) - BoundedVariationOn.exists_tendsto_right 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} {s : Set α} (hf : BoundedVariationOn f s) (x : α) : ∃ l, Filter.Tendsto f (nhdsWithin x (s ∩ Set.Ioi x)) (nhds l) - BoundedVariationOn.tendsto_leftLim 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} (hf : BoundedVariationOn f Set.univ) (x : α) : Filter.Tendsto f (nhdsWithin x (Set.Iio x)) (nhds (Function.leftLim f x)) - BoundedVariationOn.tendsto_rightLim 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} (hf : BoundedVariationOn f Set.univ) (x : α) : Filter.Tendsto f (nhdsWithin x (Set.Ioi x)) (nhds (Function.rightLim f x)) - BoundedVariationOn.continuousWithinAt_leftLim 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] [CompleteSpace M] [T3Space M] {f : α → M} (hf : BoundedVariationOn f Set.univ) {x : α} : ContinuousWithinAt (Function.leftLim f) (Set.Iic x) x - BoundedVariationOn.continuousWithinAt_rightLim 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] [CompleteSpace M] [T3Space M] {f : α → M} (hf : BoundedVariationOn f Set.univ) {x : α} : ContinuousWithinAt (Function.rightLim f) (Set.Ici x) x - BoundedVariationOn.sub_le 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {f : α → ℝ} {s : Set α} (h : BoundedVariationOn f s) {x y : α} (hx : x ∈ s) (hy : y ∈ s) : f x - f y ≤ (eVariationOn f s).toReal - BoundedVariationOn.exists_tendsto_left_of_filter 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] {f : α → M} {s : Set α} (hf : BoundedVariationOn f s) (L : Filter α) (hL : ∀ y ∈ s, s ∩ Set.Ici y ∈ L) (hs : s.Nonempty) : ∃ l, Filter.Tendsto f L (nhds l) - BoundedVariationOn.ofDual 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (hf : BoundedVariationOn f s) : BoundedVariationOn (f ∘ ⇑OrderDual.ofDual) (⇑OrderDual.ofDual ⁻¹' s) - eVariationOn.boundedVariation_ofDual 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} : BoundedVariationOn (f ∘ ⇑OrderDual.ofDual) (⇑OrderDual.ofDual ⁻¹' s) ↔ BoundedVariationOn f s - BoundedVariationOn.tendsto_eVariationOn_Ici_zero_of_filter 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (hf : BoundedVariationOn f s) (L : Filter α) (hL : ∀ y ∈ s, s ∩ Set.Ici y ∈ L) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Ici y)) L (nhds 0) - BoundedVariationOn.tendsto_eVariationOn_Icc_zero_left 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} {s : Set α} (hf : BoundedVariationOn f s) {x : α} (h : ContinuousWithinAt f (s ∩ Set.Iic x) x) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Icc y x)) (nhdsWithin x s) (nhds 0) - BoundedVariationOn.tendsto_eVariationOn_Icc_zero_right 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} {s : Set α} (hf : BoundedVariationOn f s) {x : α} (h : ContinuousWithinAt f (s ∩ Set.Ici x) x) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Icc x y)) (nhdsWithin x s) (nhds 0) - BoundedVariationOn.eVariationOn_Ici_eq_Ioi_add_edist 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [DenselyOrdered α] {f : α → M} {a : α} (hf : BoundedVariationOn f Set.univ) : eVariationOn f (Set.Ici a) = eVariationOn f (Set.Ioi a) + edist (f a) (Function.rightLim f a) - BoundedVariationOn.eVariationOn_Iic_eq_Iio_add_edist 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [CompleteSpace M] [DenselyOrdered α] {f : α → M} {a : α} (hf : BoundedVariationOn f Set.univ) : eVariationOn f (Set.Iic a) = eVariationOn f (Set.Iio a) + edist (f a) (Function.leftLim f a) - BoundedVariationOn.tendsto_eVariationOn_Icc_left 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} {s : Set α} {l : M} (hf : BoundedVariationOn f s) {x : α} (h'f : Filter.Tendsto f (nhdsWithin x (s ∩ Set.Iio x)) (nhds l)) (hx : x ∈ s) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Icc y x)) (nhdsWithin x (s ∩ Set.Iio x)) (nhds (edist (f x) l)) - BoundedVariationOn.tendsto_eVariationOn_Icc_right 📋 Mathlib.Topology.EMetricSpace.BoundedVariation
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {f : α → M} {s : Set α} {l : M} (hf : BoundedVariationOn f s) {x : α} (h'f : Filter.Tendsto f (nhdsWithin x (s ∩ Set.Ioi x)) (nhds l)) (hx : x ∈ s) : Filter.Tendsto (fun y => eVariationOn f (s ∩ Set.Icc x y)) (nhdsWithin x (s ∩ Set.Ioi x)) (nhds (edist (f x) l)) - variationOnFromTo.abs_le_eVariationOn 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {E : Type u_2} [TopologicalSpace E] [WeakPseudoEMetricSpace E] {f : α → E} {s : Set α} (hf : BoundedVariationOn f s) {a b : α} : |variationOnFromTo f s a b| ≤ (eVariationOn f s).toReal - BoundedVariationOn.countable_not_continuousAt 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {g : α → M} (hf : BoundedVariationOn g Set.univ) : {x | ¬ContinuousAt g x}.Countable - BoundedVariationOn.continuousAt_variationOnFromTo_iff 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {g : α → M} (hg : BoundedVariationOn g Set.univ) (a x : α) : ContinuousAt (variationOnFromTo g Set.univ a) x ↔ ContinuousAt g x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_iff 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {s : Set α} {g : α → M} (hg : BoundedVariationOn g s) {a x : α} (as : a ∈ s) (xs : x ∈ s) : ContinuousWithinAt (variationOnFromTo g s a) s x ↔ ContinuousWithinAt g s x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_leftLim_Iic 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {g : α → M} [T3Space M] [CompleteSpace M] (hg : BoundedVariationOn g Set.univ) {a x : α} : ContinuousWithinAt (variationOnFromTo (Function.leftLim g) Set.univ a) (Set.Iic x) x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_rightLim_Ici 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {g : α → M} [T3Space M] [CompleteSpace M] (hg : BoundedVariationOn g Set.univ) {a x : α} : ContinuousWithinAt (variationOnFromTo (Function.rightLim g) Set.univ a) (Set.Ici x) x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_Ici 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {g : α → M} (hg : BoundedVariationOn g Set.univ) {a x : α} (hx : ContinuousWithinAt g (Set.Ici x) x) : ContinuousWithinAt (variationOnFromTo g Set.univ a) (Set.Ici x) x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_Iic 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {g : α → M} (hg : BoundedVariationOn g Set.univ) {a x : α} (hx : ContinuousWithinAt g (Set.Iic x) x) : ContinuousWithinAt (variationOnFromTo g Set.univ a) (Set.Iic x) x - variationOnFromTo.leftLim_eq 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {E : Type u_4} [PseudoMetricSpace E] [CompleteSpace E] {f : α → E} {a b : α} (hf : BoundedVariationOn f Set.univ) : Function.leftLim (variationOnFromTo f Set.univ a) b = variationOnFromTo f Set.univ a b - dist (f b) (Function.leftLim f b) - variationOnFromTo.rightLim_eq 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {E : Type u_4} [PseudoMetricSpace E] [CompleteSpace E] {f : α → E} {a b : α} (hf : BoundedVariationOn f Set.univ) : Function.rightLim (variationOnFromTo f Set.univ a) b = variationOnFromTo f Set.univ a b + dist (f b) (Function.rightLim f b) - BoundedVariationOn.continuousWithinAt_variationOnFromTo_inter_Ici 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {s : Set α} {g : α → M} (hg : BoundedVariationOn g s) {a x : α} (as : a ∈ s) (xs : x ∈ s) (hx : ContinuousWithinAt g (s ∩ Set.Ici x) x) : ContinuousWithinAt (variationOnFromTo g s a) (s ∩ Set.Ici x) x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_inter_Iic 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {s : Set α} {g : α → M} (hg : BoundedVariationOn g s) {a x : α} (as : a ∈ s) (xs : x ∈ s) (hx : ContinuousWithinAt g (s ∩ Set.Iic x) x) : ContinuousWithinAt (variationOnFromTo g s a) (s ∩ Set.Iic x) x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_inter_Ici_iff 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {s : Set α} {g : α → M} (hg : BoundedVariationOn g s) {a x : α} (as : a ∈ s) (xs : x ∈ s) : ContinuousWithinAt (variationOnFromTo g s a) (s ∩ Set.Ici x) x ↔ ContinuousWithinAt g (s ∩ Set.Ici x) x - BoundedVariationOn.continuousWithinAt_variationOnFromTo_inter_Iic_iff 📋 Mathlib.Topology.EMetricSpace.VariationOnFromTo
{α : Type u_1} [LinearOrder α] {M : Type u_3} [PseudoEMetricSpace M] [TopologicalSpace α] [OrderTopology α] {s : Set α} {g : α → M} (hg : BoundedVariationOn g s) {a x : α} (as : a ∈ s) (xs : x ∈ s) : ContinuousWithinAt (variationOnFromTo g s a) (s ∩ Set.Iic x) x ↔ ContinuousWithinAt g (s ∩ Set.Iic x) x - BoundedVariationOn.stronglyMeasurable 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} {M : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [PseudoEMetricSpace M] [SecondCountableTopologyEither α M] [MeasurableSpace α] [BorelSpace α] {f : α → M} (hf : BoundedVariationOn f Set.univ) : MeasureTheory.StronglyMeasurable f - BoundedVariationOn.measurable 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} {M : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [PseudoEMetricSpace M] [SecondCountableTopologyEither α M] [MeasurableSpace α] [BorelSpace α] [MeasurableSpace M] [BorelSpace M] {f : α → M} (hf : BoundedVariationOn f Set.univ) : Measurable f - BoundedVariationOn.fun_mul 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} [LinearOrder α] {f g : α → ℝ} {s : Set α} (hf : BoundedVariationOn f s) (hg : BoundedVariationOn g s) : BoundedVariationOn (fun i => f i * g i) s - BoundedVariationOn.mul 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} [LinearOrder α] {f g : α → ℝ} {s : Set α} (hf : BoundedVariationOn f s) (hg : BoundedVariationOn g s) : BoundedVariationOn (f * g) s - BoundedVariationOn.integrable 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} {E : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] {μ : MeasureTheory.Measure α} {f : α → E} [MeasureTheory.IsFiniteMeasure μ] (hf : BoundedVariationOn f Set.univ) : MeasureTheory.Integrable f μ - BoundedVariationOn.memLp_top 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} {E : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] {μ : MeasureTheory.Measure α} {f : α → E} (hf : BoundedVariationOn f Set.univ) : MeasureTheory.MemLp f ⊤ μ - BoundedVariationOn.memLp 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} {E : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [SecondCountableTopologyEither α E] {μ : MeasureTheory.Measure α} {f : α → E} [MeasureTheory.IsFiniteMeasure μ] {p : ENNReal} (hf : BoundedVariationOn f Set.univ) : MeasureTheory.MemLp f p μ - BoundedVariationOn.ae_differentiableAt_of_mem_uIcc 📋 Mathlib.Analysis.BoundedVariation
{V : Type u_1} [NormedAddCommGroup V] [NormedSpace ℝ V] [FiniteDimensional ℝ V] {f : ℝ → V} {a b : ℝ} (h : BoundedVariationOn f (Set.uIcc a b)) : ∀ᵐ (x : ℝ), x ∈ Set.uIcc a b → DifferentiableAt ℝ f x - BoundedVariationOn.fun_smul 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} [LinearOrder α] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace ℝ F] {𝕜 : Type u_6} {f : α → 𝕜} {g : α → F} [NormedRing 𝕜] [NormedAlgebra ℝ 𝕜] [Module 𝕜 F] [NormSMulClass 𝕜 F] [IsScalarTower ℝ 𝕜 F] {s : Set α} (hf : BoundedVariationOn f s) (hg : BoundedVariationOn g s) : BoundedVariationOn (fun i => f i • g i) s - BoundedVariationOn.smul 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} [LinearOrder α] {F : Type u_4} [NormedAddCommGroup F] [NormedSpace ℝ F] {𝕜 : Type u_6} {f : α → 𝕜} {g : α → F} [NormedRing 𝕜] [NormedAlgebra ℝ 𝕜] [Module 𝕜 F] [NormSMulClass 𝕜 F] [IsScalarTower ℝ 𝕜 F] {s : Set α} (hf : BoundedVariationOn f s) (hg : BoundedVariationOn g s) : BoundedVariationOn (f • g) s - BoundedVariationOn.bilinear_comp 📋 Mathlib.Analysis.BoundedVariation
{α : Type u_2} [LinearOrder α] {E : Type u_3} {F : Type u_4} {G : Type u_5} [NormedAddCommGroup E] [NormedSpace ℝ E] [NormedAddCommGroup F] [NormedSpace ℝ F] [NormedAddCommGroup G] [NormedSpace ℝ G] {s : Set α} {f : α → E} {g : α → F} (hf : BoundedVariationOn f s) (hg : BoundedVariationOn g s) (B : E →L[ℝ] F →L[ℝ] G) : BoundedVariationOn (fun x => (B (f x)) (g x)) s - AbsolutelyContinuousOnInterval.boundedVariationOn 📋 Mathlib.MeasureTheory.Function.AbsolutelyContinuous
{F : Type u_2} [SeminormedAddCommGroup F] {a b : ℝ} {f : ℝ → F} (hf : AbsolutelyContinuousOnInterval f a b) : BoundedVariationOn f (Set.uIcc a b) - BoundedVariationOn.intervalIntegrable_deriv 📋 Mathlib.MeasureTheory.Integral.IntervalIntegral.DerivIntegrable
{f : ℝ → ℝ} {a b : ℝ} (hf : BoundedVariationOn f (Set.uIcc a b)) : IntervalIntegrable (deriv f) MeasureTheory.volume a b - BoundedVariationOn.stieltjesFunctionRightLim 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) (x₀ : α) : StieltjesFunction α - BoundedVariationOn.vectorMeasure 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) : MeasureTheory.VectorMeasure α E - BoundedVariationOn.stieltjesFunctionRightLim_apply 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) (x₀ x : α) : ↑(hf.stieltjesFunctionRightLim x₀) x = variationOnFromTo (Function.rightLim f) Set.univ x₀ x - BoundedVariationOn.instIsFiniteMeasureVariationVectorMeasure 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) : MeasureTheory.IsFiniteMeasure hf.vectorMeasure.variation - BoundedVariationOn.variation_vectorMeasure_univ_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) : hf.vectorMeasure.variation Set.univ ≤ eVariationOn f Set.univ - BoundedVariationOn.vectorMeasure_singleton 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} {a : α} (hf : BoundedVariationOn f Set.univ) : hf.vectorMeasure {a} = Function.rightLim f a - Function.leftLim f a - BoundedVariationOn.variation_vectorMeasure_Iio_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a : α} : hf.vectorMeasure.variation (Set.Iio a) ≤ eVariationOn f (Set.Iio a) - BoundedVariationOn.variation_vectorMeasure_Ioi_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a : α} : hf.vectorMeasure.variation (Set.Ioi a) ≤ eVariationOn f (Set.Ioi a) - BoundedVariationOn.variation_vectorMeasure_Ioo_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Ioo a b) ≤ eVariationOn f (Set.Ioo a b) - BoundedVariationOn.variation_vectorMeasure_Iio 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a : α} : hf.vectorMeasure.variation (Set.Iio a) = eVariationOn (Function.leftLim f) (Set.Iio a) - BoundedVariationOn.variation_vectorMeasure_Ioi 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a : α} : hf.vectorMeasure.variation (Set.Ioi a) = eVariationOn (Function.rightLim f) (Set.Ioi a) - BoundedVariationOn.variation_vectorMeasure_singleton 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a : α} : hf.vectorMeasure.variation {a} = ‖Function.rightLim f a - Function.leftLim f a‖ₑ - BoundedVariationOn.vectorMeasure_Icc 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} {a b : α} (hf : BoundedVariationOn f Set.univ) (h : a ≤ b) : hf.vectorMeasure (Set.Icc a b) = Function.rightLim f b - Function.leftLim f a - BoundedVariationOn.vectorMeasure_Ico 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} {a b : α} (hf : BoundedVariationOn f Set.univ) (h : a ≤ b) : hf.vectorMeasure (Set.Ico a b) = Function.leftLim f b - Function.leftLim f a - BoundedVariationOn.vectorMeasure_Ioc 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} {a b : α} (hf : BoundedVariationOn f Set.univ) (h : a ≤ b) : hf.vectorMeasure (Set.Ioc a b) = Function.rightLim f b - Function.rightLim f a - BoundedVariationOn.vectorMeasure_Ioo 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} {a b : α} (hf : BoundedVariationOn f Set.univ) (h : a < b) : hf.vectorMeasure (Set.Ioo a b) = Function.leftLim f b - Function.rightLim f a - BoundedVariationOn.variation_vectorMeasure_Ico 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Ico a b) = eVariationOn (Function.leftLim f) (Set.Ico a b) - BoundedVariationOn.variation_vectorMeasure_Ioc 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Ioc a b) = eVariationOn (Function.rightLim f) (Set.Ioc a b) - BoundedVariationOn.variation_vectorMeasure_Ioo_left 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Ioo a b) = eVariationOn (Function.leftLim f) (Set.Ioo a b) - BoundedVariationOn.variation_vectorMeasure_Ioo_right 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Ioo a b) = eVariationOn (Function.rightLim f) (Set.Ioo a b) - BoundedVariationOn.vectorMeasure_Ici 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) (a : α) : hf.vectorMeasure (Set.Ici a) = Filter.atTop.limUnder f - Function.leftLim f a - BoundedVariationOn.vectorMeasure_Iic 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) (a : α) : hf.vectorMeasure (Set.Iic a) = Function.rightLim f a - Filter.atBot.limUnder f - BoundedVariationOn.vectorMeasure_Iio 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) (a : α) : hf.vectorMeasure (Set.Iio a) = Function.leftLim f a - Filter.atBot.limUnder f - BoundedVariationOn.vectorMeasure_Ioi 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) (a : α) : hf.vectorMeasure (Set.Ioi a) = Filter.atTop.limUnder f - Function.rightLim f a - BoundedVariationOn.vectorMeasure_univ 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) : hf.vectorMeasure Set.univ = Filter.atTop.limUnder f - Filter.atBot.limUnder f - BoundedVariationOn.variation_vectorMeasure_Ici_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a : α} : hf.vectorMeasure.variation (Set.Ici a) ≤ eVariationOn f (Set.Ioi a) + ‖Function.rightLim f a - Function.leftLim f a‖ₑ - BoundedVariationOn.variation_vectorMeasure_Iic_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a : α} : hf.vectorMeasure.variation (Set.Iic a) ≤ eVariationOn f (Set.Iio a) + ‖Function.rightLim f a - Function.leftLim f a‖ₑ - BoundedVariationOn.variation_vectorMeasure_Ico_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Ico a b) ≤ eVariationOn f (Set.Ioo a b) + ‖Function.rightLim f a - Function.leftLim f a‖ₑ - BoundedVariationOn.variation_vectorMeasure_Ioc_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Ioc a b) ≤ eVariationOn f (Set.Ioo a b) + ‖Function.rightLim f b - Function.leftLim f b‖ₑ - BoundedVariationOn.variation_vectorMeasure_Icc_le 📋 Mathlib.MeasureTheory.VectorMeasure.BoundedVariation
{α : Type u_1} [LinearOrder α] [DenselyOrdered α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [CompactIccSpace α] [hα : MeasurableSpace α] [BorelSpace α] {E : Type u_2} [NormedAddCommGroup E] [CompleteSpace E] {f : α → E} (hf : BoundedVariationOn f Set.univ) {a b : α} : hf.vectorMeasure.variation (Set.Icc a b) ≤ eVariationOn f (Set.Ioo a b) + ‖Function.rightLim f a - Function.leftLim f a‖ₑ + ‖Function.rightLim f b - Function.leftLim f b‖ₑ - BoundedVariationOn.setIntegral_Icc_leftLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Icc a b, Function.leftLim f x ∂•hg.vectorMeasure = Function.rightLim f b • Function.rightLim g b - Function.leftLim f a • Function.leftLim g a - ∫ᵛ (x : α) in Set.Icc a b, Function.rightLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Icc_rightLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Icc a b, Function.rightLim f x ∂•hg.vectorMeasure = Function.rightLim f b • Function.rightLim g b - Function.leftLim f a • Function.leftLim g a - ∫ᵛ (x : α) in Set.Icc a b, Function.leftLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Ico_leftLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ico a b, Function.leftLim f x ∂•hg.vectorMeasure = Function.leftLim f b • Function.leftLim g b - Function.leftLim f a • Function.leftLim g a - ∫ᵛ (x : α) in Set.Ico a b, Function.rightLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Ico_rightLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ico a b, Function.rightLim f x ∂•hg.vectorMeasure = Function.leftLim f b • Function.leftLim g b - Function.leftLim f a • Function.leftLim g a - ∫ᵛ (x : α) in Set.Ico a b, Function.leftLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Ioc_leftLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ioc a b, Function.leftLim f x ∂•hg.vectorMeasure = Function.rightLim f b • Function.rightLim g b - Function.rightLim f a • Function.rightLim g a - ∫ᵛ (x : α) in Set.Ioc a b, Function.rightLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Ioc_rightLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ioc a b, Function.rightLim f x ∂•hg.vectorMeasure = Function.rightLim f b • Function.rightLim g b - Function.rightLim f a • Function.rightLim g a - ∫ᵛ (x : α) in Set.Ioc a b, Function.leftLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Ioo_leftLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a < b) : ∫ᵛ (x : α) in Set.Ioo a b, Function.leftLim f x ∂•hg.vectorMeasure = Function.leftLim f b • Function.leftLim g b - Function.rightLim f a • Function.rightLim g a - ∫ᵛ (x : α) in Set.Ioo a b, Function.rightLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Ioo_rightLim_smul_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {F : Type u_3} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup F] [NormedSpace ℝ F] [CompleteSpace F] [DenselyOrdered α] [CompactIccSpace α] {g : α → F} {a b : α} {f : α → ℝ} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a < b) : ∫ᵛ (x : α) in Set.Ioo a b, Function.rightLim f x ∂•hg.vectorMeasure = Function.leftLim f b • Function.leftLim g b - Function.rightLim f a • Function.rightLim g a - ∫ᵛ (x : α) in Set.Ioo a b, Function.leftLim g x ∂<•hf.vectorMeasure - BoundedVariationOn.setIntegral_Icc_rightLim_sub_leftLim_eq 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) : ∫ᵛ (x : α) in Set.Icc a b, Function.rightLim g x - Function.leftLim g a ∂[B.flip; hf.vectorMeasure] = ∫ᵛ (y : α) in Set.Icc a b, Function.rightLim f b - Function.leftLim f y ∂[B; hg.vectorMeasure] - BoundedVariationOn.setIntegral_leftLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {s : Set α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) : ∫ᵛ (x : α) in s, Function.leftLim f x ∂[B; hg.vectorMeasure] = ⋯.vectorMeasure s - ∫ᵛ (x : α) in s, Function.rightLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_rightLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {s : Set α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) : ∫ᵛ (x : α) in s, Function.rightLim f x ∂[B; hg.vectorMeasure] = ⋯.vectorMeasure s - ∫ᵛ (x : α) in s, Function.leftLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.vectorMeasure_bilinear_comp_eq 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) : ⋯.vectorMeasure = hf.vectorMeasure.withDensity (Function.rightLim g) B.flip + hg.vectorMeasure.withDensity (Function.leftLim f) B - BoundedVariationOn.vectorMeasure_bilinear_comp_eq' 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) : ⋯.vectorMeasure = hf.vectorMeasure.withDensity (Function.leftLim g) B.flip + hg.vectorMeasure.withDensity (Function.rightLim f) B - BoundedVariationOn.leftLim_bilinear_comp 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{E : Type u_2} {F : Type u_3} {G : Type u_4} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] {α : Type u_6} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] {f : α → E} {g : α → F} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (B : E →L[ℝ] F →L[ℝ] G) : (Function.leftLim fun x => (B (f x)) (g x)) = fun x => (B (Function.leftLim f x)) (Function.leftLim g x) - BoundedVariationOn.rightLim_bilinear_comp 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{E : Type u_2} {F : Type u_3} {G : Type u_4} [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] {α : Type u_6} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] {f : α → E} {g : α → F} (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (B : E →L[ℝ] F →L[ℝ] G) : (Function.rightLim fun x => (B (f x)) (g x)) = fun x => (B (Function.rightLim f x)) (Function.rightLim g x) - BoundedVariationOn.setIntegral_Icc_leftLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Icc a b, Function.leftLim f x ∂[B; hg.vectorMeasure] = (B (Function.rightLim f b)) (Function.rightLim g b) - (B (Function.leftLim f a)) (Function.leftLim g a) - ∫ᵛ (x : α) in Set.Icc a b, Function.rightLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_Icc_rightLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Icc a b, Function.rightLim f x ∂[B; hg.vectorMeasure] = (B (Function.rightLim f b)) (Function.rightLim g b) - (B (Function.leftLim f a)) (Function.leftLim g a) - ∫ᵛ (x : α) in Set.Icc a b, Function.leftLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_Ico_leftLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ico a b, Function.leftLim f x ∂[B; hg.vectorMeasure] = (B (Function.leftLim f b)) (Function.leftLim g b) - (B (Function.leftLim f a)) (Function.leftLim g a) - ∫ᵛ (x : α) in Set.Ico a b, Function.rightLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_Ico_rightLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ico a b, Function.rightLim f x ∂[B; hg.vectorMeasure] = (B (Function.leftLim f b)) (Function.leftLim g b) - (B (Function.leftLim f a)) (Function.leftLim g a) - ∫ᵛ (x : α) in Set.Ico a b, Function.leftLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_Ioc_leftLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ioc a b, Function.leftLim f x ∂[B; hg.vectorMeasure] = (B (Function.rightLim f b)) (Function.rightLim g b) - (B (Function.rightLim f a)) (Function.rightLim g a) - ∫ᵛ (x : α) in Set.Ioc a b, Function.rightLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_Ioc_rightLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a ≤ b) : ∫ᵛ (x : α) in Set.Ioc a b, Function.rightLim f x ∂[B; hg.vectorMeasure] = (B (Function.rightLim f b)) (Function.rightLim g b) - (B (Function.rightLim f a)) (Function.rightLim g a) - ∫ᵛ (x : α) in Set.Ioc a b, Function.leftLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_Ioo_leftLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a < b) : ∫ᵛ (x : α) in Set.Ioo a b, Function.leftLim f x ∂[B; hg.vectorMeasure] = (B (Function.leftLim f b)) (Function.leftLim g b) - (B (Function.rightLim f a)) (Function.rightLim g a) - ∫ᵛ (x : α) in Set.Ioo a b, Function.rightLim g x ∂[B.flip; hf.vectorMeasure] - BoundedVariationOn.setIntegral_Ioo_rightLim_vectorMeasure_eq_sub 📋 Mathlib.MeasureTheory.VectorMeasure.IntegrationByParts
{α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [LinearOrder α] [TopologicalSpace α] [OrderTopology α] [SecondCountableTopology α] [MeasurableSpace α] [BorelSpace α] [NormedAddCommGroup E] [NormedAddCommGroup F] [NormedAddCommGroup G] [NormedSpace ℝ E] [CompleteSpace E] [NormedSpace ℝ F] [CompleteSpace F] [NormedSpace ℝ G] [DenselyOrdered α] [CompactIccSpace α] {f : α → E} {g : α → F} {B : E →L[ℝ] F →L[ℝ] G} {a b : α} [CompleteSpace G] (hf : BoundedVariationOn f Set.univ) (hg : BoundedVariationOn g Set.univ) (hab : a < b) : ∫ᵛ (x : α) in Set.Ioo a b, Function.rightLim f x ∂[B; hg.vectorMeasure] = (B (Function.leftLim f b)) (Function.leftLim g b) - (B (Function.rightLim f a)) (Function.rightLim g a) - ∫ᵛ (x : α) in Set.Ioo a b, Function.leftLim g x ∂[B.flip; hf.vectorMeasure]
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