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_right
in favor oflinear_equiv.congr_right
. I'll restore the deletedcongr_right
ascomp_map : (M₂ →ₗ[R] M₃) →ₗ[R] (M →ₗ[R] M₂) →ₗ[R] (M →ₗ[R] M₃)
soon. - Fix compile
- Restore
congr_right
under the namecomp_right
.