gap-packages / recog

The GAP package recog to collect methods for constructive recognition
https://gap-packages.github.io/recog/
GNU General Public License v3.0
6 stars 14 forks source link

Get maximal subgroups of non-generic classical groups #224

Open ssiccha opened 3 years ago

ssiccha commented 3 years ago

We need to test whether the recognition algorithms for classical groups can distinguish them from their maximal subgroups. These are available in Magma. Is there GAP code that can compute or lookup those groups?

If there is no GAP code we can look into using @hulpke's hulpke/mgmconvert (also see this paper.

hulpke commented 3 years ago

Just as an FYI, and to avoid duplication of work, the motivation of the magma translater was exactly the maximal subgroups code, as it contains a lot of delicate case distinctions that would be easy to overlook by hand. I started work (I just made the repository https://github.com/hulpke/maxtrans public), but it is still probably just 1/3 done. The tricky bit is that it uses a lot of Magma functions for forms, that do not have direct GAP analogues. Anyhow, if someone was interested in testing, that would cvertainly be motivation for me to put more effort in it.

fingolfin commented 3 years ago

What functions for forms are those, exactly? There is the forms package for GAP, perhaps it can help?

hulpke commented 3 years ago

@fingolfin Standardizing forms and finding form-defined (e.g. totally singular) subspaces. I am aware of the forms package, and I also partially translated some of the Magma functions used. Besides using different syntax and parameter conventions, the hard work will be to translate between different standardization conventions.

fingolfin commented 3 years ago

@fieker this is also relevant for us, I guess -- perhaps we can hire somebody to help with this? Questions is whom.

fingolfin commented 2 years ago

Just to record this here, too: I had some students implement a lot of this in https://github.com/gap-packages/ClassicalMaximals and this already let to a bunch of bugs in recog being discovered