%   ORIGINAL: h4/arithmetic/transitive__measure
% 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/prim__rec/measure__def: h4/prim__rec/measure = h4/relation/inv__image h4/prim__rec/_3C
% Assm: h4/prim__rec/WF__measure: !m. h4/relation/WF (h4/prim__rec/measure m)
% Assm: h4/relation/WF__inv__image: !f R. h4/relation/WF R ==> h4/relation/WF (h4/relation/inv__image R f)
% Assm: h4/prim__rec/WF__LESS: h4/relation/WF h4/prim__rec/_3C
% Assm: h4/prim__rec/measure__thm: !y x f. h4/prim__rec/measure f x y <=> h4/prim__rec/_3C (f x) (f y)
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/relation/inv__image__def: !f R. h4/relation/inv__image R f = (\x y. R (f x) (f y))
% Assm: h4/relation/transitive__def: !R. h4/relation/transitive R <=> (!x y z. R x y /\ R y z ==> R x z)
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/arithmetic/LESS__TRANS: !p n m. h4/prim__rec/_3C m n /\ h4/prim__rec/_3C n p ==> h4/prim__rec/_3C m p
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/dc__disj: !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/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% 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/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/arithmetic/transitive__LESS: h4/relation/transitive h4/prim__rec/_3C
% Assm: h4/pair/transitive__LEX: !R2 R1. h4/relation/transitive R1 /\ h4/relation/transitive R2 ==> h4/relation/transitive (h4/pair/LEX R1 R2)
% 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/relation/transitive__RTC: !R. h4/relation/transitive (h4/relation/RTC R)
% Assm: h4/relation/transitive__TC__identity: !R. h4/relation/transitive R ==> h4/relation/TC R = R
% Assm: h4/relation/equivalence__def: !R. h4/relation/equivalence R <=> h4/relation/reflexive R /\ h4/relation/symmetric R /\ h4/relation/transitive R
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/relation/WeakOrder0: !Z. h4/relation/WeakOrder Z <=> h4/relation/reflexive Z /\ h4/relation/antisymmetric Z /\ h4/relation/transitive Z
% Assm: h4/relation/PreOrder0: !R. h4/relation/PreOrder R <=> h4/relation/reflexive R /\ h4/relation/transitive R
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Assm: h4/relation/transitive__inv: !R. h4/relation/transitive (h4/relation/inv R) <=> h4/relation/transitive R
% Assm: h4/bool/DISJ__ASSOC: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/DISJ__SYM: !B A. A \/ B <=> B \/ A
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/relation/transitive__RINTER: !R2 R1. h4/relation/transitive R1 /\ h4/relation/transitive R2 ==> h4/relation/transitive (h4/relation/RINTER R1 R2)
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/relation/irrefl__trans__implies__antisym: !R. h4/relation/irreflexive R /\ h4/relation/transitive R ==> h4/relation/antisymmetric R
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/relation/RTC__TRANSITIVE: !R. h4/relation/transitive (h4/relation/RTC R)
% Assm: h4/relation/Order0: !Z. h4/relation/Order Z <=> h4/relation/antisymmetric Z /\ h4/relation/transitive Z
% Assm: h4/relation/RTC__lifts__reflexive__transitive__relations: !f R Q. (!x y. R x y ==> Q (f x) (f y)) /\ h4/relation/reflexive Q /\ h4/relation/transitive Q ==> (!x y. h4/relation/RTC R x y ==> Q (f x) (f y))
% Assm: h4/bool/RIGHT__FORALL__OR__THM: !Q P. (!x. P \/ Q x) <=> P \/ (!x. Q x)
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/relation/TC__TRANSITIVE: !R. h4/relation/transitive (h4/relation/TC R)
% Assm: h4/relation/TC__lifts__transitive__relations: !f R Q. (!x y. R x y ==> Q (f x) (f y)) /\ h4/relation/transitive Q ==> (!x y. h4/relation/TC R x y ==> Q (f x) (f y))
% Assm: h4/relation/transitive__RC: !R. h4/relation/transitive R ==> h4/relation/transitive (h4/relation/RC R)
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/relation/StrongOrder0: !Z. h4/relation/StrongOrder Z <=> h4/relation/irreflexive Z /\ h4/relation/transitive Z
% Assm: h4/relation/RTC__RTC: !y x R. h4/relation/RTC R x y ==> (!z. h4/relation/RTC R y z ==> h4/relation/RTC R x z)
% Assm: h4/relation/transitive__inv__image: !f R. h4/relation/transitive R ==> h4/relation/transitive (h4/relation/inv__image R f)
% Assm: h4/pair/LEX__DEF: !R2 R1. h4/pair/LEX R1 R2 = h4/pair/UNCURRY (\s t. h4/pair/UNCURRY (\u v. R1 s u \/ s = u /\ R2 t v))
% Assm: h4/sat/pth__no2: !q p. ~(p \/ q) ==> ~q
% Assm: h4/pair/FORALL__PROD: !P. (!p. P p) <=> (!p__1 p__2. P (h4/pair/_2C p__1 p__2))
% Assm: h4/bool/EQ__REFL: !x. x = x
% Assm: h4/pair/UNCURRY__DEF: !y x f. h4/pair/UNCURRY f (h4/pair/_2C x y) = f x y
% Assm: h4/sat/pth__no1: !q p. ~(p \/ q) ==> ~p
% Assm: h4/sat/pth__nn: !p. ~ ~p ==> p
% Assm: h4/relation/TC__INDUCT: !R P. (!x y. R x y ==> P x y) /\ (!x y z. P x y /\ P y z ==> P x z) ==> (!u v. h4/relation/TC R u v ==> P u v)
% Assm: h4/relation/transitive__EQC: !R. h4/relation/transitive (h4/relation/EQC R)
% Assm: h4/relation/transitive__O__RSUBSET: !R. h4/relation/transitive R <=> h4/relation/RSUBSET (h4/relation/O R R) R
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/relation/TC__RULES_c0: !y x R. R x y ==> h4/relation/TC R x y
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/EQ__IMP__THM: !t2 t1. (t1 <=> t2) <=> (t1 ==> t2) /\ (t2 ==> t1)
% Assm: h4/bool/EXISTS__OR__THM: !Q P. (?x. P x \/ Q x) <=> (?x. P x) \/ (?x. Q x)
% Assm: h4/relation/RINTER0: !y x R2 R1. h4/relation/RINTER R1 R2 x y <=> R1 x y /\ R2 x y
% Assm: h4/bool/LEFT__FORALL__IMP__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/relation/inv__DEF: !y x R. h4/relation/inv R x y <=> R y x
% Assm: h4/relation/antisymmetric__def: !R. h4/relation/antisymmetric R <=> (!x y. R x y /\ R y x ==> x = y)
% Assm: h4/relation/irreflexive__def: !R. h4/relation/irreflexive R <=> (!x. ~R x x)
% Assm: h4/relation/RTC__INDUCT: !R P. (!x. P x x) /\ (!x y z. R x y /\ P y z ==> P x z) ==> (!x y. h4/relation/RTC R x y ==> P x y)
% Assm: h4/relation/reflexive__def: !R. h4/relation/reflexive R <=> (!x. R x x)
% Assm: h4/bool/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm: h4/bool/RIGHT__OR__EXISTS__THM: !Q P. P \/ (?x. Q x) <=> (?x. P \/ Q x)
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/bool/SKOLEM__THM: !P. (!x. ?y. P x y) <=> (?f. !x. P x (f x))
% Assm: h4/bool/RIGHT__AND__FORALL__THM: !Q P. P /\ (!x. Q x) <=> (!x. P /\ Q x)
% Assm: h4/bool/LEFT__OR__EXISTS__THM: !Q P. (?x. P x) \/ Q <=> (?x. P x \/ Q)
% Assm: h4/relation/TC__DEF: !b a R. h4/relation/TC R a b <=> (!P. (!x y. R x y ==> P x y) /\ (!x y z. P x y /\ P y z ==> P x z) ==> P a b)
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/bool/LEFT__OR__OVER__AND: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm: h4/bool/EXISTS__DEF: $exists = (\P. P (h4/min/_40 P))
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/relation/RC__DEF: !y x R. h4/relation/RC R x y <=> x = y \/ R x y
% Assm: h4/relation/inv__image__thm: !y x f R. h4/relation/inv__image R f x y <=> R (f x) (f y)
% Assm: h4/bool/LEFT__EXISTS__AND__THM: !Q P. (?x. P x /\ Q) <=> (?x. P x) /\ Q
% Assm: h4/relation/EQC__TRANS: !z y x R. h4/relation/EQC R x y /\ h4/relation/EQC R y z ==> h4/relation/EQC R x z
% Assm: h4/relation/O__DEF: !z x R2 R1. h4/relation/O R1 R2 x z <=> (?y. R2 x y /\ R1 y z)
% Assm: h4/relation/RSUBSET0: !R2 R1. h4/relation/RSUBSET R1 R2 <=> (!x y. R1 x y ==> R2 x y)
% Assm: h4/bool/NOT__EXISTS__THM: !P. ~(?x. P x) <=> (!x. ~P x)
% Assm: h4/bool/LEFT__FORALL__OR__THM: !Q P. (!x. P x \/ Q) <=> (!x. P x) \/ Q
% Assm: h4/num/NOT__SUC: !n. ~(h4/num/SUC n = h4/num/0)
% Assm: h4/prim__rec/PRE0_c0: h4/prim__rec/PRE h4/num/0 = h4/num/0
% 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/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% 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/prim__rec/PRE0_c1: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/prim__rec/PRE__DEF: !m. h4/prim__rec/PRE m = h4/bool/COND (m = h4/num/0) h4/num/0 (h4/min/_40 (\n. m = h4/num/SUC n))
% Assm: h4/prim__rec/LESS__REFL: !n. ~h4/prim__rec/_3C n n
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/EXISTS__SIMP: !t. (?x. t) <=> t
% Assm: h4/prim__rec/LESS__DEF: !n m. h4/prim__rec/_3C m n <=> (?P. (!n0. P (h4/num/SUC n0) ==> P n0) /\ P m /\ ~P n)
% Assm: h4/bool/NOT__AND: !t. ~(t /\ ~t)
% Assm: h4/bool/AND__CLAUSES_c3: !t. t /\ F <=> F
% Assm: h4/arithmetic/num__CASES: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/arithmetic/NORM__0: h4/arithmetic/NUMERAL h4/arithmetic/ZERO = h4/num/0
% Assm: h4/arithmetic/ALT__ZERO: h4/arithmetic/ZERO = h4/num/0
% Assm: h4/arithmetic/NUMERAL__DEF: !x. h4/arithmetic/NUMERAL x = x
% Assm: h4/arithmetic/SUC__NOT: !n. ~(h4/num/0 = h4/num/SUC 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/bool/ABS__SIMP: !t2 t1. (\x. t1) t2 = t1
% 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)
% Goal: !f. h4/relation/transitive (h4/prim__rec/measure f)
%   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_primu_u_recs_measureu_u_def]: h4/prim__rec/measure = h4/relation/inv__image h4/prim__rec/_3C
% Assm [h4s_primu_u_recs_WFu_u_measure]: !m. h4/relation/WF (happ h4/prim__rec/measure m)
% Assm [h4s_relations_WFu_u_invu_u_image]: !f R. h4/relation/WF R ==> h4/relation/WF (happ (h4/relation/inv__image R) f)
% Assm [h4s_primu_u_recs_WFu_u_LESS]: h4/relation/WF h4/prim__rec/_3C
% Assm [h4s_primu_u_recs_measureu_u_thm]: !y x f. happ (happ (happ h4/prim__rec/measure f) x) y <=> happ (happ h4/prim__rec/_3C (happ f x)) (happ f y)
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_relations_invu_u_imageu_u_def]: !f R x x'. happ (happ (happ (h4/relation/inv__image R) f) x) x' <=> happ (happ R (happ f x)) (happ f x')
% Assm [h4s_relations_transitiveu_u_def]: !R. h4/relation/transitive R <=> (!x y z. happ (happ R x) y /\ happ (happ R y) z ==> happ (happ R x) z)
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_arithmetics_LESSu_u_TRANS]: !p n m. happ (happ h4/prim__rec/_3C m) n /\ happ (happ h4/prim__rec/_3C n) p ==> happ (happ h4/prim__rec/_3C m) p
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_dcu_u_disj]: !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_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% 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_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_arithmetics_transitiveu_u_LESS]: h4/relation/transitive h4/prim__rec/_3C
% Assm [h4s_pairs_transitiveu_u_LEX]: !R2 R1. h4/relation/transitive R1 /\ h4/relation/transitive R2 ==> h4/relation/transitive (h4/pair/LEX R1 R2)
% 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_relations_transitiveu_u_RTC]: !R. h4/relation/transitive (h4/relation/RTC R)
% Assm [h4s_relations_transitiveu_u_TCu_u_identity]: !R. h4/relation/transitive R ==> h4/relation/TC R = R
% Assm [h4s_relations_equivalenceu_u_def]: !R. h4/relation/equivalence R <=> h4/relation/reflexive R /\ h4/relation/symmetric R /\ h4/relation/transitive R
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_relations_WeakOrder0]: !Z. h4/relation/WeakOrder Z <=> h4/relation/reflexive Z /\ h4/relation/antisymmetric Z /\ h4/relation/transitive Z
% Assm [h4s_relations_PreOrder0]: !R. h4/relation/PreOrder R <=> h4/relation/reflexive R /\ h4/relation/transitive R
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Assm [h4s_relations_transitiveu_u_inv]: !R. h4/relation/transitive (h4/relation/inv R) <=> h4/relation/transitive R
% Assm [h4s_bools_DISJu_u_ASSOC]: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_DISJu_u_SYM]: !B A. A \/ B <=> B \/ A
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_relations_transitiveu_u_RINTER]: !R2 R1. h4/relation/transitive R1 /\ h4/relation/transitive R2 ==> h4/relation/transitive (h4/relation/RINTER R1 R2)
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_relations_irreflu_u_transu_u_impliesu_u_antisym]: !R. h4/relation/irreflexive R /\ h4/relation/transitive R ==> h4/relation/antisymmetric R
% Assm [h4s_sats_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_relations_RTCu_u_TRANSITIVE]: !R. h4/relation/transitive (h4/relation/RTC R)
% Assm [h4s_relations_Order0]: !Z. h4/relation/Order Z <=> h4/relation/antisymmetric Z /\ h4/relation/transitive Z
% Assm [h4s_relations_RTCu_u_liftsu_u_reflexiveu_u_transitiveu_u_relations]: !f R Q. (!x y. happ (happ R x) y ==> happ (happ Q (happ f x)) (happ f y)) /\ h4/relation/reflexive Q /\ h4/relation/transitive Q ==> (!x y. happ (happ (h4/relation/RTC R) x) y ==> happ (happ Q (happ f x)) (happ f y))
% Assm [h4s_bools_RIGHTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. P \/ happ Q x) <=> P \/ (!x. happ Q x)
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_relations_TCu_u_TRANSITIVE]: !R. h4/relation/transitive (h4/relation/TC R)
% Assm [h4s_relations_TCu_u_liftsu_u_transitiveu_u_relations]: !f R Q. (!x y. happ (happ R x) y ==> happ (happ Q (happ f x)) (happ f y)) /\ h4/relation/transitive Q ==> (!x y. happ (happ (h4/relation/TC R) x) y ==> happ (happ Q (happ f x)) (happ f y))
% Assm [h4s_relations_transitiveu_u_RC]: !R. h4/relation/transitive R ==> h4/relation/transitive (h4/relation/RC R)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_relations_StrongOrder0]: !Z. h4/relation/StrongOrder Z <=> h4/relation/irreflexive Z /\ h4/relation/transitive Z
% Assm [h4s_relations_RTCu_u_RTC]: !y x R. happ (happ (h4/relation/RTC R) x) y ==> (!z. happ (happ (h4/relation/RTC R) y) z ==> happ (happ (h4/relation/RTC R) x) z)
% Assm [h4s_relations_transitiveu_u_invu_u_image]: !f R. h4/relation/transitive R ==> h4/relation/transitive (happ (h4/relation/inv__image R) f)
% Assm [h4s_pairs_LEXu_u_DEF]: !_3. (!R1 s u R2 t v. happ (happ (happ (happ (happ (happ _3 R1) s) u) R2) t) v <=> happ (happ R1 s) u \/ s = u /\ happ (happ R2 t) v) ==> (!_2. (!R1 s R2 t u. happ (happ (happ (happ (happ _2 R1) s) R2) t) u = happ (happ (happ (happ (happ _3 R1) s) u) R2) t) ==> (!_1. (!R1 s R2 t. happ (happ (happ (happ _1 R1) s) R2) t = h4/pair/UNCURRY (happ (happ (happ (happ _2 R1) s) R2) t)) ==> (!_0. (!R1 R2 s. happ (happ (happ _0 R1) R2) s = happ (happ (happ _1 R1) s) R2) ==> (!R2 R1. h4/pair/LEX R1 R2 = h4/pair/UNCURRY (happ (happ _0 R1) R2)))))
% Assm [h4s_sats_pthu_u_no2]: !q p. ~(p \/ q) ==> ~q
% Assm [h4s_pairs_FORALLu_u_PROD]: !P. (!p. happ P p) <=> (!p__1 p__2. happ P (h4/pair/_2C p__1 p__2))
% Assm [h4s_bools_EQu_u_REFL]: !x. x = x
% Assm [h4s_pairs_UNCURRYu_u_DEF]: !y x f. happ (h4/pair/UNCURRY f) (h4/pair/_2C x y) = happ (happ f x) y
% Assm [h4s_sats_pthu_u_no1]: !q p. ~(p \/ q) ==> ~p
% Assm [h4s_sats_pthu_u_nn]: !p. ~ ~p ==> p
% Assm [h4s_relations_TCu_u_INDUCT]: !R P. (!x y. happ (happ R x) y ==> happ (happ P x) y) /\ (!x y z. happ (happ P x) y /\ happ (happ P y) z ==> happ (happ P x) z) ==> (!u v. happ (happ (h4/relation/TC R) u) v ==> happ (happ P u) v)
% Assm [h4s_relations_transitiveu_u_EQC]: !R. h4/relation/transitive (h4/relation/EQC R)
% Assm [h4s_relations_transitiveu_u_Ou_u_RSUBSET]: !R. h4/relation/transitive R <=> h4/relation/RSUBSET (h4/relation/O R R) R
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !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_relations_TCu_u_RULESu_c0]: !y x R. happ (happ R x) y ==> happ (happ (h4/relation/TC R) x) y
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_EQu_u_IMPu_u_THM]: !t2 t1. (t1 <=> t2) <=> (t1 ==> t2) /\ (t2 ==> t1)
% Assm [h4s_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_relations_RINTER0]: !y x R2 R1. happ (happ (h4/relation/RINTER R1 R2) x) y <=> happ (happ R1 x) y /\ happ (happ R2 x) y
% Assm [h4s_bools_LEFTu_u_FORALLu_u_IMPu_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_relations_invu_u_DEF]: !y x R. happ (happ (h4/relation/inv R) x) y <=> happ (happ R y) x
% Assm [h4s_relations_antisymmetricu_u_def]: !R. h4/relation/antisymmetric R <=> (!x y. happ (happ R x) y /\ happ (happ R y) x ==> x = y)
% Assm [h4s_relations_irreflexiveu_u_def]: !R. h4/relation/irreflexive R <=> (!x. ~happ (happ R x) x)
% Assm [h4s_relations_RTCu_u_INDUCT]: !R P. (!x. happ (happ P x) x) /\ (!x y z. happ (happ R x) y /\ happ (happ P y) z ==> happ (happ P x) z) ==> (!x y. happ (happ (h4/relation/RTC R) x) y ==> happ (happ P x) y)
% Assm [h4s_relations_reflexiveu_u_def]: !R. h4/relation/reflexive R <=> (!x. happ (happ R x) x)
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_RIGHTu_u_ORu_u_EXISTSu_u_THM]: !Q P. P \/ (?x. happ Q x) <=> (?x. P \/ happ Q x)
% Assm [h4s_combins_Iu_u_THM]: !x. h4/combin/I x = x
% 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_RIGHTu_u_ANDu_u_FORALLu_u_THM]: !Q P. P /\ (!x. happ Q x) <=> (!x. P /\ 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_relations_TCu_u_DEF]: !b a R. happ (happ (h4/relation/TC R) a) b <=> (!P. (!x y. happ (happ R x) y ==> happ (happ P x) y) /\ (!x y z. happ (happ P x) y /\ happ (happ P y) z ==> happ (happ P x) z) ==> happ (happ P a) b)
% Assm [h4s_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_bools_LEFTu_u_ORu_u_OVERu_u_AND]: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm [h4s_bools_EXISTSu_u_DEF]: !x. $exists x <=> happ x (h4/min/_40 x)
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_relations_RCu_u_DEF]: !y x R. happ (happ (h4/relation/RC R) x) y <=> x = y \/ happ (happ R x) y
% Assm [h4s_relations_invu_u_imageu_u_thm]: !y x f R. happ (happ (happ (h4/relation/inv__image R) f) x) y <=> happ (happ R (happ f x)) (happ f y)
% Assm [h4s_bools_LEFTu_u_EXISTSu_u_ANDu_u_THM]: !Q P. (?x. happ P x /\ Q) <=> (?x. happ P x) /\ Q
% Assm [h4s_relations_EQCu_u_TRANS]: !z y x R. happ (happ (h4/relation/EQC R) x) y /\ happ (happ (h4/relation/EQC R) y) z ==> happ (happ (h4/relation/EQC R) x) z
% Assm [h4s_relations_Ou_u_DEF]: !z x R2 R1. happ (happ (h4/relation/O R1 R2) x) z <=> (?y. happ (happ R2 x) y /\ happ (happ R1 y) z)
% Assm [h4s_relations_RSUBSET0]: !R2 R1. h4/relation/RSUBSET R1 R2 <=> (!x y. happ (happ R1 x) y ==> happ (happ R2 x) y)
% Assm [h4s_bools_NOTu_u_EXISTSu_u_THM]: !P. ~(?x. happ P x) <=> (!x. ~happ P x)
% Assm [h4s_bools_LEFTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. happ P x \/ Q) <=> (!x. happ P x) \/ Q
% Assm [h4s_nums_NOTu_u_SUC]: !n. ~(h4/num/SUC n = h4/num/0)
% Assm [h4s_primu_u_recs_PRE0u_c0]: h4/prim__rec/PRE h4/num/0 = h4/num/0
% 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_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% 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_ETAu_u_AX]: !t x. happ t x = happ t x
% 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_primu_u_recs_PRE0u_c1]: !m. h4/prim__rec/PRE (h4/num/SUC m) = m
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_primu_u_recs_PREu_u_DEF]: !_0. (!m n. happ (happ _0 m) n <=> m = h4/num/SUC n) ==> (!m. ?v. (v <=> m = h4/num/0) /\ h4/prim__rec/PRE m = h4/bool/COND v h4/num/0 (h4/min/_40 (happ _0 m)))
% Assm [h4s_primu_u_recs_LESSu_u_REFL]: !n. ~happ (happ h4/prim__rec/_3C n) n
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_EXISTSu_u_SIMP]: !t. (?x. t) <=> t
% Assm [h4s_primu_u_recs_LESSu_u_DEF]: !n m. happ (happ h4/prim__rec/_3C m) n <=> (?P. (!n0. happ P (h4/num/SUC n0) ==> happ P n0) /\ happ P m /\ ~happ P n)
% Assm [h4s_bools_NOTu_u_AND]: !t. ~(t /\ ~t)
% Assm [h4s_bools_ANDu_u_CLAUSESu_c3]: !t. t /\ F <=> F
% Assm [h4s_arithmetics_numu_u_CASES]: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_arithmetics_NORMu_u_0]: h4/arithmetic/NUMERAL h4/arithmetic/ZERO = h4/num/0
% Assm [h4s_arithmetics_ALTu_u_ZERO]: h4/arithmetic/ZERO = h4/num/0
% Assm [h4s_arithmetics_NUMERALu_u_DEF]: !x. h4/arithmetic/NUMERAL x = x
% Assm [h4s_arithmetics_SUCu_u_NOT]: !n. ~(h4/num/0 = h4/num/SUC n)
% 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_bools_ABSu_u_SIMP]: !t2 t1. t1 = t1
% 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))))
% Goal: !f. h4/relation/transitive (happ h4/prim__rec/measure f)
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f0)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f0))).
fof(aHLu_EXT, axiom, ![TV_Q1400036,TV_Q1400032]: ![V_f, V_g]: (![V_x]: s(TV_Q1400032,happ(s(t_fun(TV_Q1400036,TV_Q1400032),V_f),s(TV_Q1400036,V_x))) = s(TV_Q1400032,happ(s(t_fun(TV_Q1400036,TV_Q1400032),V_g),s(TV_Q1400036,V_x))) => s(t_fun(TV_Q1400036,TV_Q1400032),V_f) = s(t_fun(TV_Q1400036,TV_Q1400032),V_g))).
fof(ah4s_primu_u_recs_measureu_u_def, axiom, ![TV_u_27a]: s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_primu_u_recs_measure) = s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_relations_invu_u_image(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_primu_u_recs_u_3c)))).
fof(ah4s_primu_u_recs_WFu_u_measure, axiom, ![TV_u_27a]: ![V_m]: p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_primu_u_recs_measure),s(t_fun(TV_u_27a,t_h4s_nums_num),V_m))))))).
fof(ah4s_relations_WFu_u_invu_u_image, axiom, ![TV_u_27a,TV_u_27b]: ![V_f, V_R]: (p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R)))) => p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_relations_invu_u_image(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R))),s(t_fun(TV_u_27a,TV_u_27b),V_f)))))))).
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_primu_u_recs_measureu_u_thm, axiom, ![TV_u_27a]: ![V_y, V_x, V_f]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_primu_u_recs_measure),s(t_fun(TV_u_27a,t_h4s_nums_num),V_f))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = 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,happ(s(t_fun(TV_u_27a,t_h4s_nums_num),V_f),s(TV_u_27a,V_x))))),s(t_h4s_nums_num,happ(s(t_fun(TV_u_27a,t_h4s_nums_num),V_f),s(TV_u_27a,V_y)))))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_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_relations_invu_u_imageu_u_def, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R, V_x, V_xi_]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_relations_invu_u_image(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R))),s(t_fun(TV_u_27a,TV_u_27b),V_f))),s(TV_u_27a,V_x))),s(TV_u_27a,V_xi_))) = s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_xi_)))))).
fof(ah4s_relations_transitiveu_u_def, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> ![V_x, 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_y)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_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))))))).
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_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_LESSu_u_TRANS, axiom, ![V_p, 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,V_n)))) & p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_primu_u_recs_u_3c),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_p))))) => 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_p)))))).
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_ORu_u_DUAL2, axiom, ![V_B, V_A]: ((~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) => p(s(t_bool,f0))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f0))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f0)))))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f0))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f0))) => p(s(t_bool,f0))))).
fof(ah4s_sats_dcu_u_disj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_q)))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_dcu_u_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_ORu_u_DUAL3, axiom, ![V_B, V_A]: ((~ ((~ (p(s(t_bool,V_A))) | p(s(t_bool,V_B)))) => p(s(t_bool,f0))) <=> (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f0)))))).
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_ANDu_u_INVu_u_IMP, axiom, ![V_A]: (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_A))) => p(s(t_bool,f0))))).
fof(ah4s_sats_dcu_u_imp, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) => p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (~ (p(s(t_bool,V_q))) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f0))) <=> ~ (p(s(t_bool,V_t))))).
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_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_arithmetics_transitiveu_u_LESS, axiom, p(s(t_bool,h4s_relations_transitive(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_primu_u_recs_u_3c))))).
fof(ah4s_pairs_transitiveu_u_LEX, axiom, ![TV_u_27a,TV_u_27b]: ![V_R2, V_R1]: ((p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))))) => p(s(t_bool,h4s_relations_transitive(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool)),h4s_pairs_lex(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2)))))))).
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_relations_transitiveu_u_RTC, axiom, ![TV_u_27a]: ![V_R]: p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_relations_transitiveu_u_TCu_u_identity, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))) = s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))).
fof(ah4s_relations_equivalenceu_u_def, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_equivalence(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> (p(s(t_bool,h4s_relations_reflexive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) & (p(s(t_bool,h4s_relations_symmetric(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))))))).
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_relations_WeakOrder0, axiom, ![TV_u_27g]: ![V_Z]: (p(s(t_bool,h4s_relations_weakorder(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))) <=> (p(s(t_bool,h4s_relations_reflexive(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))) & (p(s(t_bool,h4s_relations_antisymmetric(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))))))).
fof(ah4s_relations_PreOrder0, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_preorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> (p(s(t_bool,h4s_relations_reflexive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_bools_IMPu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f0))) => ~ (p(s(t_bool,V_t))))).
fof(ah4s_relations_transitiveu_u_inv, axiom, ![TV_u_27a]: ![V_R]: s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_inv(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))) = s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))).
fof(ah4s_bools_DISJu_u_ASSOC, axiom, ![V_C, V_B, V_A]: ((p(s(t_bool,V_A)) | (p(s(t_bool,V_B)) | p(s(t_bool,V_C)))) <=> ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) | p(s(t_bool,V_C))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c1, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_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_Fu_u_IMP, axiom, ![V_t]: (~ (p(s(t_bool,V_t))) => (p(s(t_bool,V_t)) => p(s(t_bool,f0))))).
fof(ah4s_relations_transitiveu_u_RINTER, axiom, ![TV_u_27a]: ![V_R2, V_R1]: ((p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R2))))) => p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rinter(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R2)))))))).
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_relations_irreflu_u_transu_u_impliesu_u_antisym, axiom, ![TV_u_27a]: ![V_R]: ((p(s(t_bool,h4s_relations_irreflexive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))) => p(s(t_bool,h4s_relations_antisymmetric(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))))).
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_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_relations_RTCu_u_TRANSITIVE, axiom, ![TV_u_27a]: ![V_R]: p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_relations_Order0, axiom, ![TV_u_27g]: ![V_Z]: (p(s(t_bool,h4s_relations_order(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))) <=> (p(s(t_bool,h4s_relations_antisymmetric(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z))))))).
fof(ah4s_relations_RTCu_u_liftsu_u_reflexiveu_u_transitiveu_u_relations, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R, V_Q]: ((![V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_Q),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))))))) & (p(s(t_bool,h4s_relations_reflexive(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_Q)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_Q)))))) => ![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)),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)))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_Q),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))))))))).
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_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_relations_TCu_u_TRANSITIVE, axiom, ![TV_u_27a]: ![V_R]: p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_relations_TCu_u_liftsu_u_transitiveu_u_relations, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R, V_Q]: ((![V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_Q),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))))))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_Q))))) => ![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)),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)))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_Q),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))))))))).
fof(ah4s_relations_transitiveu_u_RC, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))))))).
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_relations_StrongOrder0, axiom, ![TV_u_27g]: ![V_Z]: (p(s(t_bool,h4s_relations_strongorder(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))) <=> (p(s(t_bool,h4s_relations_irreflexive(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27g,t_fun(TV_u_27g,t_bool)),V_Z))))))).
fof(ah4s_relations_RTCu_u_RTC, axiom, ![TV_u_27a]: ![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)),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_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)),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,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,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_relations_transitiveu_u_invu_u_image, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R]: (p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(t_fun(TV_u_27b,TV_u_27a),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))),h4s_relations_invu_u_image(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27b,TV_u_27a),V_f)))))))).
fof(ah4s_pairs_LEXu_u_DEF, axiom, ![TV_u_27a,TV_u_27b]: ![V_uu_3]: (![V_R1, V_s, V_u, V_R2, V_t, V_v]: (p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)))),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)))))),V_uu_3),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(TV_u_27a,V_s))),s(TV_u_27a,V_u))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(TV_u_27b,V_t))),s(TV_u_27b,V_v)))) <=> (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_R1),s(TV_u_27a,V_s))),s(TV_u_27a,V_u)))) | (s(TV_u_27a,V_s) = s(TV_u_27a,V_u) & p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(TV_u_27b,V_t))),s(TV_u_27b,V_v))))))) => ![V_uu_2]: (![V_R1, V_s, V_R2, V_t, V_u]: s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool))))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)))))),V_uu_2),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(TV_u_27a,V_s))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(TV_u_27b,V_t))),s(TV_u_27a,V_u))) = s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)))),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)))))),V_uu_3),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(TV_u_27a,V_s))),s(TV_u_27a,V_u))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(TV_u_27b,V_t))) => ![V_uu_1]: (![V_R1, V_s, V_R2, V_t]: s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool)),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(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(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(TV_u_27a,V_s))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(TV_u_27b,V_t))) = s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),h4s_pairs_uncurry(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool))))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)))))),V_uu_2),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(TV_u_27a,V_s))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(TV_u_27b,V_t))))) => ![V_uu_0]: (![V_R1, V_R2, V_s]: s(t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(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_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))))),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(TV_u_27a,V_s))) = s(t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool)),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(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(TV_u_27a,t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(TV_u_27a,V_s))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))) => ![V_R2, V_R1]: s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool)),h4s_pairs_lex(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))) = s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool)),h4s_pairs_uncurry(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))),happ(s(t_fun(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(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_27b,t_fun(TV_u_27b,t_bool)),t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool))))),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2)))))))))).
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_pairs_FORALLu_u_PROD, axiom, ![TV_u_27a,TV_u_27b]: ![V_P]: (![V_p]: p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),V_P),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_p)))) <=> ![V_pu_u_1, V_pu_u_2]: p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_bool),V_P),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_pu_u_1),s(TV_u_27b,V_pu_u_2)))))))).
fof(ah4s_bools_EQu_u_REFL, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,V_x) = s(TV_u_27a,V_x)).
fof(ah4s_pairs_UNCURRYu_u_DEF, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_y, V_x, V_f]: s(TV_u_27c,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),TV_u_27c),h4s_pairs_uncurry(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_f))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27c,happ(s(t_fun(TV_u_27b,TV_u_27c),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_f),s(TV_u_27a,V_x))),s(TV_u_27b,V_y)))).
fof(ah4s_sats_pthu_u_no1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) | p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_p))))).
fof(ah4s_sats_pthu_u_nn, axiom, ![V_p]: (~ (~ (p(s(t_bool,V_p)))) => p(s(t_bool,V_p)))).
fof(ah4s_relations_TCu_u_INDUCT, axiom, ![TV_u_27a]: ![V_R, V_P]: ((![V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),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_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))) & ![V_x, 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_P),s(TV_u_27a,V_x))),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_P),s(TV_u_27a,V_y))),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_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_z)))))) => ![V_u, V_v]: (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)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_u))),s(TV_u_27a,V_v)))) => 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_P),s(TV_u_27a,V_u))),s(TV_u_27a,V_v))))))).
fof(ah4s_relations_transitiveu_u_EQC, axiom, ![TV_u_27a]: ![V_R]: p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_eqc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_relations_transitiveu_u_Ou_u_RSUBSET, axiom, ![TV_u_27a]: ![V_R]: s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))) = s(t_bool,h4s_relations_rsubset(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_o(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))).
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_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_relations_TCu_u_RULESu_c0, axiom, ![TV_u_27a]: ![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,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,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)))))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_IMPu_u_THM, axiom, ![V_t2, V_t1]: (s(t_bool,V_t1) = s(t_bool,V_t2) <=> ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) & (p(s(t_bool,V_t2)) => p(s(t_bool,V_t1)))))).
fof(ah4s_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_relations_RINTER0, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x, V_R2, V_R1]: (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)),h4s_relations_rinter(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R2))),s(TV_u_27a,V_x))),s(TV_u_27b,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_R1),s(TV_u_27a,V_x))),s(TV_u_27b,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_R2),s(TV_u_27a,V_x))),s(TV_u_27b,V_y))))))).
fof(ah4s_bools_LEFTu_u_FORALLu_u_IMPu_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_relations_invu_u_DEF, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: 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)),h4s_relations_inv(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))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_x)))).
fof(ah4s_relations_antisymmetricu_u_def, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_antisymmetric(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> ![V_x, V_y]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),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_y))),s(TV_u_27a,V_x))))) => s(TV_u_27a,V_x) = s(TV_u_27a,V_y)))).
fof(ah4s_relations_irreflexiveu_u_def, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_irreflexive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> ![V_x]: ~ (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_x))))))).
fof(ah4s_relations_RTCu_u_INDUCT, axiom, ![TV_u_27a]: ![V_R, V_P]: ((![V_x]: 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_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_x)))) & ![V_x, 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_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_P),s(TV_u_27a,V_y))),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_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_z)))))) => ![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)),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)))) => 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_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))))).
fof(ah4s_relations_reflexiveu_u_def, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_reflexive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> ![V_x]: 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_x)))))).
fof(ah4s_bools_CONJu_u_ASSOC, 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_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_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_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_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_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_relations_TCu_u_DEF, axiom, ![TV_u_27a]: ![V_b, V_a, 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)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_a))),s(TV_u_27a,V_b)))) <=> ![V_P]: ((![V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),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_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))) & ![V_x, 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_P),s(TV_u_27a,V_x))),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_P),s(TV_u_27a,V_y))),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_P),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_P),s(TV_u_27a,V_a))),s(TV_u_27a,V_b))))))).
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_LEFTu_u_ORu_u_OVERu_u_AND, axiom, ![V_C, V_B, V_A]: ((p(s(t_bool,V_A)) | (p(s(t_bool,V_B)) & p(s(t_bool,V_C)))) <=> ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) & (p(s(t_bool,V_A)) | p(s(t_bool,V_C)))))).
fof(ah4s_bools_EXISTSu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,d_exists(s(t_fun(TV_u_27a,t_bool),V_x))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_x)))))).
fof(ah4s_bools_ORu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) | p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_relations_RCu_u_DEF, axiom, ![TV_u_27a]: ![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)),h4s_relations_rc(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)))) <=> (s(TV_u_27a,V_x) = 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))))))).
fof(ah4s_relations_invu_u_imageu_u_thm, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_x, V_f, V_R]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_relations_invu_u_image(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R))),s(t_fun(TV_u_27a,TV_u_27b),V_f))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y)))))).
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_relations_EQCu_u_TRANS, 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)),h4s_relations_eqc(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,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_eqc(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,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_eqc(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_relations_Ou_u_DEF, axiom, ![TV_u_27g,TV_u_27h,TV_u_27k]: ![V_z, V_x, V_R2, V_R1]: (p(s(t_bool,happ(s(t_fun(TV_u_27k,t_bool),happ(s(t_fun(TV_u_27g,t_fun(TV_u_27k,t_bool)),h4s_relations_o(s(t_fun(TV_u_27h,t_fun(TV_u_27k,t_bool)),V_R1),s(t_fun(TV_u_27g,t_fun(TV_u_27h,t_bool)),V_R2))),s(TV_u_27g,V_x))),s(TV_u_27k,V_z)))) <=> ?[V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27h,t_bool),happ(s(t_fun(TV_u_27g,t_fun(TV_u_27h,t_bool)),V_R2),s(TV_u_27g,V_x))),s(TV_u_27h,V_y)))) & p(s(t_bool,happ(s(t_fun(TV_u_27k,t_bool),happ(s(t_fun(TV_u_27h,t_fun(TV_u_27k,t_bool)),V_R1),s(TV_u_27h,V_y))),s(TV_u_27k,V_z))))))).
fof(ah4s_relations_RSUBSET0, axiom, ![TV_u_27a,TV_u_27b]: ![V_R2, V_R1]: (p(s(t_bool,h4s_relations_rsubset(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R2)))) <=> ![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_R1),s(TV_u_27a,V_x))),s(TV_u_27b,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_R2),s(TV_u_27a,V_x))),s(TV_u_27b,V_y))))))).
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_LEFTu_u_FORALLu_u_ORu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))) <=> (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))))).
fof(ah4s_nums_NOTu_u_SUC, axiom, ![V_n]: ~ (s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0))).
fof(ah4s_primu_u_recs_PRE0u_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_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_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_FALSITY, axiom, ![V_t]: (p(s(t_bool,f0)) => p(s(t_bool,V_t)))).
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_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_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_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_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f0),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_primu_u_recs_PREu_u_DEF, axiom, ![V_uu_0]: (![V_m, V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),V_uu_0),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n)))) <=> s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))) => ![V_m]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0)) & s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_mins_u_40(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)),V_uu_0),s(t_h4s_nums_num,V_m)))))))))).
fof(ah4s_primu_u_recs_LESSu_u_REFL, axiom, ![V_n]: ~ (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_primu_u_recs_u_3c),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f0))) <=> p(s(t_bool,t)))).
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_primu_u_recs_LESSu_u_DEF, 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,V_n)))) <=> ?[V_P]: (![V_n0]: (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_n0)))))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n0))))) & (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_m)))) & ~ (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_NOTu_u_AND, axiom, ![V_t]: ~ ((p(s(t_bool,V_t)) & ~ (p(s(t_bool,V_t)))))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,f0))) <=> p(s(t_bool,f0)))).
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_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f0)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_arithmetics_NORMu_u_0, axiom, s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_arithmetics_ALTu_u_ZERO, axiom, s(t_h4s_nums_num,h4s_arithmetics_zero) = 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_arithmetics_SUCu_u_NOT, axiom, ![V_n]: ~ (s(t_h4s_nums_num,h4s_nums_0) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))).
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_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_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(ch4s_arithmetics_transitiveu_u_measure, conjecture, ![TV_u_27a]: ![V_f]: p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_nums_num),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_primu_u_recs_measure),s(t_fun(TV_u_27a,t_h4s_nums_num),V_f))))))).
