def
definition
def or abbrev
hadamardInv
show as:
view Lean formalization →
formal statement (Lean)
30noncomputable def hadamardInv {n : ℕ} (x : Vec n) : Vec n := fun i => (x i)⁻¹
proof body
Definition body.
31
32/-- Componentwise division. -/