Skip to content

Commit f0ad856

Browse files
committed
Merge branch 'fun_prop-SL-GL' of https://github.com/j-loreaux/mathlib4 into fun_prop-SL-GL
2 parents 71b3e78 + 0cdb916 commit f0ad856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)