Linear equivalences of tensor products as isometries #
These results are separate from the definition of QuadraticForm.tmul
as that file is very slow.
Main definitions #
QuadraticForm.Isometry.tmul
:TensorProduct.map
as aQuadraticForm.Isometry
QuadraticForm.tensorComm
:TensorProduct.comm
as aQuadraticForm.IsometryEquiv
QuadraticForm.tensorAssoc
:TensorProduct.assoc
as aQuadraticForm.IsometryEquiv
QuadraticForm.tensorRId
:TensorProduct.rid
as aQuadraticForm.IsometryEquiv
QuadraticForm.tensorLId
:TensorProduct.lid
as aQuadraticForm.IsometryEquiv
@[simp]
theorem
QuadraticForm.tmul_comp_tensorMap
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
{M₄ : Type uM₄}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[AddCommGroup M₄]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Module R M₄]
[Invertible 2]
{Q₁ : QuadraticForm R M₁}
{Q₂ : QuadraticForm R M₂}
{Q₃ : QuadraticForm R M₃}
{Q₄ : QuadraticForm R M₄}
(f : Q₁ →qᵢ Q₂)
(g : Q₃ →qᵢ Q₄)
:
@[simp]
theorem
QuadraticForm.tmul_tensorMap_apply
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
{M₄ : Type uM₄}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[AddCommGroup M₄]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Module R M₄]
[Invertible 2]
{Q₁ : QuadraticForm R M₁}
{Q₂ : QuadraticForm R M₂}
{Q₃ : QuadraticForm R M₃}
{Q₄ : QuadraticForm R M₄}
(f : Q₁ →qᵢ Q₂)
(g : Q₃ →qᵢ Q₄)
(x : TensorProduct R M₁ M₃)
:
noncomputable def
QuadraticMap.Isometry.tmul
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
{M₄ : Type uM₄}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[AddCommGroup M₄]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Module R M₄]
[Invertible 2]
{Q₁ : QuadraticForm R M₁}
{Q₂ : QuadraticForm R M₂}
{Q₃ : QuadraticForm R M₃}
{Q₄ : QuadraticForm R M₄}
(f : Q₁ →qᵢ Q₂)
(g : Q₃ →qᵢ Q₄)
:
TensorProduct.map
for Quadraticform.Isometry
s
Equations
- f.tmul g = { toLinearMap := TensorProduct.map f.toLinearMap g.toLinearMap, map_app' := ⋯ }
Instances For
@[simp]
theorem
QuadraticMap.Isometry.tmul_apply
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
{M₄ : Type uM₄}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[AddCommGroup M₄]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Module R M₄]
[Invertible 2]
{Q₁ : QuadraticForm R M₁}
{Q₂ : QuadraticForm R M₂}
{Q₃ : QuadraticForm R M₃}
{Q₄ : QuadraticForm R M₄}
(f : Q₁ →qᵢ Q₂)
(g : Q₃ →qᵢ Q₄)
(x : TensorProduct R M₁ M₃)
:
@[simp]
theorem
QuadraticForm.tmul_comp_tensorComm
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[Module R M₁]
[Module R M₂]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
:
@[simp]
theorem
QuadraticForm.tmul_tensorComm_apply
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[Module R M₁]
[Module R M₂]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(x : TensorProduct R M₁ M₂)
:
noncomputable def
QuadraticForm.tensorComm
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[Module R M₁]
[Module R M₂]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
:
QuadraticMap.IsometryEquiv (Q₁.tmul Q₂) (Q₂.tmul Q₁)
TensorProduct.comm
preserves tensor products of quadratic forms.
Equations
- Q₁.tensorComm Q₂ = { toLinearEquiv := TensorProduct.comm R M₁ M₂, map_app' := ⋯ }
Instances For
@[simp]
theorem
QuadraticForm.tensorComm_toLinearEquiv
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[Module R M₁]
[Module R M₂]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
:
@[simp]
theorem
QuadraticForm.tensorComm_apply
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[Module R M₁]
[Module R M₂]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(x : TensorProduct R M₁ M₂)
:
@[simp]
theorem
QuadraticForm.tensorComm_symm
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[Module R M₁]
[Module R M₂]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
:
@[simp]
theorem
QuadraticForm.tmul_comp_tensorAssoc
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(Q₃ : QuadraticForm R M₃)
:
@[simp]
theorem
QuadraticForm.tmul_tensorAssoc_apply
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(Q₃ : QuadraticForm R M₃)
(x : TensorProduct R (TensorProduct R M₁ M₂) M₃)
:
noncomputable def
QuadraticForm.tensorAssoc
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(Q₃ : QuadraticForm R M₃)
:
QuadraticMap.IsometryEquiv ((Q₁.tmul Q₂).tmul Q₃) (Q₁.tmul (Q₂.tmul Q₃))
TensorProduct.assoc
preserves tensor products of quadratic forms.
Equations
- Q₁.tensorAssoc Q₂ Q₃ = { toLinearEquiv := TensorProduct.assoc R M₁ M₂ M₃, map_app' := ⋯ }
Instances For
@[simp]
theorem
QuadraticForm.tensorAssoc_toLinearEquiv
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(Q₃ : QuadraticForm R M₃)
:
@[simp]
theorem
QuadraticForm.tensorAssoc_apply
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(Q₃ : QuadraticForm R M₃)
(x : TensorProduct R (TensorProduct R M₁ M₂) M₃)
:
@[simp]
theorem
QuadraticForm.tensorAssoc_symm_apply
{R : Type uR}
{M₁ : Type uM₁}
{M₂ : Type uM₂}
{M₃ : Type uM₃}
[CommRing R]
[AddCommGroup M₁]
[AddCommGroup M₂]
[AddCommGroup M₃]
[Module R M₁]
[Module R M₂]
[Module R M₃]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(Q₂ : QuadraticForm R M₂)
(Q₃ : QuadraticForm R M₃)
(x : TensorProduct R M₁ (TensorProduct R M₂ M₃))
:
theorem
QuadraticForm.comp_tensorRId_eq
{R : Type uR}
{M₁ : Type uM₁}
[CommRing R]
[AddCommGroup M₁]
[Module R M₁]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
:
@[simp]
theorem
QuadraticForm.tmul_tensorRId_apply
{R : Type uR}
{M₁ : Type uM₁}
[CommRing R]
[AddCommGroup M₁]
[Module R M₁]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(x : TensorProduct R M₁ R)
:
noncomputable def
QuadraticForm.tensorRId
{R : Type uR}
{M₁ : Type uM₁}
[CommRing R]
[AddCommGroup M₁]
[Module R M₁]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
:
TensorProduct.rid
preserves tensor products of quadratic forms.
Equations
- Q₁.tensorRId = { toLinearEquiv := TensorProduct.rid R M₁, map_app' := ⋯ }
Instances For
@[simp]
theorem
QuadraticForm.tensorRId_toLinearEquiv
{R : Type uR}
{M₁ : Type uM₁}
[CommRing R]
[AddCommGroup M₁]
[Module R M₁]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
:
@[simp]
theorem
QuadraticForm.tensorRId_apply
{R : Type uR}
{M₁ : Type uM₁}
[CommRing R]
[AddCommGroup M₁]
[Module R M₁]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(x : TensorProduct R M₁ R)
:
@[simp]
theorem
QuadraticForm.tensorRId_symm_apply
{R : Type uR}
{M₁ : Type uM₁}
[CommRing R]
[AddCommGroup M₁]
[Module R M₁]
[Invertible 2]
(Q₁ : QuadraticForm R M₁)
(x : M₁)
:
theorem
QuadraticForm.comp_tensorLId_eq
{R : Type uR}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₂]
[Module R M₂]
[Invertible 2]
(Q₂ : QuadraticForm R M₂)
:
@[simp]
theorem
QuadraticForm.tmul_tensorLId_apply
{R : Type uR}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₂]
[Module R M₂]
[Invertible 2]
(Q₂ : QuadraticForm R M₂)
(x : TensorProduct R R M₂)
:
noncomputable def
QuadraticForm.tensorLId
{R : Type uR}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₂]
[Module R M₂]
[Invertible 2]
(Q₂ : QuadraticForm R M₂)
:
TensorProduct.lid
preserves tensor products of quadratic forms.
Equations
- Q₂.tensorLId = { toLinearEquiv := TensorProduct.lid R M₂, map_app' := ⋯ }
Instances For
@[simp]
theorem
QuadraticForm.tensorLId_toLinearEquiv
{R : Type uR}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₂]
[Module R M₂]
[Invertible 2]
(Q₂ : QuadraticForm R M₂)
:
@[simp]
theorem
QuadraticForm.tensorLId_apply
{R : Type uR}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₂]
[Module R M₂]
[Invertible 2]
(Q₂ : QuadraticForm R M₂)
(x : TensorProduct R R M₂)
:
@[simp]
theorem
QuadraticForm.tensorLId_symm_apply
{R : Type uR}
{M₂ : Type uM₂}
[CommRing R]
[AddCommGroup M₂]
[Module R M₂]
[Invertible 2]
(Q₂ : QuadraticForm R M₂)
(x : M₂)
: