%   ORIGINAL: h4/binary__ieee/exp__gt2
% 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/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/numeral/numeral__distrib_c22: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c5: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm: h4/numeral/numeral__pre_c1: h4/prim__rec/PRE (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__texp__help_c0: !acc. h4/numeral/texp__help h4/arithmetic/ZERO acc = h4/arithmetic/BIT2 acc
% Assm: h4/numeral/TWO__EXP__THM_c1: !n. h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = h4/arithmetic/NUMERAL (h4/numeral/texp__help (h4/prim__rec/PRE (h4/arithmetic/BIT1 n)) h4/arithmetic/ZERO)
% Assm: h4/logroot/LT__EXP__ISO: !e b a. h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) e ==> (h4/prim__rec/_3C a b <=> h4/prim__rec/_3C (h4/arithmetic/EXP e a) (h4/arithmetic/EXP e b))
% Goal: !b. h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) b) <=> h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) b
%   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_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_numerals_numeralu_u_distribu_c22]: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c5]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm [h4s_numerals_numeralu_u_preu_c1]: h4/prim__rec/PRE (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_texpu_u_helpu_c0]: !acc. h4/numeral/texp__help h4/arithmetic/ZERO acc = h4/arithmetic/BIT2 acc
% Assm [h4s_numerals_TWOu_u_EXPu_u_THMu_c1]: !n. h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = h4/arithmetic/NUMERAL (h4/numeral/texp__help (h4/prim__rec/PRE (h4/arithmetic/BIT1 n)) h4/arithmetic/ZERO)
% Assm [h4s_logroots_LTu_u_EXPu_u_ISO]: !e b a. h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) e ==> (h4/prim__rec/_3C a b <=> h4/prim__rec/_3C (h4/arithmetic/EXP e a) (h4/arithmetic/EXP e b))
% Goal: !b. h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) b) <=> h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) b
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_Q103541,TV_Q103537]: ![V_f, V_g]: (![V_x]: s(TV_Q103537,happ(s(t_fun(TV_Q103541,TV_Q103537),V_f),s(TV_Q103541,V_x))) = s(TV_Q103537,happ(s(t_fun(TV_Q103541,TV_Q103537),V_g),s(TV_Q103541,V_x))) => s(t_fun(TV_Q103541,TV_Q103537),V_f) = s(t_fun(TV_Q103541,TV_Q103537),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_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_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_numerals_numeralu_u_distribu_c22, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_c2, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_ltu_c5, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m)))))) <=> ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_numerals_numeralu_u_preu_c1, axiom, s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_arithmetics_zero)).
fof(ah4s_numerals_numeralu_u_texpu_u_helpu_c0, axiom, ![V_acc]: s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_acc))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_acc)))).
fof(ah4s_numerals_TWOu_u_EXPu_u_THMu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))),s(t_h4s_nums_num,h4s_arithmetics_zero)))))).
fof(ah4s_logroots_LTu_u_EXPu_u_ISO, axiom, ![V_e, V_b, V_a]: (p(s(t_bool,h4s_primu_u_recs_u_3c(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_nums_num,V_e)))) => s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_a),s(t_h4s_nums_num,V_b))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,V_e),s(t_h4s_nums_num,V_a))),s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,V_e),s(t_h4s_nums_num,V_b))))))).
fof(ch4s_binaryu_u_ieees_expu_u_gt2, conjecture, ![V_b]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_b))))) = s(t_bool,h4s_primu_u_recs_u_3c(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_nums_num,V_b)))).
