def
definition
def or abbrev
toComplex
show as:
view Lean formalization →
formal statement (Lean)
34def toComplex (z : LogicComplex) : ℂ :=
proof body
Definition body.
35 ⟨toReal z.re, toReal z.im⟩
36
37/-- Transport a Mathlib complex number to the recovered complex line. -/
used by (26)
-
eq_iff_toComplex_eq -
equivComplex -
fromComplex_toComplex -
logicComplex_recovered_from_mathlib -
toComplex_add -
toComplex_div -
toComplex_fromComplex -
toComplex_im -
toComplex_inv -
toComplex_mul -
toComplex_neg -
toComplex_ofLogicRat -
toComplex_ofLogicReal -
toComplex_one -
toComplex_re -
toComplex_sub -
toComplex_zero -
logicCompletedRiemannZeta -
logicCompletedRiemannZeta_one_sub -
LogicComplexAnalyticSubstrateCert -
logicRiemannZeta -
logicRiemannZeta_eulerProduct_tendsto -
toComplex_re_eq -
logic_completed_zeta_functional_equation -
logic_completed_zeta_functional_equation_from_theta -
ZetaFromThetaPhase4Cert