Theorems · Theorem · commutative algebra
PolynomialModule.monomial_smul_apply
∀ {R : Type u_2} {M : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] (i : ℕ) (r : R)
(g : PolynomialModule R M) (n : ℕ), ((Polynomial.monomial i) r • g).coeff n = if i ≤ n then r • g.coeff (n - i) else 0- Defined in
- Mathlib.Algebra.Polynomial.Module.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Polynomialstatement · cited by 5,681
- Finsuppstatement · cited by 5,255
- add_zeroproof · cited by 2,707
- smul_zeroproof · cited by 665
- smul_addproof · cited by 263
- Polynomial.monomialstatement and proof · cited by 256
Cited by1
Results whose statement or proof uses this declaration.
- PolynomialModule.smul_applyproof · cited by 0