-
Notifications
You must be signed in to change notification settings - Fork 14
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
Large Base recognition fails although it shouldn't #190
Comments
@fingolfin What do you think of changing |
@ssiccha It is unclear to me what the connection between your comment is and the issue you report above. I can dig into the source to figure it out, but if you want to save time, perhaps just elaborate as to what the one has to do with the other? Alternatively, submit a PR for discussion. |
Also lets ThrowAwayFixedPoints create a homomorphism if the input group is primitive and has fixed points. Fixes gap-packages#190.
Ah. The reason that Currently I've made a PR. See #191. |
Now ThrowAwayFixedPoints also prunes fixed points if the input group knows that it is primitive and has fixed points. If the input group does not know whether it is primitive yet but has fixed points, then ThrowAwayFixedPoints now returns NotEnoughInformation. Adds a comment in LargeBasePrimitive which explains how this fixes gap-packages#190. That is this commit lets recog handle primitive groups which can be recognized by LargeBasePrimitive, except for the fact that they have fixed points. Fixes gap-packages#190.
Now ThrowAwayFixedPoints also prunes fixed points if the input group knows that it is primitive and has fixed points. If the input group does not know whether it is primitive yet but has fixed points, then ThrowAwayFixedPoints now returns NotEnoughInformation. Adds a comment in LargeBasePrimitive which explains how this fixes gap-packages#190. That is this commit lets recog handle primitive groups which can be recognized by LargeBasePrimitive, except for the fact that they have fixed points. Also changes the tests in PermLargeBasePrimitive.tst to make them run a bit faster. Fixes gap-packages#190.
Now ThrowAwayFixedPoints also prunes fixed points if the input group knows that it is primitive and has fixed points. If the input group does not know whether it is primitive yet but has fixed points, then ThrowAwayFixedPoints now returns NotEnoughInformation. Adds a comment in LargeBasePrimitive which explains how this fixes gap-packages#190. That is this commit lets recog handle primitive groups which can be recognized by LargeBasePrimitive, except for the fact that they have fixed points. Also changes the tests in PermLargeBasePrimitive.tst to make them run a bit faster. Fixes gap-packages#190.
Now ThrowAwayFixedPoints also prunes fixed points if the input group knows that it is primitive and has fixed points. If the input group does not know whether it is primitive yet but has fixed points, then ThrowAwayFixedPoints now returns NotEnoughInformation. Adds a comment in LargeBasePrimitive which explains how this fixes gap-packages#190. That is this commit lets recog handle primitive groups which can be recognized by LargeBasePrimitive, except for the fact that they have fixed points. Also changes the tests in PermLargeBasePrimitive.tst to make them run a bit faster. Fixes gap-packages#190.
Now ThrowAwayFixedPoints also prunes fixed points if the input group knows that it is primitive and has fixed points. If the input group does not know whether it is primitive yet but has fixed points, then ThrowAwayFixedPoints now returns NotEnoughInformation. Adds a comment in LargeBasePrimitive which explains how this fixes gap-packages#190. That is this commit lets recog handle primitive groups which can be recognized by LargeBasePrimitive, except for the fact that they have fixed points. Also changes the tests in PermLargeBasePrimitive.tst to make them run a bit faster. Fixes gap-packages#190. Co-authored-by: Max Horn <[email protected]>
Now ThrowAwayFixedPoints also prunes fixed points if the input group knows that it is primitive and has fixed points. If the input group does not know whether it is primitive yet but has fixed points, then ThrowAwayFixedPoints now returns NotEnoughInformation. Adds a comment in LargeBasePrimitive which explains how this fixes gap-packages#190. That is this commit lets recog handle primitive groups which can be recognized by LargeBasePrimitive, except for the fact that they have fixed points. Also changes the tests in PermLargeBasePrimitive.tst to make them run a bit faster. Fixes gap-packages#190. Co-authored-by: Max Horn <[email protected]>
Now ThrowAwayFixedPoints also prunes fixed points if the input group knows that it is primitive and has fixed points. If the input group does not know whether it is primitive yet but has fixed points, then ThrowAwayFixedPoints now returns NotEnoughInformation. Adds a comment in LargeBasePrimitive which explains how this fixes #190. That is this commit lets recog handle primitive groups which can be recognized by LargeBasePrimitive, except for the fact that they have fixed points. Also changes the tests in PermLargeBasePrimitive.tst to make them run a bit faster. Fixes #190. Co-authored-by: Max Horn <[email protected]>
The large base group, or jellyfish group, recognition is not able to cope with a group which has fixed points.
Consider the following two examples. The first one works, the second is a conjugate group with fixed points which doesn't:
The text was updated successfully, but these errors were encountered: