Theorems · Theorem · commutative algebra
wittStructureRat_rec_aux
∀ (p : ℕ) {idx : Type u_2} [hp : Fact (Nat.Prime p)] (Φ : MvPolynomial idx ℚ) (n : ℕ),
wittStructureRat p Φ n * MvPolynomial.C (↑p ^ n) =
(MvPolynomial.bind₁ fun b => (MvPolynomial.rename fun i => (b, i)) (wittPolynomial p ℚ n)) Φ -
∑ i ∈ Finset.range n, MvPolynomial.C (↑p ^ i) * wittStructureRat p Φ i ^ p ^ (n - i)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 98 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.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHomstatement · cited by 10,189
- Finsuppstatement · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- AlgHomstatement · cited by 3,236
- Factstatement and proof · cited by 2,726
- Finset.sum_congrproof · cited by 2,323
- MvPolynomialstatement and proof · cited by 2,140
- Nat.Primestatement and proof · cited by 2,059
- Finset.rangestatement and proof · cited by 1,341
- map_mulproof · cited by 1,137
- map_subproof · cited by 565
Cited by1
Results whose statement or proof uses this declaration.
- wittStructureRat_recproof · cited by 1