Theorems · Theorem · commutative algebra
PolyEquivTensor.toFunLinear_mul_tmul_mul_aux_2
∀ (R : Type u_1) (A : Type u_3) [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Algebra R A] (k : ℕ) (a₁ a₂ : A)
(p₁ p₂ : Polynomial R),
a₁ * a₂ * (algebraMap R A) ((p₁ * p₂).coeff k) =
∑ x ∈ Finset.HasAntidiagonal.antidiagonal k,
a₁ * (algebraMap R A) (p₁.coeff x.1) * (a₂ * (algebraMap R A) (p₂.coeff x.2))- Defined in
- Mathlib.RingTheory.PolynomialAlgebra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement and proof · cited by 5,195
- Algebra.algebraMapstatement and proof · cited by 4,706
- Finset.sum_congrproof · cited by 2,323
- mul_assocproof · cited by 1,667
- map_mulproof · cited by 1,137
- Polynomial.coeffstatement and proof · cited by 1,045
Cited by1
Results whose statement or proof uses this declaration.
- PolyEquivTensor.toFunLinear_mul_tmul_mulproof · cited by 0