Order structure on vector measures #
This file defines the pointwise order on vector measures, comparison after restriction to a set, and the conversion of nonnegative or nonpositive parts of signed measures to ordinary measures.
Main definitions #
VectorMeasure.instPartialOrderis the pointwise partial order on vector measures.v ≤[i] wmeans thatv.restrict i ≤ w.restrict i.SignedMeasure.toMeasureOfZeroLEandSignedMeasure.toMeasureOfLEZeroturn positive and negative restrictions of signed measures into ordinary measures.
Notation #
v ≤[i] wmeans that the vector measurevrestricted on the setiis less than or equal to the vector measurewrestricted oni, i.e.v.restrict i ≤ w.restrict i.
Vector measures over a partially ordered monoid is partially ordered.
This definition is consistent with Measure.instPartialOrder.
Equations
- One or more equations did not get rendered due to their size.
v ≤[i] w is notation for v.restrict i ≤ w.restrict i.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The underlying function for SignedMeasure.toMeasureOfZeroLE.
Equations
- s.toMeasureOfZeroLE' i hi j hj = ↑(NNReal.mk ((MeasureTheory.VectorMeasure.restrict s i) j) ⋯)
Instances For
Given a signed measure s and a positive measurable set i, toMeasureOfZeroLE
provides the measure, mapping measurable sets j to s (i ∩ j).
Equations
- s.toMeasureOfZeroLE i hi₁ hi₂ = MeasureTheory.Measure.ofMeasurable (s.toMeasureOfZeroLE' i hi₂) ⋯ ⋯
Instances For
Given a signed measure s and a negative measurable set i, toMeasureOfLEZero
provides the measure, mapping measurable sets j to -s (i ∩ j).
Equations
- s.toMeasureOfLEZero i hi₁ hi₂ = (-s).toMeasureOfZeroLE i hi₁ ⋯
Instances For
SignedMeasure.toMeasureOfZeroLE is a finite measure.
SignedMeasure.toMeasureOfLEZero is a finite measure.