%   ORIGINAL: h4/patricia/PTREE__OF__NUMSET__IS__PTREE
% 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/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/combin/C__THM: !y x f. h4/combin/C f x y = f y x
% Assm: h4/list/FOLDL0_c0: !f e. h4/list/FOLDL f e h4/list/NIL = e
% Assm: h4/list/FOLDL0_c1: !x l f e. h4/list/FOLDL f e (h4/list/CONS x l) = h4/list/FOLDL f (f e x) l
% Assm: h4/list/list__induction: !P. P h4/list/NIL /\ (!t. P t ==> (!h. P (h4/list/CONS h t))) ==> (!l. P l)
% Assm: h4/patricia/INSERT__PTREE__def: !t n. h4/patricia/INSERT__PTREE n t = h4/patricia/ADD t (h4/pair/_2C n h4/one/one0)
% Assm: h4/patricia/ADD__IS__PTREE: !x t. h4/patricia/IS__PTREE t ==> h4/patricia/IS__PTREE (h4/patricia/ADD t x)
% Goal: !t s. h4/patricia/IS__PTREE t ==> h4/patricia/IS__PTREE (h4/patricia/PTREE__OF__NUMSET t s)
%   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_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_combins_Cu_u_THM]: !y x f. h4/combin/C f x y = happ (happ f y) x
% Assm [h4s_lists_FOLDL0u_c0]: !f e. h4/list/FOLDL f e h4/list/NIL = e
% Assm [h4s_lists_FOLDL0u_c1]: !x l f e. h4/list/FOLDL f e (h4/list/CONS x l) = h4/list/FOLDL f (happ (happ f e) x) l
% Assm [h4s_lists_listu_u_induction]: !P. happ P h4/list/NIL /\ (!t. happ P t ==> (!h. happ P (h4/list/CONS h t))) ==> (!l. happ P l)
% Assm [h4s_patricias_INSERTu_u_PTREEu_u_def]: !t n. h4/patricia/INSERT__PTREE n t = h4/patricia/ADD t (h4/pair/_2C n h4/one/one0)
% Assm [h4s_patricias_ADDu_u_ISu_u_PTREE]: !x t. h4/patricia/IS__PTREE t ==> h4/patricia/IS__PTREE (h4/patricia/ADD t x)
% Goal: !t s. h4/patricia/IS__PTREE t ==> h4/patricia/IS__PTREE (h4/patricia/PTREE__OF__NUMSET t s)
fof(aHLu_TRUTH, axiom, p(s(t_bool,t0))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t0) | s(t_bool,V_t) = s(t_bool,f))).
fof(aHLu_EXT, axiom, ![TV_Q286822,TV_Q286818]: ![V_f, V_g]: (![V_x]: s(TV_Q286818,happ(s(t_fun(TV_Q286822,TV_Q286818),V_f),s(TV_Q286822,V_x))) = s(TV_Q286818,happ(s(t_fun(TV_Q286822,TV_Q286818),V_g),s(TV_Q286822,V_x))) => s(t_fun(TV_Q286822,TV_Q286818),V_f) = s(t_fun(TV_Q286822,TV_Q286818),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,t0))).
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_ANDu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t0)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,t0))) <=> p(s(t_bool,t0)))).
fof(ah4s_bools_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t0) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_IMPu_u_INTRO, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) => (p(s(t_bool,V_t2)) => p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) => p(s(t_bool,V_t3))))).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_combins_Cu_u_THM, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_y, V_x, V_f]: s(TV_u_27c,h4s_combins_c(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_f),s(TV_u_27b,V_x),s(TV_u_27a,V_y))) = s(TV_u_27c,happ(s(t_fun(TV_u_27b,TV_u_27c),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_f),s(TV_u_27a,V_y))),s(TV_u_27b,V_x)))).
fof(ah4s_lists_FOLDL0u_c0, axiom, ![TV_u_27a,TV_u_27b]: ![V_f, V_e]: s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(TV_u_27b,V_e)).
fof(ah4s_lists_FOLDL0u_c1, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_l, V_f, V_e]: s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_x),s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e))),s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),V_l)))).
fof(ah4s_lists_listu_u_induction, 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_patricias_INSERTu_u_PTREEu_u_def, axiom, ![V_t, V_n]: s(t_h4s_patricias_ptree(t_h4s_ones_one),h4s_patricias_insertu_u_ptree(s(t_h4s_nums_num,V_n),s(t_h4s_patricias_ptree(t_h4s_ones_one),V_t))) = s(t_h4s_patricias_ptree(t_h4s_ones_one),h4s_patricias_add(s(t_h4s_patricias_ptree(t_h4s_ones_one),V_t),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_ones_one),h4s_pairs_u_2c(s(t_h4s_nums_num,V_n),s(t_h4s_ones_one,h4s_ones_one0)))))).
fof(ah4s_patricias_ADDu_u_ISu_u_PTREE, axiom, ![TV_u_27a]: ![V_x, V_t]: (p(s(t_bool,h4s_patricias_isu_u_ptree(s(t_h4s_patricias_ptree(TV_u_27a),V_t)))) => p(s(t_bool,h4s_patricias_isu_u_ptree(s(t_h4s_patricias_ptree(TV_u_27a),h4s_patricias_add(s(t_h4s_patricias_ptree(TV_u_27a),V_t),s(t_h4s_pairs_prod(t_h4s_nums_num,TV_u_27a),V_x)))))))).
fof(ch4s_patricias_PTREEu_u_OFu_u_NUMSETu_u_ISu_u_PTREE, conjecture, ![V_t, V_s]: (p(s(t_bool,h4s_patricias_isu_u_ptree(s(t_h4s_patricias_ptree(t_h4s_ones_one),V_t)))) => p(s(t_bool,h4s_patricias_isu_u_ptree(s(t_h4s_patricias_ptree(t_h4s_ones_one),h4s_patricias_ptreeu_u_ofu_u_numset(s(t_h4s_patricias_ptree(t_h4s_ones_one),V_t),s(t_fun(t_h4s_nums_num,t_bool),V_s)))))))).
