theorem
proved
wrapper
singletonHinge_weight
show as:
view Lean formalization →
formal statement (Lean)
103theorem singletonHinge_weight {n : ℕ} (i j : Fin n) (w : ℝ) (hw : 0 ≤ w) :
104 (singletonHinge i j w hw).weight (i, j) = w := by
proof body
One-line wrapper that applies unfold.
105 unfold singletonHinge; simp
106