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
AddCommGrouptoAddCommMonoidat one place (no modification of a proof is needed) - Add two lemmas that compute the range of
LinearMap.rTensorandLinearMap.lTensor - Adjust the names of a few lemmas :
rTensor.surjectivebecomesLinearMap.rTensor_surjective, etc.