Documentation

Mathlib.MeasureTheory.Measure.Tight

Tight sets of measures #

A set of measures is tight if for all 0 < ε, there exists a compact set K such that for all measures in the set, the complement of K has measure at most ε.

Main definitions #

Main statements #

A set of measures S is tight if for all 0 < ε, there exists a compact set K such that for all μ ∈ S, μ Kᶜ ≤ ε. This is formulated in terms of filters, and proven equivalent to the definition above in IsTightMeasureSet_iff_exists_isCompact_measure_compl_le.

Equations
Instances For
    theorem MeasureTheory.IsTightMeasureSet_iff_exists_isCompact_measure_compl_le {α : Type u_1} [TopologicalSpace α] {mα : MeasurableSpace α} {S : Set (Measure α)} :
    IsTightMeasureSet S ∀ (ε : ENNReal), 0 < ε∃ (K : Set α), IsCompact K μS, μ K ε

    A set of measures S is tight if for all 0 < ε, there exists a compact set K such that for all μ ∈ S, μ Kᶜ ≤ ε.

    Finite measures that are inner regular with respect to closed compact sets are tight.

    Inner regular finite measures on T2 spaces are tight.

    In a compact space, every set of measures is tight.