Theorems · Definition · commutative algebra
wittStructureInt
(p : ℕ) → {idx : Type u_2} → [hp : Fact (Nat.Prime p)] → MvPolynomial idx ℤ → ℕ → MvPolynomial (idx × ℕ) ℤwittStructureInt Φ is a family of polynomials ℕ → MvPolynomial (idx × ℕ) ℤ
that are uniquely characterised by the property that
``
bind₁ (wittStructureInt p Φ) (wittPolynomial p ℤ n) =
bind₁ (fun i ↦ (rename (prod.mk i) (wittPolynomial p ℤ n))) Φ
`
In other words: evaluating the n-th Witt polynomial on the family wittStructureInt Φ
is the same as evaluating Φ on the (appropriately renamed) n-th Witt polynomials.
See wittStructureInt_prop for this property,
and wittStructureInt_existsUnique for the fact that wittStructureInt`
gives the unique family of polynomials with this property.
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fact
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Factstatement and proof · cited by 2,726
- MvPolynomialstatement and proof · cited by 2,140
- Nat.Primestatement and proof · cited by 2,059
- AddMonoidAlgebra.coeffproof · cited by 365
- Int.castRingHomproof · cited by 254
- MvPolynomial.mapproof · cited by 147
- Finsupp.mapRangeproof · cited by 91
- wittStructureRatproof · cited by 12
Cited by22
Results whose statement or proof uses this declaration.
- WittVector.wittMulproof · cited by 14
- map_wittStructureIntstatement and proof · cited by 13
- WittVector.wittAddproof · cited by 10
- wittStructureInt_varsstatement and proof · cited by 7
- WittVector.wittNegproof · cited by 7
- WittVector.wittSubproof · cited by 7
- constantCoeff_wittStructureIntstatement and proof · cited by 6
- WittVector.wittNSMulproof · cited by 6
- WittVector.wittZSMulproof · cited by 6
- WittVector.wittOneproof · cited by 5
- WittVector.wittPowproof · cited by 5
- wittStructureInt_propstatement and proof · cited by 4