Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-06-10 08:49 d9934b26

View on Github →

feat(linear_algebra/basic): curry is linear_equiv (#3012) Currying provides a linear_equiv. This can be used to show that matrix lookup is a linear operation. This should allow to easily provide a finite_dimensional instance for matrices.

Estimated changes