%   ORIGINAL: h4/poly/POLY__ADD__CLAUSES_c2
% 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/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> 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/list/HD0: !t h. h4/list/HD (h4/list/CONS h t) = h
% Assm: h4/list/TL0: !t h. h4/list/TL (h4/list/CONS h t) = t
% Assm: h4/list/list__INDUCT: !P. P h4/list/NIL /\ (!t. P t ==> (!h. P (h4/list/CONS h t))) ==> (!l. P l)
% Assm: h4/list/NOT__CONS__NIL: !a1 a0. ~(h4/list/CONS a0 a1 = h4/list/NIL)
% Assm: h4/poly/poly__add__def_c0: !l2. h4/poly/poly__add h4/list/NIL l2 = l2
% Assm: h4/poly/poly__add__def_c1: !t l2 h. h4/poly/poly__add (h4/list/CONS h t) l2 = h4/bool/COND (l2 = h4/list/NIL) (h4/list/CONS h t) (h4/list/CONS (h4/realax/real__add h (h4/list/HD l2)) (h4/poly/poly__add t (h4/list/TL l2)))
% Goal: !t2 t1 h2 h1. h4/poly/poly__add (h4/list/CONS h1 t1) (h4/list/CONS h2 t2) = h4/list/CONS (h4/realax/real__add h1 h2) (h4/poly/poly__add t1 t2)
%   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_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> 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_lists_HD0]: !t h. h4/list/HD (h4/list/CONS h t) = h
% Assm [h4s_lists_TL0]: !t h. h4/list/TL (h4/list/CONS h t) = t
% Assm [h4s_lists_listu_u_INDUCT]: !P. happ P h4/list/NIL /\ (!t. happ P t ==> (!h. happ P (h4/list/CONS h t))) ==> (!l. happ P l)
% Assm [h4s_lists_NOTu_u_CONSu_u_NIL]: !a1 a0. ~(h4/list/CONS a0 a1 = h4/list/NIL)
% Assm [h4s_polys_polyu_u_addu_u_defu_c0]: !l2. h4/poly/poly__add h4/list/NIL l2 = l2
% Assm [h4s_polys_polyu_u_addu_u_defu_c1]: !t l2 h. ?v. (v <=> l2 = h4/list/NIL) /\ h4/poly/poly__add (h4/list/CONS h t) l2 = h4/bool/COND v (h4/list/CONS h t) (h4/list/CONS (h4/realax/real__add h (h4/list/HD l2)) (h4/poly/poly__add t (h4/list/TL l2)))
% Goal: !t2 t1 h2 h1. h4/poly/poly__add (h4/list/CONS h1 t1) (h4/list/CONS h2 t2) = h4/list/CONS (h4/realax/real__add h1 h2) (h4/poly/poly__add t1 t2)
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_Q213760,TV_Q213756]: ![V_f, V_g]: (![V_x]: s(TV_Q213756,happ(s(t_fun(TV_Q213760,TV_Q213756),V_f),s(TV_Q213760,V_x))) = s(TV_Q213756,happ(s(t_fun(TV_Q213760,TV_Q213756),V_g),s(TV_Q213760,V_x))) => s(t_fun(TV_Q213760,TV_Q213756),V_f) = s(t_fun(TV_Q213760,TV_Q213756),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_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_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_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_lists_HD0, axiom, ![TV_u_27a]: ![V_t, V_h]: s(TV_u_27a,h4s_lists_hd(s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_h),s(t_h4s_lists_list(TV_u_27a),V_t))))) = s(TV_u_27a,V_h)).
fof(ah4s_lists_TL0, axiom, ![TV_u_27a]: ![V_t, V_h]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_tl(s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_h),s(t_h4s_lists_list(TV_u_27a),V_t))))) = s(t_h4s_lists_list(TV_u_27a),V_t)).
fof(ah4s_lists_listu_u_INDUCT, axiom, ![TV_u_27a]: ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil)))) & ![V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_t)))) => ![V_h]: p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_h),s(t_h4s_lists_list(TV_u_27a),V_t)))))))) => ![V_l]: p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_lists_NOTu_u_CONSu_u_NIL, axiom, ![TV_u_27a]: ![V_a1, V_a0]: ~ (s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_a0),s(t_h4s_lists_list(TV_u_27a),V_a1))) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))).
fof(ah4s_polys_polyu_u_addu_u_defu_c0, axiom, ![V_l2]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2)).
fof(ah4s_polys_polyu_u_addu_u_defu_c1, axiom, ![V_t, V_l2, V_h]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)) & s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_h),s(t_h4s_realaxs_real,h4s_lists_hd(s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),V_t),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_tl(s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))))))))))).
fof(ch4s_polys_POLYu_u_ADDu_u_CLAUSESu_c2, conjecture, ![V_t2, V_t1, V_h2, V_h1]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t1))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h2),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t2))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_h1),s(t_h4s_realaxs_real,V_h2))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),V_t1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t2)))))).
