%   ORIGINAL: h4/list/NULL__GENLIST
% 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/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/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c2: !t. (F <=> t) <=> ~t
% Assm: h4/num/NOT__SUC: !n. ~(h4/num/SUC n = h4/num/0)
% Assm: h4/arithmetic/num__CASES: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm: h4/list/NULL__DEF_c0: h4/list/NULL h4/list/NIL <=> T
% Assm: h4/list/NULL__DEF_c1: !t h. h4/list/NULL (h4/list/CONS h t) <=> F
% Assm: h4/list/GENLIST0_c0: !f. h4/list/GENLIST f h4/num/0 = h4/list/NIL
% Assm: h4/list/GENLIST__CONS: !n f. h4/list/GENLIST f (h4/num/SUC n) = h4/list/CONS (f h4/num/0) (h4/list/GENLIST (h4/combin/o f h4/num/SUC) n)
% Goal: !n f. h4/list/NULL (h4/list/GENLIST f n) <=> n = h4/num/0
%   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_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_FORALLu_u_SIMP]: !t. (!x. 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_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c2]: !t. (F <=> t) <=> ~t
% Assm [h4s_nums_NOTu_u_SUC]: !n. ~(happ h4/num/SUC n = h4/num/0)
% Assm [h4s_arithmetics_numu_u_CASES]: !m. m = h4/num/0 \/ (?n. m = happ h4/num/SUC n)
% Assm [h4s_lists_NULLu_u_DEFu_c0]: h4/list/NULL h4/list/NIL <=> T
% Assm [h4s_lists_NULLu_u_DEFu_c1]: !t h. h4/list/NULL (h4/list/CONS h t) <=> F
% Assm [h4s_lists_GENLIST0u_c0]: !f. h4/list/GENLIST f h4/num/0 = h4/list/NIL
% Assm [h4s_lists_GENLISTu_u_CONS]: !n f. h4/list/GENLIST f (happ h4/num/SUC n) = h4/list/CONS (happ f h4/num/0) (h4/list/GENLIST (h4/combin/o f h4/num/SUC) n)
% Goal: !n f. h4/list/NULL (h4/list/GENLIST f n) <=> n = h4/num/0
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f0)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f0))).
fof(aHLu_EXT, axiom, ![TV_Q246134,TV_Q246130]: ![V_f, V_g]: (![V_x]: s(TV_Q246130,happ(s(t_fun(TV_Q246134,TV_Q246130),V_f),s(TV_Q246134,V_x))) = s(TV_Q246130,happ(s(t_fun(TV_Q246134,TV_Q246130),V_g),s(TV_Q246134,V_x))) => s(t_fun(TV_Q246134,TV_Q246130),V_f) = s(t_fun(TV_Q246134,TV_Q246130),V_g))).
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,f0)) => p(s(t_bool,V_t)))).
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_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f0))) <=> 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_CLAUSESu_c0, axiom, ![V_t]: (s(t_bool,t) = s(t_bool,V_t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c2, axiom, ![V_t]: (s(t_bool,f0) = s(t_bool,V_t) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_nums_NOTu_u_SUC, axiom, ![V_n]: ~ (s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0))).
fof(ah4s_arithmetics_numu_u_CASES, axiom, ![V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) | ?[V_n]: s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,V_n))))).
fof(ah4s_lists_NULLu_u_DEFu_c0, axiom, ![TV_u_27a]: s(t_bool,h4s_lists_null(s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(t_bool,t)).
fof(ah4s_lists_NULLu_u_DEFu_c1, axiom, ![TV_u_27a]: ![V_t, V_h]: s(t_bool,h4s_lists_null(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_bool,f0)).
fof(ah4s_lists_GENLIST0u_c0, axiom, ![TV_u_27a]: ![V_f]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_genlist(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil)).
fof(ah4s_lists_GENLISTu_u_CONS, axiom, ![TV_u_27a]: ![V_n, V_f]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_genlist(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,V_n))))) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_lists_list(TV_u_27a),h4s_lists_genlist(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_combins_o(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc))),s(t_h4s_nums_num,V_n)))))).
fof(ch4s_lists_NULLu_u_GENLIST, conjecture, ![TV_u_27a]: ![V_n, V_f]: (p(s(t_bool,h4s_lists_null(s(t_h4s_lists_list(TV_u_27a),h4s_lists_genlist(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,V_n)))))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0))).
