Theorems · Theorem · sequences and series
summable_sigma_of_nonneg
∀ {α : Type u_4} {β : α → Type u_3} {f : (x : α) × β x → ℝ},
(∀ (x : (x : α) × β x), 0 ≤ f x) →
(Summable f ↔ (∀ (x : α), Summable fun y => f ⟨x, y⟩) ∧ Summable fun x => ∑' (y : β x), f ⟨x, y⟩)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NNRealproof · cited by 4,310
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- NNReal.toRealproof · cited by 1,260
- tsumstatement · cited by 1,148
- Summablestatement and proof · cited by 778
- NNReal.summable_sigmaproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- summable_partitionproof · cited by 1
- summable_prod_of_nonnegproof · cited by 1