Theorems · Definition · linear algebra
TensorProduct.prodRight
(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₃] →
TensorProduct R M₁ (M₂ × M₃) ≃ₗ[S] TensorProduct R M₁ M₂ × TensorProduct R M₁ M₃Tensor products distribute over a product on the right.
- Defined in
- Mathlib.LinearAlgebra.TensorProduct.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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 and proof · cited by 2,545
- LinearMap.compproof · cited by 1,642
- LinearMap.inlproof · cited by 72
Cited by5
Results whose statement or proof uses this declaration.
- Algebra.TensorProduct.prodRightproof · cited by 5
- TensorProduct.prodLeftproof · cited by 2
- IsBaseChange.prodMapproof · cited by 0
- TensorProduct.prodRight_symm_tmulstatement and proof · cited by 0
- TensorProduct.prodRight_tmulstatement · cited by 0