Theorems · Definition · linear algebra
TensorProduct.directSumRight
(R : Type u) →
[inst : CommSemiring R] →
(S : Type u_1) →
[inst_1 : Semiring S] →
[inst_2 : Algebra R S] →
{ι₂ : Type v₂} →
[DecidableEq ι₂] →
(M₁' : Type w₁') →
(M₂ : ι₂ → Type w₂) →
[inst_4 : AddCommMonoid M₁'] →
[inst_5 : (i₂ : ι₂) → AddCommMonoid (M₂ i₂)] →
[inst_6 : Module R M₁'] →
[inst_7 : (i₂ : ι₂) → Module R (M₂ i₂)] →
[inst_8 : Module S M₁'] →
[inst_9 : IsScalarTower R S M₁'] →
TensorProduct R M₁' (DirectSum ι₂ fun i => M₂ i) ≃ₗ[S]
DirectSum ι₂ fun i => TensorProduct R M₁' (M₂ i)Tensor products distribute over a direct sum on the right.
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.symmproof · cited by 1,461
- DirectSumstatement · cited by 446
- LinearEquiv.transproof · cited by 298
Cited by14
Results whose statement or proof uses this declaration.
- TensorProduct.finsuppRightproof · cited by 12
- TensorProduct.directSumRight_tmul_lofstatement · cited by 4
- TensorProduct.directSumRight_tmulstatement and proof · cited by 2
- IsBaseChange.directSumproof · cited by 2
- TensorProduct.coe_directSumRightstatement · cited by 2
- TensorProduct.restrictScalar_directSumRightstatement and proof · cited by 2
- TensorProduct.finsuppRight_apply_tmulproof · cited by 2
- TensorProduct.directSumRight_comp_rTensorstatement and proof · cited by 1
- Module.Flat.directSum_iffproof · cited by 1
- DirectSum.toBaseChange_injectiveproof · cited by 1
- TensorProduct.directSumRight'proof · cited by 0
- TensorProduct.directSumRight'_restrictstatement · cited by 0