Theorems · Theorem · real analysis
BoxIntegral.Prepartition.sum_ofWithBot
∀ {ι : Type u_1} {I : BoxIntegral.Box ι} {M : Type u_2} [inst : AddCommMonoid M]
(boxes : Finset (WithBot (BoxIntegral.Box ι))) (le_of_mem : ∀ J ∈ boxes, J ≤ ↑I)
(pairwise_disjoint : (↑boxes).Pairwise Disjoint) (f : BoxIntegral.Box ι → M),
∑ J ∈ (BoxIntegral.Prepartition.ofWithBot boxes le_of_mem pairwise_disjoint).boxes, f J =
∑ J ∈ boxes, Option.elim' 0 f J- Cited by
- 1 results in Mathlib
- Foundations
- Depth 131 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement · cited by 5,195
- Disjointstatement and proof · cited by 2,201
- WithBotstatement and proof · cited by 1,498
- WithBot.somestatement and proof · cited by 541
- BoxIntegral.Boxstatement and proof · cited by 464
- Set.Pairwisestatement and proof · cited by 321
- BoxIntegral.Prepartition.boxesstatement · cited by 77
- Option.elim'statement · cited by 30
- BoxIntegral.Prepartition.ofWithBotstatement · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- BoxIntegral.Prepartition.sum_split_boxesproof · cited by 1