The logarithm isomorphism #
The formal logarithm Λ of a formal group law is an injective homomorphism on (pO)ⁿ
when p is odd and O is unramified (𝔪 = pO). The p-scaled log HL (with
f(coeff_d HL) = f(p)^{deg d}·coeff_d Λ) has an injective evaluation map
y ↦ (evalT y (HL i))ᵢ (ChabautyColeman.FormalGroupLaw.log_injective), which turns the
p-scaled formal group sum ChabautyColeman.FormalGroupLaw.scaledF — F(pX, pY)/p,
integral with decaying coefficients, so convergent on all of Oⁿ × Oⁿ — into addition
(ChabautyColeman.FormalGroupLaw.log_addHom); Λ(p·y) = f(evalT y (HL i)).
Both halves descend a K-power-series identity to the p-scaled integral forms — via
rescale/subst_comp_subst_apply/map_subst and f injective — and then evaluate it
with evalT_subst: injectivity descends Exp ∘ Λ = id (exp_comp_log, through
subst_descent), additivity descends Λ(F(X,Y)) = Λ(X) + Λ(Y) (log_subst_F, through
subst_scaledF_descent). The scaled log is uniquely determined by its scaling relation
(ChabautyColeman.FormalGroupLaw.scaled_log_unique), so the two packages agree.
Blueprint node: thm:log-iso.
Injectivity of the formal logarithm on (pO)ⁿ (p odd, unramified 𝔪 = pO).
The p-scaled log HL (with f(coeff_d HL) = f(p)^{deg d} · coeff_d Λ) has injective
evaluation map y ↦ (evalT y (HL i))ᵢ; hence Λ is injective on (pO)ⁿ.
The p-scaled formal group law #
The p-scaled formal group law: F(pX, pY)/p, integral because F has no constant
term. Its coefficients decay p-adically, so it evaluates on all of Oⁿ × Oⁿ.
Equations
- Φ.scaledF p j d = ↑p ^ (Finsupp.degree d - 1) * (MvPowerSeries.coeff d) (Φ.F j)
Instances For
The coefficients of the scaled group law tend to zero.
The p-scaled formal group law is the p-rescaling of F, over the fraction
field.
The p-scaled logarithms over O are uniquely determined by their scaling relation
(the base-change map f is injective), so the packages produced by
ChabautyColeman.FormalGroupLaw.log_injective and
ChabautyColeman.FormalGroupLaw.log_addHom contain the same series.
The descended additivity identity: the p-scaled logarithm is additive for the
p-scaled formal group law, over O.
The homomorphism property of the logarithm #
The formal logarithm is a homomorphism on (pO)ⁿ (p odd, unramified 𝔪 = pO):
the p-scaled log HL turns the (everywhere-convergent) p-scaled formal group sum
into addition. Together with ChabautyColeman.FormalGroupLaw.log_injective this makes
Λ an injective group homomorphism on (pO)ⁿ.
The canonical scaled logarithm #
The p-scaled logarithm of a formal group law, as a power series over O: the
integral form of Λ(pU), so that y ↦ evalT y (scaledLog i) represents Λ(p·y).
Instances For
Injectivity of the formal logarithm, for the canonical scaled log.
Additivity of the formal logarithm, for the canonical scaled log.
Evaluation of the scaled group law at scaled points #
Evaluating the p-scaled group law and rescaling recovers the group law at the
p-scaled point: p · (F(py, pz)/p) = F(py, pz) at the level of evalT.