We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54554e9 commit fbced36Copy full SHA for fbced36
1 file changed
Mathlib/LinearAlgebra/Matrix/Notation.lean
@@ -401,7 +401,7 @@ section Submatrix
401
402
@[simp]
403
theorem submatrix_empty (A : Matrix m' n' α) (row : Fin 0 → m') (col : o' → n') :
404
- submatrix A row col = ![] :=
+ submatrix A row col = of ![] :=
405
empty_eq _
406
407
set_option backward.isDefEq.respectTransparency false in
0 commit comments