We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671e552 commit 5b3f719Copy full SHA for 5b3f719
1 file changed
Mathlib/LinearAlgebra/Matrix/Notation.lean
@@ -228,7 +228,7 @@ section ColRow
228
variable {ι : Type*}
229
230
@[simp]
231
-theorem replicateCol_empty (v : Fin 0 → α) : replicateCol ι v = vecEmpty :=
+theorem replicateCol_empty (v : Fin 0 → α) : replicateCol ι v = of vecEmpty :=
232
empty_eq _
233
234
set_option backward.isDefEq.respectTransparency false in
@@ -368,7 +368,7 @@ section VecMulVec
368
variable [NonUnitalNonAssocSemiring α]
369
370
371
-theorem empty_vecMulVec (v : Fin 0 → α) (w : n' → α) : vecMulVec v w = ![] :=
+theorem empty_vecMulVec (v : Fin 0 → α) (w : n' → α) : vecMulVec v w = of ![] :=
372
373
374
0 commit comments