Commit 2025-05-27 21:21 6569c4c3
View on Github →feat(LinearAlgebra): generalize TensorTensorTensorComm (#25216)
- Generalize
LinearMap.lflipto flip heterobasic bilinear maps (M →ₗ[R] N →ₗ[A] P). - Generalize
LinearMap.lcompto be "more linear" - Generalize
Algebra.TensorProduct.rightCommto
for a diagram of algebras(M ⊗ˢ P) ⎛ M ⎞ ⊗ˢ P ⊗ᴿ ≅ᴮ ⎜ ⊗ᴿ⎟ Q ⎝ Q ⎠R → B ← S, and aB-moduleM,S-moduleP,R-moduleQ. - Generalize
Algebra.TensorProduct.tensorTensorTensorCommto
for towers of algebras(M ⊗ˢ N) ⎛ M ⎞ ⊗ˢ ⎛ N ⎞ ⊗ᴬ ≅ᴮ ⎜ ⊗ᴬ⎟ ⎜ ⊗ᴿ⎟ (P ⊗ᴿ Q) ⎝ P ⎠ ⎝ Q ⎠R → S → BandR → A → B, and aB-moduleM,S-moduleN,A-moduleP,R-moduleQ.