Theorems · Definition · linear algebra
TensorProduct.directSum
(R : Type u) →
[inst : CommSemiring R] →
(S : Type u_1) →
[inst_1 : Semiring S] →
[inst_2 : Algebra R S] →
{ι₁ : Type v₁} →
{ι₂ : Type v₂} →
[DecidableEq ι₁] →
[DecidableEq ι₂] →
(M₁ : ι₁ → Type w₁) →
(M₂ : ι₂ → Type w₂) →
[inst_5 : (i₁ : ι₁) → AddCommMonoid (M₁ i₁)] →
[inst_6 : (i₂ : ι₂) → AddCommMonoid (M₂ i₂)] →
[inst_7 : (i₁ : ι₁) → Module R (M₁ i₁)] →
[inst_8 : (i₂ : ι₂) → Module R (M₂ i₂)] →
[inst_9 : (i₁ : ι₁) → Module S (M₁ i₁)] →
[inst_10 : ∀ (i₁ : ι₁), IsScalarTower R S (M₁ i₁)] →
TensorProduct R (DirectSum ι₁ fun i₁ => M₁ i₁) (DirectSum ι₂ fun i₂ => M₂ i₂) ≃ₗ[S]
DirectSum (ι₁ × ι₂) fun i => TensorProduct R (M₁ i.1) (M₂ i.2)The linear equivalence (⨁ i₁, M₁ i₁) ⊗ (⨁ i₂, M₂ i₂) ≃ (⨁ i₁, ⨁ i₂, M₁ i₁ ⊗ M₂ i₂), i.e.
"tensor product distributes over direct sum".
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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 and proof · 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
- LinearMapproof · cited by 10,215
- IsScalarTowerstatement and proof · cited by 3,896
- LinearEquivstatement · cited by 3,317
- TensorProductstatement and proof · cited by 2,545
- DirectSumstatement and proof · cited by 446
- LinearMap.flipproof · cited by 193
Cited by10
Results whose statement or proof uses this declaration.
- TensorProduct.gradedCommproof · cited by 15
- finsuppTensorFinsuppproof · cited by 13
- TensorProduct.directSumRightproof · cited by 12
- TensorProduct.directSumLeftproof · cited by 7
- TensorProduct.directSum_lof_tmul_lofstatement · cited by 5
- TensorProduct.gradedComm_of_tmul_ofproof · cited by 5
- finsuppTensorFinsupp_singleproof · cited by 4
- TensorProduct.directSumRight_tmul_lofproof · cited by 4
- TensorProduct.directSumLeft_tmul_lofproof · cited by 3
- TensorProduct.directSum_symm_lof_tmulstatement and proof · cited by 1