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

PreservedSesquilinearForms requires the module to be absolutely irreducible #39

Open
fingolfin opened this issue Oct 4, 2023 · 1 comment

Comments

@fingolfin
Copy link
Member

gap> G:=Sp(4,5);
Sp(4,5)
gap> PreservedForms(Group(G.1));
Error, Currently the use of MeatAxe requires the module to be absolutely irreducible at GAPROOT/pkg/forms/lib/recognition.gi:902 called from
PreservedFormsOp( grp
 ) at GAPROOT/pkg/forms/lib/recognition.gi:962 called from
<function "PreservedForms for a matrix group over a finite field">( <arguments> )

At the very least this should be documented (maybe it is somewhere, but at least not when ?PreservedSesquilinearForms is checked).

@fingolfin
Copy link
Member Author

It may be possible to remove this restriction when using a GAP with my patch gap-system/gap#5803 applied. Or even in any GAP version by just adapting what I did in my patch there.

@jdebeule any thoughts on this?

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