Theorems · Theorem · commutative algebra
MvPowerSeries.coeff_mul_monomial
∀ {σ : Type u_1} {R : Type u_2} [inst : Semiring R] (m n : σ →₀ ℕ) (φ : MvPowerSeries σ R) (a : R),
(MvPowerSeries.coeff m) (φ * (MvPowerSeries.monomial n) a) = if n ≤ m then (MvPowerSeries.coeff (m - n)) φ * a else 0- Defined in
- Mathlib.RingTheory.MvPowerSeries.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- Finsetproof · cited by 13,712
- LinearMapstatement · cited by 10,215
- Finsuppstatement and proof · cited by 5,255
- Finset.sumproof · cited by 5,195
- MvPowerSeriesstatement and proof · cited by 659
- MvPowerSeries.coeffstatement and proof · cited by 273
- Finset.sum_singletonproof · cited by 251
- Finset.HasAntidiagonal.antidiagonalproof · cited by 218
- MvPowerSeries.monomialstatement and proof · cited by 69
Cited by5
Results whose statement or proof uses this declaration.
- MvPowerSeries.monomial_mul_monomialproof · cited by 5
- MvPowerSeries.coeff_add_mul_monomialproof · cited by 4
- MvPowerSeries.monomial_mem_nonzeroDivisorsRightproof · cited by 1
- MvPowerSeries.coeff_zero_mul_Xproof · cited by 1
- MvPowerSeries.commute_monomialproof · cited by 1