We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c566f05 commit 02ef1f1Copy full SHA for 02ef1f1
1 file changed
TNLean/Channel/Basic.lean
@@ -86,7 +86,7 @@ namespace Matrix
86
87
variable (n : Type*)
88
89
-/-- Matrix transposition as a complex-linear map on \(M_n(\mathbb C)\). -/
+/-- Matrix transposition as a complex-linear map on $M_n(\mathbb C)$. -/
90
def transposeLinearMapComplex : Matrix n n ℂ →ₗ[ℂ] Matrix n n ℂ :=
91
(Matrix.transposeLinearEquiv n n ℂ ℂ).toLinearMap
92
0 commit comments