pith. machine review for the scientific record. sign in
theorem proved wrapper

toComplex_inv

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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

depends on (4)

Lean names referenced from this declaration's body.