We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a143c37 commit 77b1bfaCopy full SHA for 77b1bfa
1 file changed
Mathlib/Algebra/Star/Module.lean
@@ -95,12 +95,6 @@ def skewAdjoint.submodule : Submodule R A :=
95
{ skewAdjoint A with smul_mem' := skewAdjoint.smul_mem }
96
#align skew_adjoint.submodule skewAdjoint.submodule
97
98
-@[simp]
99
-theorem selfAdjoint.subtype_apply (x : selfAdjoint A) :
100
- (selfAdjoint.submodule R A).subtype x = (x : A) := Submodule.subtype_apply _ _
101
-
102
-#check selfAdjoint.subtype_apply
103
104
variable {A} [Invertible (2 : R)]
105
106
/-- The self-adjoint part of an element of a star module, as a linear map. -/
0 commit comments