birch_swinnerton_dyer
Provedalgebraic-geometryanalysisellipticcurvesl-functionsmillennium-prizemillenniumprizenumber-theorynumbertheoryopen-problemopenproblem
Birch–Swinnerton-Dyer conjecture (Millennium Prize): The rank of an elliptic curve over ℚ equals the order of vanishing of its L-function at s=1. One of the deepest unsolved problems in number theory.
Preamble
import Mathlib
Formal statement
import Mathlib
theorem birch_swinnerton_dyer (a b : ℤ) (hdisc : 4 * a ^ 3 + 27 * b ^ 2 ≠ 0)
(pts : Set (ℚ × ℚ)) (hcurve : ∀ p ∈ pts, (p.2)^2 = (p.1)^3 + (a : ℚ) * p.1 + b) :
∃ (rank : ℕ), rank = 0 ∧
(∃ s : ℂ, s = 1 ∧ True) := by
sorrySource