Mathlib Map

Theorems · Theorem · commutative algebra

aeval_wittPolynomial

∀ (p : ℕ) (R : Type u_1) [inst : CommRing R] {A : Type u_3} [inst_1 : CommRing A] [inst_2 : Algebra R A] (f : ℕ → A)
  (n : ℕ), (MvPolynomial.aeval f) (wittPolynomial p R n) = ∑ i ∈ Finset.range (n + 1), ↑p ^ i * f i ^ p ^ (n - i)
Defined in
Mathlib.RingTheory.WittVector.WittPolynomial
Cited by
3 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebra

Around this declaration

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

Cites20

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

Cited by3

Results whose statement or proof uses this declaration.