theorem
proved
wrapper
toComplex_one
show as:
view Lean formalization →
formal statement (Lean)
89@[simp] theorem toComplex_one : toComplex (1 : LogicComplex) = 1 := by
proof body
One-line wrapper that applies exact.
90 exact toComplex_fromComplex 1
91