Theorems · Theorem · sequences and series
summable_partition
∀ {α : Type u_3} {β : Type u_4} {f : β → ℝ},
0 ≤ f →
∀ {s : α → Set β},
(∀ (i : β), ∃! j, i ∈ s j) →
(Summable f ↔ (∀ (j : α), Summable fun i => f ↑i) ∧ Summable fun j => ∑' (i : ↑(s j)), f ↑i)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 160 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- AddCommMonoidproof · cited by 12,281
- Set.Elemstatement and proof · cited by 7,166
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- Summablestatement and proof · cited by 778
- ExistsUniquestatement and proof · cited by 268
- Equiv.summable_iffproof · cited by 17
- summable_sigma_of_nonnegproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- EisensteinSeries.summable_one_div_norm_rpowproof · cited by 4