Mathlib Map

Theorems · Definition · real analysis

BoxIntegral.integral

{ι : Type u} →
  {E : Type v} →
    {F : Type w} →
      [inst : NormedAddCommGroup E] →
        [inst_1 : NormedSpace ℝ E] →
          [inst_2 : NormedAddCommGroup F] →
            [inst_3 : NormedSpace ℝ F] →
              [Fintype ι] →
                BoxIntegral.Box ι →
                  BoxIntegral.IntegrationParams → ((ι → ℝ) → E) → BoxIntegral.BoxAdditiveMap ι (E →L[ℝ] F) ⊤ → F

The integral of a function f over a box I along a filter l w.r.t. a volume vol. Returns zero on non-integrable functions.

Defined in
Mathlib.Analysis.BoxIntegral.Basic
Cited by
25 results in Mathlib
Foundations
Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceFintype

Around this declaration

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

BoxIntegral.Integrable.hasIntegral · cited by 14Integrable.hasIntegralBoxIntegral.HasIntegral.integral_eq · cited by 8HasIntegral.integral_eqBoxIntegral.Integrable.dist_integralSum_le_of_memBaseSet · cited by 2Integrable.dist_integralS…BoxIntegral.Integrable.toBoxAdditive · cited by 2Integrable.toBoxAdditiveMeasureTheory.IntegrableOn.hasBoxIntegral · cited by 2IntegrableOn.hasBoxIntegr…BoxIntegral.Integrable.dist_integralSum_integral_le_of_memBaseSet · cited by 2Integrable.dist_integralS…BoxIntegral.integral_const · cited by 2BoxIntegral.integral_constBoxIntegral.Integrable.dist_integralSum_sum_integral_le_of_memBaseSet_of_iUnion_eq · cited by 2Integrable.dist_integralS…BoxIntegral.integral_sub · cited by 2BoxIntegral.integral_subBoxIntegral.norm_integral_le_of_le_const · cited by 2BoxIntegral.norm_integral…BoxIntegral.norm_volume_sub_integral_face_upper_sub_lower_smul_le · cited by 1BoxIntegral.norm_volume_s…BoxIntegral.hasIntegral_GP_pderiv · cited by 1BoxIntegral.hasIntegral_G…BoxIntegral.Integrable.dist_integralSum_sum_integral_le_of_memBaseSet · cited by 1Integrable.dist_integralS…BoxIntegral.integral_nonneg · cited by 1BoxIntegral.integral_nonn…BoxIntegral.integral_zero · cited by 1BoxIntegral.integral_zeroReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceTop.top · cited by 9680Top.topFintype · cited by 7736FintypeContinuousLinearMap · cited by 5352ContinuousLinearMapWithTop · cited by 3754WithTopBoxIntegral.Box · cited by 464BoxIntegral.BoxBoxIntegral.IntegrationParams · cited by 101BoxIntegral.IntegrationPa…BoxIntegral.BoxAdditiveMap · cited by 92BoxIntegral.BoxAdditiveMapBoxIntegral.Integrable · cited by 40BoxIntegral.IntegrableBoxIntegral.integralCITED BYCITES

Cites12

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

Cited by26

Results whose statement or proof uses this declaration.