Theorems · Theorem · sequences and series
summable_mul_prod_iff_summable_mul_sigma_antidiagonal
∀ {α : Type u_3} {A : Type u_4} [inst : AddCommMonoid A] [inst_1 : Finset.HasAntidiagonal A]
[inst_2 : TopologicalSpace α] [inst_3 : NonUnitalNonAssocSemiring α] {f g : A → α},
(Summable fun x => f x.1 * g x.2) ↔ Summable fun x => f (↑x.snd).1 * g (↑x.snd).2The family (k, l) : ℕ × ℕ ↦ f k * g l is summable if and only if the family
(n, k, l) : Σ (n : ℕ), antidiagonal n ↦ f k * g l is summable.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 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.
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SummationFilter.unconditionalstatement · cited by 2,068
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Summablestatement · cited by 778
- Finset.HasAntidiagonal.antidiagonalstatement · cited by 218
- Finset.HasAntidiagonalstatement and proof · cited by 48
- Equiv.summable_iffproof · cited by 17
- Finset.HasAntidiagonal.sigmaAntidiagonalEquivProdproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- summable_sum_mul_antidiagonal_of_summable_mulproof · cited by 3
- Summable.tsum_mul_tsum_eq_tsum_sum_antidiagonalproof · cited by 3