%   ORIGINAL: h4/inftree/inftree__11_c1
% 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/inftree/iNd__def: !f b. h4/inftree/iNd b f = h4/inftree/to__inftree (\p. h4/bool/COND (p = h4/list/NIL) (h4/sum/INR b) (h4/inftree/from__inftree (f (h4/list/HD p)) (h4/list/TL p)))
% Assm: h4/inftree/inftree__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION h4/inftree/is__tree rep
% Assm: h4/bool/ABS__REP__THM: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. abs (rep a) = a) /\ (!r. P r <=> rep (abs r) = r))
% Assm: h4/inftree/inftree__bijections_c0: !a. h4/inftree/to__inftree (h4/inftree/from__inftree a) = a
% Assm: h4/inftree/inftree__bijections_c1: !r. h4/inftree/is__tree r <=> h4/inftree/from__inftree (h4/inftree/to__inftree r) = r
% Assm: h4/inftree/iLf__def: !a. h4/inftree/iLf a = h4/inftree/to__inftree (\p. h4/sum/INL a)
% Assm: h4/inftree/iNd__is__tree: !f b. h4/inftree/is__tree (\p. h4/bool/COND (p = h4/list/NIL) (h4/sum/INR b) (h4/inftree/from__inftree (f (h4/list/HD p)) (h4/list/TL p)))
% Assm: h4/inftree/inftree__11_c0: !a2 a1. h4/inftree/iLf a1 = h4/inftree/iLf a2 <=> a1 = a2
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/sat/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/bool/MONO__AND: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% Assm: h4/bool/MONO__EXISTS: !Q P. (!x. P x ==> Q x) ==> (?x. P x) ==> (?x. Q x)
% Assm: h4/bool/MONO__OR: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/bool/RIGHT__AND__FORALL__THM: !Q P. P /\ (!x. Q x) <=> (!x. P /\ Q x)
% Assm: h4/inftree/is__tree__def: h4/inftree/is__tree = (\a0. !is__tree_27. (!a00. (?a. a00 = (\p. h4/sum/INL a)) \/ (?f b. a00 = (\p. h4/bool/COND (p = h4/list/NIL) (h4/sum/INR b) (f (h4/list/HD p) (h4/list/TL p))) /\ (!d. is__tree_27 (f d))) ==> is__tree_27 a00) ==> is__tree_27 a0)
% Assm: h4/bool/LEFT__AND__FORALL__THM: !Q P. (!x. P x) /\ Q <=> (!x. P x /\ Q)
% Assm: h4/bool/MONO__ALL: !Q P. (!x. P x ==> Q x) ==> (!x. P x) ==> (!x. Q x)
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% 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/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/bool/COND__CONG: !y_27 y x_27 x Q P. (P <=> Q) /\ (Q ==> x = x_27) /\ (~Q ==> y = y_27) ==> h4/bool/COND P x y = h4/bool/COND Q x_27 y_27
% Assm: h4/sat/pth__nn: !p. ~ ~p ==> p
% Assm: h4/sat/pth__no1: !q p. ~(p \/ q) ==> ~p
% Assm: h4/bool/EQ__REFL: !x. x = x
% Assm: h4/sat/pth__no2: !q p. ~(p \/ q) ==> ~q
% Assm: h4/combin/o__THM: !x g f. h4/combin/o f g x = f (g x)
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/combin/o__DEF: !g f. h4/combin/o f g = (\x. f (g x))
% Assm: h4/combin/S__DEF: h4/combin/S = (\f g x. f x (g x))
% Assm: h4/combin/C__DEF: h4/combin/C = (\f x y. f y x)
% Assm: h4/combin/K__DEF: h4/combin/K = (\x y. x)
% Assm: h4/bool/EXISTS__DEF: $exists = (\P. P (h4/min/_40 P))
% Assm: h4/bool/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/sum/INR__INL__11_c0: !y x. h4/sum/INL x = h4/sum/INL y <=> x = y
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/EQ__IMP__THM: !t2 t1. (t1 <=> t2) <=> (t1 ==> t2) /\ (t2 ==> t1)
% Assm: h4/pred__set/ITSET__THM: !s f b. h4/pred__set/FINITE s ==> h4/pred__set/ITSET f s b = h4/bool/COND (s = h4/pred__set/EMPTY) b (h4/pred__set/ITSET f (h4/pred__set/REST s) (f (h4/pred__set/CHOICE s) b))
% Assm: h4/bool/NOT__CLAUSES_c1: ~T <=> F
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/pair/FST0: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm: h4/relation/INDUCTIVE__INVARIANT__DEF: !R P M. h4/relation/INDUCTIVE__INVARIANT R P M <=> (!f x. (!y. R y x ==> P y (f y)) ==> P x (M f x))
% Assm: h4/pair/UNCURRY__DEF: !y x f. h4/pair/UNCURRY f (h4/pair/_2C x y) = f x y
% Assm: h4/pair/pair__case__thm: !y x f. h4/pair/pair__CASE (h4/pair/_2C x y) f = f x y
% Assm: h4/relation/WFREC__COROLLARY: !f R M. f = h4/relation/WFREC R M ==> h4/relation/WF R ==> (!x. f x = M (h4/relation/RESTRICT f R x) x)
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/relation/RESTRICT__LEMMA: !z y f R. R y z ==> h4/relation/RESTRICT f R z y = f y
% Assm: h4/relation/inv__image__def: !f R. h4/relation/inv__image R f = (\x y. R (f x) (f y))
% Assm: h4/pred__set/ITSET__curried__def: !x1 x f. h4/pred__set/ITSET f x x1 = h4/pred__set/ITSET__tupled f (h4/pair/_2C x x1)
% Assm: h4/pred__set/ITSET__tupled__primitive__def: !f. h4/pred__set/ITSET__tupled f = h4/relation/WFREC (h4/min/_40 (\R. h4/relation/WF R /\ (!b s. h4/pred__set/FINITE s /\ ~(s = h4/pred__set/EMPTY) ==> R (h4/pair/_2C (h4/pred__set/REST s) (f (h4/pred__set/CHOICE s) b)) (h4/pair/_2C s b)))) (\ITSET__tupled a. h4/pair/pair__CASE a (\s b. h4/combin/I (h4/bool/COND (h4/pred__set/FINITE s) (h4/bool/COND (s = h4/pred__set/EMPTY) b (ITSET__tupled (h4/pair/_2C (h4/pred__set/REST s) (f (h4/pred__set/CHOICE s) b)))) h4/bool/ARB)))
% Assm: h4/pred__set/CARD__PSUBSET: !s. h4/pred__set/FINITE s ==> (!t. h4/pred__set/PSUBSET t s ==> h4/prim__rec/_3C (h4/pred__set/CARD t) (h4/pred__set/CARD s))
% Assm: h4/pred__set/REST__PSUBSET: !s. ~(s = h4/pred__set/EMPTY) ==> h4/pred__set/PSUBSET (h4/pred__set/REST s) s
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/pair/ABS__PAIR__THM: !x. ?q r. x = h4/pair/_2C q r
% Assm: h4/prim__rec/WF__measure: !m. h4/relation/WF (h4/prim__rec/measure m)
% Assm: h4/prim__rec/measure__def: h4/prim__rec/measure = h4/relation/inv__image h4/prim__rec/_3C
% Assm: h4/relation/WF__INDUCTION__THM: !R. h4/relation/WF R ==> (!P. (!x. (!y. R y x ==> P y) ==> P x) ==> (!x. P x))
% Assm: h4/bool/LEFT__FORALL__OR__THM: !Q P. (!x. P x \/ Q) <=> (!x. P x) \/ Q
% Assm: h4/pred__set/INJ__DEF: !t s f. h4/pred__set/INJ f s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN (f x) t) /\ (!x y. h4/bool/IN x s /\ h4/bool/IN y s ==> f x = f y ==> x = y)
% Assm: h4/pred__set/CROSS__SINGS: !y x. h4/pred__set/CROSS (h4/pred__set/INSERT x h4/pred__set/EMPTY) (h4/pred__set/INSERT y h4/pred__set/EMPTY) = h4/pred__set/INSERT (h4/pair/_2C x y) h4/pred__set/EMPTY
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Assm: h4/list/LIST__REL__CONS2: !xs t h R. h4/list/LIST__REL R xs (h4/list/CONS h t) <=> (?h_27 t_27. xs = h4/list/CONS h_27 t_27 /\ R h_27 h /\ h4/list/LIST__REL R t_27 t)
% Assm: h4/pair/SND0: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% Assm: h4/pair/PAIR: !x. h4/pair/_2C (h4/pair/FST x) (h4/pair/SND x) = x
% Assm: h4/bool/DISJ__ASSOC: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/pred__set/IN__CROSS: !x Q P. h4/bool/IN x (h4/pred__set/CROSS P Q) <=> h4/bool/IN (h4/pair/FST x) P /\ h4/bool/IN (h4/pair/SND x) Q
% Assm: h4/pred__set/IN__INSERT: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm: h4/pred__set/EXTENSION: !t s. s = t <=> (!x. h4/bool/IN x s <=> h4/bool/IN x t)
% Assm: h4/pred__set/NOT__IN__EMPTY: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/bool/DISJ__SYM: !B A. A \/ B <=> B \/ A
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/BOOL__CASES__AX: !t. (t <=> T) \/ (t <=> F)
% Assm: h4/bool/OR__CLAUSES_c3: !t. t \/ F <=> t
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/list/list__repfns_c1: !r. (\a0_27. !_27list_27. (!a0_270. a0_270 = h4/ind__type/CONSTR h4/num/0 h4/bool/ARB (\n. h4/ind__type/BOTTOM) \/ (?a0 a1. a0_270 = (\a00 a10. h4/ind__type/CONSTR (h4/num/SUC h4/num/0) a00 (h4/ind__type/FCONS a10 (\n. h4/ind__type/BOTTOM))) a0 a1 /\ _27list_27 a1) ==> _27list_27 a0_270) ==> _27list_27 a0_27) r <=> h4/list/_20_40ind__typelist3 (h4/list/_20_40ind__typelist2 r) = r
% Assm: h4/list/list__repfns_c0: !a. h4/list/_20_40ind__typelist2 (h4/list/_20_40ind__typelist3 a) = a
% Assm: h4/bool/BETA__THM: !y f. (\x. f x) y = f y
% Assm: h4/ind__type/FCONS0_c0: !f a. h4/ind__type/FCONS a f h4/num/0 = a
% Assm: h4/list/hidden____20__40ind____typelist1____def: h4/list/_20_40ind__typelist1 = (\a0 a1. h4/list/_20_40ind__typelist2 ((\a00 a10. h4/ind__type/CONSTR (h4/num/SUC h4/num/0) a00 (h4/ind__type/FCONS a10 (\n. h4/ind__type/BOTTOM))) a0 (h4/list/_20_40ind__typelist3 a1)))
% Assm: h4/ind__type/FCONS0_c1: !n f a. h4/ind__type/FCONS a f (h4/num/SUC n) = f n
% Assm: h4/ind__type/CONSTR__REC: !Fn. ?f. !c i r. f (h4/ind__type/CONSTR c i r) = Fn c i r (\n. f (r n))
% Assm: h4/list/hidden____20__40ind____typelist0____def: h4/list/_20_40ind__typelist0 = h4/list/_20_40ind__typelist2 (h4/ind__type/CONSTR h4/num/0 h4/bool/ARB (\n. h4/ind__type/BOTTOM))
% Assm: h4/list/NIL0: h4/list/NIL = h4/list/_20_40ind__typelist0
% Assm: h4/list/CONS0: h4/list/CONS = h4/list/_20_40ind__typelist1
% Assm: h4/bool/JRH__INDUCT__UTIL: !t P. (!x. x = t ==> P x) ==> $exists P
% Assm: h4/list/list__Axiom__old: !x f. h4/bool/_3F_21 (\fn1. fn1 h4/list/NIL = x /\ (!h t. fn1 (h4/list/CONS h t) = f (fn1 t) h t))
% Assm: h4/bool/EXISTS__SIMP: !t. (?x. t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c2: !t. (F <=> t) <=> ~t
% Assm: h4/list/LIST__REL__def_c2: !bs b R. h4/list/LIST__REL R h4/list/NIL (h4/list/CONS b bs) <=> F
% Assm: h4/bool/AND__CLAUSES_c2: !t. F /\ t <=> F
% Assm: h4/list/LIST__REL__def_c3: !bs b as a R. h4/list/LIST__REL R (h4/list/CONS a as) (h4/list/CONS b bs) <=> R a b /\ h4/list/LIST__REL R as bs
% Assm: h4/bool/UNWIND__THM2: !a P. (?x. x = a /\ P x) <=> P a
% Assm: h4/list/FOLDL2__def_c0: !f cs c bs b a. h4/list/FOLDL2 f a (h4/list/CONS b bs) (h4/list/CONS c cs) = h4/list/FOLDL2 f (f a b c) bs cs
% Assm: h4/bool/EXISTS__UNIQUE__DEF: h4/bool/_3F_21 = (\P. $exists P /\ (!x y. P x /\ P y ==> x = y))
% Assm: h4/bool/EQ__EXPAND: !t2 t1. (t1 <=> t2) <=> t1 /\ t2 \/ ~t1 /\ ~t2
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/numeral/numeral__lte_c1: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__distrib_c27: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm: h4/arithmetic/SUC__ONE__ADD: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm: h4/numeral/numeral__distrib_c1: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm: h4/arithmetic/ADD__MONO__LESS__EQ: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Goal: !f2 f1 b2 b1. h4/inftree/iNd b1 f1 = h4/inftree/iNd b2 f2 <=> b1 = b2 /\ f1 = f2
%   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_inftrees_iNdu_u_def]: !_0. (!b f p. ?v. (v <=> p = h4/list/NIL) /\ happ (happ (happ _0 b) f) p = h4/bool/COND v (h4/sum/INR b) (happ (h4/inftree/from__inftree (happ f (h4/list/HD p))) (h4/list/TL p))) ==> (!f b. h4/inftree/iNd b f = h4/inftree/to__inftree (happ (happ _0 b) f))
% Assm [h4s_inftrees_inftreeu_u_TYu_u_DEF]: ?rep. h4/bool/TYPE__DEFINITION h4/inftree/is__tree rep
% Assm [h4s_bools_ABSu_u_REPu_u_THM]: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. happ abs (happ rep a) = a) /\ (!r. happ P r <=> happ rep (happ abs r) = r))
% Assm [h4s_inftrees_inftreeu_u_bijectionsu_c0]: !a. h4/inftree/to__inftree (h4/inftree/from__inftree a) = a
% Assm [h4s_inftrees_inftreeu_u_bijectionsu_c1]: !r. happ h4/inftree/is__tree r <=> h4/inftree/from__inftree (h4/inftree/to__inftree r) = r
% Assm [h4s_inftrees_iLfu_u_def]: !_0. (!a p. happ (happ _0 a) p = h4/sum/INL a) ==> (!a. h4/inftree/iLf a = h4/inftree/to__inftree (happ _0 a))
% Assm [h4s_inftrees_iNdu_u_isu_u_tree]: !_0. (!b f p. ?v. (v <=> p = h4/list/NIL) /\ happ (happ (happ _0 b) f) p = h4/bool/COND v (h4/sum/INR b) (happ (h4/inftree/from__inftree (happ f (h4/list/HD p))) (h4/list/TL p))) ==> (!f b. happ h4/inftree/is__tree (happ (happ _0 b) f))
% Assm [h4s_inftrees_inftreeu_u_11u_c0]: !a2 a1. h4/inftree/iLf a1 = h4/inftree/iLf a2 <=> a1 = a2
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_sats_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_bools_MONOu_u_AND]: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% Assm [h4s_bools_MONOu_u_EXISTS]: !Q P. (!x. happ P x ==> happ Q x) ==> (?x. happ P x) ==> (?x. happ Q x)
% Assm [h4s_bools_MONOu_u_OR]: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_sats_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_bools_RIGHTu_u_ANDu_u_FORALLu_u_THM]: !Q P. P /\ (!x. happ Q x) <=> (!x. P /\ happ Q x)
% Assm [h4s_inftrees_isu_u_treeu_u_def]: !x. happ h4/inftree/is__tree x <=> (!is__tree_27. (!a00. (?a. !x. happ a00 x = h4/sum/INL a) \/ (?f b. (!x. ?v. (v <=> x = h4/list/NIL) /\ happ a00 x = h4/bool/COND v (h4/sum/INR b) (happ (happ f (h4/list/HD x)) (h4/list/TL x))) /\ (!d. happ is__tree_27 (happ f d))) ==> happ is__tree_27 a00) ==> happ is__tree_27 x)
% Assm [h4s_bools_LEFTu_u_ANDu_u_FORALLu_u_THM]: !Q P. (!x. happ P x) /\ Q <=> (!x. happ P x /\ Q)
% Assm [h4s_bools_MONOu_u_ALL]: !Q P. (!x. happ P x ==> happ Q x) ==> (!x. happ P x) ==> (!x. happ Q x)
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% 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_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_bools_CONDu_u_CONG]: !y_27 y x_27 x Q P. (P <=> Q) /\ (Q ==> x = x_27) /\ (~Q ==> y = y_27) ==> h4/bool/COND P x y = h4/bool/COND Q x_27 y_27
% Assm [h4s_sats_pthu_u_nn]: !p. ~ ~p ==> p
% Assm [h4s_sats_pthu_u_no1]: !q p. ~(p \/ q) ==> ~p
% Assm [h4s_bools_EQu_u_REFL]: !x. x = x
% Assm [h4s_sats_pthu_u_no2]: !q p. ~(p \/ q) ==> ~q
% Assm [h4s_combins_ou_u_THM]: !x g f. h4/combin/o f g x = happ f (happ g x)
% Assm [h4s_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_combins_ou_u_DEF]: !g f x. h4/combin/o f g x = happ f (happ g x)
% Assm [h4s_combins_Su_u_DEF]: !x x x. h4/combin/S x x x = happ (happ x x) (happ x x)
% Assm [h4s_combins_Cu_u_DEF]: !x x x. h4/combin/C x x x = happ (happ x x) x
% Assm [h4s_combins_Ku_u_DEF]: !x x. h4/combin/K x x = x
% Assm [h4s_bools_EXISTSu_u_DEF]: !x. $exists x <=> happ x (h4/min/_40 x)
% Assm [h4s_bools_FUNu_u_EQu_u_THM]: !g f. f = g <=> (!x. happ f x = happ g x)
% Assm [h4s_sums_INRu_u_INLu_u_11u_c0]: !y x. h4/sum/INL x = h4/sum/INL y <=> x = y
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_EQu_u_IMPu_u_THM]: !t2 t1. (t1 <=> t2) <=> (t1 ==> t2) /\ (t2 ==> t1)
% Assm [h4s_predu_u_sets_ITSETu_u_THM]: !s f b. h4/pred__set/FINITE s ==> (?v. (v <=> s = h4/pred__set/EMPTY) /\ h4/pred__set/ITSET f s b = h4/bool/COND v b (h4/pred__set/ITSET f (h4/pred__set/REST s) (happ (happ f (h4/pred__set/CHOICE s)) b)))
% Assm [h4s_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_pairs_FST0]: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm [h4s_relations_INDUCTIVEu_u_INVARIANTu_u_DEF]: !R P M. h4/relation/INDUCTIVE__INVARIANT R P M <=> (!f x. (!y. happ (happ R y) x ==> happ (happ P y) (happ f y)) ==> happ (happ P x) (happ (happ M f) x))
% Assm [h4s_pairs_UNCURRYu_u_DEF]: !y x f. h4/pair/UNCURRY f (h4/pair/_2C x y) = happ (happ f x) y
% Assm [h4s_pairs_pairu_u_caseu_u_thm]: !y x f. h4/pair/pair__CASE (h4/pair/_2C x y) f = happ (happ f x) y
% Assm [h4s_relations_WFRECu_u_COROLLARY]: !f R M. f = h4/relation/WFREC R M ==> h4/relation/WF R ==> (!x. happ f x = happ (happ M (h4/relation/RESTRICT f R x)) x)
% Assm [h4s_combins_Iu_u_THM]: !x. h4/combin/I x = x
% Assm [h4s_relations_RESTRICTu_u_LEMMA]: !z y f R. happ (happ R y) z ==> happ (h4/relation/RESTRICT f R z) y = happ f y
% Assm [h4s_relations_invu_u_imageu_u_def]: !f R x x'. happ (happ (happ (h4/relation/inv__image R) f) x) x' <=> happ (happ R (happ f x)) (happ f x')
% Assm [h4s_predu_u_sets_ITSETu_u_curriedu_u_def]: !x1 x f. h4/pred__set/ITSET f x x1 = happ (h4/pred__set/ITSET__tupled f) (h4/pair/_2C x x1)
% Assm [h4s_predu_u_sets_ITSETu_u_tupledu_u_primitiveu_u_def]: !_4. (!ITSET__tupled f s b. ?v. (v <=> s = h4/pred__set/EMPTY) /\ happ (happ (happ (happ _4 ITSET__tupled) f) s) b = h4/combin/I (h4/bool/COND (h4/pred__set/FINITE s) (h4/bool/COND v b (happ ITSET__tupled (h4/pair/_2C (h4/pred__set/REST s) (happ (happ f (h4/pred__set/CHOICE s)) b)))) h4/bool/ARB)) ==> (!_3. (!ITSET__tupled f s. happ (happ (happ _3 ITSET__tupled) f) s = happ (happ (happ _4 ITSET__tupled) f) s) ==> (!_2. (!ITSET__tupled f a. happ (happ (happ _2 ITSET__tupled) f) a = h4/pair/pair__CASE a (happ (happ _3 ITSET__tupled) f)) ==> (!_1. (!f ITSET__tupled. happ (happ _1 f) ITSET__tupled = happ (happ _2 ITSET__tupled) f) ==> (!_0. (!f R. happ (happ _0 f) R <=> h4/relation/WF R /\ (!b s. h4/pred__set/FINITE s /\ ~(s = h4/pred__set/EMPTY) ==> happ (happ R (h4/pair/_2C (h4/pred__set/REST s) (happ (happ f (h4/pred__set/CHOICE s)) b))) (h4/pair/_2C s b))) ==> (!f. h4/pred__set/ITSET__tupled f = h4/relation/WFREC (h4/min/_40 (happ _0 f)) (happ _1 f))))))
% Assm [h4s_predu_u_sets_CARDu_u_PSUBSET]: !s. h4/pred__set/FINITE s ==> (!t. h4/pred__set/PSUBSET t s ==> happ (happ h4/prim__rec/_3C (h4/pred__set/CARD t)) (h4/pred__set/CARD s))
% Assm [h4s_predu_u_sets_RESTu_u_PSUBSET]: !s. ~(s = h4/pred__set/EMPTY) ==> h4/pred__set/PSUBSET (h4/pred__set/REST s) s
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_pairs_ABSu_u_PAIRu_u_THM]: !x. ?q r. x = h4/pair/_2C q r
% Assm [h4s_primu_u_recs_WFu_u_measure]: !m. h4/relation/WF (happ h4/prim__rec/measure m)
% Assm [h4s_primu_u_recs_measureu_u_def]: h4/prim__rec/measure = h4/relation/inv__image h4/prim__rec/_3C
% Assm [h4s_relations_WFu_u_INDUCTIONu_u_THM]: !R. h4/relation/WF R ==> (!P. (!x. (!y. happ (happ R y) x ==> happ P y) ==> happ P x) ==> (!x. happ P x))
% Assm [h4s_bools_LEFTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. happ P x \/ Q) <=> (!x. happ P x) \/ Q
% Assm [h4s_predu_u_sets_INJu_u_DEF]: !t s f. h4/pred__set/INJ f s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN (happ f x) t) /\ (!x y. h4/bool/IN x s /\ h4/bool/IN y s ==> happ f x = happ f y ==> x = y)
% Assm [h4s_predu_u_sets_CROSSu_u_SINGS]: !y x. h4/pred__set/CROSS (h4/pred__set/INSERT x h4/pred__set/EMPTY) (h4/pred__set/INSERT y h4/pred__set/EMPTY) = h4/pred__set/INSERT (h4/pair/_2C x y) h4/pred__set/EMPTY
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Assm [h4s_lists_LISTu_u_RELu_u_CONS2]: !xs t h R. h4/list/LIST__REL R xs (happ (happ h4/list/CONS h) t) <=> (?h_27 t_27. xs = happ (happ h4/list/CONS h_27) t_27 /\ happ (happ R h_27) h /\ h4/list/LIST__REL R t_27 t)
% Assm [h4s_pairs_SND0]: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% Assm [h4s_pairs_PAIR]: !x. h4/pair/_2C (h4/pair/FST x) (h4/pair/SND x) = x
% Assm [h4s_bools_DISJu_u_ASSOC]: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_predu_u_sets_INu_u_CROSS]: !x Q P. h4/bool/IN x (h4/pred__set/CROSS P Q) <=> h4/bool/IN (h4/pair/FST x) P /\ h4/bool/IN (h4/pair/SND x) Q
% Assm [h4s_predu_u_sets_INu_u_INSERT]: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm [h4s_predu_u_sets_EXTENSION]: !t s. s = t <=> (!x. h4/bool/IN x s <=> h4/bool/IN x t)
% Assm [h4s_predu_u_sets_NOTu_u_INu_u_EMPTY]: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_bools_DISJu_u_SYM]: !B A. A \/ B <=> B \/ A
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_BOOLu_u_CASESu_u_AX]: !t. (t <=> T) \/ (t <=> F)
% Assm [h4s_bools_ORu_u_CLAUSESu_c3]: !t. t \/ F <=> t
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_lists_listu_u_repfnsu_c1]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> (!r. (!_27list_27. (!a0_270. a0_270 = h4/ind__type/CONSTR h4/num/0 h4/bool/ARB _0 \/ (?a0 a1. a0_270 = h4/ind__type/CONSTR (h4/num/SUC h4/num/0) a0 (h4/ind__type/FCONS a1 _0) /\ happ _27list_27 a1) ==> happ _27list_27 a0_270) ==> happ _27list_27 r) <=> h4/list/_20_40ind__typelist3 (h4/list/_20_40ind__typelist2 r) = r)
% Assm [h4s_lists_listu_u_repfnsu_c0]: !a. h4/list/_20_40ind__typelist2 (h4/list/_20_40ind__typelist3 a) = a
% Assm [h4s_bools_BETAu_u_THM]: !y f. happ f y = happ f y
% Assm [h4s_indu_u_types_FCONS0u_c0]: !f a. happ (h4/ind__type/FCONS a f) h4/num/0 = a
% Assm [h4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist1u_u_u_u_def]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> (!x x. happ (happ h4/list/_20_40ind__typelist1 x) x = h4/list/_20_40ind__typelist2 (h4/ind__type/CONSTR (h4/num/SUC h4/num/0) x (h4/ind__type/FCONS (h4/list/_20_40ind__typelist3 x) _0)))
% Assm [h4s_indu_u_types_FCONS0u_c1]: !n f a. happ (h4/ind__type/FCONS a f) (h4/num/SUC n) = happ f n
% Assm [h4s_indu_u_types_CONSTRu_u_REC]: !_0. (!f r n. happ (happ (happ _0 f) r) n = happ f (happ r n)) ==> (!Fn. ?f. !c i r. happ f (h4/ind__type/CONSTR c i r) = happ (happ (happ (happ Fn c) i) r) (happ (happ _0 f) r))
% Assm [h4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist0u_u_u_u_def]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> h4/list/_20_40ind__typelist0 = h4/list/_20_40ind__typelist2 (h4/ind__type/CONSTR h4/num/0 h4/bool/ARB _0)
% Assm [h4s_lists_NIL0]: h4/list/NIL = h4/list/_20_40ind__typelist0
% Assm [h4s_lists_CONS0]: h4/list/CONS = h4/list/_20_40ind__typelist1
% Assm [h4s_bools_JRHu_u_INDUCTu_u_UTIL]: !t P. (!x. x = t ==> happ P x) ==> $exists P
% Assm [h4s_lists_listu_u_Axiomu_u_old]: !_0. (!x f fn1. happ (happ (happ _0 x) f) fn1 <=> happ fn1 h4/list/NIL = x /\ (!h t. happ fn1 (happ (happ h4/list/CONS h) t) = happ (happ (happ f (happ fn1 t)) h) t)) ==> (!x f. h4/bool/_3F_21 (happ (happ _0 x) f))
% Assm [h4s_bools_EXISTSu_u_SIMP]: !t. (?x. t) <=> 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_lists_LISTu_u_RELu_u_defu_c2]: !bs b R. h4/list/LIST__REL R h4/list/NIL (happ (happ h4/list/CONS b) bs) <=> F
% Assm [h4s_bools_ANDu_u_CLAUSESu_c2]: !t. F /\ t <=> F
% Assm [h4s_lists_LISTu_u_RELu_u_defu_c3]: !bs b as a R. h4/list/LIST__REL R (happ (happ h4/list/CONS a) as) (happ (happ h4/list/CONS b) bs) <=> happ (happ R a) b /\ h4/list/LIST__REL R as bs
% Assm [h4s_bools_UNWINDu_u_THM2]: !a P. (?x. x = a /\ happ P x) <=> happ P a
% Assm [h4s_lists_FOLDL2u_u_defu_c0]: !f cs c bs b a. h4/list/FOLDL2 f a (happ (happ h4/list/CONS b) bs) (happ (happ h4/list/CONS c) cs) = h4/list/FOLDL2 f (happ (happ (happ f a) b) c) bs cs
% Assm [h4s_bools_EXISTSu_u_UNIQUEu_u_DEF]: !x. h4/bool/_3F_21 x <=> $exists x /\ (!x y. happ x x /\ happ x y ==> x = y)
% Assm [h4s_bools_EQu_u_EXPAND]: !t2 t1. (t1 <=> t2) <=> t1 /\ t2 \/ ~t1 /\ ~t2
% Assm [h4s_numerals_numeralu_u_ltu_c0]: !n. happ (happ h4/prim__rec/_3C h4/arithmetic/ZERO) (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_numerals_numeralu_u_lteu_c1]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_distribu_c27]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm [h4s_arithmetics_SUCu_u_ONEu_u_ADD]: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm [h4s_numerals_numeralu_u_distribu_c1]: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm [h4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ]: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Goal: !f2 f1 b2 b1. h4/inftree/iNd b1 f1 = h4/inftree/iNd b2 f2 <=> b1 = b2 /\ f1 = f2
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_Q1393820,TV_Q1393816]: ![V_f, V_g]: (![V_x]: s(TV_Q1393816,happ(s(t_fun(TV_Q1393820,TV_Q1393816),V_f),s(TV_Q1393820,V_x))) = s(TV_Q1393816,happ(s(t_fun(TV_Q1393820,TV_Q1393816),V_g),s(TV_Q1393820,V_x))) => s(t_fun(TV_Q1393820,TV_Q1393816),V_f) = s(t_fun(TV_Q1393820,TV_Q1393816),V_g))).
fof(ah4s_inftrees_iNdu_u_def, axiom, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_uu_0]: (![V_b, V_f, V_p]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(TV_u_27c),V_p) = s(t_h4s_lists_list(TV_u_27c),h4s_lists_nil)) & s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(TV_u_27b,t_fun(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_0),s(TV_u_27b,V_b))),s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f))),s(t_h4s_lists_list(TV_u_27c),V_p))) = s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_sums_inr(s(TV_u_27b,V_b))),s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_inftrees_fromu_u_inftree(s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),happ(s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f),s(TV_u_27c,h4s_lists_hd(s(t_h4s_lists_list(TV_u_27c),V_p))))))),s(t_h4s_lists_list(TV_u_27c),h4s_lists_tl(s(t_h4s_lists_list(TV_u_27c),V_p)))))))) => ![V_f, V_b]: s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_ind(s(TV_u_27b,V_b),s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f))) = s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_tou_u_inftree(s(t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(TV_u_27b,t_fun(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_0),s(TV_u_27b,V_b))),s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f))))))).
fof(ah4s_inftrees_inftreeu_u_TYu_u_DEF, axiom, ![TV_u_27d,TV_u_27a,TV_u_27b]: ?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_bool),h4s_inftrees_isu_u_tree),s(t_fun(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27d),t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b))),V_rep))))).
fof(ah4s_bools_ABSu_u_REPu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_P]: (?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ?[V_rep, V_abs]: (![V_a]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_a))))) = s(TV_u_27b,V_a) & ![V_r]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_r)))) <=> s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,V_r))))) = s(TV_u_27a,V_r))))).
fof(ah4s_inftrees_inftreeu_u_bijectionsu_c0, axiom, ![TV_u_27a,TV_u_27b,TV_u_27d]: ![V_a]: s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27d),h4s_inftrees_tou_u_inftree(s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_inftrees_fromu_u_inftree(s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27d),V_a))))) = s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27d),V_a)).
fof(ah4s_inftrees_inftreeu_u_bijectionsu_c1, axiom, ![TV_u_27d,TV_u_27a,TV_u_27b]: ![V_r]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_bool),h4s_inftrees_isu_u_tree),s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_r)))) <=> s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_inftrees_fromu_u_inftree(s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27d),h4s_inftrees_tou_u_inftree(s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_r))))) = s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_r))).
fof(ah4s_inftrees_iLfu_u_def, axiom, ![TV_u_27c,TV_u_27b,TV_u_27a]: ![V_uu_0]: (![V_a, V_p]: s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b))),V_uu_0),s(TV_u_27a,V_a))),s(t_h4s_lists_list(TV_u_27c),V_p))) = s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_sums_inl(s(TV_u_27a,V_a))) => ![V_a]: s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_ilf(s(TV_u_27a,V_a))) = s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_tou_u_inftree(s(t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_sums_sum(TV_u_27a,TV_u_27b))),V_uu_0),s(TV_u_27a,V_a))))))).
fof(ah4s_inftrees_iNdu_u_isu_u_tree, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_uu_0]: (![V_b, V_f, V_p]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(TV_u_27b),V_p) = s(t_h4s_lists_list(TV_u_27b),h4s_lists_nil)) & s(t_h4s_sums_sum(TV_u_27c,TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27b,t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b)),t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b)),t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a)))),V_uu_0),s(TV_u_27a,V_b))),s(t_fun(TV_u_27b,t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b)),V_f))),s(t_h4s_lists_list(TV_u_27b),V_p))) = s(t_h4s_sums_sum(TV_u_27c,TV_u_27a),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_sums_sum(TV_u_27c,TV_u_27a),h4s_sums_inr(s(TV_u_27a,V_b))),s(t_h4s_sums_sum(TV_u_27c,TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a)),h4s_inftrees_fromu_u_inftree(s(t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b),happ(s(t_fun(TV_u_27b,t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,h4s_lists_hd(s(t_h4s_lists_list(TV_u_27b),V_p))))))),s(t_h4s_lists_list(TV_u_27b),h4s_lists_tl(s(t_h4s_lists_list(TV_u_27b),V_p)))))))) => ![V_f, V_b]: p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a)),t_bool),h4s_inftrees_isu_u_tree),s(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27b,t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b)),t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b)),t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_sums_sum(TV_u_27c,TV_u_27a)))),V_uu_0),s(TV_u_27a,V_b))),s(t_fun(TV_u_27b,t_h4s_inftrees_inftree(TV_u_27c,TV_u_27a,TV_u_27b)),V_f)))))))).
fof(ah4s_inftrees_inftreeu_u_11u_c0, axiom, ![TV_u_27b,TV_u_27c,TV_u_27a]: ![V_a2, V_a1]: (s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_ilf(s(TV_u_27a,V_a1))) = s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_ilf(s(TV_u_27a,V_a2))) <=> s(TV_u_27a,V_a1) = s(TV_u_27a,V_a2))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,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_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_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_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_sats_ANDu_u_INVu_u_IMP, axiom, ![V_A]: (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_A))) => p(s(t_bool,f))))).
fof(ah4s_sats_ORu_u_DUAL2, axiom, ![V_B, V_A]: ((~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_sats_ORu_u_DUAL3, axiom, ![V_B, V_A]: ((~ ((~ (p(s(t_bool,V_A))) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_sats_dcu_u_neg, axiom, ![V_q, V_p]: ((p(s(t_bool,V_p)) <=> ~ (p(s(t_bool,V_q)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p))))))).
fof(ah4s_sats_dcu_u_eq, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> s(t_bool,V_q) = s(t_bool,V_r)) <=> ((p(s(t_bool,V_p)) | (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) & ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_q))))) & ((p(s(t_bool,V_q)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_p))))) & (p(s(t_bool,V_r)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p)))))))))).
fof(ah4s_sats_dcu_u_disj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_q)))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => p(s(t_bool,f))))).
fof(ah4s_bools_MONOu_u_AND, axiom, ![V_z, V_y, V_x, V_w]: (((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) & (p(s(t_bool,V_z)) => p(s(t_bool,V_w)))) => ((p(s(t_bool,V_x)) & p(s(t_bool,V_z))) => (p(s(t_bool,V_y)) & p(s(t_bool,V_w)))))).
fof(ah4s_bools_MONOu_u_EXISTS, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) => (?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => ?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_MONOu_u_OR, axiom, ![V_z, V_y, V_x, V_w]: (((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) & (p(s(t_bool,V_z)) => p(s(t_bool,V_w)))) => ((p(s(t_bool,V_x)) | p(s(t_bool,V_z))) => (p(s(t_bool,V_y)) | p(s(t_bool,V_w)))))).
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_IMPu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_sats_pthu_u_ni2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_sats_pthu_u_ni1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => p(s(t_bool,V_p)))).
fof(ah4s_bools_RIGHTu_u_ANDu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((p(s(t_bool,V_P)) & ![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) <=> ![V_x]: (p(s(t_bool,V_P)) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_inftrees_isu_u_treeu_u_def, axiom, ![TV_u_27d,TV_u_27a,TV_u_27b]: ![V_x]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_bool),h4s_inftrees_isu_u_tree),s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_x)))) <=> ![V_isu_u_treeu_27]: (![V_a00]: ((?[V_a]: ![V_x0]: s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_a00),s(t_h4s_lists_list(TV_u_27d),V_x0))) = s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_sums_inl(s(TV_u_27a,V_a))) | ?[V_f, V_b]: (![V_x0]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(TV_u_27d),V_x0) = s(t_h4s_lists_list(TV_u_27d),h4s_lists_nil)) & s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_a00),s(t_h4s_lists_list(TV_u_27d),V_x0))) = s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_sums_inr(s(TV_u_27b,V_b))),s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(TV_u_27d,t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b))),V_f),s(TV_u_27d,h4s_lists_hd(s(t_h4s_lists_list(TV_u_27d),V_x0))))),s(t_h4s_lists_list(TV_u_27d),h4s_lists_tl(s(t_h4s_lists_list(TV_u_27d),V_x0)))))))) & ![V_d]: p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_bool),V_isu_u_treeu_27),s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(TV_u_27d,t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b))),V_f),s(TV_u_27d,V_d)))))))) => p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_bool),V_isu_u_treeu_27),s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_a00))))) => p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_bool),V_isu_u_treeu_27),s(t_fun(t_h4s_lists_list(TV_u_27d),t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_x))))))).
fof(ah4s_bools_LEFTu_u_ANDu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) & p(s(t_bool,V_Q))) <=> ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) & p(s(t_bool,V_Q))))).
fof(ah4s_bools_MONOu_u_ALL, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) => (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => ![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_sats_dcu_u_imp, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) => p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (~ (p(s(t_bool,V_q))) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
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_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_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_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_sats_dcu_u_conj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) & p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_r))))) & ((p(s(t_bool,V_q)) | ~ (p(s(t_bool,V_p)))) & (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p)))))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_CONDu_u_CONG, axiom, ![TV_u_27a]: ![V_yu_27, V_y, V_xu_27, V_x, V_Q, V_P]: ((s(t_bool,V_P) = s(t_bool,V_Q) & ((p(s(t_bool,V_Q)) => s(TV_u_27a,V_x) = s(TV_u_27a,V_xu_27)) & (~ (p(s(t_bool,V_Q))) => s(TV_u_27a,V_y) = s(TV_u_27a,V_yu_27)))) => s(TV_u_27a,h4s_bools_cond(s(t_bool,V_P),s(TV_u_27a,V_x),s(TV_u_27a,V_y))) = s(TV_u_27a,h4s_bools_cond(s(t_bool,V_Q),s(TV_u_27a,V_xu_27),s(TV_u_27a,V_yu_27))))).
fof(ah4s_sats_pthu_u_nn, axiom, ![V_p]: (~ (~ (p(s(t_bool,V_p)))) => p(s(t_bool,V_p)))).
fof(ah4s_sats_pthu_u_no1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) | p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_p))))).
fof(ah4s_bools_EQu_u_REFL, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,V_x) = s(TV_u_27a,V_x)).
fof(ah4s_sats_pthu_u_no2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) | p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_combins_ou_u_THM, axiom, ![TV_u_27b,TV_u_27a,TV_u_27c]: ![V_x, V_g, V_f]: s(TV_u_27b,h4s_combins_o(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27c,TV_u_27a),V_g),s(TV_u_27c,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),V_g),s(TV_u_27c,V_x)))))).
fof(ah4s_bools_SELECTu_u_AX, axiom, ![TV_u_27a]: ![V_x, V_P]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_P)))))))).
fof(ah4s_combins_ou_u_DEF, axiom, ![TV_u_27b,TV_u_27c,TV_u_27a]: ![V_g, V_f, V_x]: s(TV_u_27b,h4s_combins_o(s(t_fun(TV_u_27c,TV_u_27b),V_f),s(t_fun(TV_u_27a,TV_u_27c),V_g),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27c,TV_u_27b),V_f),s(TV_u_27c,happ(s(t_fun(TV_u_27a,TV_u_27c),V_g),s(TV_u_27a,V_x)))))).
fof(ah4s_combins_Su_u_DEF, axiom, ![TV_u_27c,TV_u_27b,TV_u_27a]: ![V_x, V_x0, V_x1]: s(TV_u_27c,h4s_combins_s(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_x),s(t_fun(TV_u_27a,TV_u_27b),V_x0),s(TV_u_27a,V_x1))) = 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_x),s(TV_u_27a,V_x1))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_x0),s(TV_u_27a,V_x1)))))).
fof(ah4s_combins_Cu_u_DEF, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_x, V_x0, V_x1]: s(TV_u_27c,h4s_combins_c(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_x),s(TV_u_27b,V_x0),s(TV_u_27a,V_x1))) = 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_x),s(TV_u_27a,V_x1))),s(TV_u_27b,V_x0)))).
fof(ah4s_combins_Ku_u_DEF, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_x0]: s(TV_u_27a,h4s_combins_k(s(TV_u_27a,V_x),s(TV_u_27b,V_x0))) = s(TV_u_27a,V_x)).
fof(ah4s_bools_EXISTSu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,d_exists(s(t_fun(TV_u_27a,t_bool),V_x))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_x)))))).
fof(ah4s_bools_FUNu_u_EQu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_g, V_f]: (s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),V_g) <=> ![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))))).
fof(ah4s_sums_INRu_u_INLu_u_11u_c0, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_x]: (s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_sums_inl(s(TV_u_27a,V_x))) = s(t_h4s_sums_sum(TV_u_27a,TV_u_27b),h4s_sums_inl(s(TV_u_27a,V_y))) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y))).
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_EQu_u_IMPu_u_THM, axiom, ![V_t2, V_t1]: (s(t_bool,V_t1) = s(t_bool,V_t2) <=> ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) & (p(s(t_bool,V_t2)) => p(s(t_bool,V_t1)))))).
fof(ah4s_predu_u_sets_ITSETu_u_THM, axiom, ![TV_u_27a,TV_u_27b]: ![V_s, V_f, V_b]: (p(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),V_s)))) => ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_fun(TV_u_27a,t_bool),V_s) = s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)) & s(TV_u_27b,h4s_predu_u_sets_itset(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(t_fun(TV_u_27a,t_bool),V_s),s(TV_u_27b,V_b))) = s(TV_u_27b,h4s_bools_cond(s(t_bool,V_v),s(TV_u_27b,V_b),s(TV_u_27b,h4s_predu_u_sets_itset(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_rest(s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(TV_u_27a,h4s_predu_u_sets_choice(s(t_fun(TV_u_27a,t_bool),V_s))))),s(TV_u_27b,V_b)))))))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_pairs_FST0, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_x]: s(TV_u_27a,h4s_pairs_fst(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27a,V_x)).
fof(ah4s_relations_INDUCTIVEu_u_INVARIANTu_u_DEF, axiom, ![TV_u_27b,TV_u_27a]: ![V_R, V_P, V_M]: (p(s(t_bool,h4s_relations_inductiveu_u_invariant(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_P),s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M)))) <=> ![V_f, V_x]: (![V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_P),s(TV_u_27a,V_y))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))))))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_P),s(TV_u_27a,V_x))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M),s(t_fun(TV_u_27a,TV_u_27b),V_f))),s(TV_u_27a,V_x))))))))).
fof(ah4s_pairs_UNCURRYu_u_DEF, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_y, V_x, V_f]: s(TV_u_27c,h4s_pairs_uncurry(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_f),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,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_x))),s(TV_u_27b,V_y)))).
fof(ah4s_pairs_pairu_u_caseu_u_thm, axiom, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_y, V_x, V_f]: s(TV_u_27a,h4s_pairs_pairu_u_case(s(t_h4s_pairs_prod(TV_u_27b,TV_u_27c),h4s_pairs_u_2c(s(TV_u_27b,V_x),s(TV_u_27c,V_y))),s(t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a)),V_f))) = s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a)),V_f),s(TV_u_27b,V_x))),s(TV_u_27c,V_y)))).
fof(ah4s_relations_WFRECu_u_COROLLARY, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R, V_M]: (s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),h4s_relations_wfrec(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M))) => (p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => ![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),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M),s(t_fun(TV_u_27a,TV_u_27b),h4s_relations_restrict(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))))),s(TV_u_27a,V_x)))))).
fof(ah4s_combins_Iu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,h4s_combins_i(s(TV_u_27a,V_x))) = s(TV_u_27a,V_x)).
fof(ah4s_relations_RESTRICTu_u_LEMMA, axiom, ![TV_u_27b,TV_u_27a]: ![V_z, V_y, V_f, V_R]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_z)))) => s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),h4s_relations_restrict(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_z))),s(TV_u_27a,V_y))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))))).
fof(ah4s_relations_invu_u_imageu_u_def, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R, V_x, V_xi_]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_relations_invu_u_image(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R))),s(t_fun(TV_u_27a,TV_u_27b),V_f))),s(TV_u_27a,V_x))),s(TV_u_27a,V_xi_))) = s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R),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_f),s(TV_u_27a,V_xi_)))))).
fof(ah4s_predu_u_sets_ITSETu_u_curriedu_u_def, axiom, ![TV_u_27a,TV_u_27b]: ![V_x1, V_x, V_f]: s(TV_u_27b,h4s_predu_u_sets_itset(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27b,V_x1))) = s(TV_u_27b,happ(s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),h4s_predu_u_sets_itsetu_u_tupled(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27b,V_x1)))))).
fof(ah4s_predu_u_sets_ITSETu_u_tupledu_u_primitiveu_u_def, axiom, ![TV_u_27a,TV_u_27b]: ![V_uu_4]: (![V_ITSETu_u_tupled, V_f, V_s, V_b]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_fun(TV_u_27a,t_bool),V_s) = s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)) & s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)))),V_uu_4),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled))),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27b,V_b))) = s(TV_u_27b,h4s_combins_i(s(TV_u_27b,h4s_bools_cond(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27b,h4s_bools_cond(s(t_bool,V_v),s(TV_u_27b,V_b),s(TV_u_27b,happ(s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_rest(s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(TV_u_27a,h4s_predu_u_sets_choice(s(t_fun(TV_u_27a,t_bool),V_s))))),s(TV_u_27b,V_b))))))))),s(TV_u_27b,h4s_bools_arb)))))) => ![V_uu_3]: (![V_ITSETu_u_tupled, V_f, V_s]: s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)))),V_uu_3),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled))),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(TV_u_27a,t_bool),V_s))) = s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)))),V_uu_4),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled))),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(TV_u_27a,t_bool),V_s))) => ![V_uu_2]: (![V_ITSETu_u_tupled, V_f, V_a]: s(TV_u_27b,happ(s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b)),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b))),V_uu_2),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled))),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),V_a))) = s(TV_u_27b,h4s_pairs_pairu_u_case(s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),V_a),s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27b,TV_u_27b)))),V_uu_3),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled))),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))))) => ![V_uu_1]: (![V_f, V_ITSETu_u_tupled]: s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled))) = s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b)),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b))),V_uu_2),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),V_ITSETu_u_tupled))),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))) => ![V_uu_0]: (![V_f, V_R]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),t_bool)),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),V_R)))) <=> (p(s(t_bool,h4s_relations_wf(s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),V_R)))) & ![V_b, V_s]: ((p(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),V_s)))) & ~ (s(t_fun(TV_u_27a,t_bool),V_s) = s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty))) => p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),V_R),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_rest(s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(TV_u_27a,h4s_predu_u_sets_choice(s(t_fun(TV_u_27a,t_bool),V_s))))),s(TV_u_27b,V_b))))))),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_s),s(TV_u_27b,V_b))))))))) => ![V_f]: s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),h4s_predu_u_sets_itsetu_u_tupled(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))) = s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),h4s_relations_wfrec(s(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),h4s_mins_u_40(s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),t_bool)),t_bool)),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))))),s(t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b),t_fun(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27b),TV_u_27b))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))))))))))).
fof(ah4s_predu_u_sets_CARDu_u_PSUBSET, axiom, ![TV_u_27a]: ![V_s]: (p(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),V_s)))) => ![V_t]: (p(s(t_bool,h4s_predu_u_sets_psubset(s(t_fun(TV_u_27a,t_bool),V_t),s(t_fun(TV_u_27a,t_bool),V_s)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_primu_u_recs_u_3c),s(t_h4s_nums_num,h4s_predu_u_sets_card(s(t_fun(TV_u_27a,t_bool),V_t))))),s(t_h4s_nums_num,h4s_predu_u_sets_card(s(t_fun(TV_u_27a,t_bool),V_s))))))))).
fof(ah4s_predu_u_sets_RESTu_u_PSUBSET, axiom, ![TV_u_27a]: ![V_s]: (~ (s(t_fun(TV_u_27a,t_bool),V_s) = s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)) => p(s(t_bool,h4s_predu_u_sets_psubset(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_rest(s(t_fun(TV_u_27a,t_bool),V_s))),s(t_fun(TV_u_27a,t_bool),V_s)))))).
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_pairs_ABSu_u_PAIRu_u_THM, axiom, ![TV_u_27a,TV_u_27b]: ![V_x]: ?[V_q, V_r]: s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x) = s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_q),s(TV_u_27b,V_r)))).
fof(ah4s_primu_u_recs_WFu_u_measure, axiom, ![TV_u_27a]: ![V_m]: p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_primu_u_recs_measure),s(t_fun(TV_u_27a,t_h4s_nums_num),V_m))))))).
fof(ah4s_primu_u_recs_measureu_u_def, axiom, ![TV_u_27a]: s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_primu_u_recs_measure) = s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_relations_invu_u_image(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_primu_u_recs_u_3c)))).
fof(ah4s_relations_WFu_u_INDUCTIONu_u_THM, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => ![V_P]: (![V_x]: (![V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_y))))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) => ![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_LEFTu_u_FORALLu_u_ORu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))) <=> (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))))).
fof(ah4s_predu_u_sets_INJu_u_DEF, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_s, V_f]: (p(s(t_bool,h4s_predu_u_sets_inj(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27b,t_bool),V_t)))) <=> (![V_x]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) => p(s(t_bool,h4s_bools_in(s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))),s(t_fun(TV_u_27b,t_bool),V_t))))) & ![V_x, V_y]: ((p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) & p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_y),s(t_fun(TV_u_27a,t_bool),V_s))))) => (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_f),s(TV_u_27a,V_y))) => s(TV_u_27a,V_x) = s(TV_u_27a,V_y)))))).
fof(ah4s_predu_u_sets_CROSSu_u_SINGS, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x]: s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),h4s_predu_u_sets_cross(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty))),s(t_fun(TV_u_27b,t_bool),h4s_predu_u_sets_insert(s(TV_u_27b,V_y),s(t_fun(TV_u_27b,t_bool),h4s_predu_u_sets_empty))))) = s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),h4s_predu_u_sets_insert(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))),s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),h4s_predu_u_sets_empty)))).
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_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c3, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,f) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_IMPu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) => ~ (p(s(t_bool,V_t))))).
fof(ah4s_lists_LISTu_u_RELu_u_CONS2, axiom, ![TV_u_27a,TV_u_27b]: ![V_xs, V_t, V_h, V_R]: (p(s(t_bool,h4s_lists_listu_u_rel(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(t_h4s_lists_list(TV_u_27a),V_xs),s(t_h4s_lists_list(TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b)),happ(s(t_fun(TV_u_27b,t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b))),h4s_lists_cons),s(TV_u_27b,V_h))),s(t_h4s_lists_list(TV_u_27b),V_t)))))) <=> ?[V_hu_27, V_tu_27]: (s(t_h4s_lists_list(TV_u_27a),V_xs) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_hu_27))),s(t_h4s_lists_list(TV_u_27a),V_tu_27))) & (p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(TV_u_27a,V_hu_27))),s(TV_u_27b,V_h)))) & p(s(t_bool,h4s_lists_listu_u_rel(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(t_h4s_lists_list(TV_u_27a),V_tu_27),s(t_h4s_lists_list(TV_u_27b),V_t)))))))).
fof(ah4s_pairs_SND0, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x]: s(TV_u_27b,h4s_pairs_snd(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27b,V_y)).
fof(ah4s_pairs_PAIR, axiom, ![TV_u_27a,TV_u_27b]: ![V_x]: s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,h4s_pairs_fst(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x))),s(TV_u_27b,h4s_pairs_snd(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x))))) = s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x)).
fof(ah4s_bools_DISJu_u_ASSOC, axiom, ![V_C, V_B, V_A]: ((p(s(t_bool,V_A)) | (p(s(t_bool,V_B)) | p(s(t_bool,V_C)))) <=> ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) | p(s(t_bool,V_C))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c1, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_predu_u_sets_INu_u_CROSS, axiom, ![TV_u_27a,TV_u_27b]: ![V_x, V_Q, V_P]: (p(s(t_bool,h4s_bools_in(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x),s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),h4s_predu_u_sets_cross(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27b,t_bool),V_Q)))))) <=> (p(s(t_bool,h4s_bools_in(s(TV_u_27a,h4s_pairs_fst(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x))),s(t_fun(TV_u_27a,t_bool),V_P)))) & p(s(t_bool,h4s_bools_in(s(TV_u_27b,h4s_pairs_snd(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x))),s(t_fun(TV_u_27b,t_bool),V_Q))))))).
fof(ah4s_predu_u_sets_INu_u_INSERT, axiom, ![TV_u_27a]: ![V_y, V_x, V_s]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_y),s(t_fun(TV_u_27a,t_bool),V_s)))))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) | p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))))))).
fof(ah4s_predu_u_sets_EXTENSION, axiom, ![TV_u_27a]: ![V_t, V_s]: (s(t_fun(TV_u_27a,t_bool),V_s) = s(t_fun(TV_u_27a,t_bool),V_t) <=> ![V_x]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))) = s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_t))))).
fof(ah4s_predu_u_sets_NOTu_u_INu_u_EMPTY, axiom, ![TV_u_27a]: ![V_x]: ~ (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)))))).
fof(ah4s_bools_NOTu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_P]: (~ (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> ?[V_x]: ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_Fu_u_IMP, axiom, ![V_t]: (~ (p(s(t_bool,V_t))) => (p(s(t_bool,V_t)) => p(s(t_bool,f))))).
fof(ah4s_bools_DISJu_u_SYM, axiom, ![V_B, V_A]: ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) <=> (p(s(t_bool,V_B)) | p(s(t_bool,V_A))))).
fof(ah4s_bools_ORu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) | p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_BOOLu_u_CASESu_u_AX, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(ah4s_bools_ORu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,f))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_lists_listu_u_repfnsu_c1, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => ![V_r]: (![V_uu_27listu_27]: (![V_a0u_270]: ((s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0u_270) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(TV_u_27a,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))) | ?[V_a0, V_a1]: (s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0u_270) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0))),s(TV_u_27a,V_a0),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),h4s_indu_u_types_fcons(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a1),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))))) & p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27listu_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a1)))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27listu_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0u_270))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27listu_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r))))) <=> s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist3(s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r))))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r)))).
fof(ah4s_lists_listu_u_repfnsu_c0, axiom, ![TV_u_27a]: ![V_a]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist3(s(t_h4s_lists_list(TV_u_27a),V_a))))) = s(t_h4s_lists_list(TV_u_27a),V_a)).
fof(ah4s_bools_BETAu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_f]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y)))).
fof(ah4s_indu_u_types_FCONS0u_c0, axiom, ![TV_u_27a]: ![V_f, V_a]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_indu_u_types_fcons(s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,TV_u_27a),V_f))),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_a)).
fof(ah4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist1u_u_u_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => ![V_x, V_x0]: s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_u_20u_40indu_u_typelist1),s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),V_x0))) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0))),s(TV_u_27a,V_x),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),h4s_indu_u_types_fcons(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist3(s(t_h4s_lists_list(TV_u_27a),V_x0))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))))))))).
fof(ah4s_indu_u_types_FCONS0u_c1, axiom, ![TV_u_27a]: ![V_n, V_f, V_a]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_indu_u_types_fcons(s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,TV_u_27a),V_f))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,V_n)))).
fof(ah4s_indu_u_types_CONSTRu_u_REC, axiom, ![TV_u_27b,TV_u_27a]: ![V_uu_0]: (![V_f, V_r, V_n]: s(TV_u_27b,happ(s(t_fun(t_h4s_nums_num,TV_u_27b),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b)),happ(s(t_fun(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b))),V_uu_0),s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))),s(t_h4s_nums_num,V_n))) = s(TV_u_27b,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f),s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r),s(t_h4s_nums_num,V_n))))) => ![V_Fn]: ?[V_f]: ![V_c, V_i, V_r]: s(TV_u_27b,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f),s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,V_c),s(TV_u_27a,V_i),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))))) = s(TV_u_27b,happ(s(t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b)),happ(s(t_fun(TV_u_27a,t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b))),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b)))),V_Fn),s(t_h4s_nums_num,V_c))),s(TV_u_27a,V_i))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))),s(t_fun(t_h4s_nums_num,TV_u_27b),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b)),happ(s(t_fun(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b))),V_uu_0),s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))))))).
fof(ah4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist0u_u_u_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist0) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(TV_u_27a,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))))))).
fof(ah4s_lists_NIL0, axiom, ![TV_u_27a]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist0)).
fof(ah4s_lists_CONS0, axiom, ![TV_u_27a]: s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons) = s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_u_20u_40indu_u_typelist1)).
fof(ah4s_bools_JRHu_u_INDUCTu_u_UTIL, axiom, ![TV_u_27a]: ![V_t, V_P]: (![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_t) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) => p(s(t_bool,d_exists(s(t_fun(TV_u_27a,t_bool),V_P)))))).
fof(ah4s_lists_listu_u_Axiomu_u_old, axiom, ![TV_u_27a,TV_u_27b]: ![V_uu_0]: (![V_x, V_f, V_fn1]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),t_bool),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b))),t_fun(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),t_bool)),happ(s(t_fun(TV_u_27b,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b))),t_fun(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),t_bool))),V_uu_0),s(TV_u_27b,V_x))),s(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b))),V_f))),s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn1)))) <=> (s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn1),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(TV_u_27b,V_x) & ![V_h, V_t]: s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn1),s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),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_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b)),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b))),V_f),s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn1),s(t_h4s_lists_list(TV_u_27a),V_t))))),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_t))))) => ![V_x, V_f]: p(s(t_bool,h4s_bools_u_3fu_21(s(t_fun(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),t_bool),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b))),t_fun(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),t_bool)),happ(s(t_fun(TV_u_27b,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b))),t_fun(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),t_bool))),V_uu_0),s(TV_u_27b,V_x))),s(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b))),V_f)))))))).
fof(ah4s_bools_EXISTSu_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_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,f) = s(t_bool,V_t) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_lists_LISTu_u_RELu_u_defu_c2, axiom, ![TV_u_27a,TV_u_27b]: ![V_bs, V_b, V_R]: s(t_bool,h4s_lists_listu_u_rel(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil),s(t_h4s_lists_list(TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b)),happ(s(t_fun(TV_u_27b,t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b))),h4s_lists_cons),s(TV_u_27b,V_b))),s(t_h4s_lists_list(TV_u_27b),V_bs))))) = s(t_bool,f)).
fof(ah4s_bools_ANDu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) & p(s(t_bool,V_t))) <=> p(s(t_bool,f)))).
fof(ah4s_lists_LISTu_u_RELu_u_defu_c3, axiom, ![TV_u_27a,TV_u_27b]: ![V_bs, V_b, V_as, V_a, V_R]: (p(s(t_bool,h4s_lists_listu_u_rel(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_a))),s(t_h4s_lists_list(TV_u_27a),V_as))),s(t_h4s_lists_list(TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b)),happ(s(t_fun(TV_u_27b,t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b))),h4s_lists_cons),s(TV_u_27b,V_b))),s(t_h4s_lists_list(TV_u_27b),V_bs)))))) <=> (p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(TV_u_27a,V_a))),s(TV_u_27b,V_b)))) & p(s(t_bool,h4s_lists_listu_u_rel(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(t_h4s_lists_list(TV_u_27a),V_as),s(t_h4s_lists_list(TV_u_27b),V_bs))))))).
fof(ah4s_bools_UNWINDu_u_THM2, axiom, ![TV_u_27a]: ![V_a, V_P]: (?[V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_a) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_a)))))).
fof(ah4s_lists_FOLDL2u_u_defu_c0, axiom, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_f, V_cs, V_c, V_bs, V_b, V_a]: s(TV_u_27a,h4s_lists_foldl2(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a))),V_f),s(TV_u_27a,V_a),s(t_h4s_lists_list(TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b)),happ(s(t_fun(TV_u_27b,t_fun(t_h4s_lists_list(TV_u_27b),t_h4s_lists_list(TV_u_27b))),h4s_lists_cons),s(TV_u_27b,V_b))),s(t_h4s_lists_list(TV_u_27b),V_bs))),s(t_h4s_lists_list(TV_u_27c),happ(s(t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_lists_list(TV_u_27c)),happ(s(t_fun(TV_u_27c,t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_lists_list(TV_u_27c))),h4s_lists_cons),s(TV_u_27c,V_c))),s(t_h4s_lists_list(TV_u_27c),V_cs))))) = s(TV_u_27a,h4s_lists_foldl2(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a))),V_f),s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a))),V_f),s(TV_u_27a,V_a))),s(TV_u_27b,V_b))),s(TV_u_27c,V_c))),s(t_h4s_lists_list(TV_u_27b),V_bs),s(t_h4s_lists_list(TV_u_27c),V_cs)))).
fof(ah4s_bools_EXISTSu_u_UNIQUEu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: (p(s(t_bool,h4s_bools_u_3fu_21(s(t_fun(TV_u_27a,t_bool),V_x)))) <=> (p(s(t_bool,d_exists(s(t_fun(TV_u_27a,t_bool),V_x)))) & ![V_x0, V_y]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,V_x0)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,V_y))))) => s(TV_u_27a,V_x0) = s(TV_u_27a,V_y))))).
fof(ah4s_bools_EQu_u_EXPAND, axiom, ![V_t2, V_t1]: (s(t_bool,V_t1) = s(t_bool,V_t2) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) | (~ (p(s(t_bool,V_t1))) & ~ (p(s(t_bool,V_t2))))))).
fof(ah4s_numerals_numeralu_u_ltu_c0, axiom, ![V_n]: s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_primu_u_recs_u_3c),s(t_h4s_nums_num,h4s_arithmetics_zero))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_lteu_c1, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_distribu_c27, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_0))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero)))).
fof(ah4s_arithmetics_SUCu_u_ONEu_u_ADD, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_distribu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ, axiom, ![V_p, V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))).
fof(ch4s_inftrees_inftreeu_u_11u_c1, conjecture, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_f2, V_f1, V_b2, V_b1]: (s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_ind(s(TV_u_27b,V_b1),s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f1))) = s(t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c),h4s_inftrees_ind(s(TV_u_27b,V_b2),s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f2))) <=> (s(TV_u_27b,V_b1) = s(TV_u_27b,V_b2) & s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f1) = s(t_fun(TV_u_27c,t_h4s_inftrees_inftree(TV_u_27a,TV_u_27b,TV_u_27c)),V_f2)))).
