Theorems · Theorem · linear algebra
PiTensorProduct.tmulEquivDep_symm_apply
∀ {ι : Type u_1} {ι₂ : Type u_2} (R : Type u_4) [inst : CommSemiring R] (N : ι ⊕ ι₂ → Type u_12)
[inst_1 : (i : ι ⊕ ι₂) → AddCommMonoid (N i)] [inst_2 : (i : ι ⊕ ι₂) → Module R (N i)] (f : (i : ι ⊕ ι₂) → N i),
(PiTensorProduct.tmulEquivDep R N).symm (⨂ₜ[R] (i : ι ⊕ ι₂), f i) =
((PiTensorProduct.tprod R) fun i₁ => f (Sum.inl i₁)) ⊗ₜ[R] (PiTensorProduct.tprod R) fun i₂ => f (Sum.inr i₂)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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 and proof · cited by 1,461
- TensorProduct.tmulstatement and proof · cited by 1,182
- MultilinearMapstatement · cited by 370
- PiTensorProductstatement and proof · cited by 181
- PiTensorProduct.tprodstatement and proof · cited by 117
Cited by2
Results whose statement or proof uses this declaration.
- PiTensorProduct.equivPiTensorComplSingletonTensor_tprodproof · cited by 2
- PiTensorProduct.tmulEquiv_symm_applyproof · cited by 0