Mathlib Map

Theorems · Definition · real analysis

BoxIntegral.HasIntegral

{ι : 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 → Prop

The predicate HasIntegral I l f vol y says that y is the integral of f over I along l w.r.t. volume vol. This means that integral sums of f tend to 𝓝 y along BoxIntegral.IntegrationParams.toFilteriUnion I ⊤.

Defined in
Mathlib.Analysis.BoxIntegral.Basic
Cited by
30 results in Mathlib
Foundations
Depth 165 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 · cited by 40BoxIntegral.IntegrableBoxIntegral.Integrable.hasIntegral · cited by 14Integrable.hasIntegralBoxIntegral.HasIntegral.integral_eq · cited by 8HasIntegral.integral_eqBoxIntegral.HasIntegral.add · cited by 6HasIntegral.addBoxIntegral.HasIntegral.integrable · cited by 6HasIntegral.integrableBoxIntegral.hasIntegral_iff · cited by 5BoxIntegral.hasIntegral_i…BoxIntegral.HasIntegral.mono · cited by 3HasIntegral.monoBoxIntegral.HasIntegral.neg · cited by 3HasIntegral.negBoxIntegral.HasIntegral.unique · cited by 3HasIntegral.uniqueBoxIntegral.hasIntegral_const · cited by 3BoxIntegral.hasIntegral_c…BoxIntegral.HasIntegral.of_bRiemann_eq_false_of_forall_isLittleO · cited by 2HasIntegral.of_bRiemann_e…BoxIntegral.HasIntegral.of_mul · cited by 2HasIntegral.of_mulBoxIntegral.HasIntegral.smul · cited by 2HasIntegral.smulBoxIntegral.HasIntegral.sub · cited by 2HasIntegral.subMeasureTheory.SimpleFunc.hasBoxIntegral · cited by 2SimpleFunc.hasBoxIntegralReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceTop.top · cited by 9680Top.topFintype · cited by 7736Fintypenhds · cited by 5554nhdsContinuousLinearMap · cited by 5352ContinuousLinearMapFilter.Tendsto · cited by 3814Filter.TendstoWithTop · cited by 3754WithTopBoxIntegral.Box · cited by 464BoxIntegral.BoxBoxIntegral.IntegrationParams · cited by 101BoxIntegral.IntegrationPa…BoxIntegral.BoxAdditiveMap · cited by 92BoxIntegral.BoxAdditiveMapBoxIntegral.integralSum · cited by 32BoxIntegral.integralSumBoxIntegral.IntegrationParams.toFilteriUnion · cited by 16IntegrationParams.toFilte…BoxIntegral.HasIntegralCITED BYCITES

Cites15

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

Cited by31

Results whose statement or proof uses this declaration.