theorem
proved
wrapper
toComplex_zero
show as:
view Lean formalization →
formal statement (Lean)
86@[simp] theorem toComplex_zero : toComplex (0 : LogicComplex) = 0 := by
proof body
One-line wrapper that applies exact.
87 exact toComplex_fromComplex 0
88