Skip to content

Commit 433f0a4

Browse files
committed
chore(Topology/Algebra/InfiniteSum/Group): generalize the Cauchy criterion to CommMonoid (leanprover-community#36138)
The Cauchy criterion can be upgraded to `CommMonoid` for free. Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
1 parent 2754e4a commit 433f0a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mathlib/Topology/Algebra/InfiniteSum/Group.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,16 @@ end IsTopologicalGroup
195195

196196
section 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]
210210
theorem cauchySeq_finset_iff_prod_vanishing :

0 commit comments

Comments
 (0)