Documentation

ZPM.MeasureTheory.ChoquetCapacity.Def

Choquet capacity: definition and instance on finite Borel measures #

Defines the compact capacity functional and the bundled IsChoquetCapacity structure. Proves that every finite Borel measure on a Polish space is a Choquet capacity.

noncomputable def MeasureTheory.compactCap {α : Type u_1} [TopologicalSpace α] [MeasurableSpace α] (μ : Measure α) (s : Set α) :

Compact capacity of a set s relative to a measure μ: the supremum of μ K over compact subsets K ⊆ s. The inner-regularity functional whose equality with μ s characterises measurability for analytic sets.

Equations
Instances For
    theorem MeasureTheory.compactCap_mono {α : Type u_1} [TopologicalSpace α] [MeasurableSpace α] {μ : Measure α} {s t : Set α} (hst : s t) :

    Compact capacity is monotone in its set argument.

    structure MeasureTheory.IsChoquetCapacity {α : Type u_1} [TopologicalSpace α] (cap : Set αENNReal) :

    Bundled record of the three Choquet capacity axioms: monotonicity, sequential continuity from below along increasing unions, and sequential continuity from above along decreasing intersections of closed sets. The third axiom distinguishes a capacity from a general outer measure.

    Instances For

      Every finite Borel measure on a Polish space is a Choquet capacity.