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:
Chabauty.Series.FormalGroupLaw.Basic— the structure, the differential (Jacobian) matrix at the origin, and base change along a ring homomorphism;Chabauty.Series.FormalGroupLaw.Invariance— closedness of the invariant differential (pderiv_diffMatrixInv_symm), the technical heart of the logarithm construction;Chabauty.Series.FormalGroupLaw.Points— the commutative monoid of𝔪-points, each monoid axiom being the corresponding formal axiom ofFevaluated viaMvPSeries.eval_subst;Chabauty.Series.FormalGroupLaw.Log— the formal logarithmlog(radial antiderivative of the invariant differential) and exponentialexp, with theirp-adic denominator estimates.
Blueprint nodes: def:fgl, def:fgl-diff, def:fgl-log.