Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.VectorMeasure.withDensity

{X : Type u_1} →
  {E : Type u_2} →
    {F : Type u_3} →
      {G : Type u_4} →
        {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) → MeasureTheory.VectorMeasure X G

The vector measure with density f with respect to a vector measure μ, associating to a measurable set the mass ∫ᵛ x in s, f x ∂[B; μ]. If f is not integrable, we use the junk value 0.

Defined in
Mathlib.MeasureTheory.VectorMeasure.WithDensityVec
Cited by
11 results in Mathlib
Foundations
Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

MeasureTheory.VectorMeasure.withDensity_apply · cited by 7VectorMeasure.withDensity…MeasureTheory.VectorMeasure.withDensity_zero_vectorMeasure · cited by 1VectorMeasure.withDensity…MeasureTheory.VectorMeasure.variation_withDensity · cited by 1VectorMeasure.variation_w…MeasureTheory.VectorMeasure.variation_withDensity' · cited by 1VectorMeasure.variation_w…MeasureTheory.VectorMeasure.withDensity_zero · cited by 1VectorMeasure.withDensity…MeasureTheory.VectorMeasure.variation_WithDensity_le · cited by 1VectorMeasure.variation_W…MeasureTheory.VectorMeasure.restrict_withDensity · cited by 0VectorMeasure.restrict_wi…MeasureTheory.Measure.variation_withDensityᵥ · cited by 0Measure.variation_withDen…MeasureTheory.VectorMeasure.withDensity_apply_univ · cited by 0VectorMeasure.withDensity…MeasureTheory.VectorMeasure.withDensity_congr · cited by 0VectorMeasure.withDensity…MeasureTheory.VectorMeasure.withDensity_fun_zero · cited by 0VectorMeasure.withDensity…Set · cited by 53352SetReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceContinuousLinearMap · cited by 5352ContinuousLinearMapMeasurableSet · cited by 3075MeasurableSetMeasureTheory.VectorMeasure · cited by 451MeasureTheory.VectorMeasu…MeasureTheory.VectorMeasure.restrict · cited by 139VectorMeasure.restrictMeasureTheory.VectorMeasure.integral · cited by 126VectorMeasure.integralMeasureTheory.VectorMeasure.Integrable · cited by 63VectorMeasure.IntegrableMeasureTheory.VectorMeasure.setIntegral_eq_zero_of_not_measurableSet · cited by 9VectorMeasure.setIntegral…VectorMeasure.withDensityCITED BYCITES

Cites13

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

Cited by11

Results whose statement or proof uses this declaration.