Commit 2020-03-13 12:20 32c2768b
View on Github →chore(linear_algebra/basic): simplify two proofs (#2123)
- chore(linear_algebra/basic): simplify two proofs
Also drop linear_map.congr_rightin favor oflinear_equiv.congr_right. I'll restore the deletedcongr_rightascomp_map : (M₂ →ₗ[R] M₃) →ₗ[R] (M →ₗ[R] M₂) →ₗ[R] (M →ₗ[R] M₃)soon.
- Fix compile
- Restore congr_rightunder the namecomp_right.