Skip to content

Commit 0cdb916

Browse files
authored
Apply suggestion from @j-loreaux
1 parent 6e60c80 commit 0cdb916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Topology/Algebra/Group/Matrix.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ instance : TopologicalSpace (SL n R) :=
6565

6666
omit [IsTopologicalRing R] in
6767
@[fun_prop]
68-
theorem Matrix.SpecialLinearGroup.continuous_apply {α : Type*} [TopologicalSpace α]
68+
theorem continuous_apply {α : Type*} [TopologicalSpace α]
6969
(f : α → SL n R) (hf : Continuous f) (i) :
7070
Continuous (fun x ↦ f x i) :=
7171
(by fun_prop : Continuous fun A : Matrix n n R ↦ A i).comp <| by fun_prop

0 commit comments

Comments
 (0)