Theorems · Theorem · commutative algebra
MvPolynomial.map_map
∀ {R : Type u} {S₁ : Type v} {S₂ : Type w} {σ : Type u_1} [inst : CommSemiring R] [inst_1 : CommSemiring S₁]
(f : R →+* S₁) [inst_2 : CommSemiring S₂] (g : S₁ →+* S₂) (p : MvPolynomial σ R),
(MvPolynomial.map g) ((MvPolynomial.map f) p) = (MvPolynomial.map (g.comp f)) p- Defined in
- Mathlib.Algebra.MvPolynomial.Eval
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement and proof · cited by 10,189
- Finsuppstatement · cited by 5,255
- MvPolynomialstatement and proof · cited by 2,140
- RingHom.compstatement · cited by 899
- AddMonoidHomClass.toAddMonoidHomproof · cited by 232
- MvPolynomial.mapstatement · cited by 147
- AddMonoidAlgebra.map_mapproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MvPolynomial.eval₂_mapproof · cited by 4
- MvPolynomial.map_leftInverseproof · cited by 1