The quadratic form on a tensor product #
Main definitions #
QuadraticForm.tensorDistrib (Q₁ ⊗ₜ Q₂)
: the quadratic form onM₁ ⊗ M₂
constructed by applyingQ₁
onM₁
andQ₂
onM₂
. This construction is not available in characteristic two.
The tensor product of two quadratic maps injects into quadratic maps on tensor products.
Note this is heterobasic; the quadratic map on the left can take values in a module over a larger ring than the one on the right.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The tensor product of two quadratic maps, a shorthand for dot notation.
Equations
- Q₁.tmul Q₂ = (QuadraticMap.tensorDistrib R A) (Q₁ ⊗ₜ[R] Q₂)
Instances For
The tensor product of two quadratic forms injects into quadratic forms on tensor products.
Note this is heterobasic; the quadratic form on the left can take values in a larger ring than the one on the right.
Equations
- QuadraticForm.tensorDistrib R A = ↑(TensorProduct.AlgebraTensorModule.rid R A A).congrQuadraticMap ∘ₗ QuadraticMap.tensorDistrib R A
Instances For
The tensor product of two quadratic forms, a shorthand for dot notation.
Equations
- Q₁.tmul Q₂ = (QuadraticForm.tensorDistrib R A) (Q₁ ⊗ₜ[R] Q₂)
Instances For
The base change of a quadratic form.
Equations
- QuadraticForm.baseChange A Q = QuadraticForm.tmul QuadraticMap.sq Q
Instances For
If two quadratic forms from A ⊗[R] M₂
agree on elements of the form 1 ⊗ m
, they are equal.
In other words, if a base change exists for a quadratic form, it is unique.
Note that unlike QuadraticForm.baseChange
, this does not need Invertible (2 : R)
.