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 a MultilinearMap on the family of linear maps.
  • Upgrade PiTensorProduct.map f to a linear equivalence called PiTensorProduct.congr f when f is a family of linear equivalences.
  • For ι a Fintype, define the canonical linear equivalence (given by multiplication) constantBaseRingEquiv from ⨂ i : ι, R and R.

Estimated changes