%   ORIGINAL: h4/complex/COMPLEX__EXP__NZ
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/real/REAL__LT__01: h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/transc/EXP__NZ: !x. ~(h4/transc/exp x = h4/real/real__of__num h4/num/0)
% Assm: h4/complex/COMPLEX__SCALAR__LMUL__ENTIRE: !z k. h4/complex/complex__scalar__lmul k z = h4/complex/complex__of__num h4/num/0 <=> k = h4/real/real__of__num h4/num/0 \/ z = h4/complex/complex__of__num h4/num/0
% Assm: h4/complex/MODU__NZ: !z. ~(z = h4/complex/complex__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/complex/modu z)
% Assm: h4/complex/MODU__UNIT: !x. h4/complex/modu (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/complex__exp0: !z. h4/complex/complex__exp z = h4/complex/complex__scalar__lmul (h4/transc/exp (h4/complex/RE z)) (h4/pair/_2C (h4/transc/cos (h4/complex/IM z)) (h4/transc/sin (h4/complex/IM z)))
% Goal: !z. ~(h4/complex/complex__exp z = h4/complex/complex__of__num h4/num/0)
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_reals_REALu_u_LTu_u_01]: h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_transcs_EXPu_u_NZ]: !x. ~(h4/transc/exp x = h4/real/real__of__num h4/num/0)
% Assm [h4s_complexs_COMPLEXu_u_SCALARu_u_LMULu_u_ENTIRE]: !z k. h4/complex/complex__scalar__lmul k z = h4/complex/complex__of__num h4/num/0 <=> k = h4/real/real__of__num h4/num/0 \/ z = h4/complex/complex__of__num h4/num/0
% Assm [h4s_complexs_MODUu_u_NZ]: !z. ~(z = h4/complex/complex__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/complex/modu z)
% Assm [h4s_complexs_MODUu_u_UNIT]: !x. h4/complex/modu (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_complexu_u_exp0]: !z. h4/complex/complex__exp z = h4/complex/complex__scalar__lmul (h4/transc/exp (h4/complex/RE z)) (h4/pair/_2C (h4/transc/cos (h4/complex/IM z)) (h4/transc/sin (h4/complex/IM z)))
% Goal: !z. ~(h4/complex/complex__exp z = h4/complex/complex__of__num h4/num/0)
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(aHLu_EXT, axiom, ![TV_Q261132,TV_Q261128]: ![V_f, V_g]: (![V_x]: s(TV_Q261128,happ(s(t_fun(TV_Q261132,TV_Q261128),V_f),s(TV_Q261132,V_x))) = s(TV_Q261128,happ(s(t_fun(TV_Q261132,TV_Q261128),V_g),s(TV_Q261132,V_x))) => s(t_fun(TV_Q261132,TV_Q261128),V_f) = s(t_fun(TV_Q261132,TV_Q261128),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_reals_REALu_u_LTu_u_01, axiom, p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))))).
fof(ah4s_transcs_EXPu_u_NZ, axiom, ![V_x]: ~ (s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_complexs_COMPLEXu_u_SCALARu_u_LMULu_u_ENTIRE, axiom, ![V_z, V_k]: (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,V_k),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> (s(t_h4s_realaxs_real,V_k) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) | s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_complexs_MODUu_u_NZ, axiom, ![V_z]: (~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) <=> p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))).
fof(ah4s_complexs_MODUu_u_UNIT, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x))))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_complexs_complexu_u_exp0, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))))).
fof(ch4s_complexs_COMPLEXu_u_EXPu_u_NZ, conjecture, ![V_z]: ~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
