Theorems · Theorem · field theory
Polynomial.aeval_prod
∀ {R : Type u} {A : Type z} {B : Type u_2} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Semiring B]
[inst_3 : Algebra R A] [inst_4 : Algebra R B] (x : A × B),
Polynomial.aeval x = (Polynomial.aeval x.1).prod (Polynomial.aeval x.2)Polynomial evaluation on a pair is a product of the evaluations on the components.
- Defined in
- Mathlib.Algebra.Polynomial.AlgebraMap
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Polynomialstatement · cited by 5,681
- AlgHomstatement · cited by 3,236
- Polynomial.aevalstatement and proof · cited by 615
- Polynomial.aeval_algHomproof · cited by 14
- AlgHom.prodstatement · cited by 9
- AlgHom.sndproof · cited by 7
- AlgHom.fstproof · cited by 7
- AlgHom.prod_compproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.aeval_prod_applyproof · cited by 1