Mathlib Map

Theorems · Theorem · number theory

cyclotomicCharacter.toFun_spec

∀ {L : Type u} [inst : CommRing L] [inst_1 : IsDomain L] (p : ℕ) [inst_2 : Fact (Nat.Prime p)]
  [∀ (i : ℕ), HasEnoughRootsOfUnity L (p ^ i)] (g : L ≃+* L) {n : ℕ} (t : ↥(rootsOfUnity (p ^ n) L)),
  g ↑↑t = ↑↑t ^ ((PadicInt.toZModPow n) (cyclotomicCharacter.toFun p g)).val
Defined in
Mathlib.NumberTheory.Cyclotomic.CyclotomicCharacter
Cited by
1 results in Mathlib
Foundations
Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomainFactHasEnoughRootsOfUnity

Around this declaration

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

Cites21

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

  • DFunLike.coestatement and proof · cited by 62,936
  • CommRingstatement and proof · cited by 17,173
  • RingHomstatement · cited by 10,189
  • Subgroupstatement · cited by 3,593
  • Unitsstatement and proof · cited by 2,804
  • Factstatement and proof · cited by 2,726
  • IsDomainstatement and proof · cited by 2,196
  • Nat.Primestatement and proof · cited by 2,059
  • Units.valstatement and proof · cited by 1,966
  • RingEquivstatement and proof · cited by 1,147
  • ZModstatement and proof · cited by 1,024
  • Nat.cardproof · cited by 844

Cited by1

Results whose statement or proof uses this declaration.