Skip to content

Assertion in EvenConductorExponent_Core.mag fails #7

@kimballmartin

Description

@kimballmartin

For the following genus 2 curve C, which has geometric automorphism group V4, but only C2 defined over the rationals, I am running into a failed assertion.

> C;
Hyperelliptic Curve defined by y^2 + (x^3 + x)*y = -4784924145281*x^6 + 
    6209503443066*x^5 + 106920791690911*x^4 + 213235279869594*x^3 - 
    1766462090062291*x^2 + 4404661506225072*x + 39136134781005281 over Rational 
Field
> Conductor(C);
WARNING: Using Ogg's formula when v_2(D)>=12, no correctness guarantee
51485894013794365839767328
> Conductor_Genus2(C);

Conductor_Genus2(
    C: Hyperelliptic Curve defined by y^2 + (x^3 + x)*y = -47849241...
)
EvenConductorExponent_Genus2(
    C: Hyperelliptic Curve defined by y^2 + (x^3 + x)*y = -47849241...
)
evencondexp(
    C: Hyperelliptic Curve defined by y^2 + (x^3 + x)*y = -47849241...,
    p: 2
)
evencondexpdata(
    C: Hyperelliptic Curve defined by y^2 + (x^3 + x)*y = -47849241...,
    p: 2
)
conductor_exponent_data(
    f: -19139696581123*x^6 + 24838013772264*x^5 + 427683166763646*x...,
    p: Ideal of Integer Ring generated by 2,
    dues: [ <2, 0, 1>, <4, 2, 2>, <3, 1, 3>, <3, 1, 3>, <6, 2, 6>, <6,...
)
TameConductorFrom3Torsion(
    C: C,
    p: Ideal of Integer Ring generated by 2,
    IOrder: 6,
    dim3I: 1
)
In file ".../CHIMP/Genus2Conductor/EvenConductorExponent_Core.mag", line 260, column 5:
>>     assert (IOrder in [2,6]) and (n eq 2);^M
       ^
Runtime error in assert: Assertion failed

I tried adding options Proof := "Global", MobiusRandomize:=1 or MobiusRandomize:=2 to no effect.

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