Documentation

Mathlib.MeasureTheory.VectorMeasure.Integral

Integral of vector-valued function against vector measure #

We extend the definition of the Bochner integral (of vector-valued function against ℝ≥0∞-valued measure) to vector measures through a bilinear pairing. Let E, F be normed vector spaces, and G be a Banach space (complete normed vector space). We fix a continuous linear pairing B : E →L[ℝ] F →L[ℝ] G and an F-valued vector measure μ on a measurable space X. For an integrable function f : X → E with respect to the total variation of the vector measure on X informally written μ ∘ B.flip, we define the G-valued integral, which is informally written ∫ B (f x) ∂μ x.

Such integral is defined through the general setting setToFun which sends a set function to the integral of integrable functions, see the file Mathlib/MeasureTheory/Integral/SetToL1.lean.

Main definitions #

The integral against vector measures is defined through the extension process described in the file Mathlib/MeasureTheory/Integral/SetToL1.lean, which follows these steps:

  1. Define the integral of the indicator of a set. This is cbmApplyMeasure B μ s x = B x (μ s). cbmApplyMeasure B μ is shown to be linear in the value x and DominatedFinMeasAdditive (defined in the file Mathlib/MeasureTheory/Integral/SetToL1.lean) with respect to the set s.

  2. Define the integral on integrable functions f as setToFun (...) f.

Notations #

Note #

Let μ be a vector measure and B be a continuous linear pairing. We often consider integrable functions with respect to the total variation of μ.transpose B = μ.mapRange B.flip.toAddMonoidHom B.flip.continuous, which is the reference measure for the pairing integral.

When f is not integrable with respect to (μ.transpose B).variation, the value of μ.integral B f is set to 0. This is an analogous convention to the Bochner integral. However, there are cases where a natural definition of the integral as an unconditional sum exists, but f is not integrable in this sense: Let μ be the L∞(ℕ)-valued measure on defined by extending {n} ↦ (0,0,..., 1/(n+1),0,0,...) and B be the trivial coupling (the scalar multiplication by ). The total variation is ∑ n, 1/(n+1) = ∞, but the sum of (0,...,0,1/n,0,...) in L∞(ℕ) is unconditionally convergent.

The composition of the vector measure with the linear pairing, giving the reference vector measure.

