We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71b3e78 + 0cdb916 commit f0ad856Copy full SHA for f0ad856
Mathlib/Topology/Algebra/Group/Matrix.lean
@@ -65,7 +65,7 @@ instance : TopologicalSpace (SL n R) :=
65
66
omit [IsTopologicalRing R] in
67
@[fun_prop]
68
-theorem Matrix.SpecialLinearGroup.continuous_apply {α : Type*} [TopologicalSpace α]
+theorem continuous_apply {α : Type*} [TopologicalSpace α]
69
(f : α → SL n R) (hf : Continuous f) (i) :
70
Continuous (fun x ↦ f x i) :=
71
(by fun_prop : Continuous fun A : Matrix n n R ↦ A i).comp <| by fun_prop
0 commit comments