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