def
definition
def or abbrev
multiplicativeQuadratic
show as:
view Lean formalization →
formal statement (Lean)
18noncomputable def multiplicativeQuadratic {n : ℕ} (α ε : Vec n) : ℝ :=
proof body
Definition body.
19 (1 / 2 : ℝ) * (dot α ε) ^ 2
20
21/-- Residual compensatory quadratic term. -/