Tensor Product of (multivariate) polynomial rings #
Let Semiring R, Algebra R S and Module R N.
- MvPolynomial.rTensorgives the linear equivalence- MvPolynomial σ S ⊗[R] N ≃ₗ[R] (σ →₀ ℕ) →₀ (S ⊗[R] N)characterized, for- p : MvPolynomial σ S,- n : Nand- d : σ →₀ ℕ, by- rTensor (p ⊗ₜ[R] n) d = (coeff d p) ⊗ₜ[R] n
- MvPolynomial.scalarRTensorgives the linear equivalence- MvPolynomial σ R ⊗[R] N ≃ₗ[R] (σ →₀ ℕ) →₀ Nsuch that- MvPolynomial.scalarRTensor (p ⊗ₜ[R] n) d = coeff d p • nfor- p : MvPolynomial σ R,- n : Nand- d : σ →₀ ℕ, by
- MvPolynomial.rTensorAlgHom, the algebra morphism from the tensor product of a polynomial algebra by an algebra to a polynomial algebra
- MvPolynomial.rTensorAlgEquiv,- MvPolynomial.scalarRTensorAlgEquiv, the tensor product of a polynomial algebra by an algebra is algebraically equivalent to a polynomial algebra
TODO : #
- MvPolynomial.rTensorcould be phrased in terms of- AddMonoidAlgebra, and- MvPolynomial.rTensorthen has- smulby the polynomial algebra.
- MvPolynomial.rTensorAlgHomand- MvPolynomial.scalarRTensorAlgEquivare morphisms for the algebra structure by- MvPolynomial σ R.
The tensor product of a polynomial ring by a module is linearly equivalent to a Finsupp of a tensor product
Equations
- MvPolynomial.rTensor = TensorProduct.finsuppLeft' R S N (σ →₀ ℕ) S
Instances For
The tensor product of the polynomial algebra by a module is linearly equivalent to a Finsupp of that module
Equations
Instances For
The algebra morphism from a tensor product of a polynomial algebra by an algebra to a polynomial algebra
Equations
- One or more equations did not get rendered due to their size.
Instances For
The tensor product of a polynomial algebra by an algebra is algebraically equivalent to a polynomial algebra
Instances For
The tensor product of the polynomial algebra by an algebra is algebraically equivalent to a polynomial algebra with coefficients in that algebra
Equations
Instances For
Tensoring MvPolynomial σ R on the left by an R-algebra A is algebraically
equivalent to MvPolynomial σ A.
Equations
- One or more equations did not get rendered due to their size.