Theorems · Theorem · commutative algebra
MvPolynomial.map_leftInverse
∀ {R : Type u} {S₁ : Type v} {σ : Type u_1} [inst : CommSemiring R] [inst_1 : CommSemiring S₁] {f : R →+* S₁}
{g : S₁ →+* R}, Function.LeftInverse ⇑f ⇑g → Function.LeftInverse ⇑(MvPolynomial.map f) ⇑(MvPolynomial.map g)If f is a left-inverse of g then map f is a left-inverse of map g.
- Defined in
- Mathlib.Algebra.MvPolynomial.Eval
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringCommSemiring
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 and proof · 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.extproof · cited by 331
- MvPolynomial.mapstatement and proof · cited by 147
- MvPolynomial.map_idproof · cited by 7
- MvPolynomial.map_mapproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.map_rightInverseproof · cited by 0