The chord computes the group law, and the third intersection point lies on the chord #
Source: MichaelStollBayreuth/EllipticCurves at commit 3f8c39c0fc4c0fd0a40e693aa2a9bbda08d9ee1f.
Working over a field (FieldChord), the chord/tangent construction on (t, w(t)) computes the
addition of points; then, over a general coefficient ring, the third intersection point of the
line through two points lies on the chord (the OnLine machinery, via the Pair and
SingleIota parameter specializations). This is the geometric input to the associativity of the
formal group law, assembled in EllipticCurves.WeierstrassFormalGroup.GroupLaw.
The chord construction computes the group law, at the level of field identities #
The parametrized point (q/w, -1/w) is nonsingular whenever (q, w) satisfies the
Weierstrass equation in the (t, w)-chart and the discriminant does not vanish.
The chord construction computes the group law, at the level of nonsingular points.
The third intersection point lies on the chord #
w(t₃(t₁, t₂)) = λ(t₁, t₂)·t₃(t₁, t₂) + ν(t₁, t₂), proved via a multivariate version of
the fixed-point uniqueness engine (filtration by total degree) and the Vieta argument:
the cubic obtained by substituting the chord into the Weierstrass equation has roots
t₁, t₂, and its third root is t₃ by construction, so the line value at t₃ solves
the Weierstrass equation there; so does w ∘ t₃, and solutions are unique.
Specialization of the chord data along a pair of parameter series (q₁, q₂) in a
multivariate power series ring: the substitution plumbing feeding the identification of
the addition series with the group law over the fraction field.