def
definition
def or abbrev
kron
show as:
view Lean formalization →
formal statement (Lean)
53@[simp] noncomputable def kron (μ ν : Index) : ℝ := if μ = ν then 1 else 0
proof body
Definition body.
54
55/-- Raise/lower index placeholders (identity maps in the scaffold). -/