Mathlib Map

Theorems · Theorem · measure theory

Monotone.measure_iUnion

∀ {α : Type u_1} {ι : Type u_5} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : Preorder ι]
  [IsDirectedOrder ι] [Filter.atTop.IsCountablyGenerated] {s : ι → Set α}, Monotone s → μ (⋃ i, s i) = ⨆ i, μ (s i)

Continuity from below: the measure of the union of a monotone family of sets is equal to the supremum of their measures. The theorem assumes that the atTop filter on the index set is countably generated, so it works for a family indexed by a countable type, as well as .

Defined in
Mathlib.MeasureTheory.Measure.MeasureSpace
Cited by
10 results in Mathlib
Foundations
Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderIsDirectedOrderFilter.IsCountablyGenerated

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.lintegral_iSup · cited by 16MeasureTheory.lintegral_i…MeasureTheory.tendsto_measure_iUnion_atTop · cited by 10MeasureTheory.tendsto_mea…MeasureTheory.Measure.InnerRegularWRT.of_pseudoMetrizableSpace · cited by 2InnerRegularWRT.of_pseudo…ProbabilityTheory.exists_integrable_exp_sq_of_map_rotation_eq_self_of_isProbabilityMeasure · cited by 1ProbabilityTheory.exists_…MeasureTheory.measure_iUnion_eq_iSup_accumulate · cited by 1MeasureTheory.measure_iUn…MeasureTheory.Measure.InnerRegularWRT.of_restrict · cited by 0InnerRegularWRT.of_restri…MeasureTheory.Measure.InnerRegularWRT.of_sigmaFinite · cited by 0InnerRegularWRT.of_sigmaF…Antitone.measure_iUnion · cited by 0Antitone.measure_iUnionMeasureTheory.Measure.InnerRegularWRT.isCompact_isClosed · cited by 0InnerRegularWRT.isCompact…MeasureTheory.Measure.OuterRegular.ext_isOpen_isBounded · cited by 0OuterRegular.ext_isOpen_i…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealPreorder · cited by 7952PreorderFilter.Tendsto · cited by 3814Filter.TendstoSet.iUnion · cited by 2483Set.iUnioniSup · cited by 2415iSupFilter.atTop · cited by 2405Filter.atTopMonotone · cited by 1397MonotoneIsEmpty · cited by 759IsEmptyMeasureTheory.measure_mono · cited by 338MeasureTheory.measure_monoIsDirectedOrder · cited by 316IsDirectedOrderisEmpty_or_nonempty · cited by 269isEmpty_or_nonemptyMonotone.measure_iUnionCITED BYCITES

Cites26

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.