%   ORIGINAL: h4/ind__type/ZRECSPACE__cases
% 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/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/ind__type/ZRECSPACE__strongind: !ZRECSPACE_27. ZRECSPACE_27 h4/ind__type/ZBOT /\ (!c i r. (!n. h4/ind__type/ZRECSPACE (r n) /\ ZRECSPACE_27 (r n)) ==> ZRECSPACE_27 (h4/ind__type/ZCONSTR c i r)) ==> (!a0. h4/ind__type/ZRECSPACE a0 ==> ZRECSPACE_27 a0)
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/ind__type/ZRECSPACE__ind: !ZRECSPACE_27. ZRECSPACE_27 h4/ind__type/ZBOT /\ (!c i r. (!n. ZRECSPACE_27 (r n)) ==> ZRECSPACE_27 (h4/ind__type/ZCONSTR c i r)) ==> (!a0. h4/ind__type/ZRECSPACE a0 ==> ZRECSPACE_27 a0)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/MONO__EXISTS: !Q P. (!x. P x ==> Q x) ==> (?x. P x) ==> (?x. Q x)
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% 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/ind__type/ZRECSPACE__rules_c1: !r i c. (!n. h4/ind__type/ZRECSPACE (r n)) ==> h4/ind__type/ZRECSPACE (h4/ind__type/ZCONSTR c i r)
% 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/ind__type/ZBOT0: h4/ind__type/ZBOT = h4/ind__type/INJP (h4/ind__type/INJN h4/num/0) (h4/min/_40 (\z. T))
% Assm: h4/ind__type/ZRECSPACE__rules_c0: h4/ind__type/ZRECSPACE h4/ind__type/ZBOT
% 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/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/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/num/NOT__SUC: !n. ~(h4/num/SUC n = h4/num/0)
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/AND__CLAUSES_c2: !t. F /\ t <=> F
% Assm: h4/ind__type/INJN__INJ: !n2 n1. h4/ind__type/INJN n1 = h4/ind__type/INJN n2 <=> n1 = n2
% Assm: h4/ind__type/INJF0: !f. h4/ind__type/INJF f = (\n. f (h4/ind__type/NUMFST n) (h4/ind__type/NUMSND n))
% Assm: h4/ind__type/INJF__INJ: !f2 f1. h4/ind__type/INJF f1 = h4/ind__type/INJF f2 <=> f1 = f2
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/bool/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/bool/IMP__CLAUSES_c1: !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/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/NOT__CLAUSES_c1: ~T <=> F
% 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/ind__type/NUMSUM__DEST_c1: !y x. h4/ind__type/NUMRIGHT (h4/ind__type/NUMSUM x y) = y
% Assm: h4/ind__type/NUMSUM__DEST_c0: !y x. h4/ind__type/NUMLEFT (h4/ind__type/NUMSUM x y) <=> x
% Assm: h4/bool/FORALL__AND__THM: !Q P. (!x. P x /\ Q x) <=> (!x. P x) /\ (!x. Q x)
% Assm: h4/ind__type/NUMPAIR__DEST_c0: !y x. h4/ind__type/NUMFST (h4/ind__type/NUMPAIR x y) = x
% Assm: h4/ind__type/NUMPAIR__DEST_c1: !y x. h4/ind__type/NUMSND (h4/ind__type/NUMPAIR x y) = y
% 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/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% 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/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/bool/NOT__EXISTS__THM: !P. ~(?x. P x) <=> (!x. ~P x)
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% 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/RIGHT__FORALL__OR__THM: !Q P. (!x. P \/ Q x) <=> P \/ (!x. Q x)
% 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/LEFT__OR__EXISTS__THM: !Q P. (?x. P x) \/ Q <=> (?x. P x \/ Q)
% Assm: h4/bool/RIGHT__EXISTS__AND__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/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/arithmetic/num__CASES: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm: h4/arithmetic/num__case__def_c0: !v f. h4/arithmetic/num__CASE h4/num/0 v f = v
% 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__cong: !v_27 v f_27 f M_27 M. M = M_27 /\ (M_27 = h4/num/0 ==> v = v_27) /\ (!n. M_27 = h4/num/SUC n ==> f n = f_27 n) ==> h4/arithmetic/num__CASE M v f = h4/arithmetic/num__CASE M_27 v_27 f_27
% 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__REC__EQN_c0: !x n f. h4/prim__rec/PRIM__REC__FUN x f h4/num/0 n = x
% Assm: h4/prim__rec/SIMP__REC__THM_c0: !x f. h4/prim__rec/SIMP__REC x f h4/num/0 = x
% Assm: h4/bool/ABS__SIMP: !t2 t1. (\x. t1) t2 = t1
% Assm: h4/arithmetic/NRC__RTC: !y x n R. h4/arithmetic/NRC R n x y ==> h4/relation/RTC R 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/DISJ__SYM: !B A. A \/ B <=> B \/ A
% Assm: h4/bool/SKOLEM__THM: !P. (!x. ?y. P x y) <=> (?f. !x. P x (f x))
% 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/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% 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/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/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/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_c0: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm: h4/arithmetic/FUNPOW0_c0: !x f. h4/arithmetic/FUNPOW f h4/num/0 x = x
% 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/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/prim__rec/PRE0_c1: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% Assm: h4/prim__rec/PRE0_c0: h4/prim__rec/PRE h4/num/0 = h4/num/0
% 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/FUNPOW0_c1: !x n f. h4/arithmetic/FUNPOW f (h4/num/SUC n) x = h4/arithmetic/FUNPOW f n (f x)
% 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/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/ADD__CLAUSES_c3: !n m. h4/arithmetic/_2B m (h4/num/SUC n) = h4/num/SUC (h4/arithmetic/_2B m n)
% 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/ADD__CLAUSES_c1: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm: h4/arithmetic/NUMERAL__DEF: !x. h4/arithmetic/NUMERAL x = x
% 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/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/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/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/bool/RIGHT__OR__OVER__AND: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm: h4/bool/EXISTS__DEF: $exists = (\P. P (h4/min/_40 P))
% 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/bool/EXISTS__SIMP: !t. (?x. t) <=> t
% Assm: h4/numeral/numeral__eq_c7: !n m. h4/arithmetic/BIT2 n = h4/arithmetic/BIT2 m <=> n = m
% Assm: h4/numeral/numeral__eq_c6: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT1 m <=> n = m
% 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_c0: !n. h4/arithmetic/ZERO = h4/arithmetic/BIT1 n <=> F
% 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/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/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/EXISTS__REFL: !a. ?x. x = a
% Assm: h4/numeral/iBIT__cases0_c2: !zf n bf2 bf1. h4/numeral/iBIT__cases (h4/arithmetic/BIT2 n) zf bf1 bf2 = bf2 n
% 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
% Goal: !a0. h4/ind__type/ZRECSPACE a0 <=> a0 = h4/ind__type/ZBOT \/ (?c i r. a0 = h4/ind__type/ZCONSTR c i r /\ (!n. h4/ind__type/ZRECSPACE (r n)))
%   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_ZRECSPACEu_u_def]: !x. 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_indu_u_types_ZRECSPACEu_u_strongind]: !ZRECSPACE_27. happ ZRECSPACE_27 h4/ind__type/ZBOT /\ (!c i r. (!n. h4/ind__type/ZRECSPACE (happ r n) /\ happ ZRECSPACE_27 (happ r n)) ==> happ ZRECSPACE_27 (h4/ind__type/ZCONSTR c i r)) ==> (!a0. h4/ind__type/ZRECSPACE a0 ==> happ ZRECSPACE_27 a0)
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_indu_u_types_ZRECSPACEu_u_ind]: !ZRECSPACE_27. happ ZRECSPACE_27 h4/ind__type/ZBOT /\ (!c i r. (!n. happ ZRECSPACE_27 (happ r n)) ==> happ ZRECSPACE_27 (h4/ind__type/ZCONSTR c i r)) ==> (!a0. h4/ind__type/ZRECSPACE a0 ==> happ ZRECSPACE_27 a0)
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t 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_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% 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_indu_u_types_ZRECSPACEu_u_rulesu_c1]: !r i c. (!n. h4/ind__type/ZRECSPACE (happ r n)) ==> h4/ind__type/ZRECSPACE (h4/ind__type/ZCONSTR c i r)
% 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_indu_u_types_ZBOT0]: !_0. (!z. happ _0 z <=> T) ==> h4/ind__type/ZBOT = h4/ind__type/INJP (h4/ind__type/INJN h4/num/0) (h4/min/_40 _0)
% Assm [h4s_indu_u_types_ZRECSPACEu_u_rulesu_c0]: h4/ind__type/ZRECSPACE h4/ind__type/ZBOT
% 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_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_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_nums_NOTu_u_SUC]: !n. ~(h4/num/SUC n = h4/num/0)
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_ANDu_u_CLAUSESu_c2]: !t. F /\ t <=> F
% 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_INJF0]: !f x. happ (h4/ind__type/INJF f) x = happ (happ f (h4/ind__type/NUMFST x)) (h4/ind__type/NUMSND x)
% Assm [h4s_indu_u_types_INJFu_u_INJ]: !f2 f1. h4/ind__type/INJF f1 = h4/ind__type/INJF f2 <=> f1 = f2
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_bools_FUNu_u_EQu_u_THM]: !g f. f = g <=> (!x. happ f x = happ g x)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !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_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% 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_indu_u_types_NUMSUMu_u_DESTu_c1]: !y x. h4/ind__type/NUMRIGHT (h4/ind__type/NUMSUM x y) = y
% Assm [h4s_indu_u_types_NUMSUMu_u_DESTu_c0]: !y x. h4/ind__type/NUMLEFT (h4/ind__type/NUMSUM x y) <=> x
% 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_indu_u_types_NUMPAIRu_u_DESTu_c0]: !y x. h4/ind__type/NUMFST (h4/ind__type/NUMPAIR x y) = x
% Assm [h4s_indu_u_types_NUMPAIRu_u_DESTu_c1]: !y x. h4/ind__type/NUMSND (h4/ind__type/NUMPAIR x y) = y
% 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_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% 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_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_bools_NOTu_u_EXISTSu_u_THM]: !P. ~(?x. happ P x) <=> (!x. ~happ P x)
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% 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_RIGHTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. P \/ happ Q x) <=> P \/ (!x. happ Q x)
% 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_LEFTu_u_ORu_u_EXISTSu_u_THM]: !Q P. (?x. happ P x) \/ Q <=> (?x. happ P x \/ Q)
% Assm [h4s_bools_RIGHTu_u_EXISTSu_u_ANDu_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_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_arithmetics_numu_u_CASES]: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm [h4s_arithmetics_numu_u_caseu_u_defu_c0]: !v f. h4/arithmetic/num__CASE h4/num/0 v f = v
% 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_cong]: !v_27 v f_27 f M_27 M. M = M_27 /\ (M_27 = h4/num/0 ==> v = v_27) /\ (!n. M_27 = h4/num/SUC n ==> happ f n = happ f_27 n) ==> h4/arithmetic/num__CASE M v f = h4/arithmetic/num__CASE M_27 v_27 f_27
% 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_RECu_u_EQNu_c0]: !x n f. happ (happ (h4/prim__rec/PRIM__REC__FUN x f) h4/num/0) n = x
% 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_bools_ABSu_u_SIMP]: !t2 t1. t1 = t1
% 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_arithmetics_RTCu_u_NRC]: !y x R. h4/relation/RTC R x y ==> (?n. h4/arithmetic/NRC R n x y)
% Assm [h4s_bools_DISJu_u_SYM]: !B A. A \/ B <=> B \/ A
% 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_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_nums_INDUCTION]: !P. happ P h4/num/0 /\ (!n. happ P n ==> happ P (h4/num/SUC n)) ==> (!n. happ P 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_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_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_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_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_c0]: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm [h4s_arithmetics_FUNPOW0u_c0]: !x f. h4/arithmetic/FUNPOW f h4/num/0 x = x
% 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_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_primu_u_recs_PRE0u_c1]: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% Assm [h4s_primu_u_recs_PRE0u_c0]: h4/prim__rec/PRE h4/num/0 = h4/num/0
% 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_FUNPOW0u_c1]: !x n f. h4/arithmetic/FUNPOW f (h4/num/SUC n) x = h4/arithmetic/FUNPOW f n (happ f x)
% 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_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_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_BIT10]: !n. h4/arithmetic/BIT1 n = h4/arithmetic/_2B n (h4/arithmetic/_2B n (h4/num/SUC h4/num/0))
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c1]: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm [h4s_arithmetics_NUMERALu_u_DEF]: !x. h4/arithmetic/NUMERAL x = x
% 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_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_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_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_sats_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_bools_RIGHTu_u_ORu_u_OVERu_u_AND]: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm [h4s_bools_EXISTSu_u_DEF]: !x. $exists x <=> happ x (h4/min/_40 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_bools_EXISTSu_u_SIMP]: !t. (?x. t) <=> t
% Assm [h4s_numerals_numeralu_u_equ_c7]: !n m. h4/arithmetic/BIT2 n = h4/arithmetic/BIT2 m <=> n = m
% 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_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_c0]: !n. h4/arithmetic/ZERO = h4/arithmetic/BIT1 n <=> F
% 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_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_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_EXISTSu_u_REFL]: !a. ?x. x = a
% Assm [h4s_numerals_iBITu_u_cases0u_c2]: !zf n bf2 bf1. h4/numeral/iBIT__cases (h4/arithmetic/BIT2 n) zf bf1 bf2 = happ bf2 n
% 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)
% Goal: !a0. h4/ind__type/ZRECSPACE a0 <=> a0 = h4/ind__type/ZBOT \/ (?c i r. a0 = h4/ind__type/ZCONSTR c i r /\ (!n. h4/ind__type/ZRECSPACE (happ r n)))
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_Q1346399,TV_Q1346395]: ![V_f, V_g]: (![V_x]: s(TV_Q1346395,happ(s(t_fun(TV_Q1346399,TV_Q1346395),V_f),s(TV_Q1346399,V_x))) = s(TV_Q1346395,happ(s(t_fun(TV_Q1346399,TV_Q1346395),V_g),s(TV_Q1346399,V_x))) => s(t_fun(TV_Q1346399,TV_Q1346395),V_f) = s(t_fun(TV_Q1346399,TV_Q1346395),V_g))).
fof(ah4s_indu_u_types_ZRECSPACEu_u_def, axiom, ![TV_u_27a]: ![V_x]: (p(s(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_indu_u_types_ZRECSPACEu_u_strongind, axiom, ![TV_u_27a]: ![V_ZRECSPACEu_27]: ((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)),h4s_indu_u_types_zbot)))) & ![V_c, V_i, V_r]: (![V_n]: (p(s(t_bool,h4s_indu_u_types_zrecspace(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)),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)),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_a0]: (p(s(t_bool,h4s_indu_u_types_zrecspace(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_a0)))) => 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_a0))))))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_indu_u_types_ZRECSPACEu_u_ind, axiom, ![TV_u_27a]: ![V_ZRECSPACEu_27]: ((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)),h4s_indu_u_types_zbot)))) & ![V_c, V_i, 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)),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_a0]: (p(s(t_bool,h4s_indu_u_types_zrecspace(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_a0)))) => 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_a0))))))).
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_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_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_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_indu_u_types_ZRECSPACEu_u_rulesu_c1, axiom, ![TV_u_27a]: ![V_r, V_i, V_c]: (![V_n]: p(s(t_bool,h4s_indu_u_types_zrecspace(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,h4s_indu_u_types_zrecspace(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)))))))).
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_indu_u_types_ZBOT0, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_z]: s(t_bool,happ(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),V_uu_0),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_z))) = s(t_bool,t) => s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zbot) = 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_0))),s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_mins_u_40(s(t_fun(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),t_bool),V_uu_0))))))).
fof(ah4s_indu_u_types_ZRECSPACEu_u_rulesu_c0, axiom, ![TV_u_27a]: p(s(t_bool,h4s_indu_u_types_zrecspace(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),h4s_indu_u_types_zbot))))).
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_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_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => 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_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_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) & p(s(t_bool,V_t))) <=> p(s(t_bool,f)))).
fof(ah4s_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_INJF0, axiom, ![TV_u_27a]: ![V_f, V_x]: 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_injf(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_f))),s(t_h4s_nums_num,V_x))) = 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_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool))),V_f),s(t_h4s_nums_num,h4s_indu_u_types_numfst(s(t_h4s_nums_num,V_x))))),s(t_h4s_nums_num,h4s_indu_u_types_numsnd(s(t_h4s_nums_num,V_x)))))).
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_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_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_bools_ANDu_u_IMPu_u_INTRO, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) => (p(s(t_bool,V_t2)) => p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) => p(s(t_bool,V_t3))))).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_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_IMPu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_CONDu_u_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_ANDu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
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_indu_u_types_NUMSUMu_u_DESTu_c1, axiom, ![V_y, V_x]: s(t_h4s_nums_num,h4s_indu_u_types_numright(s(t_h4s_nums_num,h4s_indu_u_types_numsum(s(t_bool,V_x),s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,V_y)).
fof(ah4s_indu_u_types_NUMSUMu_u_DESTu_c0, axiom, ![V_y, V_x]: s(t_bool,h4s_indu_u_types_numleft(s(t_h4s_nums_num,h4s_indu_u_types_numsum(s(t_bool,V_x),s(t_h4s_nums_num,V_y))))) = s(t_bool,V_x)).
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_indu_u_types_NUMPAIRu_u_DESTu_c0, axiom, ![V_y, V_x]: s(t_h4s_nums_num,h4s_indu_u_types_numfst(s(t_h4s_nums_num,h4s_indu_u_types_numpair(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,V_x)).
fof(ah4s_indu_u_types_NUMPAIRu_u_DESTu_c1, axiom, ![V_y, V_x]: s(t_h4s_nums_num,h4s_indu_u_types_numsnd(s(t_h4s_nums_num,h4s_indu_u_types_numpair(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,V_y)).
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_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_sats_dcu_u_conj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) & p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_r))))) & ((p(s(t_bool,V_q)) | ~ (p(s(t_bool,V_p)))) & (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p)))))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c4, 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_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
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_disj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_q)))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_ANDu_u_INVu_u_IMP, axiom, ![V_A]: (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_A))) => p(s(t_bool,f))))).
fof(ah4s_sats_ORu_u_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_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_ORu_u_DUAL2, axiom, ![V_B, V_A]: ((~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_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_NOTu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_P]: (~ (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> ?[V_x]: ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_Fu_u_IMP, axiom, ![V_t]: (~ (p(s(t_bool,V_t))) => (p(s(t_bool,V_t)) => p(s(t_bool,f))))).
fof(ah4s_bools_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_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_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_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_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_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_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_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_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_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_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_cong, axiom, ![TV_u_27a]: ![V_vu_27, V_v, V_fu_27, V_f, V_Mu_27, V_M]: ((s(t_h4s_nums_num,V_M) = s(t_h4s_nums_num,V_Mu_27) & ((s(t_h4s_nums_num,V_Mu_27) = s(t_h4s_nums_num,h4s_nums_0) => s(TV_u_27a,V_v) = s(TV_u_27a,V_vu_27)) & ![V_n]: (s(t_h4s_nums_num,V_Mu_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),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_fu_27),s(t_h4s_nums_num,V_n)))))) => s(TV_u_27a,h4s_arithmetics_numu_u_case(s(t_h4s_nums_num,V_M),s(TV_u_27a,V_v),s(t_fun(t_h4s_nums_num,TV_u_27a),V_f))) = s(TV_u_27a,h4s_arithmetics_numu_u_case(s(t_h4s_nums_num,V_Mu_27),s(TV_u_27a,V_vu_27),s(t_fun(t_h4s_nums_num,TV_u_27a),V_fu_27))))).
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_RECu_u_EQNu_c0, axiom, ![TV_u_27a]: ![V_x, V_n, V_f]: 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,h4s_nums_0))),s(t_h4s_nums_num,V_n))) = s(TV_u_27a,V_x)).
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_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_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_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_DISJu_u_SYM, axiom, ![V_B, V_A]: ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) <=> (p(s(t_bool,V_B)) | p(s(t_bool,V_A))))).
fof(ah4s_bools_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_sats_pthu_u_ni2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_sats_pthu_u_ni1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => p(s(t_bool,V_p)))).
fof(ah4s_bools_RIGHTu_u_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_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_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_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_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_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_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_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_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_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_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_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_numerals_iBITu_u_cases0u_c2, axiom, ![TV_u_27a]: ![V_zf, V_n, V_bf2, V_bf1]: s(TV_u_27a,h4s_numerals_ibitu_u_cases(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(TV_u_27a,V_zf),s(t_fun(t_h4s_nums_num,TV_u_27a),V_bf1),s(t_fun(t_h4s_nums_num,TV_u_27a),V_bf2))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_bf2),s(t_h4s_nums_num,V_n)))).
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(ch4s_indu_u_types_ZRECSPACEu_u_cases, conjecture, ![TV_u_27a]: ![V_a0]: (p(s(t_bool,h4s_indu_u_types_zrecspace(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_a0)))) <=> (s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_bool)),V_a0) = 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_a0) = 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,h4s_indu_u_types_zrecspace(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)))))))))).
