Macaulay2 » Documentation
Packages » DGAlgebras » Operations on DG Ideals » DGAlgebra / DGIdeal
next | previous | forward | backward | up | index | toc

DGAlgebra / DGIdeal -- Quotient DG algebra by a DG ideal

Description

The descent is well-defined precisely because I is d-closed: for any lift g' of a class g in B, the difference g - g' lies in I, so d_A(g) - d_A(g') \in d_A(I) \subset I and the image [d_A(g)] \in B is independent of the chosen lift.

i1 : R = ZZ/101[x]

o1 = R

o1 : PolynomialRing
i2 : A = koszulComplexDGA R

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

o2 : DGAlgebra
i3 : Anat = A.natural

o3 = Anat

o3 : PolynomialRing, 1 skew commutative variable(s)
i4 : T = Anat_0

o4 = T
      1,1

o4 : Anat
i5 : I = dgIdeal(A, {T})

o5 = DGIdeal of Anat
     generators => | x T_(1,1) |

o5 : DGIdeal
i6 : B = A / I

o6 = {Ring => R                      }
                               Anat
      Underlying algebra => ---------
                            (x, T   )
                                 1,1
      Differential => {0}

o6 : DGAlgebra
i7 : isWellDefined B

o7 = true
i8 : B.natural

        Anat
o8 = ---------
     (x, T   )
          1,1

o8 : QuotientRing

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:2811:0.