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

toComplex_neg

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)

  96@[simp] theorem toComplex_neg (z : LogicComplex) :
  97    toComplex (-z) = -toComplex z := by

proof body

One-line wrapper that applies simp.

  98  simp [Neg.neg]
  99

depends on (7)

Lean names referenced from this declaration's body.