Equations
Instances For
    noncomputable def MeasureTheory.cbmApplyMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (B : E →L[] F →L[] G) (s : Set X) :

    Given a set s, return the continuous linear map fun x : E ↦ B x (μ s) (actually defined using transpose through mapRange), where the B is a G-valued bilinear form on E × F and μ is an F-valued vector measure. The extension of that set function through setToFun gives the pairing integral of E-valued integrable functions.

    Equations
    Instances For
      @[simp]
      theorem MeasureTheory.cbmApplyMeasure_apply {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (B : E →L[] F →L[] G) (s : Set X) (x : E) :
      (cbmApplyMeasure μ B s) x = (B x) (μ s)
      theorem MeasureTheory.cbmApplyMeasure_union {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (B : E →L[] F →L[] G) {s t : Set X} (hs : MeasurableSet s) (ht : MeasurableSet t) (hdisj : Disjoint s t) :
      theorem MeasureTheory.VectorMeasure.transpose_map {X : Type u_2} {Y : Type u_3} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [MeasurableSpace Y] [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (B : E →L[] F →L[] G) {φ : XY} :
      (μ.map φ).transpose B = (μ.transpose B).map φ
      theorem MeasureTheory.VectorMeasure.transpose_dirac {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (B : E →L[] F →L[] G) (x : X) (v : F) :
      (dirac x v).transpose B = dirac x (B.flip v)
      @[simp]

      Control of the variation of the vector measure which appears in the integral of scalar functions with respect to a vector measure.

      @[simp]

      Control of the variation of the vector measure which appears in the integral of a vector function with respect to a signed measure.

      @[reducible, inline]
      abbrev MeasureTheory.VectorMeasure.Integrable {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (f : XE) (B : E →L[] F →L[] G) :

      f : X → E is said to be integrable with respect to μ and B if it is integrable with respect to (μ.transpose B).variation.

      Equations
      Instances For
        @[reducible, inline]
        abbrev MeasureTheory.VectorMeasure.IntegrableOn {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (f : XE) (B : E →L[] F →L[] G) (s : Set X) :

        f : X → E is said to be integrable with respect to μ and B on s if it is integrable with respect to the vector measure μ.restrict s. When s is measurable, this is equivalent to integrability with respect to (μ.transpose B).variation.restrict s.

        Equations
        Instances For
          noncomputable def MeasureTheory.VectorMeasure.integral {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (f : XE) (B : E →L[] F →L[] G) :
          G

          The G-valued integral of E-valued function and the F-valued vector measure μ with linear paring B : E →L[ℝ] F →L[ℝ] G . This is set to be 0 if G is not complete or if f is not integrable with respect to (μ.transpose B).variation. Notation ∫ᵛ x, f x ∂[B; μ].

          When μ is G-valued, to get the integral in G of a real-valued function, take B = ContinousLinearMap.lsmul ℝ ℝ. Notation ∫ᵛ x, f x ∂•μ. When μ is a signed measure, to get the integral in G of a G-valued function, take B = (ContinousLinearMap.lsmul ℝ ℝ).flip. Notation ∫ᵛ x, f x ∂<•μ.

          Equations
          Instances For

            The G-valued integral of E-valued function and the F-valued vector measure μ with linear paring B : E →L[ℝ] F →L[ℝ] G . This is set to be 0 if G is not complete or if f is not integrable with respect to (μ.transpose B).variation. Notation ∫ᵛ x, f x ∂[B; μ].

            When μ is G-valued, to get the integral in G of a real-valued function, take B = ContinousLinearMap.lsmul ℝ ℝ. Notation ∫ᵛ x, f x ∂•μ. When μ is a signed measure, to get the integral in G of a G-valued function, take B = (ContinousLinearMap.lsmul ℝ ℝ).flip. Notation ∫ᵛ x, f x ∂<•μ.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              The special case of the pairing integral where the pairing is just the scalar multiplication by on F and f is real-valued. The resulting integral is F-valued.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The special case of the pairing integral where the pairing is just the flip of scalar multiplication by on F and f is F-valued and μ is a signed measure. The resulting integral is F-valued.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  The G-valued integral of E-valued function and the F-valued vector measure μ with linear paring B : E →L[ℝ] F →L[ℝ] G . This is set to be 0 if G is not complete or if f is not integrable with respect to (μ.transpose B).variation. Notation ∫ᵛ x, f x ∂[B; μ].

                  When μ is G-valued, to get the integral in G of a real-valued function, take B = ContinousLinearMap.lsmul ℝ ℝ. Notation ∫ᵛ x, f x ∂•μ. When μ is a signed measure, to get the integral in G of a G-valued function, take B = (ContinousLinearMap.lsmul ℝ ℝ).flip. Notation ∫ᵛ x, f x ∂<•μ.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For

                    The special case of the pairing integral in a set where the pairing is just the scalar multiplication by on F and f is real-valued. The resulting integral is F-valued.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      The special case of the pairing integral in a set where the pairing is just the flip of the scalar multiplication by on F and f is F-valued and μ is a signed measure. The resulting integral is F-valued.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        theorem MeasureTheory.VectorMeasure.integral_eq_setToFun {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {f : XE} :
                        ∫ᵛ (x : X), f x ∂[B; μ] = setToFun (μ.transpose B).variation (μ.transpose B) f
                        theorem MeasureTheory.VectorMeasure.integral_of_not_completeSpace {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {f : XE} (hG : ¬CompleteSpace G) :
                        ∫ᵛ (x : X), f x ∂[B; μ] = 0
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.transpose_finsetSum_vectorMeasure {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : ιVectorMeasure X F) (B : E →L[] F →L[] G) (s : Finset ι) :
                        (∑ is, μ i).transpose B = is, (μ i).transpose B
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.transpose_finsetSum_cbm {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (B : ιE →L[] F →L[] G) (s : Finset ι) :
                        μ.transpose (∑ is, B i) = is, μ.transpose (B i)
                        theorem MeasureTheory.VectorMeasure.integral_undef {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (h : ¬μ.Integrable f B) :
                        ∫ᵛ (x : X), f x ∂[B; μ] = 0
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_congr_ae {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (h : f =ᵐ[(μ.transpose B).variation] g) :
                        ∫ᵛ (x : X), f x ∂[B; μ] = ∫ᵛ (x : X), g x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_eq_zero_of_ae {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : f =ᵐ[(μ.transpose B).variation] 0) :
                        ∫ᵛ (x : X), f x ∂[B; μ] = 0
                        theorem MeasureTheory.VectorMeasure.Integrable.add {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        μ.Integrable (f + g) B
                        theorem MeasureTheory.VectorMeasure.Integrable.fun_add {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        μ.Integrable (fun (i : X) => f i + g i) B

                        Eta-expanded form of MeasureTheory.VectorMeasure.Integrable.add

                        theorem MeasureTheory.VectorMeasure.Integrable.neg {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) :
                        μ.Integrable (-f) B
                        theorem MeasureTheory.VectorMeasure.Integrable.fun_neg {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) :
                        μ.Integrable (fun (i : X) => -f i) B

                        Eta-expanded form of MeasureTheory.VectorMeasure.Integrable.neg

                        theorem MeasureTheory.VectorMeasure.Integrable.sub {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        μ.Integrable (f - g) B
                        theorem MeasureTheory.VectorMeasure.Integrable.fun_sub {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        μ.Integrable (fun (i : X) => f i - g i) B

                        Eta-expanded form of MeasureTheory.VectorMeasure.Integrable.sub

                        theorem MeasureTheory.VectorMeasure.Integrable.smul {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {𝕜 : Type u_7} [NormedAddCommGroup 𝕜] [SMulZeroClass 𝕜 E] [IsBoundedSMul 𝕜 E] (c : 𝕜) (hf : μ.Integrable f B) :
                        μ.Integrable (c f) B
                        theorem MeasureTheory.VectorMeasure.Integrable.fun_smul {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {𝕜 : Type u_7} [NormedAddCommGroup 𝕜] [SMulZeroClass 𝕜 E] [IsBoundedSMul 𝕜 E] (c : 𝕜) (hf : μ.Integrable f B) :
                        μ.Integrable (fun (i : X) => c f i) B

                        Eta-expanded form of MeasureTheory.VectorMeasure.Integrable.smul

                        theorem MeasureTheory.VectorMeasure.Integrable.finsetSum {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {ι : Type u_7} (s : Finset ι) {f : ιXE} (hf : is, μ.Integrable (f i) B) :
                        μ.Integrable (∑ is, f i) B
                        theorem MeasureTheory.VectorMeasure.Integrable.fun_finsetSum {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {ι : Type u_7} (s : Finset ι) {f : ιXE} (hf : is, μ.Integrable (f i) B) :
                        μ.Integrable (fun (x : X) => is, f i x) B
                        theorem MeasureTheory.VectorMeasure.integral_fun_add {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        ∫ᵛ (x : X), f x + g x ∂[B; μ] = ∫ᵛ (x : X), f x ∂[B; μ] + ∫ᵛ (x : X), g x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_add {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        ∫ᵛ (x : X), (f + g) x ∂[B; μ] = ∫ᵛ (x : X), f x ∂[B; μ] + ∫ᵛ (x : X), g x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_finsetSum {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (s : Finset ι) {f : ιXE} (hf : is, μ.Integrable (f i) B) :
                        ∫ᵛ (x : X), is, f i x ∂[B; μ] = is, ∫ᵛ (x : X), f i x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_fun_neg {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (B : E →L[] F →L[] G) (f : XE) :
                        ∫ᵛ (x : X), -f x ∂[B; μ] = -∫ᵛ (x : X), f x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_neg {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (f : XE) (μ : VectorMeasure X F) (B : E →L[] F →L[] G) :
                        ∫ᵛ (x : X), (-f) x ∂[B; μ] = -∫ᵛ (x : X), f x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_fun_sub {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        ∫ᵛ (x : X), f x - g x ∂[B; μ] = ∫ᵛ (x : X), f x ∂[B; μ] - ∫ᵛ (x : X), g x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_sub {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        ∫ᵛ (x : X), (f - g) x ∂[B; μ] = ∫ᵛ (x : X), f x ∂[B; μ] - ∫ᵛ (x : X), g x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_fun_smul {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (μ : VectorMeasure X F) (B : E →L[] F →L[] G) (c : ) (f : XE) :
                        ∫ᵛ (x : X), c f x ∂[B; μ] = c ∫ᵛ (x : X), f x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_smul {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (f : XE) (μ : VectorMeasure X F) (B : E →L[] F →L[] G) (c : ) :
                        ∫ᵛ (x : X), (c f) x ∂[B; μ] = c ∫ᵛ (x : X), f x ∂[B; μ]
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_const {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} [CompleteSpace G] [IsFiniteMeasure (μ.transpose B).variation] (c : E) :
                        ∫ᵛ (x : X), c ∂[B; μ] = (B c) (μ Set.univ)
                        theorem MeasureTheory.VectorMeasure.Integrable.add_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ ν : VectorMeasure X F} {B : E →L[] F →L[] G} ( : μ.Integrable f B) ( : ν.Integrable f B) :
                        (μ + ν).Integrable f B
                        theorem MeasureTheory.VectorMeasure.Integrable.neg_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} ( : μ.Integrable f B) :
                        (-μ).Integrable f B
                        theorem MeasureTheory.VectorMeasure.Integrable.sub_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ ν : VectorMeasure X F} {B : E →L[] F →L[] G} ( : μ.Integrable f B) ( : ν.Integrable f B) :
                        (μ - ν).Integrable f B
                        theorem MeasureTheory.VectorMeasure.Integrable.smul_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} ( : μ.Integrable f B) (c : ) :
                        (c μ).Integrable f B
                        theorem MeasureTheory.VectorMeasure.Integrable.finsetSum_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {B : E →L[] F →L[] G} {ι : Type u_7} {μ : ιVectorMeasure X F} {s : Finset ι} (h : is, (μ i).Integrable f B) :
                        (∑ is, μ i).Integrable f B
                        theorem MeasureTheory.VectorMeasure.Integrable.restrict {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) {s : Set X} :
                        (μ.restrict s).Integrable f B
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_zero_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {B : E →L[] F →L[] G} :
                        ∫ᵛ (x : X), f x ∂[B; 0] = 0
                        theorem MeasureTheory.VectorMeasure.integral_of_isEmpty {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} [IsEmpty X] :
                        ∫ᵛ (x : X), f x ∂[B; μ] = 0
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_smul_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (f : XE) (c : ) :
                        ∫ᵛ (x : X), f x ∂[B; c μ] = c ∫ᵛ (x : X), f x ∂[B; μ]
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_smul_nnreal_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (f : XE) (c : NNReal) :
                        ∫ᵛ (x : X), f x ∂[B; c μ] = c ∫ᵛ (x : X), f x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_add_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ ν : VectorMeasure X F} {B : E →L[] F →L[] G} ( : μ.Integrable f B) ( : ν.Integrable f B) :
                        ∫ᵛ (x : X), f x ∂[B; μ + ν] = ∫ᵛ (x : X), f x ∂[B; μ] + ∫ᵛ (x : X), f x ∂[B; ν]
                        theorem MeasureTheory.VectorMeasure.integral_finsetSum_vectorMeasure {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {B : E →L[] F →L[] G} {μ : ιVectorMeasure X F} {s : Finset ι} (hf : is, (μ i).Integrable f B) :
                        ∫ᵛ (x : X), f x ∂[B; is, μ i] = is, ∫ᵛ (x : X), f x ∂[B; μ i]
                        theorem MeasureTheory.VectorMeasure.integral_neg_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} :
                        ∫ᵛ (x : X), f x ∂[B; -μ] = -∫ᵛ (x : X), f x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_sub_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ ν : VectorMeasure X F} {B : E →L[] F →L[] G} ( : μ.Integrable f B) ( : ν.Integrable f B) :
                        ∫ᵛ (x : X), f x ∂[B; μ - ν] = ∫ᵛ (x : X), f x ∂[B; μ] - ∫ᵛ (x : X), f x ∂[B; ν]
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.Integrable.add_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B C : E →L[] F →L[] G} (hB : μ.Integrable f B) (hC : μ.Integrable f C) :
                        μ.Integrable f (B + C)
                        theorem MeasureTheory.VectorMeasure.Integrable.neg_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hB : μ.Integrable f B) :
                        μ.Integrable f (-B)
                        theorem MeasureTheory.VectorMeasure.Integrable.sub_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B C : E →L[] F →L[] G} (hB : μ.Integrable f B) (hC : μ.Integrable f C) :
                        μ.Integrable f (B - C)
                        theorem MeasureTheory.VectorMeasure.Integrable.finsetSum_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {ι : Type u_7} {B : ιE →L[] F →L[] G} {s : Finset ι} (h : is, μ.Integrable f (B i)) :
                        μ.Integrable f (∑ is, B i)
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_zero_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] (f : XE) (μ : VectorMeasure X F) :
                        ∫ᵛ (x : X), f x ∂[0; μ] = 0
                        theorem MeasureTheory.VectorMeasure.integral_add_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B C : E →L[] F →L[] G} (hB : μ.Integrable f B) (hC : μ.Integrable f C) :
                        ∫ᵛ (x : X), f x ∂[B + C; μ] = ∫ᵛ (x : X), f x ∂[B; μ] + ∫ᵛ (x : X), f x ∂[C; μ]
                        theorem MeasureTheory.VectorMeasure.integral_finsetSum_cbm {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : ιE →L[] F →L[] G} {s : Finset ι} (hf : is, μ.Integrable f (B i)) :
                        ∫ᵛ (x : X), f x ∂[is, B i; μ] = is, ∫ᵛ (x : X), f x ∂[B i; μ]
                        theorem MeasureTheory.VectorMeasure.integral_neg_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} :
                        ∫ᵛ (x : X), f x ∂[-B; μ] = -∫ᵛ (x : X), f x ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_sub_cbm {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B C : E →L[] F →L[] G} (hB : μ.Integrable f B) (hC : μ.Integrable f C) :
                        ∫ᵛ (x : X), f x ∂[B - C; μ] = ∫ᵛ (x : X), f x ∂[B; μ] - ∫ᵛ (x : X), f x ∂[C; μ]
                        theorem MeasureTheory.VectorMeasure.Integrable.of_integral_ne_zero {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (h : ∫ᵛ (a : X), f a ∂[B; μ] 0) :
                        μ.Integrable f B
                        theorem MeasureTheory.VectorMeasure.integral_indicator₂ {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {β : Type u_7} (f : βXE) (s : Set β) (b : β) :
                        ∫ᵛ (y : X), s.indicator (fun (x : β) => f x y) b ∂[B; μ] = s.indicator (fun (x : β) => ∫ᵛ (y : X), f x y ∂[B; μ]) b
                        theorem MeasureTheory.VectorMeasure.dist_integral_le_lintegral_edist {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        dist ∫ᵛ (a : X), f a ∂[B; μ] ∫ᵛ (a : X), g a ∂[B; μ] (∫⁻ (a : X), edist (f a) (g a) (μ.transpose B).variation).toReal
                        theorem MeasureTheory.VectorMeasure.edist_integral_le_lintegral_edist {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f g : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (hf : μ.Integrable f B) (hg : μ.Integrable g B) :
                        edist ∫ᵛ (a : X), f a ∂[B; μ] ∫ᵛ (a : X), g a ∂[B; μ] ∫⁻ (a : X), edist (f a) (g a) (μ.transpose B).variation
                        theorem MeasureTheory.VectorMeasure.frequently_ae_ne_zero_of_integral_ne_zero {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (h : ∫ᵛ (a : X), f a ∂[B; μ] 0) :
                        ∃ᵐ (a : X) (μ.transpose B).variation, f a 0
                        theorem MeasureTheory.VectorMeasure.exists_ne_zero_of_integral_ne_zero {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} (h : ∫ᵛ (a : X), f a ∂[B; μ] 0) :
                        ∃ (a : X), f a 0
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_toSignedMeasure {X : Type u_2} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup G] [NormedSpace G] {μ : Measure X} [IsFiniteMeasure μ] {f : XG} :
                        ∫ᵛ (x : X), f x ∂<•μ.toSignedMeasure = (x : X), f x μ
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_dirac' {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {B : E →L[] F →L[] G} [MeasurableSpace X] [CompleteSpace G] {a : X} {v : F} (hfm : StronglyMeasurable f) :
                        ∫ᵛ (x : X), f x ∂[B; dirac a v] = (B (f a)) v
                        @[simp]
                        theorem MeasureTheory.VectorMeasure.integral_dirac {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {B : E →L[] F →L[] G} [MeasurableSpace X] [MeasurableSingletonClass X] [CompleteSpace G] {a : X} {v : F} :
                        ∫ᵛ (x : X), f x ∂[B; dirac a v] = (B (f a)) v
                        theorem MeasureTheory.VectorMeasure.integral_unique {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ : VectorMeasure X F} {B : E →L[] F →L[] G} [Unique X] [CompleteSpace G] :
                        ∫ᵛ (x : X), f x ∂[B; μ] = (B (f default)) (μ Set.univ)
                        theorem MeasureTheory.VectorMeasure.tendsto_integral_of_L1 {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {ι : Type u_7} (f : XE) (hfi : AEStronglyMeasurable f (μ.transpose B).variation) {F✝ : ιXE} {l : Filter ι} (hFi : ∀ᶠ (i : ι) in l, μ.Integrable (F✝ i) B) (hF : Filter.Tendsto (fun (i : ι) => ∫⁻ (x : X), F✝ i x - f x‖ₑ (μ.transpose B).variation) l (nhds 0)) :
                        Filter.Tendsto (fun (i : ι) => ∫ᵛ (x : X), F✝ i x ∂[B; μ]) l (nhds ∫ᵛ (x : X), f x ∂[B; μ])

                        If F i → f in L1, then ∫ᵛ x, F i x ∂[B; μ] → ∫ᵛ x, f x ∂[B; μ].

                        theorem MeasureTheory.VectorMeasure.tendsto_integral_of_L1' {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {ι : Type u_7} (f : XE) (hfi : AEStronglyMeasurable f (μ.transpose B).variation) {F✝ : ιXE} {l : Filter ι} (hFi : ∀ᶠ (i : ι) in l, μ.Integrable (F✝ i) B) (hF : Filter.Tendsto (fun (i : ι) => eLpNorm (F✝ i - f) 1 (μ.transpose B).variation) l (nhds 0)) :
                        Filter.Tendsto (fun (i : ι) => ∫ᵛ (x : X), F✝ i x ∂[B; μ]) l (nhds ∫ᵛ (x : X), f x ∂[B; μ])

                        If F i → f in L1, then ∫ᵛ x, F i x ∂[B; μ] → ∫ᵛ x, f x ∂[B; μ].

                        theorem MeasureTheory.VectorMeasure.continuousWithinAt_of_dominated {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {Y : Type u_7} [TopologicalSpace Y] [FirstCountableTopology Y] {F✝ : YXE} {x₀ : Y} {bound : X} {s : Set Y} (hF_meas : ∀ᶠ (x : Y) in nhdsWithin x₀ s, AEStronglyMeasurable (F✝ x) (μ.transpose B).variation) (h_bound : ∀ᶠ (x : Y) in nhdsWithin x₀ s, ∀ᵐ (a : X) (μ.transpose B).variation, F✝ x a bound a) (bound_integrable : Integrable bound (μ.transpose B).variation) (h_cont : ∀ᵐ (a : X) (μ.transpose B).variation, ContinuousWithinAt (fun (x : Y) => F✝ x a) s x₀) :
                        ContinuousWithinAt (fun (x : Y) => ∫ᵛ (a : X), F✝ x a ∂[B; μ]) s x₀
                        theorem MeasureTheory.VectorMeasure.continuousAt_of_dominated {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {Y : Type u_7} [TopologicalSpace Y] [FirstCountableTopology Y] {F✝ : YXE} {x₀ : Y} {bound : X} (hF_meas : ∀ᶠ (x : Y) in nhds x₀, AEStronglyMeasurable (F✝ x) (μ.transpose B).variation) (h_bound : ∀ᶠ (x : Y) in nhds x₀, ∀ᵐ (a : X) (μ.transpose B).variation, F✝ x a bound a) (bound_integrable : Integrable bound (μ.transpose B).variation) (h_cont : ∀ᵐ (a : X) (μ.transpose B).variation, ContinuousAt (fun (x : Y) => F✝ x a) x₀) :
                        ContinuousAt (fun (x : Y) => ∫ᵛ (a : X), F✝ x a ∂[B; μ]) x₀
                        theorem MeasureTheory.VectorMeasure.continuousOn_of_dominated {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {Y : Type u_7} [TopologicalSpace Y] [FirstCountableTopology Y] {F✝ : YXE} {bound : X} {s : Set Y} (hF_meas : xs, AEStronglyMeasurable (F✝ x) (μ.transpose B).variation) (h_bound : xs, ∀ᵐ (a : X) (μ.transpose B).variation, F✝ x a bound a) (bound_integrable : Integrable bound (μ.transpose B).variation) (h_cont : ∀ᵐ (a : X) (μ.transpose B).variation, ContinuousOn (fun (x : Y) => F✝ x a) s) :
                        ContinuousOn (fun (x : Y) => ∫ᵛ (a : X), F✝ x a ∂[B; μ]) s
                        theorem MeasureTheory.VectorMeasure.continuous_of_dominated {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {Y : Type u_7} [TopologicalSpace Y] [FirstCountableTopology Y] {F✝ : YXE} {bound : X} (hF_meas : ∀ (x : Y), AEStronglyMeasurable (F✝ x) (μ.transpose B).variation) (h_bound : ∀ (x : Y), ∀ᵐ (a : X) (μ.transpose B).variation, F✝ x a bound a) (bound_integrable : Integrable bound (μ.transpose B).variation) (h_cont : ∀ᵐ (a : X) (μ.transpose B).variation, Continuous fun (x : Y) => F✝ x a) :
                        Continuous fun (x : Y) => ∫ᵛ (a : X), F✝ x a ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.nndist_integral_add_vectorMeasure_le_lintegral {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {f : XE} {μ ν : VectorMeasure X F} {B : E →L[] F →L[] G} (h₁ : μ.Integrable f B) (h₂ : ν.Integrable f B) :
                        (nndist ∫ᵛ (x : X), f x ∂[B; μ] ∫ᵛ (x : X), f x ∂[B; μ + ν]) ∫⁻ (x : X), f x‖ₑ (ν.transpose B).variation
                        theorem MeasureTheory.VectorMeasure.Integrable.map {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {β : Type u_9} [MeasurableSpace β] {φ : Xβ} {f : βE} (hfm : AEStronglyMeasurable f (Measure.map φ (μ.transpose B).variation)) (h : μ.Integrable (f φ) B) :
                        (μ.map φ).Integrable f B
                        theorem MeasureTheory.VectorMeasure.integral_map {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {β : Type u_9} [MeasurableSpace β] {φ : Xβ} ( : Measurable φ) {f : βE} (hfm : AEStronglyMeasurable f (Measure.map φ (μ.transpose B).variation)) (hfi' : μ.Integrable (f φ) B) :
                        ∫ᵛ (y : β), f y ∂[B; μ.map φ] = ∫ᵛ (x : X), f (φ x) ∂[B; μ]
                        theorem MeasurableEmbedding.integrable_map_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : MeasureTheory.VectorMeasure X F} {B : E →L[] F →L[] G} {β : Type u_8} [MeasurableSpace β] {φ : Xβ} ( : MeasurableEmbedding φ) {f : βE} :
                        (μ.map φ).Integrable f B μ.Integrable (f φ) B
                        theorem MeasurableEmbedding.integral_map_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : MeasureTheory.VectorMeasure X F} {B : E →L[] F →L[] G} {β : Type u_8} [MeasurableSpace β] {φ : Xβ} ( : MeasurableEmbedding φ) {f : βE} :
                        ∫ᵛ (y : β), f y ∂[B; μ.map φ] = ∫ᵛ (x : X), f (φ x) ∂[B; μ]
                        theorem Topology.IsClosedEmbedding.integral_map_vectorMeasure {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : MeasureTheory.VectorMeasure X F} {B : E →L[] F →L[] G} {β : Type u_8} [MeasurableSpace β] {φ : Xβ} [TopologicalSpace X] [BorelSpace X] [TopologicalSpace β] [BorelSpace β] ( : IsClosedEmbedding φ) {f : βE} :
                        ∫ᵛ (y : β), f y ∂[B; μ.map φ] = ∫ᵛ (x : X), f (φ x) ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.integral_map_equiv {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {β : Type u_9} [MeasurableSpace β] (e : X ≃ᵐ β) (f : βE) :
                        ∫ᵛ (y : β), f y ∂[B; μ.map e] = ∫ᵛ (x : X), f (e x) ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.tendsto_integral_of_dominated_convergence {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {F✝ : XE} {f : XE} (bound : X) (F_measurable : ∀ (n : ), AEStronglyMeasurable (F✝ n) (μ.transpose B).variation) (bound_integrable : Integrable bound (μ.transpose B).variation) (h_bound : ∀ (n : ), ∀ᵐ (a : X) (μ.transpose B).variation, F✝ n a bound a) (h_lim : ∀ᵐ (a : X) (μ.transpose B).variation, Filter.Tendsto (fun (n : ) => F✝ n a) Filter.atTop (nhds (f a))) :
                        Filter.Tendsto (fun (n : ) => ∫ᵛ (a : X), F✝ n a ∂[B; μ]) Filter.atTop (nhds ∫ᵛ (a : X), f a ∂[B; μ])

                        Lebesgue dominated convergence theorem provides sufficient conditions under which almost everywhere convergence of a sequence of functions implies the convergence of their integrals. We could weaken the condition bound_integrable to require HasFiniteIntegral bound (μ.transpose B).variation instead (i.e. not requiring that bound is measurable), but in all applications proving integrability is easier.

                        theorem MeasureTheory.VectorMeasure.tendsto_integral_filter_of_dominated_convergence {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {l : Filter ι} [l.IsCountablyGenerated] {F✝ : ιXE} {f : XE} (bound : X) (hF_meas : ∀ᶠ (n : ι) in l, AEStronglyMeasurable (F✝ n) (μ.transpose B).variation) (h_bound : ∀ᶠ (n : ι) in l, ∀ᵐ (a : X) (μ.transpose B).variation, F✝ n a bound a) (bound_integrable : Integrable bound (μ.transpose B).variation) (h_lim : ∀ᵐ (a : X) (μ.transpose B).variation, Filter.Tendsto (fun (n : ι) => F✝ n a) l (nhds (f a))) :
                        Filter.Tendsto (fun (n : ι) => ∫ᵛ (a : X), F✝ n a ∂[B; μ]) l (nhds ∫ᵛ (a : X), f a ∂[B; μ])

                        Lebesgue dominated convergence theorem for filters with a countable basis

                        theorem MeasureTheory.VectorMeasure.hasSum_integral_of_dominated_convergence {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} [Countable ι] {F✝ : ιXE} {f : XE} (bound : ιX) (hF_meas : ∀ (n : ι), AEStronglyMeasurable (F✝ n) (μ.transpose B).variation) (h_bound : ∀ (n : ι), ∀ᵐ (a : X) (μ.transpose B).variation, F✝ n a bound n a) (bound_summable : ∀ᵐ (a : X) (μ.transpose B).variation, Summable fun (n : ι) => bound n a) (bound_integrable : Integrable (fun (a : X) => ∑' (n : ι), bound n a) (μ.transpose B).variation) (h_lim : ∀ᵐ (a : X) (μ.transpose B).variation, HasSum (fun (n : ι) => F✝ n a) (f a)) :
                        HasSum (fun (n : ι) => ∫ᵛ (a : X), F✝ n a ∂[B; μ]) ∫ᵛ (a : X), f a ∂[B; μ]

                        Lebesgue dominated convergence theorem for series.

                        theorem MeasureTheory.VectorMeasure.integral_tsum {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} [CompleteSpace E] [Countable ι] {f : ιXE} (hf : ∀ (i : ι), AEStronglyMeasurable (f i) (μ.transpose B).variation) (hf' : ∑' (i : ι), ∫⁻ (a : X), f i a‖ₑ (μ.transpose B).variation ) :
                        ∫ᵛ (a : X), ∑' (i : ι), f i a ∂[B; μ] = ∑' (i : ι), ∫ᵛ (a : X), f i a ∂[B; μ]
                        theorem MeasureTheory.VectorMeasure.tendsto_integral_filter_of_norm_le_const {ι : Type u_1} {X : Type u_2} {E : Type u_4} {F : Type u_5} {G : Type u_6} {mX : MeasurableSpace X} [NormedAddCommGroup E] [NormedSpace E] [NormedAddCommGroup F] [NormedSpace F] [NormedAddCommGroup G] [NormedSpace G] {μ : VectorMeasure X F} {B : E →L[] F →L[] G} {l : Filter ι} [l.IsCountablyGenerated] {F✝ : ιXE} [IsFiniteMeasure (μ.transpose B).variation] {f : XE} (h_meas : ∀ᶠ (n : ι) in l, AEStronglyMeasurable (F✝ n) (μ.transpose B).variation) (h_bound : ∃ (C : ), ∀ᶠ (n : ι) in l, ∀ᵐ (a : X) (μ.transpose B).variation, F✝ n a C) (h_lim : ∀ᵐ (a : X) (μ.transpose B).variation, Filter.Tendsto (fun (n : ι) => F✝ n a) l (nhds (f a))) :
                        Filter.Tendsto (fun (n : ι) => ∫ᵛ (a : X), F✝ n a ∂[B; μ]) l (nhds ∫ᵛ (a : X), f a ∂[B; μ])

                        Corollary of the Lebesgue dominated convergence theorem: If a sequence of functions F n is (eventually) uniformly bounded by a constant and converges (eventually) pointwise to a function f, then the integrals of F n with respect to a vector measure μ with finite variation converge to the integral of f.