Commit 2024-03-12 16:34 9ddaa428
View on Github →feat(Mathlib/LinearMap/TensorProduct/RightExtactness) : generalize and add 2 thms (#11303)
- Generalize one assumption from
AddCommGroup
toAddCommMonoid
at one place (no modification of a proof is needed) - Add two lemmas that compute the range of
LinearMap.rTensor
andLinearMap.lTensor
- Adjust the names of a few lemmas :
rTensor.surjective
becomesLinearMap.rTensor_surjective
, etc.