Theorems · Theorem · real analysis
BoxIntegral.HasIntegral.of_mul
∀ {ι : 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 ι} [inst_4 : Fintype ι]
{l : BoxIntegral.IntegrationParams} {f : (ι → ℝ) → E} {vol : BoxIntegral.BoxAdditiveMap ι (E →L[ℝ] F) ⊤} {y : F}
(a : ℝ),
(∀ (ε : ℝ),
0 < ε →
∃ r,
(∀ (c : NNReal), l.RCond (r c)) ∧
∀ (c : NNReal) (π : BoxIntegral.TaggedPrepartition I),
l.MemBaseSet I c (r c) π → π.IsPartition → dist (BoxIntegral.integralSum f vol π) y ≤ a * ε) →
BoxIntegral.HasIntegral I l f vol yQuite often it is more natural to prove an estimate of the form a * ε, not ε in the RHS of
BoxIntegral.hasIntegral_iff, so we provide this auxiliary lemma.
- Defined in
- Mathlib.Analysis.BoxIntegral.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topstatement and proof · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- ContinuousLinearMapstatement and proof · cited by 5,352
- NNRealstatement and proof · cited by 4,310
- WithTopstatement · cited by 3,754
- LE.le.transproof · cited by 3,151
- LT.lt.leproof · cited by 2,189
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.IntegrableOn.hasBoxIntegralproof · cited by 2
- BoxIntegral.hasIntegralIndicatorConstproof · cited by 1