Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-05-03 14:29 2f38ccb4

View on Github →

chore(data/matrix/basic): add lemmas about powers of matrices (#13815) Shows that:

  • natural powers commute with transpose, conj_transpose, diagonal, block_diagonal, and block_diagonal'.
  • integer powers commute with transpose, and conj_transpose.

Estimated changes