Theorems · Theorem · measure theory
MeasureTheory.UnifTight.sub
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_3} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
[inst : NormedAddCommGroup β] {f g : ι → α → β} {p : ENNReal},
MeasureTheory.UnifTight f p μ →
MeasureTheory.UnifTight g p μ →
(∀ (i : ι), MeasureTheory.AEStronglyMeasurable (f i) μ) →
(∀ (i : ι), MeasureTheory.AEStronglyMeasurable (g i) μ) → MeasureTheory.UnifTight (f - g) p μ- Defined in
- Mathlib.MeasureTheory.Function.UnifTight
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 220 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- sub_eq_add_negproof · cited by 1,023
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- MeasureTheory.UnifTightstatement and proof · cited by 15
- MeasureTheory.AEStronglyMeasurable.negproof · cited by 11
- MeasureTheory.UnifTight.addproof · cited by 1
- MeasureTheory.UnifTight.negproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.