let x be Element of F_Complex; :: thesis: ( x <> 0. F_Complex implies x * (1_. F_Complex) is Hurwitz )
set p = x * (1_. F_Complex);
assume A1: x <> 0. F_Complex ; :: thesis: x * (1_. F_Complex) is Hurwitz
now :: thesis: for z being Element of F_Complex st z is_a_root_of x * (1_. F_Complex) holds
Re z < 0
end;
hence x * (1_. F_Complex) is Hurwitz ; :: thesis: verum