Theorems · Theorem · field theory
Polynomial.aeval_pi
∀ {R : Type u} [inst : CommSemiring R] {I : Type u_3} {A : I → Type u_4} [inst_1 : (i : I) → Semiring (A i)]
[inst_2 : (i : I) → Algebra R (A i)] (x : (i : I) → A i),
Polynomial.aeval x = AlgHom.pi fun i => Polynomial.aeval (x i)Polynomial evaluation on an indexed tuple is the indexed product of the evaluations
on the components.
Generalizes Polynomial.aeval_prod to indexed products.
- Defined in
- Mathlib.Algebra.Polynomial.AlgebraMap
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringSemiringAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Pi.evalAlgHomproof · cited by 13
- AlgHom.pistatement · cited by 9
- AlgHom.pi_compproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.aeval_pi_apply₂proof · cited by 1