theorem
proved
term proof
toComplex_div
show as:
view Lean formalization →
formal statement (Lean)
112@[simp] theorem toComplex_div (z w : LogicComplex) :
113 toComplex (z / w) = toComplex z / toComplex w := by
proof body
Term-mode proof.
114 simp [HDiv.hDiv, Div.div]
115
116/-- Embed recovered reals into recovered complex numbers. -/