Commit 2024-03-08 09:46 099074e1
View on Github →feat(LinearAlgebra/PiTensorProduct): some more functoriality properties of PiTensorProduct
(#11152)
- Prove some properties of
PiTensorProduct.map
, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. - Construct
PiTensorProduct.map
as aMultilinearMap
on the family of linear maps. - Upgrade
PiTensorProduct.map f
to a linear equivalence calledPiTensorProduct.congr f
whenf
is a family of linear equivalences. - For
ι
aFintype
, define the canonical linear equivalence (given by multiplication)constantBaseRingEquiv
from⨂ i : ι, R
andR
.