Theorems · Theorem · sequences and series
HasSum.of_sigma
∀ {α : Type u_1} {β : Type u_2} [inst : AddCommGroup α] [inst_1 : UniformSpace α] [IsUniformAddGroup α]
{γ : β → Type u_4} {f : (b : β) × γ b → α} {g : β → α} {a : α},
(∀ (b : β), HasSum (fun c => f ⟨b, c⟩) (g b)) → HasSum g a → (CauchySeq fun s => ∑ i ∈ s, f i) → HasSum f a- Cited by
- 1 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- nhdsproof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- Filter.atTopproof · cited by 2,405
- IsOpenproof · cited by 2,400
- Finset.sum_congrproof · cited by 2,323
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
Cited by1
Results whose statement or proof uses this declaration.
- HasFPowerSeriesAt.tendsto_partialSum_prod_of_compproof · cited by 1