theorem
proved
term proof
toComplex_re_eq
show as:
view Lean formalization →
formal statement (Lean)
45theorem toComplex_re_eq (s : LogicComplex) :
46 (toComplex s).re = RealsFromLogic.LogicReal.toReal s.re := rfl
proof body
Term-mode proof.
47
48/-- The Euler product theorem, read on recovered complex inputs. -/