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

LeftSeries misidentifies full skew brace #93

Open
VanAntwerpen opened this issue May 19, 2023 · 0 comments
Open

LeftSeries misidentifies full skew brace #93

VanAntwerpen opened this issue May 19, 2023 · 0 comments

Comments

@VanAntwerpen
Copy link
Collaborator

VanAntwerpen commented May 19, 2023

The Method LeftSeries should return a list of left ideals, but the skew brace itself is not identified as a left ideal, just as a skew brace. Stemming from the initialization of the list where it is just passed a ShallowCopy:

InstallMethod(LeftSeries, "for a skew brace", [IsSkewbrace], function(obj)
local tmp, old, new, l, done;

done := false;
old := ShallowCopy(obj);
l := [old];

A similar function to AsIdeal, but for left ideals, would solve the problem, which is also why RightSeries does not have the same problem.

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

1 participant