Theorems · Theorem · sequences and series
Pi.hasSum
∀ {α : Type u_1} {ι : Type u_4} {X : α → Type u_5} [inst : (x : α) → AddCommMonoid (X x)]
[inst_1 : (x : α) → TopologicalSpace (X x)] {L : SummationFilter ι} {f : ι → (x : α) → X x} {g : (x : α) → X x},
HasSum f g L ↔ ∀ (x : α), HasSum (fun i => f i x) (g x) L- Cited by
- 5 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- nhdsproof · cited by 5,554
- Finset.sumproof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- Finset.sum_congrproof · cited by 2,323
- SummationFilterstatement and proof · cited by 607
- HasSumstatement · cited by 518
- Finset.sum_applyproof · cited by 234
- SummationFilter.filterproof · cited by 110
- tendsto_pi_nhdsproof · cited by 58
Cited by5
Results whose statement or proof uses this declaration.
- Pi.summableproof · cited by 6
- tsum_applyproof · cited by 5
- MvPowerSeries.WithPiTopology.hasSum_of_monomials_selfproof · cited by 3
- HasFPowerSeriesWithinOnBall.piproof · cited by 3
- hasFPowerSeriesWithinOnBall_pi_iffproof · cited by 2