Theorems · Definition · linear algebra
TensorProduct.prodLeft
(R : Type u_1) →
(S : Type u_2) →
(M₁ : Type u_3) →
(M₂ : Type u_4) →
(M₃ : Type u_5) →
[inst : CommSemiring R] →
[inst_1 : Semiring S] →
[inst_2 : AddCommMonoid M₁] →
[inst_3 : AddCommMonoid M₂] →
[inst_4 : AddCommMonoid M₃] →
[inst_5 : Algebra R S] →
[inst_6 : Module R M₁] →
[inst_7 : Module S M₁] →
[inst_8 : IsScalarTower R S M₁] →
[inst_9 : Module R M₂] →
[inst_10 : Module R M₃] →
[inst_11 : Module S M₂] →
[inst_12 : IsScalarTower R S M₂] →
TensorProduct R (M₁ × M₂) M₃ ≃ₗ[S] TensorProduct R M₁ M₃ × TensorProduct R M₂ M₃Tensor products distribute over a product on the left .
- Defined in
- Mathlib.LinearAlgebra.TensorProduct.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- IsScalarTowerstatement and proof · cited by 3,896
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- LinearEquiv.transproof · cited by 298
- TensorProduct.commproof · cited by 108
- LinearEquiv.toAddEquivproof · cited by 58
Cited by2
Results whose statement or proof uses this declaration.
- TensorProduct.prodLeft_symm_tmulstatement and proof · cited by 0
- TensorProduct.prodLeft_tmulstatement · cited by 0