Skip to content

Commit b7d0d23

Browse files
authored
fix docstring
1 parent 4cf1ba5 commit b7d0d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Analysis/Normed/Operator/Compact.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ theorem isCompactOperator_zero {M₁ M₂ : Type*} [Zero M₁] [TopologicalSpace
6969
⟨{0}, isCompact_singleton, mem_of_superset univ_mem fun _ _ => rfl⟩
7070

7171
/--
72-
The identity of a topological additive group is a compact operator if it is weakly locally compact.
72+
The identity of a topological additive group is a compact operator implies it is weakly locally compact.
7373
-/
7474
lemma WeaklyLocallyCompactSpace.of_isCompactOperator_id
7575
{M₁ : Type*} [TopologicalSpace M₁] [AddCommGroup M₁] [ContinuousAdd M₁]

0 commit comments

Comments
 (0)