U = intersect(S, T)Preserves d-closure directly. Intersecting with the zero submodule yields the zero submodule; intersecting with the same submodule is idempotent (intersect(S, S) == S as submodules).
|
|
|
|
|
|
|
|
|
Boundary case: intersection with the zero submodule is zero.
|
|
The source of this document is in DGAlgebras/doc.m2:3830:0.