Documentation

EllipticCurves.Mathlib.Chabauty.FormalGroupLaw

Formal group laws and their points in the maximal ideal #

ChabautyColeman.FormalGroupLaw O ι is an ι-dimensional commutative formal group law over O: a family of power series F i in two blocks of ι variables with F(X,0) = X, F(0,Y) = Y, F(X,Y) = F(Y,X) and F(F(X,Y),Z) = F(X,F(Y,Z)), the substitutions being Mathlib's formal MvPowerSeries.subst. (Mathlib's FormalGroup is one-dimensional with points valued in power series rings; here arbitrary finite dimension and topological 𝔪-points are needed.)

The development is split across the files re-exported here:

Blueprint nodes: def:fgl, def:fgl-diff, def:fgl-log.