theorem
proved
term proof
toComplex_ofLogicReal
show as:
view Lean formalization →
formal statement (Lean)
121@[simp] theorem toComplex_ofLogicReal (x : LogicReal) :
122 toComplex (ofLogicReal x) = (toReal x : ℂ) := by
proof body
Term-mode proof.
123 apply Complex.ext <;> simp [ofLogicReal, toComplex]
124
125/-- Embed recovered rationals into recovered complex numbers through recovered
126reals. -/