File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Mathlib/Topology/Algebra/InfiniteSum Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,16 +195,16 @@ end IsTopologicalGroup
195195
196196section IsUniformGroup
197197
198- variable [CommGroup α] [ UniformSpace α]
198+ variable [UniformSpace α]
199199
200200/-- The **Cauchy criterion** for infinite products, also known as the **Cauchy convergence test** -/
201201@ [to_additive /-- The **Cauchy criterion** for infinite sums, also known as the
202202**Cauchy convergence test** -/ ]
203- theorem multipliable_iff_cauchySeq_finset [CompleteSpace α] {f : β → α} :
203+ theorem multipliable_iff_cauchySeq_finset [CommMonoid α] [ CompleteSpace α] {f : β → α} :
204204 Multipliable f ↔ CauchySeq fun s : Finset β ↦ ∏ b ∈ s, f b := by
205205 classical exact cauchy_map_iff_exists_tendsto.symm
206206
207- variable [IsUniformGroup α] {f g : β → α}
207+ variable [CommGroup α] [ IsUniformGroup α] {f g : β → α}
208208
209209@[to_additive]
210210theorem cauchySeq_finset_iff_prod_vanishing :
You can’t perform that action at this time.
0 commit comments