%   ORIGINAL: h4/HolSmt/r084
% 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/EXISTS__SIMP: !t. (?x. t) <=> t
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bool/NOT__EXISTS__THM: !P. ~(?x. P x) <=> (!x. ~P x)
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c3: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lte_c0: !n. h4/arithmetic/_3C_3D h4/arithmetic/ZERO n <=> T
% Assm: h4/numeral/numeral__lte_c3: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/numeral__sub: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm: h4/integer/INT__ADD__COMM: !y x. h4/integer/int__add x y = h4/integer/int__add y x
% Assm: h4/integer/INT__ADD__ASSOC: !z y x. h4/integer/int__add x (h4/integer/int__add y z) = h4/integer/int__add (h4/integer/int__add x y) z
% Assm: h4/integer/INT__ADD__LID: !x. h4/integer/int__add (h4/integer/int__of__num h4/num/0) x = x
% Assm: h4/integer/INT__ADD__RID: !x. h4/integer/int__add x (h4/integer/int__of__num h4/num/0) = x
% Assm: h4/integer/INT__MUL__LID: !x. h4/integer/int__mul (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm: h4/integer/INT__RDISTRIB: !z y x. h4/integer/int__mul (h4/integer/int__add x y) z = h4/integer/int__add (h4/integer/int__mul x z) (h4/integer/int__mul y z)
% Assm: h4/integer/INT__NEG__ADD: !y x. h4/integer/int__neg (h4/integer/int__add x y) = h4/integer/int__add (h4/integer/int__neg x) (h4/integer/int__neg y)
% Assm: h4/integer/INT__MUL__LZERO: !x. h4/integer/int__mul (h4/integer/int__of__num h4/num/0) x = h4/integer/int__of__num h4/num/0
% Assm: h4/integer/INT__NEG__LMUL: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul (h4/integer/int__neg x) y
% Assm: h4/integer/INT__NEG__RMUL: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul x (h4/integer/int__neg y)
% Assm: h4/integer/INT__NOT__LE: !y x. ~h4/integer/int__le x y <=> h4/integer/int__lt y x
% Assm: h4/integer/INT__LE__ANTISYM: !y x. h4/integer/int__le x y /\ h4/integer/int__le y x <=> x = y
% Assm: h4/integer/INT__ADD__REDUCE_c0: !p. h4/integer/int__add (h4/integer/int__of__num h4/num/0) p = p
% Assm: h4/integer/INT__ADD__REDUCE_c1: !p. h4/integer/int__add p (h4/integer/int__of__num h4/num/0) = p
% Assm: h4/integer/INT__ADD__REDUCE_c5: !n m. h4/integer/int__add (h4/integer/int__of__num (h4/arithmetic/NUMERAL n)) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) = h4/bool/COND (h4/arithmetic/_3C_3D m n) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D m n))))
% Assm: h4/integer/INT__LE__REDUCE_c2: !n. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) <=> F
% Assm: h4/int__arith/less__to__leq__samer: !y x. h4/integer/int__lt x y <=> h4/integer/int__le (h4/integer/int__add x (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) y
% Assm: h4/int__arith/le__move__all__right: !y x. h4/integer/int__le x y <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add y (h4/integer/int__neg x))
% Goal: !z y x. h4/integer/int__add (h4/integer/int__add x y) z = h4/integer/int__add x (h4/integer/int__add z y)
%   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_EXISTSu_u_SIMP]: !t. (?x. t) <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bools_NOTu_u_EXISTSu_u_THM]: !P. ~(?x. happ P x) <=> (!x. ~happ P x)
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c3]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_lteu_c0]: !n. h4/arithmetic/_3C_3D h4/arithmetic/ZERO n <=> T
% Assm [h4s_numerals_numeralu_u_lteu_c3]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_numeralu_u_sub]: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm [h4s_integers_INTu_u_ADDu_u_COMM]: !y x. h4/integer/int__add x y = h4/integer/int__add y x
% Assm [h4s_integers_INTu_u_ADDu_u_ASSOC]: !z y x. h4/integer/int__add x (h4/integer/int__add y z) = h4/integer/int__add (h4/integer/int__add x y) z
% Assm [h4s_integers_INTu_u_ADDu_u_LID]: !x. h4/integer/int__add (h4/integer/int__of__num h4/num/0) x = x
% Assm [h4s_integers_INTu_u_ADDu_u_RID]: !x. h4/integer/int__add x (h4/integer/int__of__num h4/num/0) = x
% Assm [h4s_integers_INTu_u_MULu_u_LID]: !x. h4/integer/int__mul (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm [h4s_integers_INTu_u_RDISTRIB]: !z y x. h4/integer/int__mul (h4/integer/int__add x y) z = h4/integer/int__add (h4/integer/int__mul x z) (h4/integer/int__mul y z)
% Assm [h4s_integers_INTu_u_NEGu_u_ADD]: !y x. h4/integer/int__neg (h4/integer/int__add x y) = h4/integer/int__add (h4/integer/int__neg x) (h4/integer/int__neg y)
% Assm [h4s_integers_INTu_u_MULu_u_LZERO]: !x. h4/integer/int__mul (h4/integer/int__of__num h4/num/0) x = h4/integer/int__of__num h4/num/0
% Assm [h4s_integers_INTu_u_NEGu_u_LMUL]: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul (h4/integer/int__neg x) y
% Assm [h4s_integers_INTu_u_NEGu_u_RMUL]: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul x (h4/integer/int__neg y)
% Assm [h4s_integers_INTu_u_NOTu_u_LE]: !y x. ~h4/integer/int__le x y <=> h4/integer/int__lt y x
% Assm [h4s_integers_INTu_u_LEu_u_ANTISYM]: !y x. h4/integer/int__le x y /\ h4/integer/int__le y x <=> x = y
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c0]: !p. h4/integer/int__add (h4/integer/int__of__num h4/num/0) p = p
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c1]: !p. h4/integer/int__add p (h4/integer/int__of__num h4/num/0) = p
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c5]: !n m. h4/integer/int__add (h4/integer/int__of__num (h4/arithmetic/NUMERAL n)) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) = h4/bool/COND (h4/arithmetic/_3C_3D m n) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D m n))))
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c2]: !n. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) <=> F
% Assm [h4s_intu_u_ariths_lessu_u_tou_u_lequ_u_samer]: !y x. h4/integer/int__lt x y <=> h4/integer/int__le (h4/integer/int__add x (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) y
% Assm [h4s_intu_u_ariths_leu_u_moveu_u_allu_u_right]: !y x. h4/integer/int__le x y <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add y (h4/integer/int__neg x))
% Goal: !z y x. h4/integer/int__add (h4/integer/int__add x y) z = h4/integer/int__add x (h4/integer/int__add z y)
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_Q337857,TV_Q337853]: ![V_f, V_g]: (![V_x]: s(TV_Q337853,happ(s(t_fun(TV_Q337857,TV_Q337853),V_f),s(TV_Q337857,V_x))) = s(TV_Q337853,happ(s(t_fun(TV_Q337857,TV_Q337853),V_g),s(TV_Q337857,V_x))) => s(t_fun(TV_Q337857,TV_Q337853),V_f) = s(t_fun(TV_Q337857,TV_Q337853),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_EXISTSu_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_NOTu_u_CLAUSESu_c0, axiom, ![V_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_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_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_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_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_bools_NOTu_u_EXISTSu_u_THM, axiom, ![TV_u_27a]: ![V_P]: (~ (?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> ![V_x]: ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c0, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) & p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) | ~ (p(s(t_bool,V_B)))))).
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_c3, axiom, ![V_n, V_m]: 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_bit1(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_lteu_c0, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_lteu_c3, axiom, ![V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_sub, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_integers_INTu_u_ADDu_u_COMM, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x)))).
fof(ah4s_integers_INTu_u_ADDu_u_ASSOC, axiom, ![V_z, V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_z))))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))),s(t_h4s_integers_int,V_z)))).
fof(ah4s_integers_INTu_u_ADDu_u_LID, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_x))) = s(t_h4s_integers_int,V_x)).
fof(ah4s_integers_INTu_u_ADDu_u_RID, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_integers_int,V_x)).
fof(ah4s_integers_INTu_u_MULu_u_LID, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_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_integers_int,V_x))) = s(t_h4s_integers_int,V_x)).
fof(ah4s_integers_INTu_u_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))),s(t_h4s_integers_int,V_z))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_z))),s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_z)))))).
fof(ah4s_integers_INTu_u_NEGu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_y)))))).
fof(ah4s_integers_INTu_u_MULu_u_LZERO, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_x))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_integers_INTu_u_NEGu_u_LMUL, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) = s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))),s(t_h4s_integers_int,V_y)))).
fof(ah4s_integers_INTu_u_NEGu_u_RMUL, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) = s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_y)))))).
fof(ah4s_integers_INTu_u_NOTu_u_LE, axiom, ![V_y, V_x]: (~ (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) <=> p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x)))))).
fof(ah4s_integers_INTu_u_LEu_u_ANTISYM, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) & p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x))))) <=> s(t_h4s_integers_int,V_x) = s(t_h4s_integers_int,V_y))).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c0, axiom, ![V_p]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_p))) = s(t_h4s_integers_int,V_p)).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c1, axiom, ![V_p]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_p),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_integers_int,V_p)).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c5, axiom, ![V_n, V_m]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))))))) = s(t_h4s_integers_int,h4s_bools_cond(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))))))))).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c2, axiom, ![V_n]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_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,V_n))))))))))) = s(t_bool,f)).
fof(ah4s_intu_u_ariths_lessu_u_tou_u_lequ_u_samer, axiom, ![V_y, V_x]: s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_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_integers_int,V_y)))).
fof(ah4s_intu_u_ariths_leu_u_moveu_u_allu_u_right, axiom, ![V_y, V_x]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x)))))))).
fof(ch4s_HolSmts_r084, conjecture, ![V_z, V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))),s(t_h4s_integers_int,V_z))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_z),s(t_h4s_integers_int,V_y)))))).
