Documentation

Mathlib.MeasureTheory.VectorMeasure.Variation.SignedMeasure

Equivalence of variation definitions for signed measures #

For a SignedMeasure, two definitions of variation are available:

In this file the two notions are shown to coincide.

Main results #

The pointwise bound ‖s i‖ ≤ s.totalVariation.real i for any signed measure.

The pointwise bound ‖s i‖ₑ ≤ s.totalVariation i for any signed measure.

The Hahn–Jordan-based totalVariation agrees with the supremum-based variation.