Mathlib Map

Theorems · Theorem · commutative algebra

Polynomial.aeval_map_algebraMap

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

Around this declaration

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

IsIntegral.tower_top · cited by 30IsIntegral.tower_topIsAlgebraic.extendScalars · cited by 10IsAlgebraic.extendScalarsminpoly.dvd_map_of_isScalarTower · cited by 8minpoly.dvd_map_of_isScal…minpoly.isIntegrallyClosed_eq_field_fractions · cited by 6minpoly.isIntegrallyClose…Algebra.isIntegral_norm · cited by 4Algebra.isIntegral_normIsFractionRing.isAlgebraic_iff · cited by 3IsFractionRing.isAlgebrai…IsSeparable.of_algebra_isSeparable_of_isSeparable · cited by 3IsSeparable.of_algebra_is…Ideal.IsFractionRing.normal · cited by 3IsFractionRing.normalIsLocalization.Away.exists_isIntegral_mul_of_isIntegral_algebraMap · cited by 2Away.exists_isIntegral_mu…RatFunc.minpolyX_aeval_X · cited by 2RatFunc.minpolyX_aeval_XPolynomial.isIntegral_coeff_of_dvd · cited by 2Polynomial.isIntegral_coe…exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow · cited by 2exists_isTranscendenceBas…minpoly.aeval_of_isScalarTower · cited by 2minpoly.aeval_of_isScalar…Polynomial.aeval_root_of_mapAlg_eq_multiset_prod_X_sub_C · cited by 2Polynomial.aeval_root_of_…isIntegral_of_isIntegralElem_of_monic_of_natDegree_lt · cited by 1isIntegral_of_isIntegralE…DFunLike.coe · cited by 62936DFunLike.coeSemiring · cited by 13802SemiringAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringRingHom · cited by 10189RingHomPolynomial · cited by 5681PolynomialAlgebra.algebraMap · cited by 4706Algebra.algebraMapIsScalarTower · cited by 3896IsScalarTowerAlgHom · cited by 3236AlgHomRingHom.comp · cited by 899RingHom.compPolynomial.map · cited by 806Polynomial.mapPolynomial.aeval · cited by 615Polynomial.aevalPolynomial.eval₂ · cited by 267Polynomial.eval₂IsScalarTower.algebraMap_eq · cited by 110IsScalarTower.algebraMap_…Polynomial.aeval_def · cited by 51Polynomial.aeval_defPolynomial.aeval_map_algebraM…CITED BYCITES

Cites16

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

Cited by31

Results whose statement or proof uses this declaration.