Mathlib Map

Theorems · Theorem · number theory

modularCyclotomicCharacter.spec

∀ (L : Type u) [inst : CommRing L] [inst_1 : IsDomain L] {n : ℕ} [inst_2 : NeZero n]
  (hn : Nat.card ↥(rootsOfUnity n L) = n) (g : L ≃+* L) {t : Lˣ},
  t ∈ rootsOfUnity n L → g ↑t = ↑t ^ (↑((modularCyclotomicCharacter L hn) g)).val
Defined in
Mathlib.NumberTheory.Cyclotomic.CyclotomicCharacter
Cited by
1 results in Mathlib
Foundations
Depth 149 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomainNeZero

Around this declaration

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

Cites16

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
  • MonoidHomstatement · cited by 3,629
  • Subgroupstatement · cited by 3,593
  • Unitsstatement and proof · cited by 2,804
  • IsDomainstatement and proof · cited by 2,196
  • Units.valstatement and proof · cited by 1,966
  • RingEquivstatement and proof · cited by 1,147
  • ZModstatement · cited by 1,024
  • Nat.cardstatement and proof · cited by 844
  • ZMod.valstatement and proof · cited by 159
  • rootsOfUnitystatement and proof · cited by 118

Cited by1

Results whose statement or proof uses this declaration.