Commit 2022-08-11 16:08 e2ba6de0
View on Github →feat(linear_algebra/span, matrix, finite_dimensional): new lemmas (#16006)
- Introduce submodule.supr_spanand deducesubmodule.supr_eq_spanfrom it.
- Use supr_span to prove that the range of matrix.to_lin' Mis spanned by column vectors ofM.
- Show the rank of a finite set in a vector space is at most the cardinality of the indexing type (finrank_range_le_card), so in order to show the set is linearly independent, it suffices to prove the reverse inequality (linear_independent_iff_card_le_finrank_span). Spinoff of Zulip question