Theorems · Theorem · measure theory
MeasureTheory.VectorMeasure.exists_variation_le_add
∀ {X : Type u_1} {V : Type u_2} {mX : MeasurableSpace X} [inst : TopologicalSpace V] [inst_1 : ENormedAddCommMonoid V]
[inst_2 : T2Space V] (μ : MeasureTheory.VectorMeasure X V) {s : Set X},
MeasurableSet s →
∀ {ε : NNReal},
0 < ε →
μ.variation s ≠ ⊤ →
∃ P,
(∀ t ∈ P, t ⊆ s) ∧
(↑P).PairwiseDisjoint id ∧ (∀ t ∈ P, MeasurableSet t) ∧ μ.variation s ≤ ∑ p ∈ P, ‖μ p‖ₑ + ↑εMeasure version of preVariation.exists_Finpartition_sum_ge.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- SetLike.coestatement · cited by 8,199
- Finset.sumstatement · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- MeasurableSetstatement and proof · cited by 3,075
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.