%   ORIGINAL: h4/quotient__list/NULL__PRS
% 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/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/EQ__CLAUSES_c2: !t. (F <=> t) <=> ~t
% Assm: h4/list/MAP0_c0: !f. h4/list/MAP f h4/list/NIL = h4/list/NIL
% Assm: h4/list/MAP0_c1: !t h f. h4/list/MAP f (h4/list/CONS h t) = h4/list/CONS (f h) (h4/list/MAP f t)
% Assm: h4/list/NULL0_c0: h4/list/NULL h4/list/NIL
% Assm: h4/list/NULL0_c1: !t h. ~h4/list/NULL (h4/list/CONS h t)
% Assm: h4/list/list__nchotomy: !l. l = h4/list/NIL \/ (?h t. l = h4/list/CONS h t)
% Goal: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!l. h4/list/NULL l <=> h4/list/NULL (h4/list/MAP rep l))
%   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_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c2]: !t. (F <=> t) <=> ~t
% Assm [h4s_lists_MAP0u_c0]: !f. h4/list/MAP f h4/list/NIL = h4/list/NIL
% Assm [h4s_lists_MAP0u_c1]: !t h f. h4/list/MAP f (h4/list/CONS h t) = h4/list/CONS (happ f h) (h4/list/MAP f t)
% Assm [h4s_lists_NULL0u_c0]: h4/list/NULL h4/list/NIL
% Assm [h4s_lists_NULL0u_c1]: !t h. ~h4/list/NULL (h4/list/CONS h t)
% Assm [h4s_lists_listu_u_nchotomy]: !l. l = h4/list/NIL \/ (?h t. l = h4/list/CONS h t)
% Goal: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!l. h4/list/NULL l <=> h4/list/NULL (h4/list/MAP rep l))
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_Q330442,TV_Q330438]: ![V_f, V_g]: (![V_x]: s(TV_Q330438,happ(s(t_fun(TV_Q330442,TV_Q330438),V_f),s(TV_Q330442,V_x))) = s(TV_Q330438,happ(s(t_fun(TV_Q330442,TV_Q330438),V_g),s(TV_Q330442,V_x))) => s(t_fun(TV_Q330442,TV_Q330438),V_f) = s(t_fun(TV_Q330442,TV_Q330438),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,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> 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_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c2, axiom, ![V_t]: (s(t_bool,f) = s(t_bool,V_t) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_lists_MAP0u_c0, axiom, ![TV_u_27a,TV_u_27b]: ![V_f]: s(t_h4s_lists_list(TV_u_27b),h4s_lists_map(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(t_h4s_lists_list(TV_u_27b),h4s_lists_nil)).
fof(ah4s_lists_MAP0u_c1, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_h, V_f]: s(t_h4s_lists_list(TV_u_27b),h4s_lists_map(s(t_fun(TV_u_27a,TV_u_27b),V_f),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_27b),h4s_lists_cons(s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27b),h4s_lists_map(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_h4s_lists_list(TV_u_27a),V_t)))))).
fof(ah4s_lists_NULL0u_c0, axiom, ![TV_u_27a]: p(s(t_bool,h4s_lists_null(s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))))).
fof(ah4s_lists_NULL0u_c1, axiom, ![TV_u_27a]: ![V_t, V_h]: ~ (p(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)))))))).
fof(ah4s_lists_listu_u_nchotomy, axiom, ![TV_u_27a]: ![V_l]: (s(t_h4s_lists_list(TV_u_27a),V_l) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil) | ?[V_h, V_t]: s(t_h4s_lists_list(TV_u_27a),V_l) = 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))))).
fof(ch4s_quotientu_u_lists_NULLu_u_PRS, conjecture, ![TV_u_27a,TV_u_27b]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_l]: s(t_bool,h4s_lists_null(s(t_h4s_lists_list(TV_u_27b),V_l))) = s(t_bool,h4s_lists_null(s(t_h4s_lists_list(TV_u_27a),h4s_lists_map(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(t_h4s_lists_list(TV_u_27b),V_l))))))).
