pith. machine review for the scientific record. sign in
def definition def or abbrev

tensor_product

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  36def tensor_product {p₁ q₁ p₂ q₂ : ℕ}
  37  (_T₁ : Tensor p₁ q₁) (_T₂ : Tensor p₂ q₂) : Tensor (p₁ + p₂) (q₁ + q₂) := fun _ _ _ => 0

proof body

Definition body.

  38
  39/-- Canonical zero tensor. -/

depends on (1)

Lean names referenced from this declaration's body.