The bilinear form on a tensor product #
Main definitions #
LinearMap.BilinMap.tensorDistrib (B₁ ⊗ₜ B₂)
: the bilinear form onM₁ ⊗ M₂
constructed by applyingB₁
onM₁
andB₂
onM₂
.LinearMap.BilinMap.tensorDistribEquiv
:BilinForm.tensorDistrib
as an equivalence on finite free modules.
The tensor product of two bilinear maps injects into bilinear maps on tensor products.
Note this is heterobasic; the bilinear map on the left can take values in a module over a (commutative) algebra over the ring of the module in which the right bilinear map is valued.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The tensor product of two bilinear forms, a shorthand for dot notation.
Equations
- B₁.tmul B₂ = (LinearMap.BilinMap.tensorDistrib R A) (B₁ ⊗ₜ[R] B₂)
Instances For
The base change of a bilinear map (also known as "extension of scalars").
Equations
Instances For
The tensor product of two bilinear forms injects into bilinear forms on tensor products.
Note this is heterobasic; the bilinear form on the left can take values in an (commutative) algebra over the ring in which the right bilinear form is valued.
Equations
- LinearMap.BilinForm.tensorDistrib R A = ↑(TensorProduct.AlgebraTensorModule.rid R A A).congrRight₂ ∘ₗ LinearMap.BilinMap.tensorDistrib R A
Instances For
The tensor product of two bilinear forms, a shorthand for dot notation.
Equations
- B₁.tmul B₂ = (LinearMap.BilinForm.tensorDistrib R A) (B₁ ⊗ₜ[R] B₂)
Instances For
A tensor product of symmetric bilinear forms is symmetric.
The base change of a bilinear form.
Equations
Instances For
The base change of a symmetric bilinear form is symmetric.
tensorDistrib
as an equivalence.
Equations
- One or more equations did not get rendered due to their size.