Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.VectorMeasure.integral

{X : Type u_2} →
  {E : Type u_4} →
    {F : Type u_5} →
      {G : Type u_6} →
        {mX : MeasurableSpace X} →
          [inst : NormedAddCommGroup E] →
            [inst_1 : NormedSpace ℝ E] →
              [inst_2 : NormedAddCommGroup F] →
                [inst_3 : NormedSpace ℝ F] →
                  [inst_4 : NormedAddCommGroup G] →
                    [inst_5 : NormedSpace ℝ G] → MeasureTheory.VectorMeasure X F → (X → E) → (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 ∂<•μ.

Defined in
Mathlib.MeasureTheory.VectorMeasure.Integral
Cited by
126 results in Mathlib
Foundations
Depth 241 from the axioms, rests on 6,488 definitions · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.VectorMeasure.integral_congr_ae · cited by 11VectorMeasure.integral_co…MeasureTheory.VectorMeasure.integral_zero_vectorMeasure · cited by 11VectorMeasure.integral_ze…MeasureTheory.VectorMeasure.withDensity · cited by 11VectorMeasure.withDensityMeasureTheory.VectorMeasure.setIntegral_eq_zero_of_not_measurableSet · cited by 9VectorMeasure.setIntegral…MeasureTheory.VectorMeasure.integral_indicator · cited by 7VectorMeasure.integral_in…MeasureTheory.VectorMeasure.integral_undef · cited by 7VectorMeasure.integral_un…MeasureTheory.VectorMeasure.withDensity_apply · cited by 7VectorMeasure.withDensity…MeasureTheory.VectorMeasure.enorm_integral_le_lintegral_enorm · cited by 6VectorMeasure.enorm_integ…MeasureTheory.VectorMeasure.integral_zero · cited by 6VectorMeasure.integral_ze…MeasureTheory.VectorMeasure.integral_add_vectorMeasure · cited by 5VectorMeasure.integral_ad…MeasureTheory.VectorMeasure.integral_const · cited by 5VectorMeasure.integral_co…MeasureTheory.VectorMeasure.integral_fun_add · cited by 4VectorMeasure.integral_fu…MeasureTheory.VectorMeasure.norm_integral_le_lintegral_norm · cited by 3VectorMeasure.norm_integr…MeasureTheory.VectorMeasure.setIntegral_congr_ae · cited by 3VectorMeasure.setIntegral…MeasureTheory.VectorMeasure.setIntegral_const · cited by 3VectorMeasure.setIntegral…DFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceContinuousLinearMap · cited by 5352ContinuousLinearMapMeasureTheory.VectorMeasure · cited by 451MeasureTheory.VectorMeasu…MeasureTheory.VectorMeasure.variation · cited by 125VectorMeasure.variationMeasureTheory.setToFun · cited by 77MeasureTheory.setToFunMeasureTheory.VectorMeasure.transpose · cited by 43VectorMeasure.transposeMeasureTheory.dominatedFinMeasAdditive_cbmApplyMeasure · cited by 31MeasureTheory.dominatedFi…VectorMeasure.integralCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by127

Results whose statement or proof uses this declaration.