Theorems · Theorem · real analysis
ENNReal.iInf_sum
∀ {ι : Type u_3} {α : Type u_4} {f : ι → α → ENNReal} {s : Finset α} [Nonempty ι],
(∀ (t : Finset α) (i j : ι), ∃ k, ∀ a ∈ t, f k a ≤ f i a ∧ f k a ≤ f j a) → ⨅ i, ∑ a ∈ s, f i a = ∑ a ∈ s, ⨅ i, f i a- Defined in
- Mathlib.Data.ENNReal.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 129 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Nonempty
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- iInfstatement and proof · cited by 1,690
- add_le_addproof · cited by 666
- Finset.consproof · cited by 221
- Finset.sum_le_sumproof · cited by 182
- Finset.sum_consproof · cited by 84
- Finset.cons_induction_onproof · cited by 37
- ciInf_constproof · cited by 20
- Finset.forall_mem_consproof · cited by 12
- ENNReal.iInf_add_iInfproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.