Theorems · Theorem · commutative algebra
WittVector.peval_polyOfInterest
∀ (p : ℕ) [hp : Fact (Nat.Prime p)] {k : Type u_1} [inst : CommRing k] (n : ℕ) (x y : WittVector p k),
WittVector.peval (WittVector.polyOfInterest p n) ![fun i => x.coeff i, fun i => y.coeff i] =
(x * y).coeff (n + 1) + ↑p ^ (n + 1) * x.coeff (n + 1) * y.coeff (n + 1) -
y.coeff (n + 1) * ∑ i ∈ Finset.range (n + 1 + 1), ↑p ^ i * x.coeff i ^ p ^ (n + 1 - i) -
x.coeff (n + 1) * ∑ i ∈ Finset.range (n + 1 + 1), ↑p ^ i * y.coeff i ^ p ^ (n + 1 - i)- Defined in
- Mathlib.RingTheory.WittVector.MulCoeff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Finset.sumstatement and proof · cited by 5,195
- Factstatement and proof · cited by 2,726
- Finset.sum_congrproof · cited by 2,323
- Nat.Primestatement and proof · cited by 2,059
- add_commproof · cited by 1,535
- Finset.rangestatement and proof · cited by 1,341
- map_mulproof · cited by 1,137
- map_addproof · cited by 964
- Matrix.vecConsstatement and proof · cited by 852
- Matrix.vecEmptystatement and proof · cited by 832
Cited by1
Results whose statement or proof uses this declaration.
- WittVector.peval_polyOfInterest'proof · cited by 0