%   ORIGINAL: h4/complex/COMPLEX__MODU__ARG__EQ
% 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/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/complex/COMPLEX__RE__IM__EQ: !z w. z = w <=> h4/complex/RE z = h4/complex/RE w /\ h4/complex/IM z = h4/complex/IM w
% Assm: h4/complex/RE__MODU__ARG: !z. h4/complex/RE z = h4/realax/real__mul (h4/complex/modu z) (h4/transc/cos (h4/complex/arg z))
% Assm: h4/complex/IM__MODU__ARG: !z. h4/complex/IM z = h4/realax/real__mul (h4/complex/modu z) (h4/transc/sin (h4/complex/arg z))
% Goal: !z w. z = w <=> h4/complex/modu z = h4/complex/modu w /\ h4/complex/arg z = h4/complex/arg w
%   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_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_complexs_COMPLEXu_u_REu_u_IMu_u_EQ]: !z w. z = w <=> h4/complex/RE z = h4/complex/RE w /\ h4/complex/IM z = h4/complex/IM w
% Assm [h4s_complexs_REu_u_MODUu_u_ARG]: !z. h4/complex/RE z = h4/realax/real__mul (h4/complex/modu z) (h4/transc/cos (h4/complex/arg z))
% Assm [h4s_complexs_IMu_u_MODUu_u_ARG]: !z. h4/complex/IM z = h4/realax/real__mul (h4/complex/modu z) (h4/transc/sin (h4/complex/arg z))
% Goal: !z w. z = w <=> h4/complex/modu z = h4/complex/modu w /\ h4/complex/arg z = h4/complex/arg w
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_Q260307,TV_Q260303]: ![V_f, V_g]: (![V_x]: s(TV_Q260303,happ(s(t_fun(TV_Q260307,TV_Q260303),V_f),s(TV_Q260307,V_x))) = s(TV_Q260303,happ(s(t_fun(TV_Q260307,TV_Q260303),V_g),s(TV_Q260307,V_x))) => s(t_fun(TV_Q260307,TV_Q260303),V_f) = s(t_fun(TV_Q260307,TV_Q260303),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_ANDu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_complexs_COMPLEXu_u_REu_u_IMu_u_EQ, axiom, ![V_z, V_w]: (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),V_w) <=> (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_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))) & 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_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
fof(ah4s_complexs_REu_u_MODUu_u_ARG, axiom, ![V_z]: 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_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))).
fof(ah4s_complexs_IMu_u_MODUu_u_ARG, axiom, ![V_z]: 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_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_complexs_modu(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_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))).
fof(ch4s_complexs_COMPLEXu_u_MODUu_u_ARGu_u_EQ, conjecture, ![V_z, V_w]: (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),V_w) <=> (s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))) & s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
