Theorems · Theorem · commutative algebra
MvPolynomial.coeff_single_X_pow
∀ {R : Type u} {σ : Type u_1} [inst : CommSemiring R] [inst_1 : DecidableEq σ] (s s' : σ) (n n' : ℕ),
MvPolynomial.coeff (fun₀ | s' => n') (MvPolynomial.X s ^ n) = if s = s' ∧ n = n' ∨ n = 0 ∧ n' = 0 then 1 else 0- Defined in
- Mathlib.Algebra.MvPolynomial.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement · cited by 5,255
- MvPolynomialstatement · cited by 2,140
- Finsupp.singlestatement and proof · cited by 943
- MvPolynomial.Xstatement · cited by 552
- MvPolynomial.coeffstatement · cited by 315
- MvPolynomial.coeff_X_powproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.coeff_single_Xproof · cited by 1