Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.SimpleFunc.integral

{α : Type u_1} →
  {F : Type u_3} →
    [inst : NormedAddCommGroup F] →
      [NormedSpace ℝ F] → {x : MeasurableSpace α} → MeasureTheory.Measure α → MeasureTheory.SimpleFunc α F → F

Bochner integral of simple functions whose codomain is a real NormedSpace. This is equal to ∑ x ∈ f.range, μ.real (f ⁻¹' {x}) • x (see integral_eq).

Defined in
Mathlib.MeasureTheory.Integral.Bochner.L1
Cited by
35 results in Mathlib
Foundations
Depth 172 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.L1.SimpleFunc.integral · cited by 12SimpleFunc.integralMeasureTheory.integral_mono_measure · cited by 5MeasureTheory.integral_mo…MeasureTheory.SimpleFunc.integral_congr · cited by 4SimpleFunc.integral_congrMeasureTheory.SimpleFunc.integral_eq · cited by 4SimpleFunc.integral_eqMeasureTheory.SimpleFunc.integral_eq_integral · cited by 4SimpleFunc.integral_eq_in…MeasureTheory.SimpleFunc.integral_eq_sum_of_subset · cited by 3SimpleFunc.integral_eq_su…MeasureTheory.SimpleFunc.map_integral · cited by 3SimpleFunc.map_integralMeasureTheory.L1.SimpleFunc.integral_L1_eq_integral · cited by 3SimpleFunc.integral_L1_eq…MeasureTheory.SimpleFunc.integral_eq_sum_filter · cited by 2SimpleFunc.integral_eq_su…MeasureTheory.SimpleFunc.integral_sub · cited by 2SimpleFunc.integral_subMeasureTheory.tendsto_integral_approxOn_of_measurable · cited by 2MeasureTheory.tendsto_int…MeasureTheory.tendsto_integral_approxOn_of_measurable_of_range_subset · cited by 2MeasureTheory.tendsto_int…MeasureTheory.SimpleFunc.hasBoxIntegral · cited by 2SimpleFunc.hasBoxIntegralMeasureTheory.IntegrableOn.hasBoxIntegral · cited by 2IntegrableOn.hasBoxIntegr…MeasureTheory.L1.SimpleFunc.norm_eq_integral · cited by 2SimpleFunc.norm_eq_integr…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.SimpleFunc · cited by 411MeasureTheory.SimpleFuncMeasureTheory.SimpleFunc.setToSimpleFunc · cited by 40SimpleFunc.setToSimpleFuncMeasureTheory.weightedSMul · cited by 31MeasureTheory.weightedSMulSimpleFunc.integralCITED BYCITES

Cites8

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

Cited by36

Results whose statement or proof uses this declaration.