Theorems · Theorem · linear algebra
PiTensorProduct.tmulEquiv_symm_apply
∀ {ι : Type u_1} {ι₂ : Type u_2} (R : Type u_4) [inst : CommSemiring R] (M : Type u_8) [inst_1 : AddCommMonoid M]
[inst_2 : Module R M] (a : ι ⊕ ι₂ → M),
(PiTensorProduct.tmulEquiv R M).symm ((PiTensorProduct.tprod R) fun i => a i) =
((PiTensorProduct.tprod R) fun i => a (Sum.inl i)) ⊗ₜ[R] (PiTensorProduct.tprod R) fun i => a (Sum.inr i)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearEquivstatement · cited by 3,317
- TensorProductstatement · cited by 2,545
- LinearEquiv.symmstatement · cited by 1,461
- TensorProduct.tmulstatement and proof · cited by 1,182
- MultilinearMapstatement · cited by 370
- PiTensorProductstatement · cited by 181
- PiTensorProduct.tprodstatement and proof · cited by 117
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.