Theorems · Theorem · real analysis
ENNReal.finsetSum_iSup
∀ {ι : Type u_1} {α : Type u_2} {s : Finset α} {f : α → ι → ENNReal},
(∀ (i j : ι), ∃ k, ∀ (a : α), f a i ≤ f a k ∧ f a j ≤ f a k) → ∑ a ∈ s, ⨆ i, f a i = ⨆ i, ∑ a ∈ s, f a i- Defined in
- Mathlib.Data.ENNReal.BigOperators
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 134 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- ENNRealstatement and proof · cited by 9,879
- Finset.sumstatement and proof · cited by 5,195
- iSupstatement and proof · cited by 2,415
- add_le_addproof · cited by 666
- Finset.sum_le_sumproof · cited by 182
- Finset.cons_inductionproof · cited by 85
- Finset.sum_consproof · cited by 84
- ENNReal.iSup_zeroproof · cited by 15
- ENNReal.iSup_add_iSupproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- ENNReal.finsetSum_iSup_of_monotoneproof · cited by 1
- MeasureTheory.SimpleFunc.lintegral_restrict_iUnion_of_directedproof · cited by 1