%   ORIGINAL: h4/HolSmt/r238
% 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/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% 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/numeral/numeral__distrib_c5: !n m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2A n m)
% Assm: h4/numeral/numeral__distrib_c8: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm: h4/numeral/numeral__distrib_c28: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/numeral__add_c0: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% 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/numeral/iDUB__removal_c2: h4/numeral/iDUB h4/arithmetic/ZERO = h4/arithmetic/ZERO
% Assm: h4/numeral/enumeral__mult_c2: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y) = h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y)
% Assm: h4/numeral/internal__mult__characterisation_c0: !n. h4/numeral/internal__mult h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm: h4/numeral/internal__mult__characterisation_c2: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/numeral/internal__mult n m)) m)
% Assm: h4/words/word__sub__def: !w v. h4/words/word__sub v w = h4/words/word__add v (h4/words/word__2comp w)
% Assm: h4/words/WORD__ADD__0_c1: !w. h4/words/word__add (h4/words/n2w h4/num/0) w = w
% Assm: h4/words/WORD__ADD__ASSOC: !x w v. h4/words/word__add v (h4/words/word__add w x) = h4/words/word__add (h4/words/word__add v w) x
% Assm: h4/words/WORD__MULT__ASSOC: !x w v. h4/words/word__mul v (h4/words/word__mul w x) = h4/words/word__mul (h4/words/word__mul v w) x
% Assm: h4/words/WORD__ADD__COMM: !w v. h4/words/word__add v w = h4/words/word__add w v
% Assm: h4/words/WORD__MULT__COMM: !w v. h4/words/word__mul v w = h4/words/word__mul w v
% Assm: h4/words/WORD__MULT__CLAUSES_c0: !v. h4/words/word__mul (h4/words/n2w h4/num/0) v = h4/words/n2w h4/num/0
% Assm: h4/words/WORD__MULT__CLAUSES_c2: !v. h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v = v
% Assm: h4/words/WORD__LEFT__ADD__DISTRIB: !x w v. h4/words/word__mul v (h4/words/word__add w x) = h4/words/word__add (h4/words/word__mul v w) (h4/words/word__mul v x)
% Assm: h4/words/WORD__RIGHT__ADD__DISTRIB: !x w v. h4/words/word__mul (h4/words/word__add v w) x = h4/words/word__add (h4/words/word__mul v x) (h4/words/word__mul w x)
% Assm: h4/words/WORD__EQ__SUB__ZERO: !w v. h4/words/word__sub v w = h4/words/n2w h4/num/0 <=> v = w
% Assm: h4/words/WORD__NEG__EQ__0: !v. h4/words/word__2comp v = h4/words/n2w h4/num/0 <=> v = h4/words/n2w h4/num/0
% Assm: h4/words/WORD__NEG__MUL: !w. h4/words/word__2comp w = h4/words/word__mul (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w
% Assm: h4/words/WORD__LITERAL__MULT_c1: !n m. h4/words/word__mul (h4/words/word__2comp (h4/words/n2w m)) (h4/words/word__2comp (h4/words/n2w n)) = h4/words/n2w (h4/arithmetic/_2A m n)
% Assm: h4/words/WORD__LITERAL__ADD_c1: !n m. h4/words/word__add (h4/words/n2w m) (h4/words/word__2comp (h4/words/n2w n)) = h4/bool/COND (h4/arithmetic/_3C_3D n m) (h4/words/n2w (h4/arithmetic/_2D m n)) (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/_2D n m)))
% Goal: !z y x. h4/words/word__add x z = h4/words/word__add y x <=> y = z
%   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_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% 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_numerals_numeralu_u_distribu_c5]: !n m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2A n m)
% Assm [h4s_numerals_numeralu_u_distribu_c8]: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm [h4s_numerals_numeralu_u_distribu_c28]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_numeralu_u_addu_c0]: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% 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_numerals_iDUBu_u_removalu_c2]: h4/numeral/iDUB h4/arithmetic/ZERO = h4/arithmetic/ZERO
% Assm [h4s_numerals_enumeralu_u_multu_c2]: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y) = h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y)
% Assm [h4s_numerals_internalu_u_multu_u_characterisationu_c0]: !n. h4/numeral/internal__mult h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm [h4s_numerals_internalu_u_multu_u_characterisationu_c2]: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/numeral/internal__mult n m)) m)
% Assm [h4s_wordss_wordu_u_subu_u_def]: !w v. h4/words/word__sub v w = h4/words/word__add v (h4/words/word__2comp w)
% Assm [h4s_wordss_WORDu_u_ADDu_u_0u_c1]: !w. h4/words/word__add (h4/words/n2w h4/num/0) w = w
% Assm [h4s_wordss_WORDu_u_ADDu_u_ASSOC]: !x w v. h4/words/word__add v (h4/words/word__add w x) = h4/words/word__add (h4/words/word__add v w) x
% Assm [h4s_wordss_WORDu_u_MULTu_u_ASSOC]: !x w v. h4/words/word__mul v (h4/words/word__mul w x) = h4/words/word__mul (h4/words/word__mul v w) x
% Assm [h4s_wordss_WORDu_u_ADDu_u_COMM]: !w v. h4/words/word__add v w = h4/words/word__add w v
% Assm [h4s_wordss_WORDu_u_MULTu_u_COMM]: !w v. h4/words/word__mul v w = h4/words/word__mul w v
% Assm [h4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c0]: !v. h4/words/word__mul (h4/words/n2w h4/num/0) v = h4/words/n2w h4/num/0
% Assm [h4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c2]: !v. h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v = v
% Assm [h4s_wordss_WORDu_u_LEFTu_u_ADDu_u_DISTRIB]: !x w v. h4/words/word__mul v (h4/words/word__add w x) = h4/words/word__add (h4/words/word__mul v w) (h4/words/word__mul v x)
% Assm [h4s_wordss_WORDu_u_RIGHTu_u_ADDu_u_DISTRIB]: !x w v. h4/words/word__mul (h4/words/word__add v w) x = h4/words/word__add (h4/words/word__mul v x) (h4/words/word__mul w x)
% Assm [h4s_wordss_WORDu_u_EQu_u_SUBu_u_ZERO]: !w v. h4/words/word__sub v w = h4/words/n2w h4/num/0 <=> v = w
% Assm [h4s_wordss_WORDu_u_NEGu_u_EQu_u_0]: !v. h4/words/word__2comp v = h4/words/n2w h4/num/0 <=> v = h4/words/n2w h4/num/0
% Assm [h4s_wordss_WORDu_u_NEGu_u_MUL]: !w. h4/words/word__2comp w = h4/words/word__mul (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w
% Assm [h4s_wordss_WORDu_u_LITERALu_u_MULTu_c1]: !n m. h4/words/word__mul (h4/words/word__2comp (h4/words/n2w m)) (h4/words/word__2comp (h4/words/n2w n)) = h4/words/n2w (h4/arithmetic/_2A m n)
% Assm [h4s_wordss_WORDu_u_LITERALu_u_ADDu_c1]: !n m. h4/words/word__add (h4/words/n2w m) (h4/words/word__2comp (h4/words/n2w n)) = h4/bool/COND (h4/arithmetic/_3C_3D n m) (h4/words/n2w (h4/arithmetic/_2D m n)) (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/_2D n m)))
% Goal: !z y x. h4/words/word__add x z = h4/words/word__add y x <=> y = z
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_Q341707,TV_Q341703]: ![V_f, V_g]: (![V_x]: s(TV_Q341703,happ(s(t_fun(TV_Q341707,TV_Q341703),V_f),s(TV_Q341707,V_x))) = s(TV_Q341703,happ(s(t_fun(TV_Q341707,TV_Q341703),V_g),s(TV_Q341707,V_x))) => s(t_fun(TV_Q341707,TV_Q341703),V_f) = s(t_fun(TV_Q341707,TV_Q341703),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_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_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_numerals_numeralu_u_distribu_c5, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(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_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_distribu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(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_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)))))).
fof(ah4s_numerals_numeralu_u_distribu_c28, axiom, ![V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(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_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_addu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,V_n)).
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_numerals_iDUBu_u_removalu_c2, axiom, s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,h4s_arithmetics_zero)).
fof(ah4s_numerals_enumeralu_u_multu_c2, axiom, ![V_y, V_x]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_y)))))).
fof(ah4s_numerals_internalu_u_multu_u_characterisationu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_zero)).
fof(ah4s_numerals_internalu_u_multu_u_characterisationu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_wordss_wordu_u_subu_u_def, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_sub(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))).
fof(ah4s_wordss_WORDu_u_ADDu_u_0u_c1, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)).
fof(ah4s_wordss_WORDu_u_ADDu_u_ASSOC, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x)))).
fof(ah4s_wordss_WORDu_u_MULTu_u_ASSOC, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x)))).
fof(ah4s_wordss_WORDu_u_ADDu_u_COMM, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)))).
fof(ah4s_wordss_WORDu_u_MULTu_u_COMM, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)))).
fof(ah4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c2, axiom, ![TV_u_27a]: ![V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)).
fof(ah4s_wordss_WORDu_u_LEFTu_u_ADDu_u_DISTRIB, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x)))))).
fof(ah4s_wordss_WORDu_u_RIGHTu_u_ADDu_u_DISTRIB, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x)))))).
fof(ah4s_wordss_WORDu_u_EQu_u_SUBu_u_ZERO, axiom, ![TV_u_27a]: ![V_w, V_v]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_sub(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))).
fof(ah4s_wordss_WORDu_u_NEGu_u_EQu_u_0, axiom, ![TV_u_27a]: ![V_v]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_wordss_WORDu_u_NEGu_u_MUL, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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_fcps_cart(t_bool,TV_u_27a),V_w)))).
fof(ah4s_wordss_WORDu_u_LITERALu_u_MULTu_c1, axiom, ![TV_u_27b]: ![V_n, V_m]: s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,V_m))))),s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_wordss_WORDu_u_LITERALu_u_ADDu_c1, axiom, ![TV_u_27b]: ![V_n, V_m]: s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,V_m))),s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_bools_cond(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))),s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))),s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))))).
fof(ch4s_HolSmts_r238, conjecture, ![TV_u_27a]: ![V_z, V_y, V_x]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_z))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_y),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_y) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_z))).
