%   ORIGINAL: h4/toto/aplextoto
% 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/bool/LET__DEF: h4/bool/LET = (\f x. f x)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/LET__THM: !x f. h4/bool/LET f x = f x
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/AND__CLAUSES_c2: !t. F /\ t <=> F
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/OR__CLAUSES_c1: !t. t \/ T <=> T
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/OR__CLAUSES_c3: !t. t \/ F <=> t
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/bool/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/EQ__CLAUSES_c2: !t. (F <=> 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/DISJ__ASSOC: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/IMP__DISJ__THM: !B A. A ==> B <=> ~A \/ B
% Assm: h4/bool/IMP__F__EQ__F: !t. t ==> F <=> t <=> F
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/bool/EQ__EXPAND: !t2 t1. (t1 <=> t2) <=> t1 /\ t2 \/ ~t1 /\ ~t2
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/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__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/sat/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/relation/transitive__def: !R. h4/relation/transitive R <=> (!x y z. R x y /\ R y z ==> R x z)
% Assm: h4/relation/reflexive__def: !R. h4/relation/reflexive R <=> (!x. R x x)
% Assm: h4/relation/irreflexive__def: !R. h4/relation/irreflexive R <=> (!x. ~R x x)
% Assm: h4/relation/antisymmetric__def: !R. h4/relation/antisymmetric R <=> (!x y. R x y /\ R y x ==> x = y)
% Assm: h4/relation/trichotomous0: !R. h4/relation/trichotomous R <=> (!a b. R a b \/ R b a \/ a = b)
% Assm: h4/relation/WeakOrder0: !Z. h4/relation/WeakOrder Z <=> h4/relation/reflexive Z /\ h4/relation/antisymmetric Z /\ h4/relation/transitive Z
% Assm: h4/relation/WeakOrd__Ord: !R. h4/relation/WeakOrder R ==> h4/relation/Order R
% Assm: h4/relation/STRORD0: !b a R. h4/relation/STRORD R a b <=> R a b /\ ~(a = b)
% Assm: h4/relation/STRORD__Strong: !R. h4/relation/Order R <=> h4/relation/StrongOrder (h4/relation/STRORD R)
% Assm: h4/relation/trichotomous__STRORD: !R. h4/relation/trichotomous (h4/relation/STRORD R) <=> h4/relation/trichotomous R
% Assm: h4/relation/StrongLinearOrder0: !R. h4/relation/StrongLinearOrder R <=> h4/relation/StrongOrder R /\ h4/relation/trichotomous R
% Assm: h4/relation/WeakLinearOrder0: !R. h4/relation/WeakLinearOrder R <=> h4/relation/WeakOrder R /\ h4/relation/trichotomous R
% Assm: h4/pair/PAIR__EQ: !y x b a. h4/pair/_2C x y = h4/pair/_2C a b <=> x = a /\ y = b
% Assm: h4/pair/PAIR: !x. h4/pair/_2C (h4/pair/FST x) (h4/pair/SND x) = x
% Assm: h4/pair/FST0: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm: h4/pair/SND0: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% Assm: h4/pair/UNCURRY__DEF: !y x f. h4/pair/UNCURRY f (h4/pair/_2C x y) = f x y
% 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/arithmetic/ADD__CLAUSES_c0: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm: h4/arithmetic/ADD__SYM: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm: h4/arithmetic/ADD__ASSOC: !p n m. h4/arithmetic/_2B m (h4/arithmetic/_2B n p) = h4/arithmetic/_2B (h4/arithmetic/_2B m n) p
% Assm: h4/arithmetic/LESS__EQ: !n m. h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n
% Assm: h4/arithmetic/NOT__LESS: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm: h4/arithmetic/MULT__CLAUSES_c2: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm: h4/arithmetic/LESS__EQ__TRANS: !p n m. h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n p ==> h4/arithmetic/_3C_3D m p
% Assm: h4/arithmetic/ZERO__LESS__EQ: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm: h4/arithmetic/EQ__LESS__EQ: !n m. m = n <=> h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n m
% Assm: h4/arithmetic/ADD__MONO__LESS__EQ: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Assm: h4/arithmetic/NOT__LEQ: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm: h4/arithmetic/NOT__NUM__EQ: !n m. ~(m = n) <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n \/ h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm: h4/arithmetic/SUC__ONE__ADD: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm: h4/arithmetic/SUB__LEFT__LESS: !p n m. h4/prim__rec/_3C m (h4/arithmetic/_2D n p) <=> h4/prim__rec/_3C (h4/arithmetic/_2B m p) n
% Assm: h4/arithmetic/SUB__LEFT__EQ: !p n m. m = h4/arithmetic/_2D n p <=> h4/arithmetic/_2B m p = n \/ h4/arithmetic/_3C_3D m h4/num/0 /\ h4/arithmetic/_3C_3D n p
% Assm: h4/numeral/numeral__distrib_c1: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm: h4/numeral/numeral__distrib_c2: !n m. h4/arithmetic/_2B (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__distrib_c8: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm: h4/numeral/numeral__distrib_c17: !n. h4/arithmetic/NUMERAL n = h4/num/0 <=> n = h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__distrib_c20: !n. h4/prim__rec/_3C n h4/num/0 <=> F
% Assm: h4/numeral/numeral__distrib_c27: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__add_c0: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm: h4/numeral/numeral__add_c2: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__eq_c1: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__eq_c3: !n. h4/arithmetic/BIT2 n = h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c3: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_c5: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm: h4/numeral/numeral__lte_c1: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lte_c2: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/iSUB__THM_c1: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm: h4/numeral/iSUB__THM_c3: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) = h4/numeral/iDUB (h4/numeral/iSUB T n m)
% Assm: h4/numeral/iSUB__THM_c8: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm: h4/numeral/numeral__sub: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm: h4/numeral/iDUB__removal_c0: !n. h4/numeral/iDUB (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 (h4/numeral/iDUB n)
% Assm: h4/numeral/iDUB__removal_c2: h4/numeral/iDUB h4/arithmetic/ZERO = h4/arithmetic/ZERO
% Assm: h4/toto/num2cpn__ONTO: !a. ?r. a = h4/toto/num2cpn r /\ h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/toto/LESS__def: h4/toto/LESS = h4/toto/num2cpn h4/num/0
% Assm: h4/toto/EQUAL__def: h4/toto/EQUAL = h4/toto/num2cpn (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/toto/GREATER__def: h4/toto/GREATER = h4/toto/num2cpn (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm: h4/toto/cpn__case__def_c0: !v2 v1 v0. h4/toto/cpn__CASE h4/toto/LESS v0 v1 v2 = v0
% Assm: h4/toto/cpn__case__def_c1: !v2 v1 v0. h4/toto/cpn__CASE h4/toto/EQUAL v0 v1 v2 = v1
% Assm: h4/toto/cpn__case__def_c2: !v2 v1 v0. h4/toto/cpn__CASE h4/toto/GREATER v0 v1 v2 = v2
% Assm: h4/toto/cpn__distinct_c0: ~(h4/toto/LESS = h4/toto/EQUAL)
% Assm: h4/toto/TotOrd0: !c. h4/toto/TotOrd c <=> (!x y. c x y = h4/toto/EQUAL <=> x = y) /\ (!x y. c x y = h4/toto/GREATER <=> c y x = h4/toto/LESS) /\ (!x y z. c x y = h4/toto/LESS /\ c y z = h4/toto/LESS ==> c x z = h4/toto/LESS)
% Assm: h4/toto/TO__of__LinearOrder0: !y x r. h4/toto/TO__of__LinearOrder r x y = h4/bool/COND (x = y) h4/toto/EQUAL (h4/bool/COND (r x y) h4/toto/LESS h4/toto/GREATER)
% Assm: h4/toto/TotOrd__apto: !c. h4/toto/TotOrd (h4/toto/apto c)
% Assm: h4/toto/TO__apto__TO__IMP: !r. h4/toto/TotOrd r ==> h4/toto/apto (h4/toto/TO r) = r
% Assm: h4/toto/toto__equal__eq: !y x c. h4/toto/apto c x y = h4/toto/EQUAL <=> x = y
% Assm: h4/toto/TO__refl: !c. h4/toto/TotOrd c ==> (!x. c x x = h4/toto/EQUAL)
% Assm: h4/toto/toto__refl: !x c. h4/toto/apto c x x = h4/toto/EQUAL
% Assm: h4/toto/toto__equal__sym: !y x c. h4/toto/apto c x y = h4/toto/EQUAL <=> h4/toto/apto c y x = h4/toto/EQUAL
% Assm: h4/toto/toto__antisym: !y x c. h4/toto/apto c x y = h4/toto/GREATER <=> h4/toto/apto c y x = h4/toto/LESS
% Assm: h4/toto/totoLLtrans: !z y x c. h4/toto/apto c x y = h4/toto/LESS /\ h4/toto/apto c y z = h4/toto/LESS ==> h4/toto/apto c x z = h4/toto/LESS
% Assm: h4/toto/totoLEtrans: !z y x c. h4/toto/apto c x y = h4/toto/LESS /\ h4/toto/apto c y z = h4/toto/EQUAL ==> h4/toto/apto c x z = h4/toto/LESS
% Assm: h4/toto/totoELtrans: !z y x c. h4/toto/apto c x y = h4/toto/EQUAL /\ h4/toto/apto c y z = h4/toto/LESS ==> h4/toto/apto c x z = h4/toto/LESS
% Assm: h4/toto/WeakLinearOrder__of__TO0: !y x c. h4/toto/WeakLinearOrder__of__TO c x y <=> h4/toto/cpn__CASE (c x y) T T F
% Assm: h4/toto/StrongLinearOrder__of__TO0: !y x c. h4/toto/StrongLinearOrder__of__TO c x y <=> h4/toto/cpn__CASE (c x y) T F F
% Assm: h4/toto/TotOrd__TO__of__Strong: !r. h4/relation/StrongLinearOrder r ==> h4/toto/TotOrd (h4/toto/TO__of__LinearOrder r)
% Assm: h4/toto/StrongOrder__ALT: !Z. h4/relation/StrongOrder Z <=> h4/relation/irreflexive Z /\ h4/relation/transitive Z
% Assm: h4/toto/lexTO0: !V R. h4/toto/lexTO R V = h4/toto/TO__of__LinearOrder (h4/pair/LEX (h4/toto/StrongLinearOrder__of__TO R) (h4/toto/StrongLinearOrder__of__TO V))
% Assm: h4/toto/lextoto0: !v c. h4/toto/lextoto c v = h4/toto/TO (h4/toto/lexTO (h4/toto/apto c) (h4/toto/apto v))
% Goal: !y2 y1 x2 x1 v c. h4/toto/apto (h4/toto/lextoto c v) (h4/pair/_2C x1 x2) (h4/pair/_2C y1 y2) = h4/toto/cpn__CASE (h4/toto/apto c x1 y1) h4/toto/LESS (h4/toto/apto v x2 y2) h4/toto/GREATER
%   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_bools_LETu_u_DEF]: !x x. h4/bool/LET x x = happ x x
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_LETu_u_THM]: !x f. h4/bool/LET f x = happ f x
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c2]: !t. F /\ t <=> F
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c1]: !t. t \/ T <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c3]: !t. t \/ F <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% 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_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c2]: !t. (F <=> 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_DISJu_u_ASSOC]: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_IMPu_u_DISJu_u_THM]: !B A. A ==> B <=> ~A \/ B
% Assm [h4s_bools_IMPu_u_Fu_u_EQu_u_F]: !t. t ==> F <=> t <=> F
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_bools_EQu_u_EXPAND]: !t2 t1. (t1 <=> t2) <=> t1 /\ t2 \/ ~t1 /\ ~t2
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_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_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_sats_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% 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_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_relations_reflexiveu_u_def]: !R. h4/relation/reflexive R <=> (!x. happ (happ R x) x)
% Assm [h4s_relations_irreflexiveu_u_def]: !R. h4/relation/irreflexive R <=> (!x. ~happ (happ R x) 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_trichotomous0]: !R. h4/relation/trichotomous R <=> (!a b. happ (happ R a) b \/ happ (happ R b) a \/ a = b)
% Assm [h4s_relations_WeakOrder0]: !Z. h4/relation/WeakOrder Z <=> h4/relation/reflexive Z /\ h4/relation/antisymmetric Z /\ h4/relation/transitive Z
% Assm [h4s_relations_WeakOrdu_u_Ord]: !R. h4/relation/WeakOrder R ==> h4/relation/Order R
% Assm [h4s_relations_STRORD0]: !b a R. happ (happ (h4/relation/STRORD R) a) b <=> happ (happ R a) b /\ ~(a = b)
% Assm [h4s_relations_STRORDu_u_Strong]: !R. h4/relation/Order R <=> h4/relation/StrongOrder (h4/relation/STRORD R)
% Assm [h4s_relations_trichotomousu_u_STRORD]: !R. h4/relation/trichotomous (h4/relation/STRORD R) <=> h4/relation/trichotomous R
% Assm [h4s_relations_StrongLinearOrder0]: !R. h4/relation/StrongLinearOrder R <=> h4/relation/StrongOrder R /\ h4/relation/trichotomous R
% Assm [h4s_relations_WeakLinearOrder0]: !R. h4/relation/WeakLinearOrder R <=> h4/relation/WeakOrder R /\ h4/relation/trichotomous R
% Assm [h4s_pairs_PAIRu_u_EQ]: !y x b a. h4/pair/_2C x y = h4/pair/_2C a b <=> x = a /\ y = b
% Assm [h4s_pairs_PAIR]: !x. h4/pair/_2C (h4/pair/FST x) (h4/pair/SND x) = x
% Assm [h4s_pairs_FST0]: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm [h4s_pairs_SND0]: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% 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_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_arithmetics_ADDu_u_CLAUSESu_c0]: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm [h4s_arithmetics_ADDu_u_SYM]: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm [h4s_arithmetics_ADDu_u_ASSOC]: !p n m. h4/arithmetic/_2B m (h4/arithmetic/_2B n p) = h4/arithmetic/_2B (h4/arithmetic/_2B m n) p
% Assm [h4s_arithmetics_LESSu_u_EQ]: !n m. h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n
% Assm [h4s_arithmetics_NOTu_u_LESS]: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_arithmetics_MULTu_u_CLAUSESu_c2]: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm [h4s_arithmetics_LESSu_u_EQu_u_TRANS]: !p n m. h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n p ==> h4/arithmetic/_3C_3D m p
% Assm [h4s_arithmetics_ZEROu_u_LESSu_u_EQ]: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm [h4s_arithmetics_EQu_u_LESSu_u_EQ]: !n m. m = n <=> h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n m
% Assm [h4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ]: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Assm [h4s_arithmetics_NOTu_u_LEQ]: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm [h4s_arithmetics_NOTu_u_NUMu_u_EQ]: !n m. ~(m = n) <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n \/ h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm [h4s_arithmetics_SUCu_u_ONEu_u_ADD]: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm [h4s_arithmetics_SUBu_u_LEFTu_u_LESS]: !p n m. h4/prim__rec/_3C m (h4/arithmetic/_2D n p) <=> h4/prim__rec/_3C (h4/arithmetic/_2B m p) n
% Assm [h4s_arithmetics_SUBu_u_LEFTu_u_EQ]: !p n m. m = h4/arithmetic/_2D n p <=> h4/arithmetic/_2B m p = n \/ h4/arithmetic/_3C_3D m h4/num/0 /\ h4/arithmetic/_3C_3D n p
% Assm [h4s_numerals_numeralu_u_distribu_c1]: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm [h4s_numerals_numeralu_u_distribu_c2]: !n m. h4/arithmetic/_2B (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_distribu_c8]: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm [h4s_numerals_numeralu_u_distribu_c17]: !n. h4/arithmetic/NUMERAL n = h4/num/0 <=> n = h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_distribu_c20]: !n. h4/prim__rec/_3C n h4/num/0 <=> F
% Assm [h4s_numerals_numeralu_u_distribu_c27]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_addu_c0]: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm [h4s_numerals_numeralu_u_addu_c2]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_equ_c1]: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_equ_c3]: !n. h4/arithmetic/BIT2 n = h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c0]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c3]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_c5]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm [h4s_numerals_numeralu_u_lteu_c1]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_lteu_c2]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_iSUBu_u_THMu_c1]: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm [h4s_numerals_iSUBu_u_THMu_c3]: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) = h4/numeral/iDUB (h4/numeral/iSUB T n m)
% Assm [h4s_numerals_iSUBu_u_THMu_c8]: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm [h4s_numerals_numeralu_u_sub]: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm [h4s_numerals_iDUBu_u_removalu_c0]: !n. h4/numeral/iDUB (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 (h4/numeral/iDUB n)
% Assm [h4s_numerals_iDUBu_u_removalu_c2]: h4/numeral/iDUB h4/arithmetic/ZERO = h4/arithmetic/ZERO
% Assm [h4s_totos_num2cpnu_u_ONTO]: !a. ?r. a = h4/toto/num2cpn r /\ h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_totos_LESSu_u_def]: h4/toto/LESS = h4/toto/num2cpn h4/num/0
% Assm [h4s_totos_EQUALu_u_def]: h4/toto/EQUAL = h4/toto/num2cpn (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_totos_GREATERu_u_def]: h4/toto/GREATER = h4/toto/num2cpn (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm [h4s_totos_cpnu_u_caseu_u_defu_c0]: !v2 v1 v0. h4/toto/cpn__CASE h4/toto/LESS v0 v1 v2 = v0
% Assm [h4s_totos_cpnu_u_caseu_u_defu_c1]: !v2 v1 v0. h4/toto/cpn__CASE h4/toto/EQUAL v0 v1 v2 = v1
% Assm [h4s_totos_cpnu_u_caseu_u_defu_c2]: !v2 v1 v0. h4/toto/cpn__CASE h4/toto/GREATER v0 v1 v2 = v2
% Assm [h4s_totos_cpnu_u_distinctu_c0]: ~(h4/toto/LESS = h4/toto/EQUAL)
% Assm [h4s_totos_TotOrd0]: !c. h4/toto/TotOrd c <=> (!x y. happ (happ c x) y = h4/toto/EQUAL <=> x = y) /\ (!x y. happ (happ c x) y = h4/toto/GREATER <=> happ (happ c y) x = h4/toto/LESS) /\ (!x y z. happ (happ c x) y = h4/toto/LESS /\ happ (happ c y) z = h4/toto/LESS ==> happ (happ c x) z = h4/toto/LESS)
% Assm [h4s_totos_TOu_u_ofu_u_LinearOrder0]: !y x r. ?v. (v <=> x = y) /\ happ (happ (h4/toto/TO__of__LinearOrder r) x) y = h4/bool/COND v h4/toto/EQUAL (h4/bool/COND (happ (happ r x) y) h4/toto/LESS h4/toto/GREATER)
% Assm [h4s_totos_TotOrdu_u_apto]: !c. h4/toto/TotOrd (h4/toto/apto c)
% Assm [h4s_totos_TOu_u_aptou_u_TOu_u_IMP]: !r. h4/toto/TotOrd r ==> h4/toto/apto (h4/toto/TO r) = r
% Assm [h4s_totos_totou_u_equalu_u_eq]: !y x c. happ (happ (h4/toto/apto c) x) y = h4/toto/EQUAL <=> x = y
% Assm [h4s_totos_TOu_u_refl]: !c. h4/toto/TotOrd c ==> (!x. happ (happ c x) x = h4/toto/EQUAL)
% Assm [h4s_totos_totou_u_refl]: !x c. happ (happ (h4/toto/apto c) x) x = h4/toto/EQUAL
% Assm [h4s_totos_totou_u_equalu_u_sym]: !y x c. happ (happ (h4/toto/apto c) x) y = h4/toto/EQUAL <=> happ (happ (h4/toto/apto c) y) x = h4/toto/EQUAL
% Assm [h4s_totos_totou_u_antisym]: !y x c. happ (happ (h4/toto/apto c) x) y = h4/toto/GREATER <=> happ (happ (h4/toto/apto c) y) x = h4/toto/LESS
% Assm [h4s_totos_totoLLtrans]: !z y x c. happ (happ (h4/toto/apto c) x) y = h4/toto/LESS /\ happ (happ (h4/toto/apto c) y) z = h4/toto/LESS ==> happ (happ (h4/toto/apto c) x) z = h4/toto/LESS
% Assm [h4s_totos_totoLEtrans]: !z y x c. happ (happ (h4/toto/apto c) x) y = h4/toto/LESS /\ happ (happ (h4/toto/apto c) y) z = h4/toto/EQUAL ==> happ (happ (h4/toto/apto c) x) z = h4/toto/LESS
% Assm [h4s_totos_totoELtrans]: !z y x c. happ (happ (h4/toto/apto c) x) y = h4/toto/EQUAL /\ happ (happ (h4/toto/apto c) y) z = h4/toto/LESS ==> happ (happ (h4/toto/apto c) x) z = h4/toto/LESS
% Assm [h4s_totos_WeakLinearOrderu_u_ofu_u_TO0]: !y x c. h4/toto/WeakLinearOrder__of__TO c x y <=> h4/toto/cpn__CASE (happ (happ c x) y) T T F
% Assm [h4s_totos_StrongLinearOrderu_u_ofu_u_TO0]: !y x c. happ (happ (h4/toto/StrongLinearOrder__of__TO c) x) y <=> h4/toto/cpn__CASE (happ (happ c x) y) T F F
% Assm [h4s_totos_TotOrdu_u_TOu_u_ofu_u_Strong]: !r. h4/relation/StrongLinearOrder r ==> h4/toto/TotOrd (h4/toto/TO__of__LinearOrder r)
% Assm [h4s_totos_StrongOrderu_u_ALT]: !Z. h4/relation/StrongOrder Z <=> h4/relation/irreflexive Z /\ h4/relation/transitive Z
% Assm [h4s_totos_lexTO0]: !V R. h4/toto/lexTO R V = h4/toto/TO__of__LinearOrder (h4/pair/LEX (h4/toto/StrongLinearOrder__of__TO R) (h4/toto/StrongLinearOrder__of__TO V))
% Assm [h4s_totos_lextoto0]: !v c. h4/toto/lextoto c v = h4/toto/TO (h4/toto/lexTO (h4/toto/apto c) (h4/toto/apto v))
% Goal: !y2 y1 x2 x1 v c. happ (happ (h4/toto/apto (h4/toto/lextoto c v)) (h4/pair/_2C x1 x2)) (h4/pair/_2C y1 y2) = h4/toto/cpn__CASE (happ (happ (h4/toto/apto c) x1) y1) h4/toto/LESS (happ (happ (h4/toto/apto v) x2) y2) h4/toto/GREATER
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_Q251597,TV_Q251593]: ![V_f, V_g]: (![V_x]: s(TV_Q251593,happ(s(t_fun(TV_Q251597,TV_Q251593),V_f),s(TV_Q251597,V_x))) = s(TV_Q251593,happ(s(t_fun(TV_Q251597,TV_Q251593),V_g),s(TV_Q251597,V_x))) => s(t_fun(TV_Q251597,TV_Q251593),V_f) = s(t_fun(TV_Q251597,TV_Q251593),V_g))).
fof(ah4s_bools_LETu_u_DEF, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_x0]: s(TV_u_27b,h4s_bools_let(s(t_fun(TV_u_27a,TV_u_27b),V_x),s(TV_u_27a,V_x0))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_x),s(TV_u_27a,V_x0)))).
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_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_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_LETu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_f]: s(TV_u_27b,h4s_bools_let(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_x)))).
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_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_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_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_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_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_bools_ORu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) | p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ORu_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_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,f))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_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_IMPu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_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_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_bools_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_EQu_u_CLAUSESu_c0, axiom, ![V_t]: (s(t_bool,t) = s(t_bool,V_t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c2, axiom, ![V_t]: (s(t_bool,f) = s(t_bool,V_t) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_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_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_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_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_IMPu_u_DISJu_u_THM, 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_IMPu_u_Fu_u_EQu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> s(t_bool,V_t) = s(t_bool,f))).
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_EQu_u_EXPAND, axiom, ![V_t2, V_t1]: (s(t_bool,V_t1) = s(t_bool,V_t2) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) | (~ (p(s(t_bool,V_t1))) & ~ (p(s(t_bool,V_t2))))))).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_sats_ANDu_u_INVu_u_IMP, axiom, ![V_A]: (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_A))) => p(s(t_bool,f))))).
fof(ah4s_sats_ORu_u_DUAL2, axiom, ![V_B, V_A]: ((~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_sats_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_eq, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> s(t_bool,V_q) = s(t_bool,V_r)) <=> ((p(s(t_bool,V_p)) | (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) & ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_q))))) & ((p(s(t_bool,V_q)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_p))))) & (p(s(t_bool,V_r)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p)))))))))).
fof(ah4s_sats_dcu_u_conj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) & p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_r))))) & ((p(s(t_bool,V_q)) | ~ (p(s(t_bool,V_p)))) & (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p)))))))).
fof(ah4s_sats_dcu_u_disj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_q)))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_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_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_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_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_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_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_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_trichotomous0, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_trichotomous(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> ![V_a, V_b]: (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_a))),s(TV_u_27a,V_b)))) | (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_b))),s(TV_u_27a,V_a)))) | s(TV_u_27a,V_a) = s(TV_u_27a,V_b))))).
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_WeakOrdu_u_Ord, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_weakorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => p(s(t_bool,h4s_relations_order(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))))).
fof(ah4s_relations_STRORD0, 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_strord(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)))) <=> (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_a))),s(TV_u_27a,V_b)))) & ~ (s(TV_u_27a,V_a) = s(TV_u_27a,V_b))))).
fof(ah4s_relations_STRORDu_u_Strong, axiom, ![TV_u_27a]: ![V_R]: s(t_bool,h4s_relations_order(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))) = s(t_bool,h4s_relations_strongorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_strord(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))))).
fof(ah4s_relations_trichotomousu_u_STRORD, axiom, ![TV_u_27a]: ![V_R]: s(t_bool,h4s_relations_trichotomous(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_strord(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))) = s(t_bool,h4s_relations_trichotomous(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))).
fof(ah4s_relations_StrongLinearOrder0, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_stronglinearorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> (p(s(t_bool,h4s_relations_strongorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) & p(s(t_bool,h4s_relations_trichotomous(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_relations_WeakLinearOrder0, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_weaklinearorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> (p(s(t_bool,h4s_relations_weakorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) & p(s(t_bool,h4s_relations_trichotomous(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_pairs_PAIRu_u_EQ, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x, V_b, V_a]: (s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))) = s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_a),s(TV_u_27b,V_b))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_a) & s(TV_u_27b,V_y) = s(TV_u_27b,V_b)))).
fof(ah4s_pairs_PAIR, axiom, ![TV_u_27a,TV_u_27b]: ![V_x]: s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,h4s_pairs_fst(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x))),s(TV_u_27b,h4s_pairs_snd(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x))))) = s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),V_x)).
fof(ah4s_pairs_FST0, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_x]: s(TV_u_27a,h4s_pairs_fst(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27a,V_x)).
fof(ah4s_pairs_SND0, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x]: s(TV_u_27b,h4s_pairs_snd(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27b,V_y)).
fof(ah4s_pairs_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_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_arithmetics_ADDu_u_CLAUSESu_c0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_ADDu_u_SYM, 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,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_arithmetics_ADDu_u_ASSOC, axiom, ![V_p, 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_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_p)))).
fof(ah4s_arithmetics_LESSu_u_EQ, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_NOTu_u_LESS, axiom, ![V_n, V_m]: (~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) <=> p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_arithmetics_MULTu_u_CLAUSESu_c2, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_LESSu_u_EQu_u_TRANS, axiom, ![V_p, V_n, V_m]: ((p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))))) => p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p)))))).
fof(ah4s_arithmetics_ZEROu_u_LESSu_u_EQ, axiom, ![V_n]: p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))))).
fof(ah4s_arithmetics_EQu_u_LESSu_u_EQ, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n) <=> (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))))).
fof(ah4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ, axiom, ![V_p, V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))).
fof(ah4s_arithmetics_NOTu_u_LEQ, axiom, ![V_n, V_m]: (~ (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) <=> p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_arithmetics_NOTu_u_NUMu_u_EQ, axiom, ![V_n, V_m]: (~ (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n)) <=> (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n)))) | p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m))))))).
fof(ah4s_arithmetics_SUCu_u_ONEu_u_ADD, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_SUBu_u_LEFTu_u_LESS, axiom, ![V_p, V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_SUBu_u_LEFTu_u_EQ, axiom, ![V_p, V_n, V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))) <=> (s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))) = s(t_h4s_nums_num,V_n) | (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))))))).
fof(ah4s_numerals_numeralu_u_distribu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_distribu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_distribu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_distribu_c17, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_arithmetics_zero))).
fof(ah4s_numerals_numeralu_u_distribu_c20, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_distribu_c27, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_0))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero)))).
fof(ah4s_numerals_numeralu_u_addu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_addu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(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,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_equ_c1, 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_zero) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_equ_c3, 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_zero) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_ltu_c0, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_c2, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_ltu_c3, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(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_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_c5, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(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,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_numerals_numeralu_u_lteu_c1, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_lteu_c2, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_iSUBu_u_THMu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_iSUBu_u_THMu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),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,h4s_numerals_idub(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_iSUBu_u_THMu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,h4s_arithmetics_bit2(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,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_sub, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_numerals_iDUBu_u_removalu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_idub(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,h4s_numerals_idub(s(t_h4s_nums_num,V_n)))))).
fof(ah4s_numerals_iDUBu_u_removalu_c2, axiom, s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,h4s_arithmetics_zero)).
fof(ah4s_totos_num2cpnu_u_ONTO, axiom, ![V_a]: ?[V_r]: (s(t_h4s_totos_cpn,V_a) = s(t_h4s_totos_cpn,h4s_totos_num2cpn(s(t_h4s_nums_num,V_r))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))).
fof(ah4s_totos_LESSu_u_def, axiom, s(t_h4s_totos_cpn,h4s_totos_less) = s(t_h4s_totos_cpn,h4s_totos_num2cpn(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_totos_EQUALu_u_def, axiom, s(t_h4s_totos_cpn,h4s_totos_equal) = s(t_h4s_totos_cpn,h4s_totos_num2cpn(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_totos_GREATERu_u_def, axiom, s(t_h4s_totos_cpn,h4s_totos_greater) = s(t_h4s_totos_cpn,h4s_totos_num2cpn(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_totos_cpnu_u_caseu_u_defu_c0, axiom, ![TV_u_27a]: ![V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_totos_cpnu_u_case(s(t_h4s_totos_cpn,h4s_totos_less),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2))) = s(TV_u_27a,V_v0)).
fof(ah4s_totos_cpnu_u_caseu_u_defu_c1, axiom, ![TV_u_27a]: ![V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_totos_cpnu_u_case(s(t_h4s_totos_cpn,h4s_totos_equal),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2))) = s(TV_u_27a,V_v1)).
fof(ah4s_totos_cpnu_u_caseu_u_defu_c2, axiom, ![TV_u_27a]: ![V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_totos_cpnu_u_case(s(t_h4s_totos_cpn,h4s_totos_greater),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2))) = s(TV_u_27a,V_v2)).
fof(ah4s_totos_cpnu_u_distinctu_c0, axiom, ~ (s(t_h4s_totos_cpn,h4s_totos_less) = s(t_h4s_totos_cpn,h4s_totos_equal))).
fof(ah4s_totos_TotOrd0, axiom, ![TV_u_27a]: ![V_c]: (p(s(t_bool,h4s_totos_totord(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c)))) <=> (![V_x, V_y]: (s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_equal) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y)) & (![V_x, V_y]: (s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_greater) <=> s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))) = s(t_h4s_totos_cpn,h4s_totos_less)) & ![V_x, V_y, V_z]: ((s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_less) & s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_less)) => s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_less)))))).
fof(ah4s_totos_TOu_u_ofu_u_LinearOrder0, axiom, ![TV_u_27a]: ![V_y, V_x, V_r]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y)) & s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_tou_u_ofu_u_linearorder(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_h4s_totos_cpn,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_totos_cpn,h4s_totos_equal),s(t_h4s_totos_cpn,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_x))),s(TV_u_27a,V_y))),s(t_h4s_totos_cpn,h4s_totos_less),s(t_h4s_totos_cpn,h4s_totos_greater))))))).
fof(ah4s_totos_TotOrdu_u_apto, axiom, ![TV_u_27a]: ![V_c]: p(s(t_bool,h4s_totos_totord(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))))))).
fof(ah4s_totos_TOu_u_aptou_u_TOu_u_IMP, axiom, ![TV_u_27a]: ![V_r]: (p(s(t_bool,h4s_totos_totord(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_r)))) => s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),h4s_totos_to(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_r))))) = s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_r))).
fof(ah4s_totos_totou_u_equalu_u_eq, axiom, ![TV_u_27a]: ![V_y, V_x, V_c]: (s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_equal) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y))).
fof(ah4s_totos_TOu_u_refl, axiom, ![TV_u_27a]: ![V_c]: (p(s(t_bool,h4s_totos_totord(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c)))) => ![V_x]: s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x))),s(TV_u_27a,V_x))) = s(t_h4s_totos_cpn,h4s_totos_equal))).
fof(ah4s_totos_totou_u_refl, axiom, ![TV_u_27a]: ![V_x, V_c]: s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_x))) = s(t_h4s_totos_cpn,h4s_totos_equal)).
fof(ah4s_totos_totou_u_equalu_u_sym, axiom, ![TV_u_27a]: ![V_y, V_x, V_c]: (s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_equal) <=> s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))) = s(t_h4s_totos_cpn,h4s_totos_equal))).
fof(ah4s_totos_totou_u_antisym, axiom, ![TV_u_27a]: ![V_y, V_x, V_c]: (s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_greater) <=> s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))) = s(t_h4s_totos_cpn,h4s_totos_less))).
fof(ah4s_totos_totoLLtrans, axiom, ![TV_u_27a]: ![V_z, V_y, V_x, V_c]: ((s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_less) & s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_less)) => s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_less))).
fof(ah4s_totos_totoLEtrans, axiom, ![TV_u_27a]: ![V_z, V_y, V_x, V_c]: ((s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_less) & s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_equal)) => s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_less))).
fof(ah4s_totos_totoELtrans, axiom, ![TV_u_27a]: ![V_z, V_y, V_x, V_c]: ((s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_h4s_totos_cpn,h4s_totos_equal) & s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_less)) => s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_z))) = s(t_h4s_totos_cpn,h4s_totos_less))).
fof(ah4s_totos_WeakLinearOrderu_u_ofu_u_TO0, axiom, ![TV_u_27a]: ![V_y, V_x, V_c]: s(t_bool,h4s_totos_weaklinearorderu_u_ofu_u_to(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x),s(TV_u_27a,V_y))) = s(t_bool,h4s_totos_cpnu_u_case(s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))),s(t_bool,t),s(t_bool,t),s(t_bool,f)))).
fof(ah4s_totos_StrongLinearOrderu_u_ofu_u_TO0, axiom, ![TV_u_27a]: ![V_y, V_x, V_c]: 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_totos_stronglinearorderu_u_ofu_u_to(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))) = s(t_bool,h4s_totos_cpnu_u_case(s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_c),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))),s(t_bool,t),s(t_bool,f),s(t_bool,f)))).
fof(ah4s_totos_TotOrdu_u_TOu_u_ofu_u_Strong, axiom, ![TV_u_27a]: ![V_r]: (p(s(t_bool,h4s_relations_stronglinearorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_r)))) => p(s(t_bool,h4s_totos_totord(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_tou_u_ofu_u_linearorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_r)))))))).
fof(ah4s_totos_StrongOrderu_u_ALT, axiom, ![TV_u_27a]: ![V_Z]: (p(s(t_bool,h4s_relations_strongorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_Z)))) <=> (p(s(t_bool,h4s_relations_irreflexive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_Z)))) & p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_Z))))))).
fof(ah4s_totos_lexTO0, axiom, ![TV_u_27a,TV_u_27b]: ![V_V, V_R]: 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_h4s_totos_cpn)),h4s_totos_lexto(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_R),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_h4s_totos_cpn)),V_V))) = 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_h4s_totos_cpn)),h4s_totos_tou_u_ofu_u_linearorder(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)),h4s_totos_stronglinearorderu_u_ofu_u_to(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),V_R))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),h4s_totos_stronglinearorderu_u_ofu_u_to(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_h4s_totos_cpn)),V_V)))))))).
fof(ah4s_totos_lextoto0, axiom, ![TV_u_27a,TV_u_27b]: ![V_v, V_c]: s(t_h4s_totos_toto(t_h4s_pairs_prod(TV_u_27a,TV_u_27b)),h4s_totos_lextoto(s(t_h4s_totos_toto(TV_u_27a),V_c),s(t_h4s_totos_toto(TV_u_27b),V_v))) = s(t_h4s_totos_toto(t_h4s_pairs_prod(TV_u_27a,TV_u_27b)),h4s_totos_to(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_h4s_totos_cpn)),h4s_totos_lexto(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27b),V_v)))))))).
fof(ch4s_totos_aplextoto, conjecture, ![TV_u_27a,TV_u_27b]: ![V_y2, V_y1, V_x2, V_x1, V_v, V_c]: s(t_h4s_totos_cpn,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),t_h4s_totos_cpn),happ(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_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(t_h4s_pairs_prod(TV_u_27a,TV_u_27b)),h4s_totos_lextoto(s(t_h4s_totos_toto(TV_u_27a),V_c),s(t_h4s_totos_toto(TV_u_27b),V_v))))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x1),s(TV_u_27b,V_x2))))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_y1),s(TV_u_27b,V_y2))))) = s(t_h4s_totos_cpn,h4s_totos_cpnu_u_case(s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27a,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27a),V_c))),s(TV_u_27a,V_x1))),s(TV_u_27a,V_y1))),s(t_h4s_totos_cpn,h4s_totos_less),s(t_h4s_totos_cpn,happ(s(t_fun(TV_u_27b,t_h4s_totos_cpn),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_h4s_totos_cpn)),h4s_totos_apto(s(t_h4s_totos_toto(TV_u_27b),V_v))),s(TV_u_27b,V_x2))),s(TV_u_27b,V_y2))),s(t_h4s_totos_cpn,h4s_totos_greater)))).
