Theorems · Theorem · commutative algebra
MvPolynomial.coeff_X_pow
∀ {R : Type u} {σ : Type u_1} [inst : CommSemiring R] [inst_1 : DecidableEq σ] (i : σ) (m : σ →₀ ℕ) (k : ℕ),
MvPolynomial.coeff m (MvPolynomial.X i ^ k) = if (fun₀ | i => k) = m then 1 else 0- Defined in
- Mathlib.Algebra.MvPolynomial.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement and proof · cited by 5,255
- one_mulproof · cited by 2,841
- MvPolynomialstatement and proof · cited by 2,140
- pow_zeroproof · cited by 1,094
- Finsupp.singlestatement and proof · cited by 943
- MvPolynomial.Xstatement and proof · cited by 552
- MvPolynomial.coeffstatement and proof · cited by 315
- MvPolynomial.monomialproof · cited by 253
- Finsupp.prodproof · cited by 231
- MvPolynomial.coeff_monomialproof · cited by 32
Cited by2
Results whose statement or proof uses this declaration.
- MvPolynomial.coeff_Xproof · cited by 4
- MvPolynomial.coeff_single_X_powproof · cited by 1