Ticket #6455 (closed defect: fixed)

Opened 9 months ago

Last modified 5 months ago

[with patch, with positive review] Bug in twisting for p_primary_bound on Tate-Shafarevich groups

Reported by: wuthrich Owned by:
Priority: minor Milestone: sage-4.2
Component: elliptic curves Keywords: Tate Sharafevich group, Elliptic curves
Cc: was Author(s): Chris Wuthrich
Report Upstream: Reviewer(s): John Cremona
Merged in: sage-4.2.alpha1 Work issues:

Description

William Stein found a bug in p_primary_part, namely

sage: E = EllipticCurve([-19,34]); E.cremona_label()  # y^2 = x^3 - 19*x + 34
'944e1'
sage: S = E.sha(); S
Shafarevich-Tate group for the Elliptic Curve defined by y^2 = x^3 -
19*x + 34 over Rational Field
sage: E.ap(5)
-3
sage: factor(944)
2^4 * 59
sage: S.an_padic(5)
Traceback (most recent call last):
...
ValueError: can not twist a curve of conductor (=472) by the quadratic
twist (=-4).

The problem is at 2 and 3, we have to check if we are allowed to twist.

And John Cremona suggested

Is it possible to add a doctest illustrating the suggestion to "try an_padic instead"? That would be useful for the reference manual.

Attachments

trac_6455.patch Download (3.4 KB) - added by wuthrich 8 months ago.

Change History

Changed 8 months ago by davidloeffler

  • owner changed from was to davidloeffler
  • component changed from number theory to elliptic curves

Changed 8 months ago by wuthrich

  • cc was added
  • summary changed from Bug in twisting for p_primary_bound on Tate-Shafarevich groups to [with patch, needs review] Bug in twisting for p_primary_bound on Tate-Shafarevich groups

I believe that the patch chooses now the correct twist.

William : could you use it for the table, before it goes in ? so that I am sure that there are no further problems with it. I have tested it only on a few examples.

Changed 8 months ago by wuthrich

Changed 7 months ago by cremona

  • summary changed from [with patch, needs review] Bug in twisting for p_primary_bound on Tate-Shafarevich groups to [with patch, with positive review] Bug in twisting for p_primary_bound on Tate-Shafarevich groups

Patch applies fine to 4.1.1, and tests run ok. The code looks ok to me too. I'm not quite expert enough to be 100% confident, but enough to pass this!

Changed 7 months ago by cremona

  • reviewer set to John Cremona
  • author set to Chris Wuthrich

Changed 5 months ago by jason

  • status changed from new to needs_review

Changed 5 months ago by jason

  • status changed from needs_review to positive_review

Changed 5 months ago by davidloeffler

  • owner davidloeffler deleted

Changed 5 months ago by mhansen

  • status changed from positive_review to closed
  • resolution set to fixed
  • merged set to sage-4.2.alpha1
Note: See TracTickets for help on using tickets.