%   ORIGINAL: h4/words/WORD__ADD__SUB2
% 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/words/WORD__ADD__COMM: !w v. h4/words/word__add v w = h4/words/word__add w v
% Assm: h4/words/WORD__ADD__SUB: !w v. h4/words/word__sub (h4/words/word__add v w) w = v
% Goal: !w v. h4/words/word__sub (h4/words/word__add w v) w = v
%   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_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_ADDu_u_SUB]: !w v. h4/words/word__sub (h4/words/word__add v w) w = v
% Goal: !w v. h4/words/word__sub (h4/words/word__add w v) w = v
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_Q123427,TV_Q123423]: ![V_f, V_g]: (![V_x]: s(TV_Q123423,happ(s(t_fun(TV_Q123427,TV_Q123423),V_f),s(TV_Q123427,V_x))) = s(TV_Q123423,happ(s(t_fun(TV_Q123427,TV_Q123423),V_g),s(TV_Q123427,V_x))) => s(t_fun(TV_Q123427,TV_Q123423),V_f) = s(t_fun(TV_Q123427,TV_Q123423),V_g))).
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_ADDu_u_SUB, 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),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_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)).
fof(ch4s_wordss_WORDu_u_ADDu_u_SUB2, conjecture, ![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),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))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)).
