Theorems · Theorem · measure theory
MeasureTheory.VectorMeasure.exists_lt_sum_of_lt_variation
∀ {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 →
∀ {a : ENNReal},
a < μ.variation s →
∃ P, (∀ t ∈ P, t ⊆ s) ∧ (↑P).PairwiseDisjoint id ∧ (∀ t ∈ P, MeasurableSet t) ∧ a < ∑ p ∈ P, ‖μ p‖ₑMeasure version of preVariation.exists_Finpartition_sum_gt.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- MeasurableSetstatement and proof · cited by 3,075
- T2Spacestatement and proof · cited by 1,351
- Finset.mapproof · cited by 747
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.SignedMeasure.exists_subset_lt_enorm_apply_of_lt_variationproof · cited by 1