Macaulay2 » Documentation
Packages » DGAlgebras » Building DG algebras from existing DG algebras » isValidDGAlgebra
next | previous | forward | backward | up | index | toc

isValidDGAlgebra -- Structural invariant check for a DG algebra

Description

A lightweight structural check, intended to guard downstream code against hand-assembled or corrupted DGAlgebra hash tables. It does not check the d^2 = 0 condition; for that, use isWellDefinedDifferential or the user-facing isWellDefined(DGAlgebra).

i1 : R = QQ[x, y] / ideal(x^2, y^2)

o1 = R

o1 : QuotientRing
i2 : A = koszulComplexDGA R

o2 = {Ring => R                          }
      Underlying algebra => R[T   ..T   ]
                               1,1   1,2
      Differential => {x, y}

o2 : DGAlgebra
i3 : isValidDGAlgebra A

o3 = true

See also

Ways to use isValidDGAlgebra:

  • isValidDGAlgebra(DGAlgebra)

For the programmer

The object isValidDGAlgebra is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/DGAlgebras/doc.m2:6749:0.