Theorems · Theorem · real analysis
BoxIntegral.Prepartition.sum_biUnion_boxes
∀ {ι : Type u_1} {I : BoxIntegral.Box ι} {M : Type u_2} [inst : AddCommMonoid M] (π : BoxIntegral.Prepartition I)
(πi : (J : BoxIntegral.Box ι) → BoxIntegral.Prepartition J) (f : BoxIntegral.Box ι → M),
∑ J ∈ π.boxes.biUnion fun J => (πi J).boxes, f J = ∑ J ∈ π.boxes, ∑ J' ∈ (πi J).boxes, f J'- Cited by
- 3 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Finset.sumstatement · cited by 5,195
- BoxIntegral.Boxstatement and proof · cited by 464
- Finset.biUnionstatement · cited by 217
- BoxIntegral.Prepartitionstatement and proof · cited by 199
- BoxIntegral.Prepartition.boxesstatement and proof · cited by 77
- Finset.disjoint_leftproof · cited by 50
- BoxIntegral.Prepartition.le_of_memproof · cited by 15
- Finset.sum_biUnionproof · cited by 10
- BoxIntegral.Prepartition.eq_of_le_of_leproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- BoxIntegral.integralSum_biUnionTaggedproof · cited by 1
- BoxIntegral.integralSum_biUnion_partitionproof · cited by 1
- BoxIntegral.BoxAdditiveMap.sum_boxes_congrproof · cited by 0