Theorems · Theorem · linear algebra
PiTensorProduct.tmulEquivDep_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)] (a : (i₁ : ι) → N (Sum.inl i₁))
(b : (i₂ : ι₂) → N (Sum.inr i₂)),
(PiTensorProduct.tmulEquivDep R N)
(((PiTensorProduct.tprod R) fun i₁ => a i₁) ⊗ₜ[R] (PiTensorProduct.tprod R) fun i₂ => b i₂) =
⨂ₜ[R] (i : ι ⊕ ι₂), Sum.rec a b i- Cited by
- 1 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.
Cites22
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
- 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
- TensorProduct.liftproof · cited by 59
Cited by1
Results whose statement or proof uses this declaration.
- PiTensorProduct.tmulEquiv_applyproof · cited by 1