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

graded modules : an example and new element methods #11688

Closed
fchapoton opened this issue Aug 14, 2011 · 14 comments
Closed

graded modules : an example and new element methods #11688

fchapoton opened this issue Aug 14, 2011 · 14 comments

Comments

@fchapoton
Copy link
Contributor

Currently some properties of graded modules are implemented in graded algebras. It is necessary to put them in their proper place.

One precise reason is that one can then use these properties for operads. One would like to have something like that:

sage: PL=PreLieOperad(QQ)
sage: a=PL.one()
sage: a.is_homogeneous()
True
sage: a.homogeneous_component(2)
0

For this, one needs the "homogeneous_component" method for elements and not for modules. Maybe "restrict_degree" would be more adequate, like for power series.

This ticket also provide a simple example of graded module (over partitions).

CC: @sagetrac-sage-combinat

Component: combinatorics

Keywords: graded module, graded algebra

Author: Frédéric Chapoton

Reviewer: Travis Scrimshaw

Merged: sage-5.13.beta0

Issue created by migration from https://trac.sagemath.org/ticket/11688

@fchapoton

This comment has been minimized.

@fchapoton fchapoton modified the milestones: sage-5.0, sage-5.1 Apr 27, 2012
@jhpalmieri
Copy link
Member

comment:3

It would be nice to implement the Koszul sign convention for tensor products, also.

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@fchapoton
Copy link
Contributor Author

Changed keywords from graded modules, graded algebras to graded module, graded algebra

@fchapoton
Copy link
Contributor Author

comment:6

See rather #9280

@fchapoton
Copy link
Contributor Author

comment:7

ok, I have cut out and cleaned the relevant part of #9280

the present patch is independant of algebras and concerned only with modules

needs review !

@fchapoton fchapoton changed the title graded modules and graded algebras graded modules Aug 30, 2013
@jhpalmieri
Copy link
Member

comment:9

Same comment here as at #9280: I should not be listed as an author of the file "sage/categories/examples/graded_modules_with_basis.py". Furthermore, I don't think my name should be at the top of the patch file.

@fchapoton
Copy link
Contributor Author

Attachment: trac_11688_graded_module.patch.gz

@fchapoton
Copy link
Contributor Author

comment:10

You are right. I have taken care of that here, as well as I could. I hope I have not broken the patch.

@fchapoton

This comment has been minimized.

@fchapoton fchapoton changed the title graded modules graded modules : an example and new element methods Aug 30, 2013
@fchapoton
Copy link
Contributor Author

Author: Frédéric Chapoton

@tscrim
Copy link
Collaborator

tscrim commented Sep 19, 2013

comment:13

Attachment: trac_11688-review-ts.patch.gz

Hey Frederic,

Here's a review patch which just tweaks the indentations. If you agree with my changes, you can set this to positive review.

Best,

Travis

@tscrim
Copy link
Collaborator

tscrim commented Sep 19, 2013

Reviewer: Travis Scrimshaw

@fchapoton
Copy link
Contributor Author

comment:14

ok, then positive review

Thanks a lot, Travis

@jdemeyer
Copy link

jdemeyer commented Oct 2, 2013

Merged: sage-5.13.beta0

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

No branches or pull requests

4 participants