Macaulay2 » Documentation
Packages » DGAlgebras » Well-definedness, acyclicity, and quasi-isomorphism » isQuasiIsomorphism(DGAlgebraMap)
next | previous | forward | backward | up | index | toc

isQuasiIsomorphism(DGAlgebraMap) -- Determine whether a DG algebra map induces an isomorphism on homology

Description

Computed by forwarding to isQuasiIsomorphism(toComplexMap phi) from the Complexes package. The underlying check inspects H_n of the induced chain map at every degree in the concentration of the source and target. The Concentration option of the Complexes version is accepted and passed through.

i1 : R = QQ[x, y, z]

o1 = R

o1 : PolynomialRing
i2 : A = koszulComplexDGA R

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

o2 : DGAlgebra
i3 : phi = identityDGAlgebraMap A

o3 = map (R[T   ..T   ], R[T   ..T   ], {T   , T   , T   , x, y, z})
             1,1   1,3      1,1   1,3     1,1   1,2   1,3

o3 : DGAlgebraMap
i4 : isQuasiIsomorphism phi

o4 = true

The identity DG algebra map is trivially a quasi-isomorphism.

See also

Ways to use this method:


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