Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.VectorMeasure.restrict_le_restrict_iff

∀ {α : Type u_1} {m : MeasurableSpace α} {M : Type u_3} [inst : TopologicalSpace M] [inst_1 : AddCommMonoid M]
  [inst_2 : PartialOrder M] (v w : MeasureTheory.VectorMeasure α M) {i : Set α},
  MeasurableSet i → (v.restrict i ≤ w.restrict i ↔ ∀ ⦃j : Set α⦄, MeasurableSet j → j ⊆ i → v j ≤ w j)
Defined in
Mathlib.MeasureTheory.VectorMeasure.Basic
Cited by
12 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceAddCommMonoidPartialOrder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.VectorMeasure.nonneg_of_zero_le_restrict · cited by 9VectorMeasure.nonneg_of_z…MeasureTheory.VectorMeasure.zero_le_restrict_subset · cited by 8VectorMeasure.zero_le_res…MeasureTheory.VectorMeasure.restrict_le_restrict_of_subset_le · cited by 6VectorMeasure.restrict_le…MeasureTheory.SignedMeasure.of_sdiff_eq_zero_of_symmDiff_eq_zero_positive · cited by 3SignedMeasure.of_sdiff_eq…MeasureTheory.VectorMeasure.restrict_le_restrict_iUnion · cited by 3VectorMeasure.restrict_le…MeasureTheory.VectorMeasure.restrict_le_zero_subset · cited by 2VectorMeasure.restrict_le…MeasureTheory.VectorMeasure.nonpos_of_restrict_le_zero · cited by 2VectorMeasure.nonpos_of_r…MeasureTheory.SignedMeasure.exists_compl_positive_negative · cited by 2SignedMeasure.exists_comp…MeasureTheory.SignedMeasure.of_symmDiff_compl_positive_negative · cited by 1SignedMeasure.of_symmDiff…MeasureTheory.SignedMeasure.exists_subset_restrict_nonpos · cited by 1SignedMeasure.exists_subs…MeasureTheory.VectorMeasure.subset_le_of_restrict_le_restrict · cited by 1VectorMeasure.subset_le_o…MeasureTheory.VectorMeasure.exists_pos_measure_of_not_restrict_le_zero · cited by 0VectorMeasure.exists_pos_…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceMeasurableSpace · cited by 13106MeasurableSpaceAddCommMonoid · cited by 12281AddCommMonoidPartialOrder · cited by 6410PartialOrderMeasurableSet · cited by 3075MeasurableSetMeasureTheory.VectorMeasure · cited by 451MeasureTheory.VectorMeasu…Set.inter_subset_right · cited by 329Set.inter_subset_rightMeasurableSet.inter · cited by 167MeasurableSet.interMeasureTheory.VectorMeasure.restrict · cited by 139VectorMeasure.restrictMeasureTheory.VectorMeasure.restrict_apply · cited by 26VectorMeasure.restrict_ap…MeasureTheory.VectorMeasure.le_iff · cited by 2VectorMeasure.le_iffMeasureTheory.VectorMeasure.restrict_eq_self · cited by 2VectorMeasure.restrict_eq…VectorMeasure.restrict_le_res…CITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.