Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.integral_nonneg_of_ae

∀ {α : Type u_1} {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {m : MeasurableSpace α}
  {μ : MeasureTheory.Measure α} [inst_2 : PartialOrder E] [IsOrderedAddMonoid E] [IsOrderedModule ℝ E]
  [ClosedIciTopology E] {f : α → E}, 0 ≤ᵐ[μ] f → 0 ≤ ∫ (x : α), f x ∂μ

The integral of a function which is nonnegative almost everywhere is nonnegative.

Defined in
Mathlib.MeasureTheory.Integral.Bochner.Basic
Cited by
17 results in Mathlib
Foundations
Depth 252 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpacePartialOrderIsOrderedAddMonoidIsOrderedModuleClosedIciTopology

Around this declaration

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

MeasureTheory.integral_nonneg · cited by 52MeasureTheory.integral_no…MeasureTheory.norm_integral_le_integral_norm · cited by 25MeasureTheory.norm_integr…MeasureTheory.integral_mono_of_nonneg · cited by 16MeasureTheory.integral_mo…MeasureTheory.integral_mono_ae · cited by 15MeasureTheory.integral_mo…MeasureTheory.setIntegral_nonneg_of_ae_restrict · cited by 5MeasureTheory.setIntegral…MeasureTheory.Integrable.integral_comp · cited by 4Integrable.integral_compMeasureTheory.Integrable.integral_compProd · cited by 4Integrable.integral_compP…MeasureTheory.integral_nonpos_of_ae · cited by 3MeasureTheory.integral_no…MeasureTheory.integral_pos_iff_support_of_nonneg_ae · cited by 3MeasureTheory.integral_po…AntitoneOn.tsum_comp_add_le_integral · cited by 2AntitoneOn.tsum_comp_add_…intervalIntegral.integral_pos_iff_support_of_nonneg_ae' · cited by 2intervalIntegral.integral…MeasureTheory.Integrable.norm_integral_condKernel · cited by 2Integrable.norm_integral_…MeasureTheory.lintegral_comp_eq_lintegral_meas_le_mul_of_measurable · cited by 1MeasureTheory.lintegral_c…MeasureTheory.mul_meas_ge_le_integral_of_nonneg · cited by 1MeasureTheory.mul_meas_ge…ProbabilityTheory.variance_le_sub_mul_sub · cited by 1ProbabilityTheory.varianc…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureTop.top · cited by 9680Top.topPartialOrder · cited by 6410PartialOrderMeasurableSet · cited by 3075MeasurableSetMeasureTheory.ae · cited by 2352MeasureTheory.aeMeasureTheory.integral · cited by 1779MeasureTheory.integralIsOrderedAddMonoid · cited by 1659IsOrderedAddMonoidFilter.EventuallyLE · cited by 383Filter.EventuallyLEIsOrderedModule · cited by 156IsOrderedModuleMeasureTheory.integral_nonneg…CITED BYCITES

Cites20

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

Cited by17

Results whose statement or proof uses this declaration.