def
definition
def or abbrev
contract
show as:
view Lean formalization →
formal statement (Lean)
33def contract {p q : ℕ} (_T : Tensor (p+1) (q+1)) : Tensor p q := fun _ _ _ => 0
proof body
Definition body.
34
35/-- Tensor product collapses to the zero tensor. -/