We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c532ace commit a192f92Copy full SHA for a192f92
1 file changed
Mathlib/Algebra/Algebra/Subalgebra/Basic.lean
@@ -360,7 +360,8 @@ section
360
/-! `Subalgebra`s inherit structure from their `Submodule` coercions. -/
361
362
363
-instance module' [Semiring R'] [SMul R' R] [Module R' A] [IsScalarTower R' R A] : Module R' S :=
+instance (priority := low) module' [Semiring R'] [SMul R' R] [Module R' A] [IsScalarTower R' R A] :
364
+ Module R' S :=
365
S.toSubmodule.module'
366
#align subalgebra.module' Subalgebra.module'
367
0 commit comments