Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-09-29 12:11 744e0675

View on Github →

feat(linear_algebra/dual): transpose of linear maps (#4302) This is filling an easy hole from the undergrad curriculum page: the transpose of a linear map. We don't prove much about it but at least we make contact with matrix transpose.

Estimated changes