Mathlib Map

Theorems · Theorem · number theory

cyclotomicCharacter.toZModPow

∀ {L : Type u} [inst : CommRing L] [inst_1 : IsDomain L] (p : ℕ) [inst_2 : Fact (Nat.Prime p)] {n : ℕ}
  [inst_3 : ∀ (i : ℕ), HasEnoughRootsOfUnity L (p ^ i)] (g : L ≃+* L),
  (PadicInt.toZModPow n) ↑((cyclotomicCharacter L p) g) = ↑((modularCyclotomicCharacter L ⋯) g)
Defined in
Mathlib.NumberTheory.Cyclotomic.CyclotomicCharacter
Cited by
1 results in Mathlib
Foundations
Depth 211 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.

Cites18

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

  • DFunLike.coestatement · cited by 62,936
  • CommRingstatement and proof · cited by 17,173
  • RingHomstatement · cited by 10,189
  • MonoidHomstatement · cited by 3,629
  • Unitsstatement · 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 · cited by 1,966
  • RingEquivstatement and proof · cited by 1,147
  • ZModstatement · cited by 1,024
  • PadicIntstatement · cited by 179

Cited by1

Results whose statement or proof uses this declaration.