No suitable invariant bilinear/quadratic form pairs exist for Omega(0,d,q)
with d odd, q even
#2576
Labels
kind: bug
Issues describing general bugs, and PRs fixing them
I recently decided to try and add the
InvariantBilinearForm
andInvariantQuadraticForm
attributes forOmega(e, d, q)
.It turns out that for
e=0
andq
even, this is not possible?! Consider for exampleOmega(0,3,4);
-- an exhaustive search overGF(4)^[3,3]
reveals that the only non-trivial bilinear form preserved by this group in GAP is (up to scalars) given by the Gram matrix:Actually, this can be verified for Omega(0,3,q) for any even q>=4 with a simple hand calculation, by inspecting the two generators of the group.
But this matrix cannot be written as
Q + Q^tr
for some matrixQ
overGF(4)
, as such a matrix always has only zeros on the diagonal. But this is required by the GAP manual entry forInvariantQuadraticForm
.I could fix this by using a different representation of the group (e.g. the one obtained via
DerivedSubgroup(GO(e,d,q))
), but that might break compatibility in unforeseen ways? See also issue #500.Perhaps @ThomasBreuer @frankluebeck @hulpke have some insights on this?
The text was updated successfully, but these errors were encountered: