Documentation

Mathlib.NumberTheory.Padics.Measure.AmiceTransform

The Amice transform #

We identify the measures on ℤ_[p] with the power series ring ℤ_[p]⟦X⟧, by sending a measure μ to the power series with n-th coefficient μ (mahler n).

More suggestively, this is the series ∫ a : ℤ_[p], (1 + X) ^ a dμ.

Main statements #

TODO #

Define the Amice transform as an equivalence over more general base rings; this requires developing some theory of bounded power series over normed rings.

References #

theorem AbstractMeasure.ext_mahler {p : } [Fact (Nat.Prime p)] {R : Type u_1} [NormedCommRing R] [Algebra ℤ_[p] R] [IsUltrametricDist R] [CompleteSpace R] [IsBoundedSMul ℤ_[p] R] {μ : AbstractMeasure ℤ_[p] R R} ( : ∀ (n : ), μ (mahler n 1) = 0) :
μ = 0

Reformulation of PadicInt.ext_mahler in terms of the type synonym D(ℤ_[p], R).

The Amice transform, sending a measure μ on ℤ_[p] to the power series with n-th coefficient μ (mahler n). More suggestively, this is the series ∫ a : ℤ_[p], (1 + X) ^ a dμ.

See also amiceTransformEquiv for the same map bundled as a linear equivalence.

Equations
Instances For

    The inverse of the Amice transform, sending a power series F to the unique measure that sends mahler n to the n-th coefficient of F.

    Equations
    Instances For

      The Amice transform bundled as a linear equivalence (with coefficients in ℤ_[p]).

      (TODO: Define this more generally -- this will need a definition for bounded power series over a normed ring.)

      Equations
      Instances For