Theorems · Theorem · measure theory
RealRMK.measure_le_of_isCompact_of_integral
∀ {X : Type u_1} [inst : TopologicalSpace X] [T2Space X] [inst_2 : MeasurableSpace X] [BorelSpace X]
{μ ν : MeasureTheory.Measure X} [LocallyCompactSpace X] [ν.OuterRegular] [MeasureTheory.IsFiniteMeasureOnCompacts ν]
[MeasureTheory.IsFiniteMeasureOnCompacts μ],
(∀ (f : CompactlySupportedContinuousMap X ℝ), ∫ (x : X), f x ∂μ ≤ ∫ (x : X), f x ∂ν) →
∀ ⦃K : Set X⦄, IsCompact K → μ K ≤ ν KNote: the assumption IsFiniteMeasureOnCompacts μ cannot be removed. For example, if
μ is infinite on any nonempty set and ν = 0, then the hypotheses are satisfied.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 259 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites57
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Top.topproof · cited by 9,680
- NNRealproof · cited by 4,310
- ContinuousMapproof · cited by 2,491
- IsOpenproof · cited by 2,400
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.ext_of_integral_eq_on_compactlySupportedproof · cited by 3