Theorems · Theorem · measure theory
MeasureTheory.OuterMeasure.trim_binop
∀ {α : Type u_1} [inst : MeasurableSpace α] {m₁ m₂ m₃ : MeasureTheory.OuterMeasure α}
{op : ENNReal → ENNReal → ENNReal},
(∀ (s : Set α), m₁ s = op (m₂ s) (m₃ s)) → ∀ (s : Set α), m₁.trim s = op (m₂.trim s) (m₃.trim s)If m₁ s = op (m₂ s) (m₃ s) for all s, then the same is true for m₁.trim, m₂.trim,
and m₃ s.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetproof · cited by 3,075
- Matrix.vecConsproof · cited by 852
- Matrix.vecEmptyproof · cited by 832
- MeasureTheory.OuterMeasurestatement and proof · cited by 287
- Matrix.cons_val_succproof · cited by 47
- MeasureTheory.OuterMeasure.trimstatement and proof · cited by 40
- MeasureTheory.OuterMeasure.exists_measurable_superset_forall_eq_trimproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.OuterMeasure.trim_opproof · cited by 1
- MeasureTheory.OuterMeasure.trim_supproof · cited by 0
- MeasureTheory.OuterMeasure.trim_addproof · cited by 0