Basic API for vector measures #
This file develops the basic consequences of countable additivity for vector measures, equips vector measures with their natural algebraic structures, and defines Dirac vector measures.
Main definitions #
VectorMeasure.of_disjoint_iUnionevaluates a vector measure on a disjoint countable union.- The additive, scalar, and module structures on vector measures are defined pointwise.
VectorMeasure.diracis a Dirac vector measure.
Alias of DFunLike.coe_injective.
Alias of DFunLike.ext_iff.
Alias of MeasureTheory.VectorMeasure.of_sdiff.
Alias of MeasureTheory.VectorMeasure.of_sdiff_of_sdiff_eq_zero.
If two vector measures give the same mass to the whole space and coincide on a generating π-system, then they coincide.
Given a scalar r and a vector measure v, smul r v is the vector measure corresponding to
the set function s : Set α => r • (v s).
Equations
- MeasureTheory.VectorMeasure.smul r v = { measureOf' := r • ⇑v, empty' := ⋯, not_measurable' := ⋯, m_iUnion' := ⋯ }
Instances For
Equations
Alias of FunLike.coe_smul.
Alias of smul_apply.
Equations
- MeasureTheory.VectorMeasure.instInhabited = { default := 0 }
Alias of FunLike.coe_zero.
Alias of zero_apply.
The sum of two vector measure is a vector measure.
Instances For
Equations
Alias of FunLike.coe_add.
Equations
- One or more equations did not get rendered due to their size.
Alias of FunLike.coeAddMonoidHom.
Instances For
Alias of FunLike.coeAddMonoidHom_apply.
Alias of FunLike.coe_sum.
The negative of a vector measure is a vector measure.
Instances For
Equations
Alias of FunLike.coe_neg.
The difference of two vector measure is a vector measure.
Instances For
Equations
Alias of FunLike.coe_sub.
Equations
- One or more equations did not get rendered due to their size.
Equations
- MeasureTheory.VectorMeasure.instDistribMulAction = { toSMul := MeasureTheory.VectorMeasure.instSMul, mul_smul := ⋯, one_smul := ⋯, smul_zero := ⋯, smul_add := ⋯ }
Equations
- MeasureTheory.VectorMeasure.instModule = { toDistribMulAction := MeasureTheory.VectorMeasure.instDistribMulAction, add_smul := ⋯, zero_smul := ⋯ }
The Dirac vector measure with mass v at a point x. It gives mass v to measurable sets
containing x, and 0 otherwise.