Points of a formal group law in the maximal ideal #
In the standing setting of the p-adic kit and for finite ι, the tuples
ChabautyColeman.FormalGroupLaw.Points with entries in the maximal ideal form a commutative
monoid under evaluation of F (addition is total on 𝔪-tuples since the values of series with
vanishing constant term stay in 𝔪); each monoid axiom is the corresponding formal axiom of
F, evaluated via ChabautyColeman.MvPSeries.eval_subst. Inverses are not constructed here.
Main definitions #
ChabautyColeman.FormalGroupLaw.Points: the𝔪-tuples, with theirAddCommMonoidstructure.
Blueprint node: def:fgl.
The 𝔪-points of a formal group law: tuples with entries in the maximal ideal.
The group law is evaluation of F. The carrier family is applied explicitly to Φ because
the law is a phantom parameter selecting that addition, while its coefficients do not change the
underlying tuple type.
Equations
- Φ.Points = (fun (_formalGroupLaw : ChabautyColeman.FormalGroupLaw O ι) => ι → ↥(IsLocalRing.maximalIdeal O)) Φ
Instances For
Equations
- Φ.instZeroPoints = { zero := fun (x : ι) => 0 }
The evaluation-point family attached to a pair of points: the first block of
variables gets z, the second w.
Instances For
Equations
- Φ.instAddPoints = { add := fun (z w : Φ.Points) (i : ι) => ⟨ChabautyColeman.MvPSeries.eval (Φ.pairFam z w) (Φ.F i), ⋯⟩ }
Equations
- One or more equations did not get rendered due to their size.