Theorems · Theorem · sequences and series
summable_prod_of_nonneg
∀ {α : Type u_3} {β : Type u_4} {f : α × β → ℝ},
0 ≤ f → (Summable f ↔ (∀ (x : α), Summable fun y => f (x, y)) ∧ Summable fun x => ∑' (y : β), f (x, y))- 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- SummationFilter.unconditionalstatement · cited by 2,068
- tsumstatement · cited by 1,148
- Summablestatement · cited by 778
- Equiv.sigmaEquivProdproof · cited by 47
- Equiv.summable_iffproof · cited by 17
- summable_sigma_of_nonnegproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Summable.mul_of_nonnegproof · cited by 4