Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.integral_def

∀ {α : Type u_6} {G : Type u_7} [inst : NormedAddCommGroup G] [inst_1 : NormedSpace ℝ G] {x : MeasurableSpace α}
  (μ : MeasureTheory.Measure α) (f : α → G),
  MeasureTheory.integral μ f =
    if x_1 : CompleteSpace G then
      if hf : MeasureTheory.Integrable f μ then MeasureTheory.L1.integral (MeasureTheory.Integrable.toL1 f hf) else 0
    else 0
Defined in
Mathlib.MeasureTheory.Integral.Bochner.Basic
Cited by
41 results in Mathlib
Foundations
Depth 250 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

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

MeasureTheory.integral_eq_setToFun · cited by 31MeasureTheory.integral_eq…MeasureTheory.integral_prod · cited by 9MeasureTheory.integral_pr…MeasureTheory.integral_trim · cited by 6MeasureTheory.integral_tr…MeasureTheory.setIntegral_mono_ae_restrict · cited by 6MeasureTheory.setIntegral…ContinuousLinearEquiv.integral_comp_comm · cited by 5ContinuousLinearEquiv.int…MeasureTheory.integral_mono_measure · cited by 5MeasureTheory.integral_mo…ContinuousLinearMap.integral_apply · cited by 5ContinuousLinearMap.integ…intervalIntegral.integral_deriv_smul_comp''' · cited by 4intervalIntegral.integral…VectorFourier.contDiff_fourierIntegral · cited by 4VectorFourier.contDiff_fo…ProbabilityTheory.integral_compProd · cited by 4ProbabilityTheory.integra…integral_withDensity_eq_integral_smul · cited by 4integral_withDensity_eq_i…MeasureTheory.integral_tsum · cited by 3MeasureTheory.integral_ts…fst_integral · cited by 3fst_integralProbabilityTheory.IndepFun.integral_fun_comp_smul_comp · cited by 3IndepFun.integral_fun_com…MeasureTheory.integral_bilinear_hasDerivAt_right_eq_neg_left_of_integrable · cited by 3MeasureTheory.integral_bi…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureCompleteSpace · cited by 2532CompleteSpaceMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Integrable · cited by 1367MeasureTheory.IntegrableMeasureTheory.Integrable.toL1 · cited by 58Integrable.toL1MeasureTheory.L1.integral · cited by 27L1.integralMeasureTheory.integral_defCITED BYCITES

Cites10

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

Cited by41

Results whose statement or proof uses this declaration.