Theorems · Theorem · sequences and series
HasSum.prod_fiberwise
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : AddCommMonoid α] [inst_1 : TopologicalSpace α] [ContinuousAdd α]
[RegularSpace α] {f : β × γ → α} {g : β → α} {a : α},
HasSum f a → (∀ (b : β), HasSum (fun c => f (b, c)) (g b)) → HasSum g aIf a series f on β × γ has sum a and for each b the
restriction of f to {b} × γ has sum g b, then the series g has sum a.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- ContinuousAddstatement and proof · cited by 777
- HasSumstatement and proof · cited by 518
- RegularSpacestatement and proof · cited by 63
- Equiv.sigmaEquivProdproof · cited by 47
- Equiv.hasSum_iffproof · cited by 18
- HasSum.sigmaproof · cited by 8
Cited by7
Results whose statement or proof uses this declaration.
- Summable.tsum_prod'proof · cited by 5
- Complex.hasSum_cos'proof · cited by 3
- Complex.hasSum_sin'proof · cited by 3
- HasSum.mul_eqproof · cited by 2
- HasSum.smul_eqproof · cited by 2
- Complex.hasSum_arctanproof · cited by 1
- Summable.tsum_prod_uncurryproof · cited by 1