Mathlib Map

Theorems · Theorem · group theory

AddChar.map_nsmul_eq_pow

∀ {A : Type u_1} {M : Type u_3} [inst : AddMonoid A] [inst_1 : Monoid M] (ψ : AddChar A M) (n : ℕ) (x : A),
  ψ (n • x) = ψ x ^ n

An additive character maps multiples by natural numbers to powers.

Defined in
Mathlib.Algebra.Group.AddChar
Cited by
5 results in Mathlib
Foundations
Depth 18 from the axioms · uses Quot.sound
Assumes
AddMonoidMonoid

Around this declaration

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

Cites6

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

Cited by5

Results whose statement or proof uses this declaration.