Mathlib Map

Theorems · Definition · number theory

PadicInt.addChar_of_value_at_one

{p : ℕ} →
  [inst : Fact (Nat.Prime p)] →
    {R : Type u_1} →
      [inst_1 : NormedRing R] →
        [inst_2 : Algebra ℤ_[p] R] →
          [IsBoundedSMul ℤ_[p] R] →
            [IsUltrametricDist R] →
              [CompleteSpace R] → (r : R) → Filter.Tendsto (fun x => r ^ x) Filter.atTop (nhds 0) → AddChar ℤ_[p] R

The unique continuous additive character of ℤ_[p] mapping 1 to 1 + r.

Defined in
Mathlib.NumberTheory.Padics.AddChar
Cited by
7 results in Mathlib
Foundations
Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FactNormedRingAlgebraIsBoundedSMulIsUltrametricDistCompleteSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.