Theorems · Definition · sequences and series
SummableUniformlyOn
{α : Type u_1} → {β : Type u_2} → {ι : Type u_3} → [AddCommMonoid α] → (ι → β → α) → Set β → [UniformSpace α] → PropSummableUniformlyOn f s means that there is some infinite sum to
which f converges uniformly on s. Use fun x ↦ ∑' i, f i x to get the sum function.
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidUniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- SummationFilter.unconditionalproof · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
- Summableproof · cited by 778
- UniformOnFun.ofFunproof · cited by 63
Cited by12
Results whose statement or proof uses this declaration.
- SummableUniformlyOn.existsstatement and proof · cited by 5
- SummableUniformlyOn.hasSumUniformlyOnstatement and proof · cited by 4
- HasSumUniformlyOn.summableUniformlyOnstatement · cited by 3
- SummableUniformly.summableUniformlyOnstatement · cited by 1
- SummableUniformlyOn.summablestatement and proof · cited by 1
- hasProdUniformlyOn_of_clogstatement and proof · cited by 1
- summableUniformlyOn_univ_iffstatement and proof · cited by 1
- SummableUniformlyOn.monostatement and proof · cited by 0
- multipliableUniformlyOn_of_clogstatement and proof · cited by 0
- summableLocallyUniformlyOn_of_of_forall_exists_nhdsstatement and proof · cited by 0
- summableLocallyUniformly_of_of_forall_exists_nhdsstatement and proof · cited by 0
- summableUniformlyOn_iff_hasSumUniformlyOnstatement · cited by 0