Commit 2020-05-07 18:46 bdce1956
View on Github →chore(linear_algebra/basic): review (#2616)
- several new
simp
lemmas; - use
linear_equiv.coe_coe
instead ofcoe_apply
; - rename
sup_quotient_to_quotient_inf
toquotient_inf_to_sup_quotient
because it better reflects the definition; similarly forequiv
. - make
general_linear_group
reducible.