Mathlib Map

Theorems · Theorem · commutative algebra

Polynomial.aeval_algebraMap_apply

∀ {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 : A) (p : Polynomial R),
  (Polynomial.aeval ((algebraMap A B) x)) p = (algebraMap A B) ((Polynomial.aeval x) p)
Defined in
Mathlib.RingTheory.Polynomial.Tower
Cited by
24 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.

minpoly.isIntegrallyClosed_eq_field_fractions · cited by 6minpoly.isIntegrallyClose…Polynomial.aeval_algebraMap_eq_zero_iff · cited by 5Polynomial.aeval_algebraM…Polynomial.resultant_eq_prod_eval · cited by 3Polynomial.resultant_eq_p…Ideal.IsFractionRing.normal · cited by 3IsFractionRing.normalIsAlgebraic.algebraMap · cited by 2IsAlgebraic.algebraMapSubalgebra.aeval_coe · cited by 2Subalgebra.aeval_coePolynomial.valuation_eq_valuation_X_pow_natDegree_of_one_lt_valuation_X · cited by 1Polynomial.valuation_eq_v…isIntegral_of_isIntegralElem_of_monic_of_natDegree_lt · cited by 1isIntegral_of_isIntegralE…isStronglyTranscendental_mk_of_mem_minimalPrimes · cited by 1isStronglyTranscendental_…exists_isIntegral_leadingCoeff_pow_smul_sub_of_isIntegralElem_of_mul_mem_range · cited by 1exists_isIntegral_leading…Polynomial.Bivariate.aeval_aeval_eq_aeval_algEquivAdjoin · cited by 1Bivariate.aeval_aeval_eq_…Algebra.dvd_algebraMap_intNorm_self · cited by 1Algebra.dvd_algebraMap_in…Polynomial.resultant_eq_prod_roots_sub · cited by 1Polynomial.resultant_eq_p…IntermediateField.aeval_gen_minpoly · cited by 1IntermediateField.aeval_g…Algebra.exists_etale_isIdempotentElem_forall_liesOver_eq_aux · cited by 1Algebra.exists_etale_isId…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 3236AlgHomPolynomial.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.hom_eval₂ · cited by 16Polynomial.hom_eval₂Polynomial.aeval_algebraMap_a…CITED BYCITES

Cites14

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

Cited by24

Results whose statement or proof uses this declaration.