theorem
proved
wrapper
toComplex_inv
show as:
view Lean formalization →
formal statement (Lean)
108@[simp] theorem toComplex_inv (z : LogicComplex) :
109 toComplex z⁻¹ = (toComplex z)⁻¹ := by
proof body
One-line wrapper that applies simp.
110 simp [Inv.inv]
111