Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minimal_generating_set for homogeneous ideals #529

Open
hannes14 opened this issue Dec 17, 2021 · 8 comments
Open

minimal_generating_set for homogeneous ideals #529

hannes14 opened this issue Dec 17, 2021 · 8 comments

Comments

@hannes14
Copy link
Member

minimal_generating_set should be extended to
homogeneous/weighted homogeneous ideals
(also: need a test for that)

@tthsqe12
Copy link
Contributor

Can we have an example? and a way to test if the homogeneous input is valid in idMinBase?

@wdecker
Copy link
Collaborator

wdecker commented Jan 31, 2022

What precisely is minimal_generating_set meant to do in the non-homogeneous case?

@hannes14
Copy link
Member Author

returns a minimal set of generators of an ideal, resp. module, if the input is either homogeneous or if the ordering is local.
from the singular manual:
ring r=181,(x,y,z),(c,ls);
ideal id2=x2+xyz,y2-z3y,z3+y5xz;
ideal id4=maxideal(3)+id2;
minbase(id4);
==> _[1]=x2
==> _[2]=xyz+x2
==> _[3]=xz2
==> _[4]=y2
==> _[5]=yz2
==> _[6]=z3

@wdecker
Copy link
Collaborator

wdecker commented Jan 31, 2022

Thx @hannes14 So the task here ist to extend something from the local to the graded case?

@hannes14
Copy link
Member Author

Singular.jl has minimal_generating_set for the local case,
it should be extended to the homogeneous ideals

@wdecker
Copy link
Collaborator

wdecker commented Jan 31, 2022

O.k. , then the question is should that be as general as possible, that is, should this apply to all (multi)gradings for which we have Nakayama's lemma?

@tthsqe12
Copy link
Contributor

"homogeneous ideals" what is the definition of this, and how do I check it?

@wdecker
Copy link
Collaborator

wdecker commented Jan 31, 2022

@tthsqe12 I sent you an email ansering your questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants