Theorems · Theorem · measure theory
MeasureTheory.measure_le_eq_lt
∀ {E : Type u_1} [inst : AddCommGroup E] [inst_1 : Module ℝ E] [FiniteDimensional ℝ E] [mE : MeasurableSpace E]
[tE : TopologicalSpace E] [IsTopologicalAddGroup E] [BorelSpace E] [T2Space E] [ContinuousSMul ℝ E]
(μ : MeasureTheory.Measure E) [μ.IsAddHaarMeasure] {g : E → ℝ},
g 0 = 0 →
(∀ (x : E), g (-x) = g x) →
(∀ (x y : E), g (x + y) ≤ g x + g y) →
(∀ {x : E}, g x = 0 → x = 0) →
(∀ (r : ℝ) (x : E), g (r • x) ≤ |r| * g x) → ∀ [Nontrivial E] (r : ℝ), μ {x | g x ≤ r} = μ {x | g x < r}- Cited by
- 3 results in Mathlib
- Foundations
- Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
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
- Modulestatement and proof · cited by 20,661
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- AddCommGroupstatement and proof · cited by 12,871
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
Cited by3
Results whose statement or proof uses this declaration.
- NumberField.mixedEmbedding.convexBodySum_volumeproof · cited by 1
- MeasureTheory.volume_sum_rpow_leproof · cited by 0
- Complex.volume_sum_rpow_leproof · cited by 0