Theorems · Definition · sequences and series
MultipliableUniformly
{α : Type u_1} → {β : Type u_2} → {ι : Type u_3} → [CommMonoid α] → (ι → β → α) → [UniformSpace α] → PropMultipliableUniformly f means that there is some infinite product to which
f converges uniformly. Use fun x ↦ ∏' i, f i x to get the product function.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidUniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommMonoidstatement and proof · cited by 2,264
- SummationFilter.unconditionalproof · cited by 2,068
- UniformSpacestatement and proof · cited by 2,040
- Multipliableproof · cited by 213
- UniformFun.ofFunproof · cited by 78
Cited by7
Results whose statement or proof uses this declaration.
- HasProdUniformly.multipliableUniformlystatement · cited by 2
- MultipliableUniformly.existsstatement and proof · cited by 2
- multipliableUniformlyOn_univ_iffstatement · cited by 1
- MultipliableUniformly.hasProdUniformlystatement and proof · cited by 1
- MultipliableUniformly.multipliableUniformlyOnstatement and proof · cited by 1
- multipliableUniformly_iff_hasProdUniformlystatement · cited by 0
- MultipliableUniformly.multipliablestatement and proof · cited by 0