Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-06-16 02:35 e0871742

View on Github →

feat(linear_algebra/finite_dimensional): bases given by finsets (#3041) In some cases, it might be more straightforward working with finsets of the vector space instead of indexed types or carrying around a proof of set.finite. Also provide a lemma on equal dimension and basis cardinality lemma that uses a finset basis.

Estimated changes