%   ORIGINAL: h4/ind__type/CONSTR__INJ
% 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/ind__type/CONSTR0: !r i c. h4/ind__type/CONSTR c i r = h4/ind__type/mk__rec (h4/ind__type/ZCONSTR c i (\n. h4/ind__type/dest__rec (r n)))
% Assm: h4/ind__type/CONSTR__BOT: !r i c. ~(h4/ind__type/CONSTR c i r = h4/ind__type/BOTTOM)
% Assm: h4/ind__type/recspace__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION h4/ind__type/ZRECSPACE rep
% Assm: h4/ind__type/recspace__repfns_c1: !r. h4/ind__type/ZRECSPACE r <=> h4/ind__type/dest__rec (h4/ind__type/mk__rec r) = r
% Assm: h4/ind__type/recspace__repfns_c0: !a. h4/ind__type/mk__rec (h4/ind__type/dest__rec a) = a
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% 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/ind__type/BOTTOM0: h4/ind__type/BOTTOM = h4/ind__type/mk__rec h4/ind__type/ZBOT
% Assm: h4/ind__type/MK__REC__INJ: !y x. h4/ind__type/mk__rec x = h4/ind__type/mk__rec y ==> h4/ind__type/ZRECSPACE x /\ h4/ind__type/ZRECSPACE y ==> x = y
% 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/ind__type/ZRECSPACE__def: h4/ind__type/ZRECSPACE = (\a0. !ZRECSPACE_27. (!a00. a00 = h4/ind__type/ZBOT \/ (?c i r. a00 = h4/ind__type/ZCONSTR c i r /\ (!n. ZRECSPACE_27 (r n))) ==> ZRECSPACE_27 a00) ==> ZRECSPACE_27 a0)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/MONO__OR: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm: h4/bool/MONO__AND: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% Assm: h4/bool/MONO__ALL: !Q P. (!x. P x ==> Q x) ==> (!x. P x) ==> (!x. Q x)
% Assm: h4/bool/MONO__EXISTS: !Q P. (!x. P x ==> Q x) ==> (?x. P x) ==> (?x. Q x)
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/ind__type/ZCONSTR__ZBOT: !r i c. ~(h4/ind__type/ZCONSTR c i r = h4/ind__type/ZBOT)
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/ind__type/DEST__REC__INJ: !y x. h4/ind__type/dest__rec x = h4/ind__type/dest__rec y <=> x = y
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/arithmetic/RTC__eq__NRC: !y x R. h4/relation/RTC R x y <=> (?n. h4/arithmetic/NRC R n x y)
% Assm: h4/arithmetic/TC__eq__NRC: !y x R. h4/relation/TC R x y <=> (?n. h4/arithmetic/NRC R (h4/num/SUC n) x y)
% 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__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~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/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/bool/LEFT__EXISTS__AND__THM: !Q P. (?x. P x /\ Q) <=> (?x. P x) /\ Q
% Assm: h4/bool/RIGHT__OR__EXISTS__THM: !Q P. P \/ (?x. Q x) <=> (?x. P \/ Q x)
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/bool/NOT__EXISTS__THM: !P. ~(?x. P x) <=> (!x. ~P x)
% Assm: h4/bool/RIGHT__FORALL__OR__THM: !Q P. (!x. P \/ Q x) <=> P \/ (!x. Q x)
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/relation/EXTEND__RTC__TC__EQN: !z x R. h4/relation/TC R x z <=> (?y. R x y /\ h4/relation/RTC R y z)
% Assm: h4/bool/RIGHT__EXISTS__AND__THM: !Q P. (?x. P /\ Q x) <=> P /\ (?x. Q x)
% Assm: h4/bool/LEFT__OR__EXISTS__THM: !Q P. (?x. P x) \/ Q <=> (?x. P x \/ Q)
% Assm: h4/arithmetic/NRC0_c1: !y x n R. h4/arithmetic/NRC R (h4/num/SUC n) x y <=> (?z. R x z /\ h4/arithmetic/NRC R n z y)
% Assm: h4/bool/EXISTS__OR__THM: !Q P. (?x. P x \/ Q x) <=> (?x. P x) \/ (?x. Q x)
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/prim__rec/SIMP__REC0: !x n f_27. ?g. h4/prim__rec/SIMP__REC__REL g x f_27 (h4/num/SUC n) /\ h4/prim__rec/SIMP__REC x f_27 n = g n
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bool/SKOLEM__THM: !P. (!x. ?y. P x y) <=> (?f. !x. P x (f x))
% Assm: h4/bool/BETA__THM: !y f. (\x. f x) y = f y
% Assm: h4/bool/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/FORALL__AND__THM: !Q P. (!x. P x /\ Q x) <=> (!x. P x) /\ (!x. Q x)
% Assm: h4/prim__rec/SIMP__REC__REL__UNIQUE__RESULT: !x n f. h4/bool/_3F_21 (\y. ?g. h4/prim__rec/SIMP__REC__REL g x f (h4/num/SUC n) /\ y = g n)
% Assm: h4/bool/EXISTS__UNIQUE__THM: !P. h4/bool/_3F_21 (\x. P x) <=> (?x. P x) /\ (!x y. P x /\ P y ==> x = y)
% Assm: h4/prim__rec/SIMP__REC__REL__UNIQUE: !x m2 m1 g2 g1 f. h4/prim__rec/SIMP__REC__REL g1 x f m1 /\ h4/prim__rec/SIMP__REC__REL g2 x f m2 ==> (!n. h4/prim__rec/_3C n m1 /\ h4/prim__rec/_3C n m2 ==> g1 n = g2 n)
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/prim__rec/SIMP__REC__REL0: !x n fun f. h4/prim__rec/SIMP__REC__REL fun x f n <=> fun h4/num/0 = x /\ (!m. h4/prim__rec/_3C m n ==> fun (h4/num/SUC m) = f (fun m))
% Assm: h4/prim__rec/SUC__LESS: !n m. h4/prim__rec/_3C (h4/num/SUC m) n ==> h4/prim__rec/_3C m n
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/prim__rec/PRIM__REC0: !x m f. h4/prim__rec/PRIM__REC x f m = h4/prim__rec/PRIM__REC__FUN x f m (h4/prim__rec/PRE m)
% Assm: h4/prim__rec/SIMP__REC__THM_c1: !x m f. h4/prim__rec/SIMP__REC x f (h4/num/SUC m) = f (h4/prim__rec/SIMP__REC x f m)
% Assm: h4/prim__rec/DC: !a R P. P a /\ (!x. P x ==> (?y. P y /\ R x y)) ==> (?f. f h4/num/0 = a /\ (!n. P (f n) /\ R (f n) (f (h4/num/SUC n))))
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/prim__rec/SIMP__REC__THM_c0: !x f. h4/prim__rec/SIMP__REC x f h4/num/0 = x
% Assm: h4/prim__rec/LESS__SUC__SUC_c1: !m. h4/prim__rec/_3C m (h4/num/SUC (h4/num/SUC m))
% Assm: h4/prim__rec/LESS__SUC__SUC_c0: !m. h4/prim__rec/_3C m (h4/num/SUC m)
% Assm: h4/arithmetic/NRC__SUC__RECURSE__LEFT: !y x n R. h4/arithmetic/NRC R (h4/num/SUC n) x y <=> (?z. h4/arithmetic/NRC R n x z /\ R z y)
% Assm: h4/arithmetic/NRC__ADD__EQN: !z x n m R. h4/arithmetic/NRC R (h4/arithmetic/_2B m n) x z <=> (?y. h4/arithmetic/NRC R m x y /\ h4/arithmetic/NRC R n y z)
% Assm: h4/arithmetic/ADD1: !m. h4/num/SUC m = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/arithmetic/NRC__1: !y x R. h4/arithmetic/NRC R (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) x y <=> R x y
% Assm: h4/bool/LEFT__AND__FORALL__THM: !Q P. (!x. P x) /\ Q <=> (!x. P x /\ Q)
% Assm: h4/sat/pth__nn: !p. ~ ~p ==> p
% Assm: h4/sat/pth__no2: !q p. ~(p \/ q) ==> ~q
% Assm: h4/sat/pth__no1: !q p. ~(p \/ q) ==> ~p
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/bool/LEFT__OR__OVER__AND: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm: h4/bool/EXISTS__DEF: $exists = (\P. P (h4/min/_40 P))
% Assm: h4/prim__rec/num__Axiom: !f e. ?fn. fn h4/num/0 = e /\ (!n. fn (h4/num/SUC n) = f n (fn n))
% Assm: h4/arithmetic/num__case__def_c1: !v n f. h4/arithmetic/num__CASE (h4/num/SUC n) v f = f n
% Assm: h4/arithmetic/num__case__compute: !n g f. h4/arithmetic/num__CASE n f g = h4/bool/COND (n = h4/num/0) f (g (h4/prim__rec/PRE n))
% Assm: h4/arithmetic/num__case__def_c0: !v f. h4/arithmetic/num__CASE h4/num/0 v f = v
% Assm: h4/prim__rec/PRE0_c0: h4/prim__rec/PRE h4/num/0 = h4/num/0
% Assm: h4/num/NOT__SUC: !n. ~(h4/num/SUC n = h4/num/0)
% Assm: h4/prim__rec/PRE0_c1: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% Assm: h4/ind__type/INJP0: !f2 f1. h4/ind__type/INJP f1 f2 = (\n a. h4/bool/COND (h4/ind__type/NUMLEFT n) (f1 (h4/ind__type/NUMRIGHT n) a) (f2 (h4/ind__type/NUMRIGHT n) a))
% Assm: h4/numeral/bit__initiality: !zf b2f b1f. ?f. f h4/arithmetic/ZERO = zf /\ (!n. f (h4/arithmetic/BIT1 n) = b1f n (f n)) /\ (!n. f (h4/arithmetic/BIT2 n) = b2f n (f n))
% Assm: h4/bool/EXISTS__UNIQUE__DEF: h4/bool/_3F_21 = (\P. $exists P /\ (!x y. P x /\ P y ==> x = y))
% Assm: h4/arithmetic/ADD__CLAUSES_c3: !n m. h4/arithmetic/_2B m (h4/num/SUC n) = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm: h4/arithmetic/BIT20: !n. h4/arithmetic/BIT2 n = h4/arithmetic/_2B n (h4/arithmetic/_2B n (h4/num/SUC (h4/num/SUC h4/num/0)))
% Assm: h4/arithmetic/BIT10: !n. h4/arithmetic/BIT1 n = h4/arithmetic/_2B n (h4/arithmetic/_2B n (h4/num/SUC h4/num/0))
% Assm: h4/bool/NOT__CLAUSES_c1: ~T <=> F
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/numeral/numeral__eq_c4: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT2 m <=> F
% Assm: h4/numeral/numeral__eq_c2: !n. h4/arithmetic/ZERO = h4/arithmetic/BIT2 n <=> F
% Assm: h4/numeral/numeral__eq_c6: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT1 m <=> n = m
% Assm: h4/numeral/numeral__eq_c0: !n. h4/arithmetic/ZERO = h4/arithmetic/BIT1 n <=> F
% Assm: h4/numeral/numeral__eq_c7: !n m. h4/arithmetic/BIT2 n = h4/arithmetic/BIT2 m <=> n = m
% Assm: h4/bool/EXISTS__SIMP: !t. (?x. t) <=> t
% Assm: h4/arithmetic/LESS__ADD__SUC: !n m. h4/prim__rec/_3C m (h4/arithmetic/_2B m (h4/num/SUC n))
% Assm: h4/bool/SELECT__REFL__2: !x. h4/min/_40 (\y. x = y) = x
% Assm: h4/prim__rec/WF__LESS: h4/relation/WF h4/prim__rec/_3C
% Assm: h4/relation/WF__RECURSION__THM: !R. h4/relation/WF R ==> (!M. h4/bool/_3F_21 (\f. !x. f x = M (h4/relation/RESTRICT f R x) x))
% Assm: h4/relation/RESTRICT__DEF: !x f R. h4/relation/RESTRICT f R x = (\y. h4/bool/COND (R y x) (f y) h4/bool/ARB)
% 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/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/bool/EXISTS__REFL: !a. ?x. x = a
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/prim__rec/num__Axiom__old: !f e. h4/bool/_3F_21 (\fn1. fn1 h4/num/0 = e /\ (!n. fn1 (h4/num/SUC n) = f (fn1 n) n))
% Assm: h4/arithmetic/RTC__NRC: !y x R. h4/relation/RTC R x y ==> (?n. h4/arithmetic/NRC R n x y)
% Assm: h4/arithmetic/NRC__RTC: !y x n R. h4/arithmetic/NRC R n x y ==> h4/relation/RTC R x y
% Assm: h4/bool/DISJ__SYM: !B A. A \/ B <=> B \/ A
% Assm: h4/prim__rec/PRIM__REC__FUN0: !x f. h4/prim__rec/PRIM__REC__FUN x f = h4/prim__rec/SIMP__REC (\n. x) (\fun n. f (fun (h4/prim__rec/PRE n)) n)
% Assm: h4/numeral/numeral__funpow_c2: !x n f. h4/arithmetic/FUNPOW f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) x = h4/arithmetic/FUNPOW f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (f x)
% Assm: h4/arithmetic/num__CASES: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm: h4/arithmetic/ADD__CLAUSES_c2: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm: h4/arithmetic/ADD__CLAUSES_c1: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm: h4/arithmetic/ADD__CLAUSES_c0: !m. h4/arithmetic/_2B h4/num/0 m = m
% Goal: !r2 r1 i2 i1 c2 c1. h4/ind__type/CONSTR c1 i1 r1 = h4/ind__type/CONSTR c2 i2 r2 <=> c1 = c2 /\ i1 = i2 /\ r1 = r2
%   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_indu_u_types_CONSTR0]: !_0. (!r n. happ (happ _0 r) n = h4/ind__type/dest__rec (happ r n)) ==> (!r i c. h4/ind__type/CONSTR c i r = h4/ind__type/mk__rec (h4/ind__type/ZCONSTR c i (happ _0 r)))
% Assm [h4s_indu_u_types_CONSTRu_u_BOT]: !r i c. ~(h4/ind__type/CONSTR c i r = h4/ind__type/BOTTOM)
% Assm [h4s_indu_u_types_recspaceu_u_TYu_u_DEF]: ?rep. h4/bool/TYPE__DEFINITION h4/ind__type/ZRECSPACE rep
% Assm [h4s_indu_u_types_recspaceu_u_repfnsu_c1]: !r. happ h4/ind__type/ZRECSPACE r <=> h4/ind__type/dest__rec (h4/ind__type/mk__rec r) = r
% Assm [h4s_indu_u_types_recspaceu_u_repfnsu_c0]: !a. h4/ind__type/mk__rec (h4/ind__type/dest__rec a) = a
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% 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_indu_u_types_BOTTOM0]: h4/ind__type/BOTTOM = h4/ind__type/mk__rec h4/ind__type/ZBOT
% Assm [h4s_indu_u_types_MKu_u_RECu_u_INJ]: !y x. h4/ind__type/mk__rec x = h4/ind__type/mk__rec y ==> happ h4/ind__type/ZRECSPACE x /\ happ h4/ind__type/ZRECSPACE y ==> x = y
% 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_indu_u_types_ZRECSPACEu_u_def]: !x. happ h4/ind__type/ZRECSPACE x <=> (!ZRECSPACE_27. (!a00. a00 = h4/ind__type/ZBOT \/ (?c i r. a00 = h4/ind__type/ZCONSTR c i r /\ (!n. happ ZRECSPACE_27 (happ r n))) ==> happ ZRECSPACE_27 a00) ==> happ ZRECSPACE_27 x)
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_MONOu_u_OR]: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm [h4s_bools_MONOu_u_AND]: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% 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_bools_MONOu_u_EXISTS]: !Q P. (!x. happ P x ==> happ Q x) ==> (?x. happ P x) ==> (?x. happ Q x)
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_indu_u_types_ZCONSTRu_u_ZBOT]: !r i c. ~(h4/ind__type/ZCONSTR c i r = h4/ind__type/ZBOT)
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_indu_u_types_DESTu_u_RECu_u_INJ]: !y x. h4/ind__type/dest__rec x = h4/ind__type/dest__rec y <=> x = y
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_arithmetics_RTCu_u_equ_u_NRC]: !y x R. h4/relation/RTC R x y <=> (?n. h4/arithmetic/NRC R n x y)
% Assm [h4s_arithmetics_TCu_u_equ_u_NRC]: !y x R. h4/relation/TC R x y <=> (?n. h4/arithmetic/NRC R (h4/num/SUC n) x y)
% 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_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~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_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_bools_LEFTu_u_EXISTSu_u_ANDu_u_THM]: !Q P. (?x. happ P x /\ Q) <=> (?x. happ P x) /\ Q
% Assm [h4s_bools_RIGHTu_u_ORu_u_EXISTSu_u_THM]: !Q P. P \/ (?x. happ Q x) <=> (?x. P \/ happ Q x)
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_bools_NOTu_u_EXISTSu_u_THM]: !P. ~(?x. happ P x) <=> (!x. ~happ P x)
% Assm [h4s_bools_RIGHTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. P \/ happ Q x) <=> P \/ (!x. happ Q x)
% Assm [h4s_combins_Iu_u_THM]: !x. h4/combin/I x = x
% Assm [h4s_relations_EXTENDu_u_RTCu_u_TCu_u_EQN]: !z x R. h4/relation/TC R x z <=> (?y. happ (happ R x) y /\ h4/relation/RTC R y z)
% Assm [h4s_bools_RIGHTu_u_EXISTSu_u_ANDu_u_THM]: !Q P. (?x. P /\ happ Q x) <=> P /\ (?x. happ Q x)
% Assm [h4s_bools_LEFTu_u_ORu_u_EXISTSu_u_THM]: !Q P. (?x. happ P x) \/ Q <=> (?x. happ P x \/ Q)
% Assm [h4s_arithmetics_NRC0u_c1]: !y x n R. h4/arithmetic/NRC R (h4/num/SUC n) x y <=> (?z. happ (happ R x) z /\ h4/arithmetic/NRC R n z y)
% Assm [h4s_bools_EXISTSu_u_ORu_u_THM]: !Q P. (?x. happ P x \/ happ Q x) <=> (?x. happ P x) \/ (?x. happ Q x)
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_primu_u_recs_SIMPu_u_REC0]: !x n f_27. ?g. h4/prim__rec/SIMP__REC__REL g x f_27 (h4/num/SUC n) /\ happ (h4/prim__rec/SIMP__REC x f_27) n = happ g n
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bools_SKOLEMu_u_THM]: !P. (!x. ?y. happ (happ P x) y) <=> (?f. !x. happ (happ P x) (happ f x))
% Assm [h4s_bools_BETAu_u_THM]: !y f. happ f y = happ f y
% Assm [h4s_bools_FUNu_u_EQu_u_THM]: !g f. f = g <=> (!x. happ f x = happ g x)
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_FORALLu_u_ANDu_u_THM]: !Q P. (!x. happ P x /\ happ Q x) <=> (!x. happ P x) /\ (!x. happ Q x)
% Assm [h4s_primu_u_recs_SIMPu_u_RECu_u_RELu_u_UNIQUEu_u_RESULT]: !_0. (!x f n y. happ (happ (happ (happ _0 x) f) n) y <=> (?g. h4/prim__rec/SIMP__REC__REL g x f (h4/num/SUC n) /\ y = happ g n)) ==> (!x n f. h4/bool/_3F_21 (happ (happ (happ _0 x) f) n))
% Assm [h4s_bools_EXISTSu_u_UNIQUEu_u_THM]: !_0. (!P x. happ (happ _0 P) x <=> happ P x) ==> (!P. h4/bool/_3F_21 (happ _0 P) <=> (?x. happ P x) /\ (!x y. happ P x /\ happ P y ==> x = y))
% Assm [h4s_primu_u_recs_SIMPu_u_RECu_u_RELu_u_UNIQUE]: !x m2 m1 g2 g1 f. h4/prim__rec/SIMP__REC__REL g1 x f m1 /\ h4/prim__rec/SIMP__REC__REL g2 x f m2 ==> (!n. happ (happ h4/prim__rec/_3C n) m1 /\ happ (happ h4/prim__rec/_3C n) m2 ==> happ g1 n = happ g2 n)
% Assm [h4s_nums_INDUCTION]: !P. happ P h4/num/0 /\ (!n. happ P n ==> happ P (h4/num/SUC n)) ==> (!n. happ P n)
% Assm [h4s_primu_u_recs_SIMPu_u_RECu_u_REL0]: !x n fun f. h4/prim__rec/SIMP__REC__REL fun x f n <=> happ fun h4/num/0 = x /\ (!m. happ (happ h4/prim__rec/_3C m) n ==> happ fun (h4/num/SUC m) = happ f (happ fun m))
% Assm [h4s_primu_u_recs_SUCu_u_LESS]: !n m. happ (happ h4/prim__rec/_3C (h4/num/SUC m)) n ==> happ (happ h4/prim__rec/_3C m) n
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_primu_u_recs_PRIMu_u_REC0]: !x m f. h4/prim__rec/PRIM__REC x f m = happ (happ (h4/prim__rec/PRIM__REC__FUN x f) m) (h4/prim__rec/PRE m)
% Assm [h4s_primu_u_recs_SIMPu_u_RECu_u_THMu_c1]: !x m f. happ (h4/prim__rec/SIMP__REC x f) (h4/num/SUC m) = happ f (happ (h4/prim__rec/SIMP__REC x f) m)
% Assm [h4s_primu_u_recs_DC]: !a R P. happ P a /\ (!x. happ P x ==> (?y. happ P y /\ happ (happ R x) y)) ==> (?f. happ f h4/num/0 = a /\ (!n. happ P (happ f n) /\ happ (happ R (happ f n)) (happ f (h4/num/SUC n))))
% Assm [h4s_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_primu_u_recs_SIMPu_u_RECu_u_THMu_c0]: !x f. happ (h4/prim__rec/SIMP__REC x f) h4/num/0 = x
% Assm [h4s_primu_u_recs_LESSu_u_SUCu_u_SUCu_c1]: !m. happ (happ h4/prim__rec/_3C m) (h4/num/SUC (h4/num/SUC m))
% Assm [h4s_primu_u_recs_LESSu_u_SUCu_u_SUCu_c0]: !m. happ (happ h4/prim__rec/_3C m) (h4/num/SUC m)
% Assm [h4s_arithmetics_NRCu_u_SUCu_u_RECURSEu_u_LEFT]: !y x n R. h4/arithmetic/NRC R (h4/num/SUC n) x y <=> (?z. h4/arithmetic/NRC R n x z /\ happ (happ R z) y)
% Assm [h4s_arithmetics_NRCu_u_ADDu_u_EQN]: !z x n m R. h4/arithmetic/NRC R (h4/arithmetic/_2B m n) x z <=> (?y. h4/arithmetic/NRC R m x y /\ h4/arithmetic/NRC R n y z)
% Assm [h4s_arithmetics_ADD1]: !m. h4/num/SUC m = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_arithmetics_NRCu_u_1]: !y x R. h4/arithmetic/NRC R (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) x y <=> happ (happ R x) y
% Assm [h4s_bools_LEFTu_u_ANDu_u_FORALLu_u_THM]: !Q P. (!x. happ P x) /\ Q <=> (!x. happ P x /\ Q)
% Assm [h4s_sats_pthu_u_nn]: !p. ~ ~p ==> p
% Assm [h4s_sats_pthu_u_no2]: !q p. ~(p \/ q) ==> ~q
% Assm [h4s_sats_pthu_u_no1]: !q p. ~(p \/ q) ==> ~p
% 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_LEFTu_u_ORu_u_OVERu_u_AND]: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm [h4s_bools_EXISTSu_u_DEF]: !x. $exists x <=> happ x (h4/min/_40 x)
% Assm [h4s_primu_u_recs_numu_u_Axiom]: !f e. ?fn. happ fn h4/num/0 = e /\ (!n. happ fn (h4/num/SUC n) = happ (happ f n) (happ fn n))
% Assm [h4s_arithmetics_numu_u_caseu_u_defu_c1]: !v n f. h4/arithmetic/num__CASE (h4/num/SUC n) v f = happ f n
% Assm [h4s_arithmetics_numu_u_caseu_u_compute]: !n g f. ?v. (v <=> n = h4/num/0) /\ h4/arithmetic/num__CASE n f g = h4/bool/COND v f (happ g (h4/prim__rec/PRE n))
% Assm [h4s_arithmetics_numu_u_caseu_u_defu_c0]: !v f. h4/arithmetic/num__CASE h4/num/0 v f = v
% Assm [h4s_primu_u_recs_PRE0u_c0]: h4/prim__rec/PRE h4/num/0 = h4/num/0
% Assm [h4s_nums_NOTu_u_SUC]: !n. ~(h4/num/SUC n = h4/num/0)
% Assm [h4s_primu_u_recs_PRE0u_c1]: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% Assm [h4s_indu_u_types_INJP0]: !f2 f1 x x. h4/ind__type/INJP f1 f2 x x <=> h4/bool/COND (h4/ind__type/NUMLEFT x) (happ (happ f1 (h4/ind__type/NUMRIGHT x)) x) (happ (happ f2 (h4/ind__type/NUMRIGHT x)) x)
% Assm [h4s_numerals_bitu_u_initiality]: !zf b2f b1f. ?f. happ f h4/arithmetic/ZERO = zf /\ (!n. happ f (h4/arithmetic/BIT1 n) = happ (happ b1f n) (happ f n)) /\ (!n. happ f (h4/arithmetic/BIT2 n) = happ (happ b2f n) (happ f n))
% 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_arithmetics_ADDu_u_CLAUSESu_c3]: !n m. h4/arithmetic/_2B m (h4/num/SUC n) = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm [h4s_arithmetics_BIT20]: !n. h4/arithmetic/BIT2 n = h4/arithmetic/_2B n (h4/arithmetic/_2B n (h4/num/SUC (h4/num/SUC h4/num/0)))
% Assm [h4s_arithmetics_BIT10]: !n. h4/arithmetic/BIT1 n = h4/arithmetic/_2B n (h4/arithmetic/_2B n (h4/num/SUC h4/num/0))
% Assm [h4s_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_numerals_numeralu_u_equ_c4]: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT2 m <=> F
% Assm [h4s_numerals_numeralu_u_equ_c2]: !n. h4/arithmetic/ZERO = h4/arithmetic/BIT2 n <=> F
% Assm [h4s_numerals_numeralu_u_equ_c6]: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT1 m <=> n = m
% Assm [h4s_numerals_numeralu_u_equ_c0]: !n. h4/arithmetic/ZERO = h4/arithmetic/BIT1 n <=> F
% Assm [h4s_numerals_numeralu_u_equ_c7]: !n m. h4/arithmetic/BIT2 n = h4/arithmetic/BIT2 m <=> n = m
% Assm [h4s_bools_EXISTSu_u_SIMP]: !t. (?x. t) <=> t
% Assm [h4s_arithmetics_LESSu_u_ADDu_u_SUC]: !n m. happ (happ h4/prim__rec/_3C m) (h4/arithmetic/_2B m (h4/num/SUC n))
% Assm [h4s_bools_SELECTu_u_REFLu_u_2]: !_0. (!x y. happ (happ _0 x) y <=> x = y) ==> (!x. h4/min/_40 (happ _0 x) = x)
% Assm [h4s_primu_u_recs_WFu_u_LESS]: h4/relation/WF h4/prim__rec/_3C
% Assm [h4s_relations_WFu_u_RECURSIONu_u_THM]: !_0. (!M R f. happ (happ (happ _0 M) R) f <=> (!x. happ f x = happ (happ M (h4/relation/RESTRICT f R x)) x)) ==> (!R. h4/relation/WF R ==> (!M. h4/bool/_3F_21 (happ (happ _0 M) R)))
% Assm [h4s_relations_RESTRICTu_u_DEF]: !x f R x'. happ (h4/relation/RESTRICT f R x) x' = h4/bool/COND (happ (happ R x') x) (happ f x') h4/bool/ARB
% 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_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_bools_EXISTSu_u_REFL]: !a. ?x. x = a
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_primu_u_recs_numu_u_Axiomu_u_old]: !_0. (!e f fn1. happ (happ (happ _0 e) f) fn1 <=> happ fn1 h4/num/0 = e /\ (!n. happ fn1 (h4/num/SUC n) = happ (happ f (happ fn1 n)) n)) ==> (!f e. h4/bool/_3F_21 (happ (happ _0 e) f))
% Assm [h4s_arithmetics_RTCu_u_NRC]: !y x R. h4/relation/RTC R x y ==> (?n. h4/arithmetic/NRC R n x y)
% Assm [h4s_arithmetics_NRCu_u_RTC]: !y x n R. h4/arithmetic/NRC R n x y ==> h4/relation/RTC R x y
% Assm [h4s_bools_DISJu_u_SYM]: !B A. A \/ B <=> B \/ A
% Assm [h4s_primu_u_recs_PRIMu_u_RECu_u_FUN0]: !_2. (!f fun n. happ (happ (happ _2 f) fun) n = happ (happ f (happ fun (h4/prim__rec/PRE n))) n) ==> (!_1. (!f fun. happ (happ _1 f) fun = happ (happ _2 f) fun) ==> (!_0. (!x n. happ (happ _0 x) n = x) ==> (!x f. h4/prim__rec/PRIM__REC__FUN x f = h4/prim__rec/SIMP__REC (happ _0 x) (happ _1 f))))
% Assm [h4s_numerals_numeralu_u_funpowu_c2]: !x n f. h4/arithmetic/FUNPOW f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) x = h4/arithmetic/FUNPOW f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (happ f x)
% Assm [h4s_arithmetics_numu_u_CASES]: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c2]: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c1]: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c0]: !m. h4/arithmetic/_2B h4/num/0 m = m
% Goal: !r2 r1 i2 i1 c2 c1. h4/ind__type/CONSTR c1 i1 r1 = h4/ind__type/CONSTR c2 i2 r2 <=> c1 = c2 /\ i1 = i2 /\ r1 = r2
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_Q1346503,TV_Q1346499]: ![V_f, V_g]: (![V_x]: s(TV_Q1346499,happ(s(t_fun(TV_Q1346503,TV_Q1346499),V_f),s(TV_Q1346503,V_x))) = s(TV_Q1346499,happ(s(t_fun(TV_Q1346503,TV_Q1346499),V_g),s(TV_Q1346503,V_x))) => s(t_fun(TV_Q1346503,TV_Q1346499),V_f) = s(t_fun(TV_Q1346503,TV_Q1346499),V_g))).
fof(ah4s_indu_u_types_CONSTR0, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_r, V_n]: s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),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,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)))),V_uu_0),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(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_destu_u_rec(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_r, V_i, V_c]: 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(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_mku_u_rec(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zconstr(s(t_h4s_nums_num,V_c),s(TV_u_27a,V_i),s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),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,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)))),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))))))))).
fof(ah4s_indu_u_types_CONSTRu_u_BOT, axiom, ![TV_u_27a]: ![V_r, V_i, V_c]: ~ (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(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom))).
fof(ah4s_indu_u_types_recspaceu_u_TYu_u_DEF, axiom, ![TV_u_27a]: ?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),h4s_indu_u_types_zrecspace),s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_rep))))).
fof(ah4s_indu_u_types_recspaceu_u_repfnsu_c1, axiom, ![TV_u_27a]: ![V_r]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),h4s_indu_u_types_zrecspace),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_r)))) <=> s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_destu_u_rec(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_mku_u_rec(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_r))))) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_r))).
fof(ah4s_indu_u_types_recspaceu_u_repfnsu_c0, axiom, ![TV_u_27a]: ![V_a]: s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_mku_u_rec(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_destu_u_rec(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a))))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a)).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_bools_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_indu_u_types_BOTTOM0, axiom, ![TV_u_27a]: s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_mku_u_rec(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zbot)))).
fof(ah4s_indu_u_types_MKu_u_RECu_u_INJ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_mku_u_rec(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_x))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_mku_u_rec(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_y))) => ((p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),h4s_indu_u_types_zrecspace),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_x)))) & p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),h4s_indu_u_types_zrecspace),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_y))))) => s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_x) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_y)))).
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_indu_u_types_ZRECSPACEu_u_def, axiom, ![TV_u_27a]: ![V_x]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),h4s_indu_u_types_zrecspace),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_x)))) <=> ![V_ZRECSPACEu_27]: (![V_a00]: ((s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_a00) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zbot) | ?[V_c, V_i, V_r]: (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_a00) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zconstr(s(t_h4s_nums_num,V_c),s(TV_u_27a,V_i),s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_r))) & ![V_n]: p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),V_ZRECSPACEu_27),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_r),s(t_h4s_nums_num,V_n)))))))) => p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),V_ZRECSPACEu_27),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_a00))))) => p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),V_ZRECSPACEu_27),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_x))))))).
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_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_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_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_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_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_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_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => 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_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_indu_u_types_ZCONSTRu_u_ZBOT, axiom, ![TV_u_27a]: ![V_r, V_i, V_c]: ~ (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zconstr(s(t_h4s_nums_num,V_c),s(TV_u_27a,V_i),s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_r))) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zbot))).
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_indu_u_types_DESTu_u_RECu_u_INJ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_destu_u_rec(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_x))) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_destu_u_rec(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_y))) <=> s(t_h4s_indu_u_types_recspace(TV_u_27a),V_x) = s(t_h4s_indu_u_types_recspace(TV_u_27a),V_y))).
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_arithmetics_RTCu_u_equ_u_NRC, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: (p(s(t_bool,h4s_relations_rtc(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_y)))) <=> ?[V_n]: p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_x),s(TV_u_27a,V_y)))))).
fof(ah4s_arithmetics_TCu_u_equ_u_NRC, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: (p(s(t_bool,h4s_relations_tc(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_y)))) <=> ?[V_n]: p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_x),s(TV_u_27a,V_y)))))).
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_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_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_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_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_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_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_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
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_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_LEFTu_u_EXISTSu_u_ANDu_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_RIGHTu_u_ORu_u_EXISTSu_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_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_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_NOTu_u_EXISTSu_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_RIGHTu_u_FORALLu_u_ORu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![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))))) <=> (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))))))).
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_EXTENDu_u_RTCu_u_TCu_u_EQN, axiom, ![TV_u_27a]: ![V_z, V_x, V_R]: (p(s(t_bool,h4s_relations_tc(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_z)))) <=> ?[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_x))),s(TV_u_27a,V_y)))) & p(s(t_bool,h4s_relations_rtc(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))))))).
fof(ah4s_bools_RIGHTu_u_EXISTSu_u_ANDu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (?[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))))) <=> (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))))))).
fof(ah4s_bools_LEFTu_u_ORu_u_EXISTSu_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_arithmetics_NRC0u_c1, axiom, ![TV_u_27a]: ![V_y, V_x, V_n, V_R]: (p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_x),s(TV_u_27a,V_y)))) <=> ?[V_z]: (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_x))),s(TV_u_27a,V_z)))) & p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_z),s(TV_u_27a,V_y))))))).
fof(ah4s_bools_EXISTSu_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,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_DEu_u_MORGANu_u_THMu_c0, 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_primu_u_recs_SIMPu_u_REC0, axiom, ![TV_u_27a]: ![V_x, V_n, V_fu_27]: ?[V_g]: (p(s(t_bool,h4s_primu_u_recs_simpu_u_recu_u_rel(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_fu_27),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),h4s_primu_u_recs_simpu_u_rec(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_fu_27))),s(t_h4s_nums_num,V_n))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,V_n))))).
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_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_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_bools_SKOLEMu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_P]: (![V_x]: ?[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,V_y)))) <=> ?[V_f]: ![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_x))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x)))))))).
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_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_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_FORALLu_u_ANDu_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,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_primu_u_recs_SIMPu_u_RECu_u_RELu_u_UNIQUEu_u_RESULT, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_x, V_f, V_n, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)))),V_uu_0),s(TV_u_27a,V_x))),s(t_fun(TV_u_27a,TV_u_27a),V_f))),s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_y)))) <=> ?[V_g]: (p(s(t_bool,h4s_primu_u_recs_simpu_u_recu_u_rel(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))) & s(TV_u_27a,V_y) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,V_n))))) => ![V_x, V_n, V_f]: p(s(t_bool,h4s_bools_u_3fu_21(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)))),V_uu_0),s(TV_u_27a,V_x))),s(t_fun(TV_u_27a,TV_u_27a),V_f))),s(t_h4s_nums_num,V_n)))))))).
fof(ah4s_bools_EXISTSu_u_UNIQUEu_u_THM, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_P, V_x]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_P))),s(TV_u_27a,V_x))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))) => ![V_P]: (p(s(t_bool,h4s_bools_u_3fu_21(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),V_uu_0),s(t_fun(TV_u_27a,t_bool),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, V_y]: ((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_y))))) => s(TV_u_27a,V_x) = s(TV_u_27a,V_y)))))).
fof(ah4s_primu_u_recs_SIMPu_u_RECu_u_RELu_u_UNIQUE, axiom, ![TV_u_27a]: ![V_x, V_m2, V_m1, V_g2, V_g1, V_f]: ((p(s(t_bool,h4s_primu_u_recs_simpu_u_recu_u_rel(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g1),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_m1)))) & p(s(t_bool,h4s_primu_u_recs_simpu_u_recu_u_rel(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g2),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_m2))))) => ![V_n]: ((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,V_n))),s(t_h4s_nums_num,V_m1)))) & 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,V_n))),s(t_h4s_nums_num,V_m2))))) => s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g1),s(t_h4s_nums_num,V_n))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g2),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_nums_INDUCTION, axiom, ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_0)))) & ![V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))) => ![V_n]: p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_primu_u_recs_SIMPu_u_RECu_u_REL0, axiom, ![TV_u_27a]: ![V_x, V_n, V_fun, V_f]: (p(s(t_bool,h4s_primu_u_recs_simpu_u_recu_u_rel(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_n)))) <=> (s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_x) & ![V_m]: (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,V_m))),s(t_h4s_nums_num,V_n)))) => s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun),s(t_h4s_nums_num,V_m))))))))).
fof(ah4s_primu_u_recs_SUCu_u_LESS, axiom, ![V_n, V_m]: (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_nums_suc(s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,V_n)))) => 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,V_m))),s(t_h4s_nums_num,V_n)))))).
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_primu_u_recs_PRIMu_u_REC0, axiom, ![TV_u_27a]: ![V_x, V_m, V_f]: s(TV_u_27a,h4s_primu_u_recs_primu_u_rec(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,V_m))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),h4s_primu_u_recs_primu_u_recu_u_fun(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f))),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,V_m)))))).
fof(ah4s_primu_u_recs_SIMPu_u_RECu_u_THMu_c1, axiom, ![TV_u_27a]: ![V_x, V_m, V_f]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_primu_u_recs_simpu_u_rec(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_f))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_primu_u_recs_simpu_u_rec(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_f))),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_primu_u_recs_DC, axiom, ![TV_u_27a]: ![V_a, V_R, V_P]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_a)))) & ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => ?[V_y]: (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),happ(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_y))))))) => ?[V_f]: (s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_a) & ![V_n]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,V_n)))))) & 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,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),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,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))))))).
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_primu_u_recs_SIMPu_u_RECu_u_THMu_c0, axiom, ![TV_u_27a]: ![V_x, V_f]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_primu_u_recs_simpu_u_rec(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,TV_u_27a),V_f))),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_x)).
fof(ah4s_primu_u_recs_LESSu_u_SUCu_u_SUCu_c1, axiom, ![V_m]: 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,V_m))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))))))))).
fof(ah4s_primu_u_recs_LESSu_u_SUCu_u_SUCu_c0, axiom, ![V_m]: 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,V_m))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))))))).
fof(ah4s_arithmetics_NRCu_u_SUCu_u_RECURSEu_u_LEFT, axiom, ![TV_u_27a]: ![V_y, V_x, V_n, V_R]: (p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_x),s(TV_u_27a,V_y)))) <=> ?[V_z]: (p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_x),s(TV_u_27a,V_z)))) & 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_z))),s(TV_u_27a,V_y))))))).
fof(ah4s_arithmetics_NRCu_u_ADDu_u_EQN, axiom, ![TV_u_27a]: ![V_z, V_x, V_n, V_m, V_R]: (p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_x),s(TV_u_27a,V_z)))) <=> ?[V_y]: (p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,V_m),s(TV_u_27a,V_x),s(TV_u_27a,V_y)))) & p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_y),s(TV_u_27a,V_z))))))).
fof(ah4s_arithmetics_ADD1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_arithmetics_NRCu_u_1, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),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(TV_u_27a,V_x),s(TV_u_27a,V_y))) = 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_x))),s(TV_u_27a,V_y)))).
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_sats_pthu_u_nn, axiom, ![V_p]: (~ (~ (p(s(t_bool,V_p)))) => p(s(t_bool,V_p)))).
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_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_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_LEFTu_u_ORu_u_OVERu_u_AND, 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_A)) | p(s(t_bool,V_C)))))).
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_primu_u_recs_numu_u_Axiom, axiom, ![TV_u_27a]: ![V_f, V_e]: ?[V_fn]: (s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_e) & ![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,TV_u_27a)),V_f),s(t_h4s_nums_num,V_n))),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_arithmetics_numu_u_caseu_u_defu_c1, axiom, ![TV_u_27a]: ![V_v, V_n, V_f]: s(TV_u_27a,h4s_arithmetics_numu_u_case(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_v),s(t_fun(t_h4s_nums_num,TV_u_27a),V_f))) = 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_arithmetics_numu_u_caseu_u_compute, axiom, ![TV_u_27a]: ![V_n, V_g, V_f]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0)) & s(TV_u_27a,h4s_arithmetics_numu_u_case(s(t_h4s_nums_num,V_n),s(TV_u_27a,V_f),s(t_fun(t_h4s_nums_num,TV_u_27a),V_g))) = s(TV_u_27a,h4s_bools_cond(s(t_bool,V_v),s(TV_u_27a,V_f),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,V_n))))))))).
fof(ah4s_arithmetics_numu_u_caseu_u_defu_c0, axiom, ![TV_u_27a]: ![V_v, V_f]: s(TV_u_27a,h4s_arithmetics_numu_u_case(s(t_h4s_nums_num,h4s_nums_0),s(TV_u_27a,V_v),s(t_fun(t_h4s_nums_num,TV_u_27a),V_f))) = s(TV_u_27a,V_v)).
fof(ah4s_primu_u_recs_PRE0u_c0, axiom, s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_nums_NOTu_u_SUC, axiom, ![V_n]: ~ (s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0))).
fof(ah4s_primu_u_recs_PRE0u_c1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_indu_u_types_INJP0, axiom, ![TV_u_27a]: ![V_f2, V_f1, V_x, V_x0]: s(t_bool,h4s_indu_u_types_injp(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f1),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f2),s(t_h4s_nums_num,V_x),s(TV_u_27a,V_x0))) = s(t_bool,h4s_bools_cond(s(t_bool,h4s_indu_u_types_numleft(s(t_h4s_nums_num,V_x))),s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f1),s(t_h4s_nums_num,h4s_indu_u_types_numright(s(t_h4s_nums_num,V_x))))),s(TV_u_27a,V_x0))),s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f2),s(t_h4s_nums_num,h4s_indu_u_types_numright(s(t_h4s_nums_num,V_x))))),s(TV_u_27a,V_x0)))))).
fof(ah4s_numerals_bitu_u_initiality, axiom, ![TV_u_27a]: ![V_zf, V_b2f, V_b1f]: ?[V_f]: (s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(TV_u_27a,V_zf) & (![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,TV_u_27a)),V_b1f),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))))) & ![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,TV_u_27a)),V_b2f),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_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_arithmetics_ADDu_u_CLAUSESu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_BIT20, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,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_suc(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0)))))))))).
fof(ah4s_arithmetics_BIT10, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,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_suc(s(t_h4s_nums_num,h4s_nums_0)))))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_numerals_numeralu_u_equ_c4, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_equ_c2, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_zero) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_equ_c6, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,V_m))).
fof(ah4s_numerals_numeralu_u_equ_c0, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_zero) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_equ_c7, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,V_m))).
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_arithmetics_LESSu_u_ADDu_u_SUC, axiom, ![V_n, V_m]: 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,V_m))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))))))).
fof(ah4s_bools_SELECTu_u_REFLu_u_2, axiom, ![TV_u_27a]: ![V_uu_0]: (![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_uu_0),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y)) => ![V_x]: s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_uu_0),s(TV_u_27a,V_x))))) = s(TV_u_27a,V_x))).
fof(ah4s_primu_u_recs_WFu_u_LESS, axiom, p(s(t_bool,h4s_relations_wf(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_RECURSIONu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_uu_0]: (![V_M, V_R, V_f]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool)),happ(s(t_fun(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool))),V_uu_0),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,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,TV_u_27b),V_f)))) <=> ![V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),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)))) => ![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_M]: p(s(t_bool,h4s_bools_u_3fu_21(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool)),happ(s(t_fun(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool))),V_uu_0),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,t_fun(TV_u_27a,t_bool)),V_R))))))))).
fof(ah4s_relations_RESTRICTu_u_DEF, axiom, ![TV_u_27a,TV_u_27b]: ![V_x, V_f, V_R, V_xi_]: 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_x))),s(TV_u_27a,V_xi_))) = s(TV_u_27b,h4s_bools_cond(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_xi_))),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_))),s(TV_u_27b,h4s_bools_arb)))).
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_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_bools_EXISTSu_u_REFL, axiom, ![TV_u_27a]: ![V_a]: ?[V_x]: s(TV_u_27a,V_x) = s(TV_u_27a,V_a)).
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_primu_u_recs_numu_u_Axiomu_u_old, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_e, V_f, V_fn1]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_bool)),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_bool))),V_uu_0),s(TV_u_27a,V_e))),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f))),s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn1)))) <=> (s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn1),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_e) & ![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn1),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),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn1),s(t_h4s_nums_num,V_n))))),s(t_h4s_nums_num,V_n))))) => ![V_f, V_e]: p(s(t_bool,h4s_bools_u_3fu_21(s(t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_bool)),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_bool))),V_uu_0),s(TV_u_27a,V_e))),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f)))))))).
fof(ah4s_arithmetics_RTCu_u_NRC, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: (p(s(t_bool,h4s_relations_rtc(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_y)))) => ?[V_n]: p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_x),s(TV_u_27a,V_y)))))).
fof(ah4s_arithmetics_NRCu_u_RTC, axiom, ![TV_u_27a]: ![V_y, V_x, V_n, V_R]: (p(s(t_bool,h4s_arithmetics_nrc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_x),s(TV_u_27a,V_y)))) => p(s(t_bool,h4s_relations_rtc(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_y)))))).
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_primu_u_recs_PRIMu_u_RECu_u_FUN0, axiom, ![TV_u_27a]: ![V_uu_2]: (![V_f, V_fun, V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a))),V_uu_2),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f))),s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun))),s(t_h4s_nums_num,V_n))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun),s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,V_n))))))),s(t_h4s_nums_num,V_n))) => ![V_uu_1]: (![V_f, V_fun]: s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a))),V_uu_1),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f))),s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun))) = s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a))),V_uu_2),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f))),s(t_fun(t_h4s_nums_num,TV_u_27a),V_fun))) => ![V_uu_0]: (![V_x, V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_uu_0),s(TV_u_27a,V_x))),s(t_h4s_nums_num,V_n))) = s(TV_u_27a,V_x) => ![V_x, V_f]: s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),h4s_primu_u_recs_primu_u_recu_u_fun(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f))) = s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),h4s_primu_u_recs_simpu_u_rec(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_uu_0),s(TV_u_27a,V_x))),s(t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27a),t_fun(t_h4s_nums_num,TV_u_27a))),V_uu_1),s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),V_f))))))))).
fof(ah4s_numerals_numeralu_u_funpowu_c2, axiom, ![TV_u_27a]: ![V_x, V_n, V_f]: s(TV_u_27a,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))),s(TV_u_27a,V_x))) = s(TV_u_27a,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))),s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(TV_u_27a,V_x)))))).
fof(ah4s_arithmetics_numu_u_CASES, axiom, ![V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) | ?[V_n]: s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))).
fof(ah4s_arithmetics_ADDu_u_CLAUSESu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_ADDu_u_CLAUSESu_c1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_ADDu_u_CLAUSESu_c0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,V_m)).
fof(ch4s_indu_u_types_CONSTRu_u_INJ, conjecture, ![TV_u_27a]: ![V_r2, V_r1, V_i2, V_i1, V_c2, V_c1]: (s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,V_c1),s(TV_u_27a,V_i1),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r1))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,V_c2),s(TV_u_27a,V_i2),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r2))) <=> (s(t_h4s_nums_num,V_c1) = s(t_h4s_nums_num,V_c2) & (s(TV_u_27a,V_i1) = s(TV_u_27a,V_i2) & s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r1) = s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r2))))).
