Mathlib Map

Theorems · Theorem · commutative algebra

WittVector.dvd_sub_sum_teichmuller_iterateFrobeniusEquiv_coeff

∀ {p : ℕ} [hp : Fact (Nat.Prime p)] {R : Type u_1} [inst : CommRing R] [inst_1 : CharP R p] [inst_2 : PerfectRing R p]
  (x : WittVector p R) (n : ℕ),
  ↑p ^ (n + 1) ∣ x - ∑ i ≤ n, (WittVector.teichmuller p) (((frobeniusEquiv R p).symm ^ i) (x.coeff i)) * ↑p ^ i

p ^ (n + 1) divides x minus the summation of the first n + 1 terms of the Teichmuller series.

Defined in
Mathlib.RingTheory.WittVector.TeichmullerSeries
Cited by
1 results in Mathlib
Foundations
Depth 150 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FactCommRingCharPPerfectRing

Around this declaration

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

Cites32

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

Cited by1

Results whose statement or proof uses this declaration.