Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-10-13 08:46 46fc73a3

View on Github →

feat(linear_algebra/matrix): inverse of block triangular is block triangular (#16150) The inverse of a block triangular matrix is block triangular. I took the opportunity to refactor the proof about determinants of block triangular matrices as well.

Estimated changes