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

toComplex_fromComplex

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)

  48@[simp] theorem toComplex_fromComplex (z : ℂ) :
  49    toComplex (fromComplex z) = z := by

proof body

One-line wrapper that applies apply.

  50  apply Complex.ext <;> simp [toComplex, fromComplex, toReal_fromReal]
  51

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.