%   ORIGINAL: h4/poly/POLY__DIFF__AUX__CMUL
% 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/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__EXT: !g f. (!x. f x = g x) ==> f = g
% Assm: h4/bool/LCOMM__THM: !f. (!x y z. f x (f y z) = f (f x y) z) ==> (!x y. f x y = f y x) ==> (!x y z. f x (f y z) = f y (f x z))
% 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/real/REAL__MUL__SYM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm: h4/real/REAL__MUL__ASSOC: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm: h4/real/eq__ints_c0: !n m. h4/real/real__of__num n = h4/real/real__of__num m <=> n = m
% Assm: h4/poly/poly__def_c0: !x. h4/poly/poly h4/list/NIL x = h4/real/real__of__num h4/num/0
% Assm: h4/poly/poly__def_c1: !x t h. h4/poly/poly (h4/list/CONS h t) x = h4/realax/real__add h (h4/realax/real__mul x (h4/poly/poly t x))
% Assm: h4/poly/poly__cmul__def_c0: !c. h4/poly/_23_23 c h4/list/NIL = h4/list/NIL
% Assm: h4/poly/poly__cmul__def_c1: !t h c. h4/poly/_23_23 c (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul c h) (h4/poly/_23_23 c t)
% Assm: h4/poly/poly__diff__aux__def_c0: !n. h4/poly/poly__diff__aux n h4/list/NIL = h4/list/NIL
% Assm: h4/poly/poly__diff__aux__def_c1: !t n h. h4/poly/poly__diff__aux n (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul (h4/real/real__of__num n) h) (h4/poly/poly__diff__aux (h4/num/SUC n) t)
% Goal: !p n c. h4/poly/poly (h4/poly/poly__diff__aux n (h4/poly/_23_23 c p)) = h4/poly/poly (h4/poly/_23_23 c (h4/poly/poly__diff__aux n p))
%   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_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_EXT]: !g f. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_LCOMMu_u_THM]: !f. (!x y z. happ (happ f x) (happ (happ f y) z) = happ (happ f (happ (happ f x) y)) z) ==> (!x y. happ (happ f x) y = happ (happ f y) x) ==> (!x y z. happ (happ f x) (happ (happ f y) z) = happ (happ f y) (happ (happ f x) z))
% 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_reals_REALu_u_MULu_u_SYM]: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm [h4s_reals_REALu_u_MULu_u_ASSOC]: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm [h4s_reals_equ_u_intsu_c0]: !n m. h4/real/real__of__num n = h4/real/real__of__num m <=> n = m
% Assm [h4s_polys_polyu_u_defu_c0]: !x. happ (h4/poly/poly h4/list/NIL) x = h4/real/real__of__num h4/num/0
% Assm [h4s_polys_polyu_u_defu_c1]: !x t h. happ (h4/poly/poly (h4/list/CONS h t)) x = h4/realax/real__add h (h4/realax/real__mul x (happ (h4/poly/poly t) x))
% Assm [h4s_polys_polyu_u_cmulu_u_defu_c0]: !c. h4/poly/_23_23 c h4/list/NIL = h4/list/NIL
% Assm [h4s_polys_polyu_u_cmulu_u_defu_c1]: !t h c. h4/poly/_23_23 c (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul c h) (h4/poly/_23_23 c t)
% Assm [h4s_polys_polyu_u_diffu_u_auxu_u_defu_c0]: !n. h4/poly/poly__diff__aux n h4/list/NIL = h4/list/NIL
% Assm [h4s_polys_polyu_u_diffu_u_auxu_u_defu_c1]: !t n h. h4/poly/poly__diff__aux n (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul (h4/real/real__of__num n) h) (h4/poly/poly__diff__aux (h4/num/SUC n) t)
% Goal: !p n c. h4/poly/poly (h4/poly/poly__diff__aux n (h4/poly/_23_23 c p)) = h4/poly/poly (h4/poly/_23_23 c (h4/poly/poly__diff__aux n p))
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_Q214445,TV_Q214441]: ![V_f, V_g]: (![V_x]: s(TV_Q214441,happ(s(t_fun(TV_Q214445,TV_Q214441),V_f),s(TV_Q214445,V_x))) = s(TV_Q214441,happ(s(t_fun(TV_Q214445,TV_Q214441),V_g),s(TV_Q214445,V_x))) => s(t_fun(TV_Q214445,TV_Q214441),V_f) = s(t_fun(TV_Q214445,TV_Q214441),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_FORALLu_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_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_EXT, axiom, ![TV_u_27a,TV_u_27b]: ![V_g, V_f]: (![V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_g),s(TV_u_27a,V_x))) => s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),V_g))).
fof(ah4s_bools_LCOMMu_u_THM, axiom, ![TV_u_27a]: ![V_f]: (![V_x, V_y, V_z]: s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))),s(TV_u_27a,V_z))) => (![V_x, V_y]: s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))) => ![V_x, V_y, V_z]: s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_y))),s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27a,V_z)))))))).
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_reals_REALu_u_MULu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_MULu_u_ASSOC, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z)))).
fof(ah4s_reals_equ_u_intsu_c0, axiom, ![V_n, V_m]: (s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,V_m))).
fof(ah4s_polys_polyu_u_defu_c0, axiom, ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_polys_polyu_u_defu_c1, axiom, ![V_x, V_t, V_h]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_polys_poly(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_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_h),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))),s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_polys_polyu_u_cmulu_u_defu_c0, axiom, ![V_c]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)).
fof(ah4s_polys_polyu_u_cmulu_u_defu_c1, axiom, ![V_t, V_h, V_c]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c),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_mul(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,V_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t)))))).
fof(ah4s_polys_polyu_u_diffu_u_auxu_u_defu_c0, axiom, ![V_n]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)).
fof(ah4s_polys_polyu_u_diffu_u_auxu_u_defu_c1, axiom, ![V_t, V_n, V_h]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,V_n),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_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,V_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t)))))).
fof(ch4s_polys_POLYu_u_DIFFu_u_AUXu_u_CMUL, conjecture, ![V_p, V_n, V_c]: s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p))))))) = s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p)))))))).
