theorem
proved
wrapper
toComplex_add
show as:
view Lean formalization →
formal statement (Lean)
92@[simp] theorem toComplex_add (z w : LogicComplex) :
93 toComplex (z + w) = toComplex z + toComplex w := by
proof body
One-line wrapper that applies simp.
94 simp [HAdd.hAdd, Add.add]
95