Skip to content

Wrong decomposition? #5

@jvoight

Description

@jvoight
> AttachSpec("ModFrmGL2/ModFrmGL2.spec");
> H_N := sub<GL(2,Integers(25))|[[11,19,9,14],[4,16,7,22]]>;
> H := PSL2Subgroup(H_N); 
> M := ModularSymbols(H, 2, Rationals(), 0); 
> S := CuspidalSubspace(M); 
> D := Decomposition(S, HeckeBound(S));
> [Dimension(f)/2 : f in D];
[ 2, 2, 2, 2, 4, 4, 4, 8, 8 ]
> 
> T := HeckeOperator(S, 2);
> for p in PrimesUpTo(13) do
for>   if p eq 5 then continue; end if;
for>   T +:= (Random(2*p)-p)*HeckeOperator(S,p);
for>   Sort([<Degree(v[1]),v[2] div 2> : v in Factorization(CharacteristicPoly\
nomial(T))]);
for> end for;
[ <2, 3>, <2, 5>, <4, 1>, <8, 1>, <8, 1> ]
[ <1, 2>, <1, 2>, <2, 1>, <2, 1>, <2, 2>, <2, 2>, <4, 1>, <8, 1>, <8, 1> ]
[ <1, 2>, <1, 2>, <2, 1>, <2, 1>, <2, 2>, <2, 2>, <4, 1>, <8, 1>, <8, 1> ]
[ <1, 2>, <1, 2>, <1, 4>, <2, 1>, <2, 1>, <2, 2>, <4, 1>, <8, 1>, <8, 1> ]
[ <2, 1>, <2, 1>, <2, 1>, <2, 1>, <2, 2>, <2, 2>, <4, 1>, <8, 1>, <8, 1> ]

Seems to imply that the semisimple decomposition is
(ab surf 1) x (ab surf 2) x (ab surf 3) x (ab surf 4) x (ab surf 5)^2 x (ab surf 6)^2
x (ab fourfold) x (ab 8-fold) x (ab 8-fold)
which means Decomposition is failing to mention that the fourfold is the square of an abelian surface?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions