Issue with Checking Golod Property Using Koszul Complex

20 views
Skip to first unread message

Shrikant Shekhar 1910404

unread,
Mar 21, 2025, 12:23:04 PMMar 21
to Macaulay2
Dear all,
Following ring R is not a Golod ring as H(A) does not have trivial multiplication where A=koszulComplexDGA(R).

R = ZZ/101[x,y,z]/ideal (x^3,y^3,z^3,x^2*y^2*z^2);

"But using Infinite free resolutions by Avramov Proposition-5.2.4.(i) R is Golod if HH_{\geq 1}(A) is generated by a set of cycles Z, such that Z^2=0. Now I am applying this criterion using following codes for which I'm getting a zero list."

cycleList = getGenerators(A)
apply(#c-1,i->(c_i)^2)

I am not sure where I am making a mistake. Any guidance would be greatly appreciated.
Sincerely,
Shrikant.

David Eisenbud

unread,
Mar 21, 2025, 5:25:42 PMMar 21
to maca...@googlegroups.com
I guess Z^2 includes c_ic_j for all i,j.

DE

--
David Eisenbud
Professor of Mathematics
University of California Berkeley


--
You received this message because you are subscribed to the Google Groups "Macaulay2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to macaulay2+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/macaulay2/b8d71d3a-04a6-4107-a1ad-128cf3d88e27n%40googlegroups.com.

Frank Moore

unread,
Mar 22, 2025, 12:00:30 PMMar 22
to maca...@googlegroups.com
You should use something like the last line below:

R = ZZ/101[x,y,z]/ideal (x^3,y^3,z^3,x^2*y^2*z^2);
A = koszulComplexDGA R
c = getGenerators(A)
apply(subsets(#c,2), p -> c_(p_0) * c_(p_1))

Also, note that getGenerators returns a list of cycles that generate HH(A) as an algebra, and it is still possible that c_i * c_j is nonzero, but a boundary in A (and hence zero in HH(A)).

Frank



--
Dr. W. Frank Moore
Associate Professor
Department of Mathematics and Statistics
Wake Forest University

email: moo...@wfu.edu

Shrikant Shekhar 1910404

unread,
Mar 26, 2025, 9:26:34 AMMar 26
to Macaulay2
Thanks a lot for your help.
Shrikant.

Reply all
Reply to author
Forward
0 new messages