%   ORIGINAL: h4/ind__type/CONSTR__IND
% 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/BOTTOM0: h4/ind__type/BOTTOM = h4/ind__type/mk__rec h4/ind__type/ZBOT
% Assm: h4/ind__type/recspace__repfns_c0: !a. h4/ind__type/mk__rec (h4/ind__type/dest__rec a) = a
% Assm: h4/ind__type/CONSTR__INJ: !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
% Assm: h4/ind__type/recspace__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION h4/ind__type/ZRECSPACE 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/bool/TRUTH: T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> 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/ind__type/DEST__REC__INJ: !y x. h4/ind__type/dest__rec x = h4/ind__type/dest__rec y <=> x = y
% 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/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/ETA__AX: !t. (\x. t x) = 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/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/MONO__ALL: !Q P. (!x. P x ==> Q x) ==> (!x. P x) ==> (!x. Q x)
% Assm: h4/bool/MONO__AND: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/ind__type/ZCONSTR__ZBOT: !r i c. ~(h4/ind__type/ZCONSTR c i r = h4/ind__type/ZBOT)
% Assm: h4/ind__type/ZCONSTR0: !r i c. h4/ind__type/ZCONSTR c i r = h4/ind__type/INJP (h4/ind__type/INJN (h4/num/SUC c)) (h4/ind__type/INJP (h4/ind__type/INJA i) (h4/ind__type/INJF r))
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/prim__rec/INV__SUC__EQ: !n m. h4/num/SUC m = h4/num/SUC n <=> m = n
% Assm: h4/ind__type/INJN__INJ: !n2 n1. h4/ind__type/INJN n1 = h4/ind__type/INJN n2 <=> n1 = n2
% Assm: h4/ind__type/INJP__INJ: !f2_27 f2 f1_27 f1. h4/ind__type/INJP f1 f2 = h4/ind__type/INJP f1_27 f2_27 <=> f1 = f1_27 /\ f2 = f2_27
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/ind__type/INJF__INJ: !f2 f1. h4/ind__type/INJF f1 = h4/ind__type/INJF f2 <=> f1 = f2
% Assm: h4/ind__type/INJA__INJ: !a2 a1. h4/ind__type/INJA a1 = h4/ind__type/INJA a2 <=> a1 = a2
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/arithmetic/FUNPOW0_c0: !x f. h4/arithmetic/FUNPOW f h4/num/0 x = x
% Assm: h4/numeral/numeral__funpow_c1: !x n f. h4/arithmetic/FUNPOW f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) x = h4/arithmetic/FUNPOW f (h4/prim__rec/PRE (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) (f x)
% Assm: h4/arithmetic/FUNPOW0_c1: !x n f. h4/arithmetic/FUNPOW f (h4/num/SUC n) x = h4/arithmetic/FUNPOW f n (f x)
% Assm: h4/arithmetic/ADD__CLAUSES_c0: !m. h4/arithmetic/_2B h4/num/0 m = m
% 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/prim__rec/PRE0_c1: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% 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/num__CASES: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm: h4/arithmetic/ADD__CLAUSES_c1: !m. h4/arithmetic/_2B m h4/num/0 = m
% 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/arithmetic/NUMERAL__DEF: !x. h4/arithmetic/NUMERAL x = x
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/arithmetic/NRC__ADD__I: !z y x n m R. h4/arithmetic/NRC R m x y /\ h4/arithmetic/NRC R n y z ==> h4/arithmetic/NRC R (h4/arithmetic/_2B m n) x z
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> 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__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__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% 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/arithmetic/NRC0_c0: !y x R. h4/arithmetic/NRC R h4/num/0 x y <=> x = y
% 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/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/arithmetic/ADD_c1: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm: h4/arithmetic/ADD_c0: !n. h4/arithmetic/_2B h4/num/0 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/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/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/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/bool/EXISTS__DEF: $exists = (\P. P (h4/min/_40 P))
% Assm: h4/arithmetic/NRC__ADD__E: !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/bool/RIGHT__OR__OVER__AND: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm: h4/prim__rec/PRIM__REC__THM_c1: !x m f. h4/prim__rec/PRIM__REC x f (h4/num/SUC m) = f (h4/prim__rec/PRIM__REC x f m) m
% 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/bool/EXISTS__UNIQUE__DEF: h4/bool/_3F_21 = (\P. $exists P /\ (!x y. P x /\ P y ==> x = y))
% Assm: h4/prim__rec/PRIM__REC__THM_c0: !x f. h4/prim__rec/PRIM__REC x f h4/num/0 = x
% 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/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/SIMP__REC__EXISTS: !x n f. ?fun. h4/prim__rec/SIMP__REC__REL fun x f n
% 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/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/bool/ABS__SIMP: !t2 t1. (\x. t1) t2 = t1
% Assm: h4/prim__rec/LESS__SUC__IMP: !n m. h4/prim__rec/_3C m (h4/num/SUC n) ==> ~(m = n) ==> h4/prim__rec/_3C m n
% Assm: h4/prim__rec/NOT__LESS__0: !n. ~h4/prim__rec/_3C n h4/num/0
% Assm: h4/prim__rec/LESS__REFL: !n. ~h4/prim__rec/_3C n n
% Assm: h4/num/NOT__SUC: !n. ~(h4/num/SUC n = h4/num/0)
% 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/FORALL__AND__THM: !Q P. (!x. P x /\ Q x) <=> (!x. P x) /\ (!x. Q x)
% Assm: h4/relation/RTC__RULES_c0: !x R. h4/relation/RTC R x x
% Assm: h4/bool/RIGHT__AND__FORALL__THM: !Q P. P /\ (!x. Q x) <=> (!x. P /\ Q x)
% Assm: h4/relation/RTC__RULES_c1: !z y x R. R x y /\ h4/relation/RTC R y z ==> h4/relation/RTC R x z
% 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/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/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/arithmetic/FUNPOW__SUC: !x n f. h4/arithmetic/FUNPOW f (h4/num/SUC n) x = f (h4/arithmetic/FUNPOW f n x)
% 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/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__1: !y x R. h4/arithmetic/NRC R (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) x y <=> R x y
% Assm: h4/arithmetic/ADD1: !m. h4/num/SUC m = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/bool/LEFT__AND__FORALL__THM: !Q P. (!x. P x) /\ Q <=> (!x. P x /\ Q)
% Assm: h4/bool/RIGHT__FORALL__OR__THM: !Q P. (!x. P \/ Q x) <=> P \/ (!x. Q x)
% 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/bool/LEFT__OR__OVER__AND: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% 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/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/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__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/prim__rec/SUC__LESS: !n m. h4/prim__rec/_3C (h4/num/SUC m) n ==> h4/prim__rec/_3C m n
% Assm: h4/arithmetic/FUNPOW__ADD: !x n m f. h4/arithmetic/FUNPOW f (h4/arithmetic/_2B m n) x = h4/arithmetic/FUNPOW f m (h4/arithmetic/FUNPOW f n x)
% Assm: h4/while/OWHILE__def: !s f G. h4/while/OWHILE G f s = h4/bool/COND (?n. ~G (h4/arithmetic/FUNPOW f n s)) (h4/option/SOME (h4/arithmetic/FUNPOW f (h4/while/LEAST (\n. ~G (h4/arithmetic/FUNPOW f n s))) s)) h4/option/NONE
% Assm: h4/while/OWHILE__EQ__NONE: !s f G. h4/while/OWHILE G f s = h4/option/NONE <=> (!n. G (h4/arithmetic/FUNPOW f n s))
% Assm: h4/bool/NOT__EXISTS__THM: !P. ~(?x. P x) <=> (!x. ~P x)
% Assm: h4/option/IF__EQUALS__OPTION_c0: !x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/NONE <=> ~P
% 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/RTC__NRC: !y x R. h4/relation/RTC R x y ==> (?n. h4/arithmetic/NRC R n x y)
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Goal: !P. P h4/ind__type/BOTTOM /\ (!c i r. (!n. P (r n)) ==> P (h4/ind__type/CONSTR c i r)) ==> (!x. P x)
%   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_BOTTOM0]: h4/ind__type/BOTTOM = h4/ind__type/mk__rec h4/ind__type/ZBOT
% Assm [h4s_indu_u_types_recspaceu_u_repfnsu_c0]: !a. h4/ind__type/mk__rec (h4/ind__type/dest__rec a) = a
% Assm [h4s_indu_u_types_CONSTRu_u_INJ]: !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
% Assm [h4s_indu_u_types_recspaceu_u_TYu_u_DEF]: ?rep. h4/bool/TYPE__DEFINITION h4/ind__type/ZRECSPACE 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_bools_TRUTH]: T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> 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_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_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_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_ETAu_u_AX]: !t x. happ t x = happ t x
% 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_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_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_AND]: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> 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_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> 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_indu_u_types_ZCONSTR0]: !r i c. h4/ind__type/ZCONSTR c i r = h4/ind__type/INJP (h4/ind__type/INJN (h4/num/SUC c)) (h4/ind__type/INJP (h4/ind__type/INJA i) (h4/ind__type/INJF r))
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_FUNu_u_EQu_u_THM]: !g f. f = g <=> (!x. happ f x = happ g x)
% Assm [h4s_primu_u_recs_INVu_u_SUCu_u_EQ]: !n m. h4/num/SUC m = h4/num/SUC n <=> m = n
% Assm [h4s_indu_u_types_INJNu_u_INJ]: !n2 n1. h4/ind__type/INJN n1 = h4/ind__type/INJN n2 <=> n1 = n2
% Assm [h4s_indu_u_types_INJPu_u_INJ]: !f2_27 f2 f1_27 f1. h4/ind__type/INJP f1 f2 = h4/ind__type/INJP f1_27 f2_27 <=> f1 = f1_27 /\ f2 = f2_27
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_indu_u_types_INJFu_u_INJ]: !f2 f1. h4/ind__type/INJF f1 = h4/ind__type/INJF f2 <=> f1 = f2
% Assm [h4s_indu_u_types_INJAu_u_INJ]: !a2 a1. h4/ind__type/INJA a1 = h4/ind__type/INJA a2 <=> a1 = a2
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_arithmetics_FUNPOW0u_c0]: !x f. h4/arithmetic/FUNPOW f h4/num/0 x = x
% Assm [h4s_numerals_numeralu_u_funpowu_c1]: !x n f. h4/arithmetic/FUNPOW f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) x = h4/arithmetic/FUNPOW f (h4/prim__rec/PRE (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) (happ f x)
% Assm [h4s_arithmetics_FUNPOW0u_c1]: !x n f. h4/arithmetic/FUNPOW f (h4/num/SUC n) x = h4/arithmetic/FUNPOW f n (happ f x)
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c0]: !m. h4/arithmetic/_2B h4/num/0 m = m
% 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_primu_u_recs_PRE0u_c1]: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% 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_numu_u_CASES]: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c1]: !m. h4/arithmetic/_2B m h4/num/0 = m
% 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_arithmetics_NUMERALu_u_DEF]: !x. h4/arithmetic/NUMERAL x = x
% 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_arithmetics_NRCu_u_ADDu_u_I]: !z y x n m R. h4/arithmetic/NRC R m x y /\ h4/arithmetic/NRC R n y z ==> h4/arithmetic/NRC R (h4/arithmetic/_2B m n) x z
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> 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_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_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> 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_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_arithmetics_NRC0u_c0]: !y x R. h4/arithmetic/NRC R h4/num/0 x y <=> x = y
% 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_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_arithmetics_ADDu_c1]: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm [h4s_arithmetics_ADDu_c0]: !n. h4/arithmetic/_2B h4/num/0 n = n
% 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_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_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_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_bools_EXISTSu_u_DEF]: !x. $exists x <=> happ x (h4/min/_40 x)
% Assm [h4s_arithmetics_NRCu_u_ADDu_u_E]: !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_bools_RIGHTu_u_ORu_u_OVERu_u_AND]: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm [h4s_primu_u_recs_PRIMu_u_RECu_u_THMu_c1]: !x m f. h4/prim__rec/PRIM__REC x f (h4/num/SUC m) = happ (happ f (h4/prim__rec/PRIM__REC x f m)) m
% 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_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_primu_u_recs_PRIMu_u_RECu_u_THMu_c0]: !x f. h4/prim__rec/PRIM__REC x f h4/num/0 = x
% Assm [h4s_indu_u_types_INJP0]: !f2 f1 x x. happ (happ (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_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. h4/prim__rec/_3C m n ==> happ fun (h4/num/SUC m) = happ f (happ fun m))
% Assm [h4s_primu_u_recs_SIMPu_u_RECu_u_EXISTS]: !x n f. ?fun. h4/prim__rec/SIMP__REC__REL fun x f n
% 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_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_bools_ABSu_u_SIMP]: !t2 t1. t1 = t1
% Assm [h4s_primu_u_recs_LESSu_u_SUCu_u_IMP]: !n m. h4/prim__rec/_3C m (h4/num/SUC n) ==> ~(m = n) ==> h4/prim__rec/_3C m n
% Assm [h4s_primu_u_recs_NOTu_u_LESSu_u_0]: !n. ~h4/prim__rec/_3C n h4/num/0
% Assm [h4s_primu_u_recs_LESSu_u_REFL]: !n. ~h4/prim__rec/_3C n n
% Assm [h4s_nums_NOTu_u_SUC]: !n. ~(h4/num/SUC n = h4/num/0)
% 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_FORALLu_u_ANDu_u_THM]: !Q P. (!x. happ P x /\ happ Q x) <=> (!x. happ P x) /\ (!x. happ Q x)
% Assm [h4s_relations_RTCu_u_RULESu_c0]: !x R. h4/relation/RTC R x x
% Assm [h4s_bools_RIGHTu_u_ANDu_u_FORALLu_u_THM]: !Q P. P /\ (!x. happ Q x) <=> (!x. P /\ happ Q x)
% Assm [h4s_relations_RTCu_u_RULESu_c1]: !z y x R. happ (happ R x) y /\ h4/relation/RTC R y z ==> h4/relation/RTC R x z
% 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_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_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_arithmetics_FUNPOWu_u_SUC]: !x n f. h4/arithmetic/FUNPOW f (h4/num/SUC n) x = happ f (h4/arithmetic/FUNPOW f n 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_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_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_arithmetics_ADD1]: !m. h4/num/SUC m = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% 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_RIGHTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. P \/ happ Q x) <=> P \/ (!x. happ Q x)
% 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_bools_LEFTu_u_ORu_u_OVERu_u_AND]: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% 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_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_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_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. h4/prim__rec/_3C n m1 /\ h4/prim__rec/_3C n m2 ==> happ g1 n = happ g2 n)
% Assm [h4s_primu_u_recs_SUCu_u_LESS]: !n m. h4/prim__rec/_3C (h4/num/SUC m) n ==> h4/prim__rec/_3C m n
% Assm [h4s_arithmetics_FUNPOWu_u_ADD]: !x n m f. h4/arithmetic/FUNPOW f (h4/arithmetic/_2B m n) x = h4/arithmetic/FUNPOW f m (h4/arithmetic/FUNPOW f n x)
% Assm [h4s_whiles_OWHILEu_u_def]: !_0. (!G f s n. happ (happ (happ (happ _0 G) f) s) n <=> ~happ G (h4/arithmetic/FUNPOW f n s)) ==> (!s f G. ?v. (v <=> (?n. ~happ G (h4/arithmetic/FUNPOW f n s))) /\ h4/while/OWHILE G f s = h4/bool/COND v (h4/option/SOME (h4/arithmetic/FUNPOW f (h4/while/LEAST (happ (happ (happ _0 G) f) s)) s)) h4/option/NONE)
% Assm [h4s_whiles_OWHILEu_u_EQu_u_NONE]: !s f G. h4/while/OWHILE G f s = h4/option/NONE <=> (!n. happ G (h4/arithmetic/FUNPOW f n s))
% Assm [h4s_bools_NOTu_u_EXISTSu_u_THM]: !P. ~(?x. happ P x) <=> (!x. ~happ P x)
% Assm [h4s_options_IFu_u_EQUALSu_u_OPTIONu_c0]: !x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/NONE <=> ~P
% 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_RTCu_u_NRC]: !y x R. h4/relation/RTC R x y ==> (?n. h4/arithmetic/NRC R n x y)
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Goal: !P. happ P h4/ind__type/BOTTOM /\ (!c i r. (!n. happ P (happ r n)) ==> happ P (h4/ind__type/CONSTR c i r)) ==> (!x. happ P x)
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_Q1346529,TV_Q1346525]: ![V_f, V_g]: (![V_x]: s(TV_Q1346525,happ(s(t_fun(TV_Q1346529,TV_Q1346525),V_f),s(TV_Q1346529,V_x))) = s(TV_Q1346525,happ(s(t_fun(TV_Q1346529,TV_Q1346525),V_g),s(TV_Q1346529,V_x))) => s(t_fun(TV_Q1346529,TV_Q1346525),V_f) = s(t_fun(TV_Q1346529,TV_Q1346525),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_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_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_indu_u_types_CONSTRu_u_INJ, axiom, ![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))))).
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_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_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_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_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_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_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_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_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_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_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_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_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_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_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> ~ (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_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_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_indu_u_types_ZCONSTR0, 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_injp(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_injn(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_c))))),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_injp(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_inja(s(TV_u_27a,V_i))),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_injf(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_r)))))))).
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_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_primu_u_recs_INVu_u_SUCu_u_EQ, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_nums_suc(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,V_m) = s(t_h4s_nums_num,V_n))).
fof(ah4s_indu_u_types_INJNu_u_INJ, axiom, ![TV_u_27a]: ![V_n2, V_n1]: (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_injn(s(t_h4s_nums_num,V_n1))) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_injn(s(t_h4s_nums_num,V_n2))) <=> s(t_h4s_nums_num,V_n1) = s(t_h4s_nums_num,V_n2))).
fof(ah4s_indu_u_types_INJPu_u_INJ, axiom, ![TV_u_27a]: ![V_f2u_27, V_f2, V_f1u_27, V_f1]: (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,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_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_injp(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f1u_27),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f2u_27))) <=> (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_f1u_27) & s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f2) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_f2u_27)))).
fof(ah4s_bools_IMPu_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_indu_u_types_INJFu_u_INJ, axiom, ![TV_u_27a]: ![V_f2, V_f1]: (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_injf(s(t_fun(t_h4s_nums_num,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)),h4s_indu_u_types_injf(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_f2))) <=> s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_f1) = s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_f2))).
fof(ah4s_indu_u_types_INJAu_u_INJ, axiom, ![TV_u_27a]: ![V_a2, V_a1]: (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_inja(s(TV_u_27a,V_a1))) = s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_inja(s(TV_u_27a,V_a2))) <=> s(TV_u_27a,V_a1) = s(TV_u_27a,V_a2))).
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_FUNPOW0u_c0, axiom, ![TV_u_27a]: ![V_x, 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_nums_0),s(TV_u_27a,V_x))) = s(TV_u_27a,V_x)).
fof(ah4s_numerals_numeralu_u_funpowu_c1, 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_bit1(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_primu_u_recs_pre(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_FUNPOW0u_c1, 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_nums_suc(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,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_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(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_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_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_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_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_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_arithmetics_NUMERALu_u_DEF, axiom, ![V_x]: s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,V_x)).
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_arithmetics_NRCu_u_ADDu_u_I, axiom, ![TV_u_27a]: ![V_z, V_y, 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,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))))) => 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)))))).
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_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_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_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_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_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_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_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_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> 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_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_arithmetics_NRC0u_c0, axiom, ![TV_u_27a]: ![V_y, V_x, 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_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))).
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_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_arithmetics_ADDu_c1, 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_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,V_n)).
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_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_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_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_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_arithmetics_NRCu_u_ADDu_u_E, 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_bools_RIGHTu_u_ORu_u_OVERu_u_AND, axiom, ![V_C, V_B, 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)) | p(s(t_bool,V_A)))))).
fof(ah4s_primu_u_recs_PRIMu_u_RECu_u_THMu_c1, 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,h4s_nums_suc(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(TV_u_27a,t_fun(t_h4s_nums_num,TV_u_27a)),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(t_h4s_nums_num,V_m)))).
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_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_primu_u_recs_PRIMu_u_RECu_u_THMu_c0, axiom, ![TV_u_27a]: ![V_x, 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,h4s_nums_0))) = s(TV_u_27a,V_x)).
fof(ah4s_indu_u_types_INJP0, axiom, ![TV_u_27a]: ![V_f2, V_f1, V_x, 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)),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_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,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_SIMPu_u_RECu_u_EXISTS, axiom, ![TV_u_27a]: ![V_x, V_n, V_f]: ?[V_fun]: 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))))).
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_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ABSu_u_SIMP, axiom, ![TV_u_27b,TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,V_t1) = s(TV_u_27a,V_t1)).
fof(ah4s_primu_u_recs_LESSu_u_SUCu_u_IMP, axiom, ![V_n, V_m]: (p(s(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_n)))))) => (~ (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n)) => p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_primu_u_recs_NOTu_u_LESSu_u_0, axiom, ![V_n]: ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_primu_u_recs_LESSu_u_REFL, axiom, ![V_n]: ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_n)))))).
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_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_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_relations_RTCu_u_RULESu_c0, axiom, ![TV_u_27a]: ![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_x))))).
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_relations_RTCu_u_RULESu_c1, axiom, ![TV_u_27a]: ![V_z, V_y, V_x, 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_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))))) => 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_z)))))).
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_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_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_arithmetics_FUNPOWu_u_SUC, 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_nums_suc(s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_x))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),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,V_n),s(TV_u_27a,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_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_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_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_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_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_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_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_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_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_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_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,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m1)))) & p(s(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_primu_u_recs_SUCu_u_LESS, axiom, ![V_n, V_m]: (p(s(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,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_FUNPOWu_u_ADD, axiom, ![TV_u_27a]: ![V_x, V_n, V_m, 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_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,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_m),s(TV_u_27a,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_x)))))).
fof(ah4s_whiles_OWHILEu_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_G, V_f, V_s, V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(TV_u_27a,t_fun(t_h4s_nums_num,t_bool))),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(TV_u_27a,t_fun(t_h4s_nums_num,t_bool)))),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_G))),s(t_fun(TV_u_27a,TV_u_27a),V_f))),s(TV_u_27a,V_s))),s(t_h4s_nums_num,V_n)))) <=> ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_G),s(TV_u_27a,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_s)))))))) => ![V_s, V_f, V_G]: ?[V_v]: ((p(s(t_bool,V_v)) <=> ?[V_n]: ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_G),s(TV_u_27a,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_s)))))))) & s(t_h4s_options_option(TV_u_27a),h4s_whiles_owhile(s(t_fun(TV_u_27a,t_bool),V_G),s(t_fun(TV_u_27a,TV_u_27a),V_f),s(TV_u_27a,V_s))) = s(t_h4s_options_option(TV_u_27a),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,h4s_whiles_least(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_nums_num,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(TV_u_27a,t_fun(t_h4s_nums_num,t_bool))),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,TV_u_27a),t_fun(TV_u_27a,t_fun(t_h4s_nums_num,t_bool)))),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_G))),s(t_fun(TV_u_27a,TV_u_27a),V_f))),s(TV_u_27a,V_s))))),s(TV_u_27a,V_s))))),s(t_h4s_options_option(TV_u_27a),h4s_options_none)))))).
fof(ah4s_whiles_OWHILEu_u_EQu_u_NONE, axiom, ![TV_u_27a]: ![V_s, V_f, V_G]: (s(t_h4s_options_option(TV_u_27a),h4s_whiles_owhile(s(t_fun(TV_u_27a,t_bool),V_G),s(t_fun(TV_u_27a,TV_u_27a),V_f),s(TV_u_27a,V_s))) = s(t_h4s_options_option(TV_u_27a),h4s_options_none) <=> ![V_n]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_G),s(TV_u_27a,h4s_arithmetics_funpow(s(t_fun(TV_u_27a,TV_u_27a),V_f),s(t_h4s_nums_num,V_n),s(TV_u_27a,V_s)))))))).
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_options_IFu_u_EQUALSu_u_OPTIONu_c0, axiom, ![TV_u_27a]: ![V_x, V_P]: (s(t_h4s_options_option(TV_u_27a),h4s_bools_cond(s(t_bool,V_P),s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))),s(t_h4s_options_option(TV_u_27a),h4s_options_none))) = s(t_h4s_options_option(TV_u_27a),h4s_options_none) <=> ~ (p(s(t_bool,V_P))))).
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_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_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_IMPu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) => ~ (p(s(t_bool,V_t))))).
fof(ch4s_indu_u_types_CONSTRu_u_IND, conjecture, ![TV_u_27a]: ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_P),s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom)))) & ![V_c, V_i, V_r]: (![V_n]: p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_P),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)))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_P),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)))))))) => ![V_x]: p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_P),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_x)))))).
