Theorems · Theorem · sequences and series
summable_sum_mul_antidiagonal_of_summable_mul
∀ {α : Type u_3} {A : Type u_4} [inst : AddCommMonoid A] [inst_1 : Finset.HasAntidiagonal A]
[inst_2 : TopologicalSpace α] [inst_3 : NonUnitalNonAssocSemiring α] {f g : A → α} [T3Space α]
[IsTopologicalSemiring α],
(Summable fun x => f x.1 * g x.2) → Summable fun n => ∑ kl ∈ Finset.HasAntidiagonal.antidiagonal n, f kl.1 * g kl.2- Cited by
- 3 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Finset.sumstatement and proof · cited by 5,195
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumproof · cited by 1,148
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Summablestatement and proof · cited by 778
- SummationFilterproof · cited by 607
- IsTopologicalSemiringstatement and proof · cited by 442
- Finset.HasAntidiagonal.antidiagonalstatement and proof · cited by 218
Cited by3
Results whose statement or proof uses this declaration.
- summable_sum_mul_antidiagonal_of_summable_norm'proof · cited by 1
- summable_norm_sum_mul_antidiagonal_of_summable_normproof · cited by 1
- summable_sum_mul_range_of_summable_mulproof · cited by 0