%   ORIGINAL: h4/complex/COMPLEX__POWINV
% 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/ETA__AX: !t. (\x. t x) = t
% 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/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/complex/COMPLEX__INV__MUL: !z w. ~(z = h4/complex/complex__of__num h4/num/0) /\ ~(w = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__inv (h4/complex/complex__mul z w) = h4/complex/complex__mul (h4/complex/complex__inv z) (h4/complex/complex__inv w)
% Assm: h4/complex/COMPLEX__INV1: h4/complex/complex__inv (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/complex__pow__def_c0: !z. h4/complex/complex__pow z h4/num/0 = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/complex__pow__def_c1: !z n. h4/complex/complex__pow z (h4/num/SUC n) = h4/complex/complex__mul z (h4/complex/complex__pow z n)
% Assm: h4/complex/COMPLEX__POW__NZ: !z n. ~(z = h4/complex/complex__of__num h4/num/0) ==> ~(h4/complex/complex__pow z n = h4/complex/complex__of__num h4/num/0)
% Goal: !z. ~(z = h4/complex/complex__of__num h4/num/0) ==> (!n. h4/complex/complex__inv (h4/complex/complex__pow z n) = h4/complex/complex__pow (h4/complex/complex__inv z) n)
%   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_ETAu_u_AX]: !t x. happ t x = happ t x
% 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_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_nums_INDUCTION]: !P. happ P h4/num/0 /\ (!n. happ P n ==> happ P (h4/num/SUC n)) ==> (!n. happ P n)
% Assm [h4s_complexs_COMPLEXu_u_INVu_u_MUL]: !z w. ~(z = h4/complex/complex__of__num h4/num/0) /\ ~(w = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__inv (h4/complex/complex__mul z w) = h4/complex/complex__mul (h4/complex/complex__inv z) (h4/complex/complex__inv w)
% Assm [h4s_complexs_COMPLEXu_u_INV1]: h4/complex/complex__inv (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_complexu_u_powu_u_defu_c0]: !z. h4/complex/complex__pow z h4/num/0 = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_complexu_u_powu_u_defu_c1]: !z n. h4/complex/complex__pow z (h4/num/SUC n) = h4/complex/complex__mul z (h4/complex/complex__pow z n)
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_NZ]: !z n. ~(z = h4/complex/complex__of__num h4/num/0) ==> ~(h4/complex/complex__pow z n = h4/complex/complex__of__num h4/num/0)
% Goal: !z. ~(z = h4/complex/complex__of__num h4/num/0) ==> (!n. h4/complex/complex__inv (h4/complex/complex__pow z n) = h4/complex/complex__pow (h4/complex/complex__inv z) n)
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_Q260557,TV_Q260553]: ![V_f, V_g]: (![V_x]: s(TV_Q260553,happ(s(t_fun(TV_Q260557,TV_Q260553),V_f),s(TV_Q260557,V_x))) = s(TV_Q260553,happ(s(t_fun(TV_Q260557,TV_Q260553),V_g),s(TV_Q260557,V_x))) => s(t_fun(TV_Q260557,TV_Q260553),V_f) = s(t_fun(TV_Q260557,TV_Q260553),V_g))).
fof(ah4s_bools_ETAu_u_AX, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x)))).
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_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_IMPu_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_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,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_nums_INDUCTION, axiom, ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_0)))) & ![V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))) => ![V_n]: p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_COMPLEXu_u_INVu_u_MUL, 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),h4s_complexs_complexu_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_w) = 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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(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_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))))).
fof(ah4s_complexs_COMPLEXu_u_INV1, axiom, s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = 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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_complexs_complexu_u_powu_u_defu_c0, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_nums_0))) = 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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_complexs_complexu_u_powu_u_defu_c1, axiom, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(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_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_NZ, axiom, ![V_z, V_n]: (~ (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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))) = 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(ch4s_complexs_COMPLEXu_u_POWINV, conjecture, ![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)))) => ![V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n))))).
