Mathlib Map

Theorems · Definition · real analysis

BoxIntegral.integralSum

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

The integral sum of f : ℝⁿ → E over a tagged prepartition π w.r.t. box-additive volume vol with codomain E →L[ℝ] F is the sum of vol J (f (π.tag J)) over all boxes of π.

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

Around this declaration

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

BoxIntegral.HasIntegral · cited by 30BoxIntegral.HasIntegralBoxIntegral.hasIntegral_iff · cited by 5BoxIntegral.hasIntegral_i…BoxIntegral.HasIntegral.of_bRiemann_eq_false_of_forall_isLittleO · cited by 2HasIntegral.of_bRiemann_e…BoxIntegral.HasIntegral.of_mul · cited by 2HasIntegral.of_mulBoxIntegral.Integrable.dist_integralSum_integral_le_of_memBaseSet · cited by 2Integrable.dist_integralS…BoxIntegral.Integrable.dist_integralSum_le_of_memBaseSet · cited by 2Integrable.dist_integralS…BoxIntegral.Integrable.dist_integralSum_sum_integral_le_of_memBaseSet_of_iUnion_eq · cited by 2Integrable.dist_integralS…BoxIntegral.Integrable.to_subbox_aux · cited by 2Integrable.to_subbox_auxBoxIntegral.integrable_of_bounded_and_ae_continuousWithinAt · cited by 2BoxIntegral.integrable_of…MeasureTheory.IntegrableOn.hasBoxIntegral · cited by 2IntegrableOn.hasBoxIntegr…BoxIntegral.HasIntegral.of_aeEq_zero · cited by 1HasIntegral.of_aeEq_zeroBoxIntegral.Integrable.cauchy_map_integralSum_toFilteriUnion · cited by 1Integrable.cauchy_map_int…BoxIntegral.Integrable.dist_integralSum_sum_integral_le_of_memBaseSet · cited by 1Integrable.dist_integralS…BoxIntegral.Integrable.tendsto_integralSum_sum_integral · cited by 1Integrable.tendsto_integr…BoxIntegral.Integrable.tendsto_integralSum_toFilter_prod_self_inf_iUnion_eq_uniformity · cited by 1Integrable.tendsto_integr…DFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceTop.top · cited by 9680Top.topContinuousLinearMap · cited by 5352ContinuousLinearMapFinset.sum · cited by 5195Finset.sumWithTop · cited by 3754WithTopBoxIntegral.Box · cited by 464BoxIntegral.BoxBoxIntegral.TaggedPrepartition · cited by 126BoxIntegral.TaggedPrepart…BoxIntegral.BoxAdditiveMap · cited by 92BoxIntegral.BoxAdditiveMapBoxIntegral.Prepartition.boxes · cited by 77Prepartition.boxesBoxIntegral.TaggedPrepartition.toPrepartition · cited by 51TaggedPrepartition.toPrep…BoxIntegral.TaggedPrepartition.tag · cited by 34TaggedPrepartition.tagBoxIntegral.integralSumCITED BYCITES

Cites15

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

Cited by33

Results whose statement or proof uses this declaration.