Mathlib Map

Theorems · Theorem · commutative algebra

MvPolynomial.aeval_map_algebraMap

∀ {R : Type u_1} (A : Type u_2) {B : Type u_3} {σ : Type u_4} [inst : CommSemiring R] [inst_1 : CommSemiring A]
  [inst_2 : CommSemiring B] [inst_3 : Algebra R A] [inst_4 : Algebra A B] [inst_5 : Algebra R B] [IsScalarTower R A B]
  (x : σ → B) (p : MvPolynomial σ R),
  (MvPolynomial.aeval x) ((MvPolynomial.map (algebraMap R A)) p) = (MvPolynomial.aeval x) p
Defined in
Mathlib.RingTheory.MvPolynomial.Tower
Cited by
8 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringCommSemiringCommSemiringAlgebraAlgebraAlgebraIsScalarTower

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Algebra.Presentation.tensorModelOfHasCoeffsInv_aeval_val · cited by 2Presentation.tensorModelO…Algebra.FinitePresentation.of_restrict_scalars_finitePresentation · cited by 2FinitePresentation.of_res…Algebra.PreSubmersivePresentation.baseChange_jacobian · cited by 1PreSubmersivePresentation…Algebra.FormallySmooth.of_surjective_of_ker_eq_map_of_flat · cited by 1FormallySmooth.of_surject…Algebra.Presentation.aeval_val_relationOfHasCoeffs · cited by 0Presentation.aeval_val_re…Algebra.SubmersivePresentation.aeval_invJacobianOfHasCoeffs · cited by 0SubmersivePresentation.ae…Algebra.SubmersivePresentation.aeval_jacobianOfHasCoeffs · cited by 0SubmersivePresentation.ae…Algebra.Presentation.span_range_relation_eq_ker_baseChange · cited by 0Presentation.span_range_r…DFunLike.coe · cited by 62936DFunLike.coeAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringRingHom · cited by 10189RingHomFinsupp · cited by 5255FinsuppAlgebra.algebraMap · cited by 4706Algebra.algebraMapIsScalarTower · cited by 3896IsScalarTowerAlgHom · cited by 3236AlgHomMvPolynomial · cited by 2140MvPolynomialRingHom.comp · cited by 899RingHom.compMvPolynomial.aeval · cited by 298MvPolynomial.aevalMvPolynomial.map · cited by 147MvPolynomial.mapIsScalarTower.algebraMap_eq · cited by 110IsScalarTower.algebraMap_…MvPolynomial.eval₂ · cited by 103MvPolynomial.eval₂MvPolynomial.aeval_def · cited by 7MvPolynomial.aeval_defMvPolynomial.aeval_map_algebr…CITED BYCITES

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.