Theorems · Theorem · commutative algebra
MvPowerSeries.coeff_monomial_mul
∀ {σ : 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 a * (MvPowerSeries.coeff (m - n)) φ else 0- Defined in
- Mathlib.RingTheory.MvPowerSeries.Basic
- Cited by
- 3 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 by3
Results whose statement or proof uses this declaration.
- MvPowerSeries.coeff_add_monomial_mulproof · cited by 4
- MvPowerSeries.monomial_mem_nonzeroDivisorsLeftproof · cited by 1
- MvPowerSeries.commute_monomialproof · cited by 1