C = A ** B(A1, A2) = tensorFactors C(iotaA, iotaB) = tensorInclusions CThis is the exterior tensor product of A and B as DGAs: both are viewed as augmented DG algebras over their common ground ring, and the tensor is taken componentwise in multi-degrees. Internally the result is cached on A.cache, so C1 = A ** B and C2 = A ** B return the SAME DGAlgebra object, which is essential for composition identities to hold downstream.
The helpers tensorFactors and tensorInclusions recover the pair (A, B) and the canonical inclusions A -> C and B -> C (as DGAlgebraMaps).
|
|
|
|
|
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/DGAlgebras/doc.m2:643:0.