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

toComplex_sub

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)

 100@[simp] theorem toComplex_sub (z w : LogicComplex) :
 101    toComplex (z - w) = toComplex z - toComplex w := by

proof body

One-line wrapper that applies simp.

 102  simp [HSub.hSub, Sub.sub]
 103

depends on (4)

Lean names referenced from this declaration's body.