Mathlib Map

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₂)
Defined in
Mathlib.LinearAlgebra.PiTensorProduct.Basic
Cited by
2 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModule

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.

Cited by2

Results whose statement or proof uses this declaration.