Theorems · Theorem · real analysis
BoxIntegral.integralSum_congr
∀ {ι : 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 ι}
{π : BoxIntegral.TaggedPrepartition I} {f₁ f₂ : (ι → ℝ) → E} {vol₁ vol₂ : BoxIntegral.BoxAdditiveMap ι (E →L[ℝ] F) ⊤},
Set.EqOn f₁ f₂ (BoxIntegral.Box.Icc I) →
Set.EqOn ⇑vol₁ ⇑vol₂ ↑π.boxes → BoxIntegral.integralSum f₁ vol₁ π = BoxIntegral.integralSum f₂ vol₂ π- Defined in
- Mathlib.Analysis.BoxIntegral.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- Top.topstatement and proof · cited by 9,680
- SetLike.coestatement and proof · cited by 8,199
- ContinuousLinearMapstatement and proof · cited by 5,352
- WithTopstatement · cited by 3,754
- Finset.sum_congrproof · cited by 2,323
Cited by1
Results whose statement or proof uses this declaration.
- BoxIntegral.hasIntegral_congrproof · cited by 0