Theorems · Definition · commutative algebra
wittStructureRat
(p : ℕ) → {idx : Type u_2} → [hp : Fact (Nat.Prime p)] → MvPolynomial idx ℚ → ℕ → MvPolynomial (idx × ℕ) ℚwittStructureRat Φ is a family of polynomials ℕ → MvPolynomial (idx × ℕ) ℚ
that are uniquely characterised by the property that
``
bind₁ (wittStructureRat 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 wittStructureRat Φ
is the same as evaluating Φ on the (appropriately renamed) n-th Witt polynomials.
See wittStructureRat_prop for this property,
and wittStructureRat_existsUnique for the fact that wittStructureRat
gives the unique family of polynomials with this property.
These polynomials turn out to have integral coefficients,
but it requires some effort to show this.
See wittStructureInt for the version with integral coefficients,
and map_wittStructureInt for the fact that it is equal to wittStructureRat`
when mapped to polynomials over the rationals.
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 96 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.
Cites8
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
- MvPolynomial.renameproof · cited by 168
- MvPolynomial.bind₁proof · cited by 70
- wittPolynomialproof · cited by 54
- xInTermsOfWproof · cited by 21
Cited by13
Results whose statement or proof uses this declaration.
- wittStructureIntproof · cited by 13
- map_wittStructureIntstatement and proof · cited by 13
- wittStructureInt_propproof · cited by 4
- wittStructureRat_propstatement and proof · cited by 4
- bind₁_rename_expand_wittPolynomialstatement and proof · cited by 1
- C_p_pow_dvd_bind₁_rename_wittPolynomial_sub_sumstatement and proof · cited by 1
- wittStructureRat_existsUniqueproof · cited by 1
- wittStructureRat_recstatement and proof · cited by 1
- wittStructureRat_rec_auxstatement and proof · cited by 1
- wittStructureRat_varsstatement · cited by 1
- constantCoeff_wittStructureRatstatement · cited by 1
- constantCoeff_wittStructureRat_zerostatement · cited by 1