Skip to content

Commit

Permalink
add one lemma
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jan 6, 2024
1 parent 0f41cd8 commit 37dec65
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions MatrixCookbook/9SpecialMatrices.lean
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,14 @@ theorem eq442 : sorry :=

/-! ### Definition -/


theorem eq443 : sorry :=
sorry
-- note this is 0-indexed not 1-indexed
theorem eq443 :
stdBasisMatrix (1 : Fin 4) (2 : Fin 4) 1 =
!![0, 0, 0, 0;
0, 0, 1, 0;
0, 0, 0, 0;
0, 0, 0, 0] := by
decide

/-! ### Swap and Zeros -/

Expand Down

0 comments on commit 37dec65

Please sign in to comment.