Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.setIntegral_mono_set

∀ {X : Type u_1} {E : Type u_3} {mX : MeasurableSpace X} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
  [inst_2 : PartialOrder E] [IsOrderedAddMonoid E] [IsOrderedModule ℝ E] {μ : MeasureTheory.Measure X} {f : X → E}
  {s t : Set X} [OrderClosedTopology E],
  MeasureTheory.IntegrableOn f t μ → 0 ≤ᵐ[μ.restrict t] f → s ≤ᵐ[μ] t → ∫ (x : X) in s, f x ∂μ ≤ ∫ (x : X) in t, f x ∂μ
Defined in
Mathlib.MeasureTheory.Integral.Bochner.Set
Cited by
10 results in Mathlib
Foundations
Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpacePartialOrderIsOrderedAddMonoidIsOrderedModuleOrderClosedTopology

Around this declaration

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

AntitoneOn.sum_Ico_le_integral · cited by 3AntitoneOn.sum_Ico_le_int…MeasureTheory.tendsto_limUnder_of_hasDerivAt_of_integrableOn_Ioi · cited by 2MeasureTheory.tendsto_lim…tendsto_setIntegral_peak_smul_of_integrableOn_of_tendsto_aux · cited by 1tendsto_setIntegral_peak_…tendsto_setIntegral_pow_smul_of_unique_maximum_of_isCompact_of_measure_nhdsWithin_pos · cited by 1tendsto_setIntegral_pow_s…intervalIntegral_pow_mul_exp_neg_le · cited by 1intervalIntegral_pow_mul_…not_integrableOn_of_tendsto_norm_atTop_of_deriv_isBigO_filter_aux · cited by 1not_integrableOn_of_tends…Real.le_integral_rpowIntegrand₀₁_one · cited by 1Real.le_integral_rpowInte…intervalIntegral.integral_mono_interval · cited by 1intervalIntegral.integral…MeasureTheory.Measure.setIntegral_toReal_rnDeriv_le · cited by 0Measure.setIntegral_toRea…intervalIntegral.abs_integral_mono_interval · cited by 0intervalIntegral.abs_inte…Set · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasurePartialOrder · cited by 6410PartialOrderMeasureTheory.ae · cited by 2352MeasureTheory.aeMeasureTheory.integral · cited by 1779MeasureTheory.integralIsOrderedAddMonoid · cited by 1659IsOrderedAddMonoidMeasureTheory.Measure.restrict · cited by 1646Measure.restrictMeasureTheory.IntegrableOn · cited by 548MeasureTheory.IntegrableOnOrderClosedTopology · cited by 445OrderClosedTopologyFilter.EventuallyLE · cited by 383Filter.EventuallyLEIsOrderedModule · cited by 156IsOrderedModuleMeasureTheory.setIntegral_mon…CITED BYCITES

Cites17

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

Cited by10

Results whose statement or proof uses this declaration.