%   ORIGINAL: h4/integer__word/signed__saturate__add0
% 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/BOOL__CASES__AX: !t. (t <=> T) \/ (t <=> F)
% 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/EXISTS__SIMP: !t. (?x. t) <=> t
% Assm: h4/bool/CONJ__COMM: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm: h4/bool/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% 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/AND__CLAUSES_c3: !t. t /\ F <=> F
% Assm: h4/bool/OR__CLAUSES_c0: !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_c1: ~T <=> F
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/EQ__REFL: !x. x = x
% 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/NOT__EXISTS__THM: !P. ~(?x. P x) <=> (!x. ~P x)
% Assm: h4/bool/EXISTS__OR__THM: !Q P. (?x. P x \/ Q x) <=> (?x. P x) \/ (?x. Q x)
% 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/bool/COND__CONG: !y_27 y x_27 x Q P. (P <=> Q) /\ (Q ==> x = x_27) /\ (~Q ==> y = y_27) ==> h4/bool/COND P x y = h4/bool/COND Q x_27 y_27
% Assm: h4/bool/bool__case__thm_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/bool__case__thm_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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/sat/pth__no1: !q p. ~(p \/ q) ==> ~p
% Assm: h4/sat/pth__no2: !q p. ~(p \/ q) ==> ~q
% Assm: h4/sat/pth__nn: !p. ~ ~p ==> p
% Assm: h4/combin/o__THM: !x g f. h4/combin/o f g x = f (g x)
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/prim__rec/NOT__LESS__0: !n. ~h4/prim__rec/_3C n h4/num/0
% Assm: h4/arithmetic/TWO: h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO) = h4/num/SUC (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% 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__COMM: !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/SUB__0_c1: !m. h4/arithmetic/_2D m h4/num/0 = 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/MULT__CLAUSES_c3: !m. h4/arithmetic/_2A m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm: h4/arithmetic/RIGHT__ADD__DISTRIB: !p n m. h4/arithmetic/_2A (h4/arithmetic/_2B m n) p = h4/arithmetic/_2B (h4/arithmetic/_2A m p) (h4/arithmetic/_2A n p)
% Assm: h4/arithmetic/LEFT__ADD__DISTRIB: !p n m. h4/arithmetic/_2A p (h4/arithmetic/_2B m n) = h4/arithmetic/_2B (h4/arithmetic/_2A p m) (h4/arithmetic/_2A p n)
% Assm: h4/arithmetic/MULT__ASSOC: !p n m. h4/arithmetic/_2A m (h4/arithmetic/_2A n p) = h4/arithmetic/_2A (h4/arithmetic/_2A m n) p
% 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/LEFT__SUB__DISTRIB: !p n m. h4/arithmetic/_2A p (h4/arithmetic/_2D m n) = h4/arithmetic/_2D (h4/arithmetic/_2A p m) (h4/arithmetic/_2A p n)
% Assm: h4/arithmetic/ZERO__LESS__EQ: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm: h4/arithmetic/LESS__EQ__0: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% 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/MULT__LESS__EQ__SUC: !p n m. h4/arithmetic/_3C_3D m n <=> h4/arithmetic/_3C_3D (h4/arithmetic/_2A (h4/num/SUC p) m) (h4/arithmetic/_2A (h4/num/SUC p) n)
% Assm: h4/arithmetic/LT__MULT__LCANCEL: !p n m. h4/prim__rec/_3C (h4/arithmetic/_2A m n) (h4/arithmetic/_2A m p) <=> h4/prim__rec/_3C h4/num/0 m /\ h4/prim__rec/_3C n p
% Assm: h4/arithmetic/SUB__LEFT__LESS__EQ: !p n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2D n p) <=> h4/arithmetic/_3C_3D (h4/arithmetic/_2B m p) n \/ h4/arithmetic/_3C_3D m h4/num/0
% Assm: h4/arithmetic/SUB__RIGHT__LESS: !p n m. h4/prim__rec/_3C (h4/arithmetic/_2D m n) p <=> h4/prim__rec/_3C m (h4/arithmetic/_2B n p) /\ h4/prim__rec/_3C h4/num/0 p
% 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/arithmetic/LESS__MOD: !n k. h4/prim__rec/_3C k n ==> h4/arithmetic/MOD k n = k
% Assm: h4/arithmetic/DIVMOD__ID: !n. h4/prim__rec/_3C h4/num/0 n ==> h4/arithmetic/DIV n n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) /\ h4/arithmetic/MOD n n = h4/num/0
% Assm: h4/numeral/numeral__suc_c0: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% 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_c5: !n m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2A n m)
% Assm: h4/numeral/numeral__distrib_c21: !n. h4/prim__rec/_3C h4/num/0 (h4/arithmetic/NUMERAL n) <=> h4/prim__rec/_3C h4/arithmetic/ZERO n
% 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_c1: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = 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__add_c4: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c6: !n. h4/num/SUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/num/SUC n
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/numeral/numeral__lt_c1: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 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_c4: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 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_c0: !n. h4/arithmetic/_3C_3D h4/arithmetic/ZERO n <=> T
% 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/numeral__lte_c3: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/numeral__lte_c5: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) <=> ~h4/arithmetic/_3C_3D m n
% Assm: h4/numeral/numeral__lte_c6: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/iSUB__THM_c1: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% 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/numeral/numeral__evenodd_c3: ~h4/arithmetic/ODD h4/arithmetic/ZERO
% Assm: h4/numeral/onecount__def_c0: !x. h4/numeral/onecount h4/arithmetic/ZERO x = x
% Assm: h4/numeral/exactlog__def_c2: !n. h4/numeral/exactlog (h4/arithmetic/BIT2 n) = h4/bool/LET (\x. h4/bool/COND (x = h4/arithmetic/ZERO) h4/arithmetic/ZERO (h4/arithmetic/BIT1 x)) (h4/numeral/onecount n h4/arithmetic/ZERO)
% Assm: h4/numeral/enumeral__mult_c4: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT1 y) = h4/bool/LET (\m. h4/bool/COND (h4/arithmetic/ODD m) (h4/numeral/texp__help (h4/arithmetic/DIV2 m) (h4/prim__rec/PRE (h4/arithmetic/BIT1 y))) (h4/numeral/internal__mult (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT1 y))) (h4/numeral/exactlog (h4/arithmetic/BIT2 x))
% Assm: h4/numeral/internal__mult__characterisation_c0: !n. h4/numeral/internal__mult h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm: h4/numeral/internal__mult__characterisation_c3: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT2 n) m = h4/numeral/iDUB (h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/internal__mult n m) m))
% Assm: h4/integer/INT__ADD__COMM: !y x. h4/integer/int__add x y = h4/integer/int__add y x
% Assm: h4/integer/INT__ADD__ASSOC: !z y x. h4/integer/int__add x (h4/integer/int__add y z) = h4/integer/int__add (h4/integer/int__add x y) z
% Assm: h4/integer/int__le0: !y x. h4/integer/int__le x y <=> ~h4/integer/int__lt y x
% Assm: h4/integer/INT__ADD__LID: !x. h4/integer/int__add (h4/integer/int__of__num h4/num/0) x = x
% Assm: h4/integer/INT__ADD__RID: !x. h4/integer/int__add x (h4/integer/int__of__num h4/num/0) = x
% Assm: h4/integer/INT__MUL__LID: !x. h4/integer/int__mul (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm: h4/integer/INT__RDISTRIB: !z y x. h4/integer/int__mul (h4/integer/int__add x y) z = h4/integer/int__add (h4/integer/int__mul x z) (h4/integer/int__mul y z)
% Assm: h4/integer/INT__NEG__ADD: !y x. h4/integer/int__neg (h4/integer/int__add x y) = h4/integer/int__add (h4/integer/int__neg x) (h4/integer/int__neg y)
% Assm: h4/integer/INT__MUL__LZERO: !x. h4/integer/int__mul (h4/integer/int__of__num h4/num/0) x = h4/integer/int__of__num h4/num/0
% Assm: h4/integer/INT__NEG__LMUL: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul (h4/integer/int__neg x) y
% Assm: h4/integer/INT__NEG__RMUL: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul x (h4/integer/int__neg y)
% Assm: h4/integer/INT__NEGNEG: !x. h4/integer/int__neg (h4/integer/int__neg x) = x
% Assm: h4/integer/INT__NOT__LT: !y x. ~h4/integer/int__lt x y <=> h4/integer/int__le y x
% Assm: h4/integer/INT__NOT__LE: !y x. ~h4/integer/int__le x y <=> h4/integer/int__lt y x
% Assm: h4/integer/INT__LE__REFL: !x. h4/integer/int__le x x
% Assm: h4/integer/INT__LT__IMP__LE: !y x. h4/integer/int__lt x y ==> h4/integer/int__le x y
% Assm: h4/integer/INT__LE__TRANS: !z y x. h4/integer/int__le x y /\ h4/integer/int__le y z ==> h4/integer/int__le x z
% Assm: h4/integer/INT__LE__ANTISYM: !y x. h4/integer/int__le x y /\ h4/integer/int__le y x <=> x = y
% Assm: h4/integer/INT__NEG__GE0: !x. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__neg x) <=> h4/integer/int__le x (h4/integer/int__of__num h4/num/0)
% Assm: h4/integer/INT__NEG__0: h4/integer/int__neg (h4/integer/int__of__num h4/num/0) = h4/integer/int__of__num h4/num/0
% Assm: h4/integer/INT__LE__ADDL: !y x. h4/integer/int__le y (h4/integer/int__add x y) <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) x
% Assm: h4/integer/INT__LE: !n m. h4/integer/int__le (h4/integer/int__of__num m) (h4/integer/int__of__num n) <=> h4/arithmetic/_3C_3D m n
% Assm: h4/integer/INT__LT: !n m. h4/integer/int__lt (h4/integer/int__of__num m) (h4/integer/int__of__num n) <=> h4/prim__rec/_3C m n
% Assm: h4/integer/INT__INJ: !n m. h4/integer/int__of__num m = h4/integer/int__of__num n <=> m = n
% Assm: h4/integer/INT__MUL: !n m. h4/integer/int__mul (h4/integer/int__of__num m) (h4/integer/int__of__num n) = h4/integer/int__of__num (h4/arithmetic/_2A m n)
% Assm: h4/integer/INT__LE__NEG: !y x. h4/integer/int__le (h4/integer/int__neg x) (h4/integer/int__neg y) <=> h4/integer/int__le y x
% Assm: h4/integer/INT__EQ__NEG: !y x. h4/integer/int__neg x = h4/integer/int__neg y <=> x = y
% Assm: h4/integer/INT__LT__CALCULATE_c0: !n m. h4/integer/int__lt (h4/integer/int__of__num n) (h4/integer/int__of__num m) <=> h4/prim__rec/_3C n m
% Assm: h4/integer/INT__LT__CALCULATE_c2: !n m. h4/integer/int__lt (h4/integer/int__neg (h4/integer/int__of__num n)) (h4/integer/int__of__num m) <=> ~(n = h4/num/0) \/ ~(m = h4/num/0)
% Assm: h4/integer/INT__OF__NUM: !i. h4/integer/int__of__num (h4/integer/Num i) = i <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) i
% Assm: h4/integer/INT__ADD__REDUCE_c0: !p. h4/integer/int__add (h4/integer/int__of__num h4/num/0) p = p
% Assm: h4/integer/INT__ADD__REDUCE_c1: !p. h4/integer/int__add p (h4/integer/int__of__num h4/num/0) = p
% Assm: h4/integer/INT__ADD__REDUCE_c2: h4/integer/int__neg (h4/integer/int__of__num h4/num/0) = h4/integer/int__of__num h4/num/0
% Assm: h4/integer/INT__ADD__REDUCE_c5: !n m. h4/integer/int__add (h4/integer/int__of__num (h4/arithmetic/NUMERAL n)) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) = h4/bool/COND (h4/arithmetic/_3C_3D m n) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D m n))))
% Assm: h4/integer/INT__ADD__REDUCE_c6: !n m. h4/integer/int__add (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL n))) (h4/integer/int__of__num (h4/arithmetic/NUMERAL m)) = h4/bool/COND (h4/arithmetic/_3C_3D n m) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D m n))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m))))
% Assm: h4/integer/INT__ADD__REDUCE_c7: !n m. h4/integer/int__add (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL n))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) = h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))))
% Assm: h4/integer/INT__LT__REDUCE_c0: !n. h4/integer/int__lt (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) <=> T
% Assm: h4/integer/INT__LT__REDUCE_c5: !n. h4/integer/int__lt (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) (h4/integer/int__of__num h4/num/0) <=> T
% Assm: h4/integer/INT__LT__REDUCE_c8: !n m. h4/integer/int__lt (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) (h4/integer/int__of__num (h4/arithmetic/NUMERAL m)) <=> T
% Assm: h4/integer/INT__LE__REDUCE_c0: h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num h4/num/0) <=> T
% Assm: h4/integer/INT__LE__REDUCE_c2: !n. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) <=> F
% Assm: h4/integer/INT__LE__REDUCE_c4: !n. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) (h4/integer/int__of__num h4/num/0) <=> F
% Assm: h4/integer/INT__LE__REDUCE_c5: !n. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n))) (h4/integer/int__of__num h4/num/0) <=> F
% Assm: h4/integer/INT__LE__REDUCE_c6: !n. h4/integer/int__le (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) (h4/integer/int__of__num h4/num/0) <=> T
% Assm: h4/integer/INT__LE__REDUCE_c9: !n m. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL n)) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 m)))) <=> F
% Assm: h4/integer/INT__LE__REDUCE_c12: !n m. h4/integer/int__le (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL n))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) <=> h4/arithmetic/_3C_3D m n
% Assm: h4/int__arith/less__to__leq__samer: !y x. h4/integer/int__lt x y <=> h4/integer/int__le (h4/integer/int__add x (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) y
% Assm: h4/int__arith/le__move__right__left: !z y x. h4/integer/int__le x (h4/integer/int__add y z) <=> h4/integer/int__le (h4/integer/int__add x (h4/integer/int__neg z)) y
% Assm: h4/int__arith/le__move__all__right: !y x. h4/integer/int__le x y <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add y (h4/integer/int__neg x))
% Assm: h4/int__arith/INT__NUM__FORALL: !P. (!n. P (h4/integer/int__of__num n)) <=> (!x. h4/integer/int__le (h4/integer/int__of__num h4/num/0) x ==> P x)
% Assm: h4/int__arith/le__context__rwt1: !y x c. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c x) ==> h4/integer/int__le x y ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c y) <=> T)
% Assm: h4/int__arith/le__context__rwt2: !y x c. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c x) ==> h4/integer/int__lt y (h4/integer/int__neg x) ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add (h4/integer/int__neg c) y) <=> F)
% Assm: h4/int__arith/le__context__rwt5: !x c. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c x) ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add (h4/integer/int__neg c) (h4/integer/int__neg x)) <=> h4/integer/int__of__num h4/num/0 = h4/integer/int__add c x)
% Assm: h4/int__arith/eq__context__rwt1: !y x c. h4/integer/int__of__num h4/num/0 = h4/integer/int__add c x ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c y) <=> h4/integer/int__le x y)
% Assm: h4/int__arith/eq__context__rwt2: !y x c. h4/integer/int__of__num h4/num/0 = h4/integer/int__add c x ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add (h4/integer/int__neg c) y) <=> h4/integer/int__le (h4/integer/int__neg x) y)
% Assm: h4/words/INT__MAX__def: h4/words/INT__MAX h4/bool/the__value = h4/arithmetic/_2D (h4/words/INT__MIN h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/words/word__L__def: h4/words/word__L = h4/words/n2w (h4/words/INT__MIN h4/bool/the__value)
% Assm: h4/words/word__2comp__def: !w. h4/words/word__2comp w = h4/words/n2w (h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/words/w2n w))
% Assm: h4/words/word__sub__def: !w v. h4/words/word__sub v w = h4/words/word__add v (h4/words/word__2comp w)
% Assm: h4/words/ZERO__LT__dimword: h4/prim__rec/_3C h4/num/0 (h4/words/dimword h4/bool/the__value)
% Assm: h4/words/dimword__IS__TWICE__INT__MIN: h4/words/dimword h4/bool/the__value = h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/words/INT__MIN h4/bool/the__value)
% Assm: h4/words/ZERO__LT__INT__MIN: h4/prim__rec/_3C h4/num/0 (h4/words/INT__MIN h4/bool/the__value)
% Assm: h4/words/INT__MIN__LT__DIMWORD: h4/prim__rec/_3C (h4/words/INT__MIN h4/bool/the__value) (h4/words/dimword h4/bool/the__value)
% Assm: h4/words/w2n__n2w: !n. h4/words/w2n (h4/words/n2w n) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Assm: h4/words/n2w__11: !n m. h4/words/n2w m = h4/words/n2w n <=> h4/arithmetic/MOD m (h4/words/dimword h4/bool/the__value) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Assm: h4/words/w2n__eq__0: !w. h4/words/w2n w = h4/num/0 <=> w = h4/words/n2w h4/num/0
% Assm: h4/words/WORD__MULT__CLAUSES_c2: !v. h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v = v
% Assm: h4/words/WORD__EQ__ADD__RCANCEL: !x w v. h4/words/word__add v w = h4/words/word__add x w <=> v = x
% Assm: h4/words/WORD__NEG__NEG: !w. h4/words/word__2comp (h4/words/word__2comp w) = w
% Assm: h4/words/WORD__NEG__EQ: !w v. h4/words/word__2comp v = w <=> v = h4/words/word__2comp w
% Assm: h4/words/WORD__NEG__EQ__0: !v. h4/words/word__2comp v = h4/words/n2w h4/num/0 <=> v = h4/words/n2w h4/num/0
% Assm: h4/words/WORD__NEG__LMUL: !w v. h4/words/word__2comp (h4/words/word__mul v w) = h4/words/word__mul (h4/words/word__2comp v) w
% Assm: h4/words/WORD__NEG__MUL: !w. h4/words/word__2comp w = h4/words/word__mul (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w
% Assm: h4/words/WORD__H__WORD__L: h4/words/word__H = h4/words/word__sub h4/words/word__L (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/words/WORD__NOT__LOWER__EQUAL: !b a. ~h4/words/word__ls a b <=> h4/words/word__lo b a
% Assm: h4/words/ZERO__LO__INT__MIN: h4/words/word__lo (h4/words/n2w h4/num/0) h4/words/word__L
% Assm: h4/words/WORD__MSB__INT__MIN__LS: !a. h4/words/word__msb a <=> h4/words/word__ls h4/words/word__L a
% Assm: h4/words/word__msb__neg: !w. h4/words/word__msb w <=> h4/words/word__lt w (h4/words/n2w h4/num/0)
% Assm: h4/words/word__ls__n2w: !b a. h4/words/word__ls (h4/words/n2w a) (h4/words/n2w b) <=> h4/arithmetic/_3C_3D (h4/arithmetic/MOD a (h4/words/dimword h4/bool/the__value)) (h4/arithmetic/MOD b (h4/words/dimword h4/bool/the__value))
% Assm: h4/integer__word/i2w__def: !i. h4/integer__word/i2w i = h4/bool/COND (h4/integer/int__lt i (h4/integer/int__of__num h4/num/0)) (h4/words/word__2comp (h4/words/n2w (h4/integer/Num (h4/integer/int__neg i)))) (h4/words/n2w (h4/integer/Num i))
% Assm: h4/integer__word/w2i__def: !w. h4/integer__word/w2i w = h4/bool/COND (h4/words/word__msb w) (h4/integer/int__neg (h4/integer/int__of__num (h4/words/w2n (h4/words/word__2comp w)))) (h4/integer/int__of__num (h4/words/w2n w))
% Assm: h4/integer__word/saturate__i2sw__def: !i. h4/integer__word/saturate__i2sw i = h4/bool/COND (h4/integer/int__le (h4/integer__word/INT__MAX h4/bool/the__value) i) h4/words/word__H (h4/bool/COND (h4/integer/int__le i (h4/integer__word/INT__MIN h4/bool/the__value)) h4/words/word__L (h4/integer__word/i2w i))
% Assm: h4/integer__word/signed__saturate__add__def: !b a. h4/integer__word/signed__saturate__add a b = h4/integer__word/saturate__i2sw (h4/integer/int__add (h4/integer__word/w2i a) (h4/integer__word/w2i b))
% Assm: h4/integer__word/w2i__i2w: !i. h4/integer/int__le (h4/integer__word/INT__MIN h4/bool/the__value) i /\ h4/integer/int__le i (h4/integer__word/INT__MAX h4/bool/the__value) ==> h4/integer__word/w2i (h4/integer__word/i2w i) = i
% Assm: h4/integer__word/ranged__int__word__nchotomy: !w. ?i. w = h4/integer__word/i2w i /\ h4/integer/int__le (h4/integer__word/INT__MIN h4/bool/the__value) i /\ h4/integer/int__le i (h4/integer__word/INT__MAX h4/bool/the__value)
% Assm: h4/integer__word/WORD__LTi: !b a. h4/words/word__lt a b <=> h4/integer/int__lt (h4/integer__word/w2i a) (h4/integer__word/w2i b)
% Assm: h4/integer__word/word__i2w__add: !b a. h4/words/word__add (h4/integer__word/i2w a) (h4/integer__word/i2w b) = h4/integer__word/i2w (h4/integer/int__add a b)
% Assm: h4/integer__word/word__0__w2i: h4/integer__word/w2i (h4/words/n2w h4/num/0) = h4/integer/int__of__num h4/num/0
% Assm: h4/integer__word/INT__MIN0: h4/integer__word/INT__MIN h4/bool/the__value = h4/integer/int__neg (h4/integer/int__of__num (h4/words/INT__MIN h4/bool/the__value))
% Assm: h4/integer__word/INT__MAX0: h4/integer__word/INT__MAX h4/bool/the__value = h4/integer/int__of__num (h4/words/INT__MAX h4/bool/the__value)
% Assm: h4/integer__word/i2w__INT__MIN: h4/integer__word/i2w (h4/integer__word/INT__MIN h4/bool/the__value) = h4/words/word__L
% Assm: h4/integer__word/i2w__INT__MAX: h4/integer__word/i2w (h4/integer__word/INT__MAX h4/bool/the__value) = h4/words/word__H
% Goal: !b a. h4/integer__word/signed__saturate__add a b = h4/bool/LET (h4/bool/LET (\sum msba. h4/bool/COND ((msba <=> h4/words/word__msb b) /\ ~(msba <=> h4/words/word__msb sum)) (h4/bool/COND msba h4/words/word__L h4/words/word__H) sum) (h4/words/word__add a b)) (h4/words/word__msb a)
%   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_BOOLu_u_CASESu_u_AX]: !t. (t <=> T) \/ (t <=> F)
% 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_EXISTSu_u_SIMP]: !t. (?x. t) <=> t
% Assm [h4s_bools_CONJu_u_COMM]: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% 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_ANDu_u_CLAUSESu_c3]: !t. t /\ F <=> F
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !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_c1]: ~T <=> F
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_EQu_u_REFL]: !x. x = x
% 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_NOTu_u_EXISTSu_u_THM]: !P. ~(?x. happ P x) <=> (!x. ~happ P x)
% Assm [h4s_bools_EXISTSu_u_ORu_u_THM]: !Q P. (?x. happ P x \/ happ Q x) <=> (?x. happ P x) \/ (?x. happ Q x)
% Assm [h4s_bools_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_bools_CONDu_u_CONG]: !y_27 y x_27 x Q P. (P <=> Q) /\ (Q ==> x = x_27) /\ (~Q ==> y = y_27) ==> h4/bool/COND P x y = h4/bool/COND Q x_27 y_27
% Assm [h4s_bools_boolu_u_caseu_u_thmu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_boolu_u_caseu_u_thmu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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_sats_pthu_u_no1]: !q p. ~(p \/ q) ==> ~p
% Assm [h4s_sats_pthu_u_no2]: !q p. ~(p \/ q) ==> ~q
% Assm [h4s_sats_pthu_u_nn]: !p. ~ ~p ==> p
% Assm [h4s_combins_ou_u_THM]: !x g f. h4/combin/o f g x = happ f (happ g x)
% Assm [h4s_combins_Iu_u_THM]: !x. h4/combin/I x = x
% Assm [h4s_primu_u_recs_NOTu_u_LESSu_u_0]: !n. ~h4/prim__rec/_3C n h4/num/0
% Assm [h4s_arithmetics_TWO]: h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO) = h4/num/SUC (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% 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_COMM]: !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_SUBu_u_0u_c1]: !m. h4/arithmetic/_2D m h4/num/0 = 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_MULTu_u_CLAUSESu_c3]: !m. h4/arithmetic/_2A m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm [h4s_arithmetics_RIGHTu_u_ADDu_u_DISTRIB]: !p n m. h4/arithmetic/_2A (h4/arithmetic/_2B m n) p = h4/arithmetic/_2B (h4/arithmetic/_2A m p) (h4/arithmetic/_2A n p)
% Assm [h4s_arithmetics_LEFTu_u_ADDu_u_DISTRIB]: !p n m. h4/arithmetic/_2A p (h4/arithmetic/_2B m n) = h4/arithmetic/_2B (h4/arithmetic/_2A p m) (h4/arithmetic/_2A p n)
% Assm [h4s_arithmetics_MULTu_u_ASSOC]: !p n m. h4/arithmetic/_2A m (h4/arithmetic/_2A n p) = h4/arithmetic/_2A (h4/arithmetic/_2A m n) p
% 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_LEFTu_u_SUBu_u_DISTRIB]: !p n m. h4/arithmetic/_2A p (h4/arithmetic/_2D m n) = h4/arithmetic/_2D (h4/arithmetic/_2A p m) (h4/arithmetic/_2A p n)
% Assm [h4s_arithmetics_ZEROu_u_LESSu_u_EQ]: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm [h4s_arithmetics_LESSu_u_EQu_u_0]: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% 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_MULTu_u_LESSu_u_EQu_u_SUC]: !p n m. h4/arithmetic/_3C_3D m n <=> h4/arithmetic/_3C_3D (h4/arithmetic/_2A (h4/num/SUC p) m) (h4/arithmetic/_2A (h4/num/SUC p) n)
% Assm [h4s_arithmetics_LTu_u_MULTu_u_LCANCEL]: !p n m. h4/prim__rec/_3C (h4/arithmetic/_2A m n) (h4/arithmetic/_2A m p) <=> h4/prim__rec/_3C h4/num/0 m /\ h4/prim__rec/_3C n p
% Assm [h4s_arithmetics_SUBu_u_LEFTu_u_LESSu_u_EQ]: !p n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2D n p) <=> h4/arithmetic/_3C_3D (h4/arithmetic/_2B m p) n \/ h4/arithmetic/_3C_3D m h4/num/0
% Assm [h4s_arithmetics_SUBu_u_RIGHTu_u_LESS]: !p n m. h4/prim__rec/_3C (h4/arithmetic/_2D m n) p <=> h4/prim__rec/_3C m (h4/arithmetic/_2B n p) /\ h4/prim__rec/_3C h4/num/0 p
% 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_arithmetics_LESSu_u_MOD]: !n k. h4/prim__rec/_3C k n ==> h4/arithmetic/MOD k n = k
% Assm [h4s_arithmetics_DIVMODu_u_ID]: !n. h4/prim__rec/_3C h4/num/0 n ==> h4/arithmetic/DIV n n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) /\ h4/arithmetic/MOD n n = h4/num/0
% Assm [h4s_numerals_numeralu_u_sucu_c0]: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% 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_c5]: !n m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2A n m)
% Assm [h4s_numerals_numeralu_u_distribu_c21]: !n. h4/prim__rec/_3C h4/num/0 (h4/arithmetic/NUMERAL n) <=> h4/prim__rec/_3C h4/arithmetic/ZERO n
% 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_c1]: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = 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_addu_c4]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c6]: !n. h4/num/SUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/num/SUC n
% 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_c1]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 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_c4]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 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_c0]: !n. h4/arithmetic/_3C_3D h4/arithmetic/ZERO n <=> T
% 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_numeralu_u_lteu_c3]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_numeralu_u_lteu_c5]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) <=> ~h4/arithmetic/_3C_3D m n
% Assm [h4s_numerals_numeralu_u_lteu_c6]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_iSUBu_u_THMu_c1]: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% 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_numerals_numeralu_u_evenoddu_c3]: ~h4/arithmetic/ODD h4/arithmetic/ZERO
% Assm [h4s_numerals_onecountu_u_defu_c0]: !x. h4/numeral/onecount h4/arithmetic/ZERO x = x
% Assm [h4s_numerals_exactlogu_u_defu_c2]: !_0. (!x. ?v. (v <=> x = h4/arithmetic/ZERO) /\ happ _0 x = h4/bool/COND v h4/arithmetic/ZERO (h4/arithmetic/BIT1 x)) ==> (!n. h4/numeral/exactlog (h4/arithmetic/BIT2 n) = h4/bool/LET _0 (h4/numeral/onecount n h4/arithmetic/ZERO))
% Assm [h4s_numerals_enumeralu_u_multu_c4]: !_0. (!x y m. happ (happ (happ _0 x) y) m = h4/bool/COND (h4/arithmetic/ODD m) (h4/numeral/texp__help (h4/arithmetic/DIV2 m) (h4/prim__rec/PRE (h4/arithmetic/BIT1 y))) (h4/numeral/internal__mult (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT1 y))) ==> (!y x. h4/arithmetic/_2A (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT1 y) = h4/bool/LET (happ (happ _0 x) y) (h4/numeral/exactlog (h4/arithmetic/BIT2 x)))
% Assm [h4s_numerals_internalu_u_multu_u_characterisationu_c0]: !n. h4/numeral/internal__mult h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm [h4s_numerals_internalu_u_multu_u_characterisationu_c3]: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT2 n) m = h4/numeral/iDUB (h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/internal__mult n m) m))
% Assm [h4s_integers_INTu_u_ADDu_u_COMM]: !y x. h4/integer/int__add x y = h4/integer/int__add y x
% Assm [h4s_integers_INTu_u_ADDu_u_ASSOC]: !z y x. h4/integer/int__add x (h4/integer/int__add y z) = h4/integer/int__add (h4/integer/int__add x y) z
% Assm [h4s_integers_intu_u_le0]: !y x. h4/integer/int__le x y <=> ~h4/integer/int__lt y x
% Assm [h4s_integers_INTu_u_ADDu_u_LID]: !x. h4/integer/int__add (h4/integer/int__of__num h4/num/0) x = x
% Assm [h4s_integers_INTu_u_ADDu_u_RID]: !x. h4/integer/int__add x (h4/integer/int__of__num h4/num/0) = x
% Assm [h4s_integers_INTu_u_MULu_u_LID]: !x. h4/integer/int__mul (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm [h4s_integers_INTu_u_RDISTRIB]: !z y x. h4/integer/int__mul (h4/integer/int__add x y) z = h4/integer/int__add (h4/integer/int__mul x z) (h4/integer/int__mul y z)
% Assm [h4s_integers_INTu_u_NEGu_u_ADD]: !y x. h4/integer/int__neg (h4/integer/int__add x y) = h4/integer/int__add (h4/integer/int__neg x) (h4/integer/int__neg y)
% Assm [h4s_integers_INTu_u_MULu_u_LZERO]: !x. h4/integer/int__mul (h4/integer/int__of__num h4/num/0) x = h4/integer/int__of__num h4/num/0
% Assm [h4s_integers_INTu_u_NEGu_u_LMUL]: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul (h4/integer/int__neg x) y
% Assm [h4s_integers_INTu_u_NEGu_u_RMUL]: !y x. h4/integer/int__neg (h4/integer/int__mul x y) = h4/integer/int__mul x (h4/integer/int__neg y)
% Assm [h4s_integers_INTu_u_NEGNEG]: !x. h4/integer/int__neg (h4/integer/int__neg x) = x
% Assm [h4s_integers_INTu_u_NOTu_u_LT]: !y x. ~h4/integer/int__lt x y <=> h4/integer/int__le y x
% Assm [h4s_integers_INTu_u_NOTu_u_LE]: !y x. ~h4/integer/int__le x y <=> h4/integer/int__lt y x
% Assm [h4s_integers_INTu_u_LEu_u_REFL]: !x. h4/integer/int__le x x
% Assm [h4s_integers_INTu_u_LTu_u_IMPu_u_LE]: !y x. h4/integer/int__lt x y ==> h4/integer/int__le x y
% Assm [h4s_integers_INTu_u_LEu_u_TRANS]: !z y x. h4/integer/int__le x y /\ h4/integer/int__le y z ==> h4/integer/int__le x z
% Assm [h4s_integers_INTu_u_LEu_u_ANTISYM]: !y x. h4/integer/int__le x y /\ h4/integer/int__le y x <=> x = y
% Assm [h4s_integers_INTu_u_NEGu_u_GE0]: !x. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__neg x) <=> h4/integer/int__le x (h4/integer/int__of__num h4/num/0)
% Assm [h4s_integers_INTu_u_NEGu_u_0]: h4/integer/int__neg (h4/integer/int__of__num h4/num/0) = h4/integer/int__of__num h4/num/0
% Assm [h4s_integers_INTu_u_LEu_u_ADDL]: !y x. h4/integer/int__le y (h4/integer/int__add x y) <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) x
% Assm [h4s_integers_INTu_u_LE]: !n m. h4/integer/int__le (h4/integer/int__of__num m) (h4/integer/int__of__num n) <=> h4/arithmetic/_3C_3D m n
% Assm [h4s_integers_INTu_u_LT]: !n m. h4/integer/int__lt (h4/integer/int__of__num m) (h4/integer/int__of__num n) <=> h4/prim__rec/_3C m n
% Assm [h4s_integers_INTu_u_INJ]: !n m. h4/integer/int__of__num m = h4/integer/int__of__num n <=> m = n
% Assm [h4s_integers_INTu_u_MUL]: !n m. h4/integer/int__mul (h4/integer/int__of__num m) (h4/integer/int__of__num n) = h4/integer/int__of__num (h4/arithmetic/_2A m n)
% Assm [h4s_integers_INTu_u_LEu_u_NEG]: !y x. h4/integer/int__le (h4/integer/int__neg x) (h4/integer/int__neg y) <=> h4/integer/int__le y x
% Assm [h4s_integers_INTu_u_EQu_u_NEG]: !y x. h4/integer/int__neg x = h4/integer/int__neg y <=> x = y
% Assm [h4s_integers_INTu_u_LTu_u_CALCULATEu_c0]: !n m. h4/integer/int__lt (h4/integer/int__of__num n) (h4/integer/int__of__num m) <=> h4/prim__rec/_3C n m
% Assm [h4s_integers_INTu_u_LTu_u_CALCULATEu_c2]: !n m. h4/integer/int__lt (h4/integer/int__neg (h4/integer/int__of__num n)) (h4/integer/int__of__num m) <=> ~(n = h4/num/0) \/ ~(m = h4/num/0)
% Assm [h4s_integers_INTu_u_OFu_u_NUM]: !i. h4/integer/int__of__num (h4/integer/Num i) = i <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) i
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c0]: !p. h4/integer/int__add (h4/integer/int__of__num h4/num/0) p = p
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c1]: !p. h4/integer/int__add p (h4/integer/int__of__num h4/num/0) = p
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c2]: h4/integer/int__neg (h4/integer/int__of__num h4/num/0) = h4/integer/int__of__num h4/num/0
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c5]: !n m. h4/integer/int__add (h4/integer/int__of__num (h4/arithmetic/NUMERAL n)) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) = h4/bool/COND (h4/arithmetic/_3C_3D m n) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D m n))))
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c6]: !n m. h4/integer/int__add (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL n))) (h4/integer/int__of__num (h4/arithmetic/NUMERAL m)) = h4/bool/COND (h4/arithmetic/_3C_3D n m) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D m n))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m))))
% Assm [h4s_integers_INTu_u_ADDu_u_REDUCEu_c7]: !n m. h4/integer/int__add (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL n))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) = h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))))
% Assm [h4s_integers_INTu_u_LTu_u_REDUCEu_c0]: !n. h4/integer/int__lt (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) <=> T
% Assm [h4s_integers_INTu_u_LTu_u_REDUCEu_c5]: !n. h4/integer/int__lt (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) (h4/integer/int__of__num h4/num/0) <=> T
% Assm [h4s_integers_INTu_u_LTu_u_REDUCEu_c8]: !n m. h4/integer/int__lt (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) (h4/integer/int__of__num (h4/arithmetic/NUMERAL m)) <=> T
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c0]: h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num h4/num/0) <=> T
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c2]: !n. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) <=> F
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c4]: !n. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) (h4/integer/int__of__num h4/num/0) <=> F
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c5]: !n. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n))) (h4/integer/int__of__num h4/num/0) <=> F
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c6]: !n. h4/integer/int__le (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))) (h4/integer/int__of__num h4/num/0) <=> T
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c9]: !n m. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL n)) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 m)))) <=> F
% Assm [h4s_integers_INTu_u_LEu_u_REDUCEu_c12]: !n m. h4/integer/int__le (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL n))) (h4/integer/int__neg (h4/integer/int__of__num (h4/arithmetic/NUMERAL m))) <=> h4/arithmetic/_3C_3D m n
% Assm [h4s_intu_u_ariths_lessu_u_tou_u_lequ_u_samer]: !y x. h4/integer/int__lt x y <=> h4/integer/int__le (h4/integer/int__add x (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) y
% Assm [h4s_intu_u_ariths_leu_u_moveu_u_rightu_u_left]: !z y x. h4/integer/int__le x (h4/integer/int__add y z) <=> h4/integer/int__le (h4/integer/int__add x (h4/integer/int__neg z)) y
% Assm [h4s_intu_u_ariths_leu_u_moveu_u_allu_u_right]: !y x. h4/integer/int__le x y <=> h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add y (h4/integer/int__neg x))
% Assm [h4s_intu_u_ariths_INTu_u_NUMu_u_FORALL]: !P. (!n. happ P (h4/integer/int__of__num n)) <=> (!x. h4/integer/int__le (h4/integer/int__of__num h4/num/0) x ==> happ P x)
% Assm [h4s_intu_u_ariths_leu_u_contextu_u_rwt1]: !y x c. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c x) ==> h4/integer/int__le x y ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c y) <=> T)
% Assm [h4s_intu_u_ariths_leu_u_contextu_u_rwt2]: !y x c. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c x) ==> h4/integer/int__lt y (h4/integer/int__neg x) ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add (h4/integer/int__neg c) y) <=> F)
% Assm [h4s_intu_u_ariths_leu_u_contextu_u_rwt5]: !x c. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c x) ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add (h4/integer/int__neg c) (h4/integer/int__neg x)) <=> h4/integer/int__of__num h4/num/0 = h4/integer/int__add c x)
% Assm [h4s_intu_u_ariths_equ_u_contextu_u_rwt1]: !y x c. h4/integer/int__of__num h4/num/0 = h4/integer/int__add c x ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add c y) <=> h4/integer/int__le x y)
% Assm [h4s_intu_u_ariths_equ_u_contextu_u_rwt2]: !y x c. h4/integer/int__of__num h4/num/0 = h4/integer/int__add c x ==> (h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__add (h4/integer/int__neg c) y) <=> h4/integer/int__le (h4/integer/int__neg x) y)
% Assm [h4s_wordss_INTu_u_MAXu_u_def]: h4/words/INT__MAX h4/bool/the__value = h4/arithmetic/_2D (h4/words/INT__MIN h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_wordss_wordu_u_Lu_u_def]: h4/words/word__L = h4/words/n2w (h4/words/INT__MIN h4/bool/the__value)
% Assm [h4s_wordss_wordu_u_2compu_u_def]: !w. h4/words/word__2comp w = h4/words/n2w (h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/words/w2n w))
% Assm [h4s_wordss_wordu_u_subu_u_def]: !w v. h4/words/word__sub v w = h4/words/word__add v (h4/words/word__2comp w)
% Assm [h4s_wordss_ZEROu_u_LTu_u_dimword]: h4/prim__rec/_3C h4/num/0 (h4/words/dimword h4/bool/the__value)
% Assm [h4s_wordss_dimwordu_u_ISu_u_TWICEu_u_INTu_u_MIN]: h4/words/dimword h4/bool/the__value = h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/words/INT__MIN h4/bool/the__value)
% Assm [h4s_wordss_ZEROu_u_LTu_u_INTu_u_MIN]: h4/prim__rec/_3C h4/num/0 (h4/words/INT__MIN h4/bool/the__value)
% Assm [h4s_wordss_INTu_u_MINu_u_LTu_u_DIMWORD]: h4/prim__rec/_3C (h4/words/INT__MIN h4/bool/the__value) (h4/words/dimword h4/bool/the__value)
% Assm [h4s_wordss_w2nu_u_n2w]: !n. h4/words/w2n (h4/words/n2w n) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Assm [h4s_wordss_n2wu_u_11]: !n m. h4/words/n2w m = h4/words/n2w n <=> h4/arithmetic/MOD m (h4/words/dimword h4/bool/the__value) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Assm [h4s_wordss_w2nu_u_equ_u_0]: !w. h4/words/w2n w = h4/num/0 <=> w = h4/words/n2w h4/num/0
% Assm [h4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c2]: !v. h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v = v
% Assm [h4s_wordss_WORDu_u_EQu_u_ADDu_u_RCANCEL]: !x w v. h4/words/word__add v w = h4/words/word__add x w <=> v = x
% Assm [h4s_wordss_WORDu_u_NEGu_u_NEG]: !w. h4/words/word__2comp (h4/words/word__2comp w) = w
% Assm [h4s_wordss_WORDu_u_NEGu_u_EQ]: !w v. h4/words/word__2comp v = w <=> v = h4/words/word__2comp w
% Assm [h4s_wordss_WORDu_u_NEGu_u_EQu_u_0]: !v. h4/words/word__2comp v = h4/words/n2w h4/num/0 <=> v = h4/words/n2w h4/num/0
% Assm [h4s_wordss_WORDu_u_NEGu_u_LMUL]: !w v. h4/words/word__2comp (h4/words/word__mul v w) = h4/words/word__mul (h4/words/word__2comp v) w
% Assm [h4s_wordss_WORDu_u_NEGu_u_MUL]: !w. h4/words/word__2comp w = h4/words/word__mul (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w
% Assm [h4s_wordss_WORDu_u_Hu_u_WORDu_u_L]: h4/words/word__H = h4/words/word__sub h4/words/word__L (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_wordss_WORDu_u_NOTu_u_LOWERu_u_EQUAL]: !b a. ~h4/words/word__ls a b <=> h4/words/word__lo b a
% Assm [h4s_wordss_ZEROu_u_LOu_u_INTu_u_MIN]: h4/words/word__lo (h4/words/n2w h4/num/0) h4/words/word__L
% Assm [h4s_wordss_WORDu_u_MSBu_u_INTu_u_MINu_u_LS]: !a. h4/words/word__msb a <=> h4/words/word__ls h4/words/word__L a
% Assm [h4s_wordss_wordu_u_msbu_u_neg]: !w. h4/words/word__msb w <=> h4/words/word__lt w (h4/words/n2w h4/num/0)
% Assm [h4s_wordss_wordu_u_lsu_u_n2w]: !b a. h4/words/word__ls (h4/words/n2w a) (h4/words/n2w b) <=> h4/arithmetic/_3C_3D (h4/arithmetic/MOD a (h4/words/dimword h4/bool/the__value)) (h4/arithmetic/MOD b (h4/words/dimword h4/bool/the__value))
% Assm [h4s_integeru_u_words_i2wu_u_def]: !i. h4/integer__word/i2w i = h4/bool/COND (h4/integer/int__lt i (h4/integer/int__of__num h4/num/0)) (h4/words/word__2comp (h4/words/n2w (h4/integer/Num (h4/integer/int__neg i)))) (h4/words/n2w (h4/integer/Num i))
% Assm [h4s_integeru_u_words_w2iu_u_def]: !w. h4/integer__word/w2i w = h4/bool/COND (h4/words/word__msb w) (h4/integer/int__neg (h4/integer/int__of__num (h4/words/w2n (h4/words/word__2comp w)))) (h4/integer/int__of__num (h4/words/w2n w))
% Assm [h4s_integeru_u_words_saturateu_u_i2swu_u_def]: !i. h4/integer__word/saturate__i2sw i = h4/bool/COND (h4/integer/int__le (h4/integer__word/INT__MAX h4/bool/the__value) i) h4/words/word__H (h4/bool/COND (h4/integer/int__le i (h4/integer__word/INT__MIN h4/bool/the__value)) h4/words/word__L (h4/integer__word/i2w i))
% Assm [h4s_integeru_u_words_signedu_u_saturateu_u_addu_u_def]: !b a. h4/integer__word/signed__saturate__add a b = h4/integer__word/saturate__i2sw (h4/integer/int__add (h4/integer__word/w2i a) (h4/integer__word/w2i b))
% Assm [h4s_integeru_u_words_w2iu_u_i2w]: !i. h4/integer/int__le (h4/integer__word/INT__MIN h4/bool/the__value) i /\ h4/integer/int__le i (h4/integer__word/INT__MAX h4/bool/the__value) ==> h4/integer__word/w2i (h4/integer__word/i2w i) = i
% Assm [h4s_integeru_u_words_rangedu_u_intu_u_wordu_u_nchotomy]: !w. ?i. w = h4/integer__word/i2w i /\ h4/integer/int__le (h4/integer__word/INT__MIN h4/bool/the__value) i /\ h4/integer/int__le i (h4/integer__word/INT__MAX h4/bool/the__value)
% Assm [h4s_integeru_u_words_WORDu_u_LTi]: !b a. h4/words/word__lt a b <=> h4/integer/int__lt (h4/integer__word/w2i a) (h4/integer__word/w2i b)
% Assm [h4s_integeru_u_words_wordu_u_i2wu_u_add]: !b a. h4/words/word__add (h4/integer__word/i2w a) (h4/integer__word/i2w b) = h4/integer__word/i2w (h4/integer/int__add a b)
% Assm [h4s_integeru_u_words_wordu_u_0u_u_w2i]: h4/integer__word/w2i (h4/words/n2w h4/num/0) = h4/integer/int__of__num h4/num/0
% Assm [h4s_integeru_u_words_INTu_u_MIN0]: h4/integer__word/INT__MIN h4/bool/the__value = h4/integer/int__neg (h4/integer/int__of__num (h4/words/INT__MIN h4/bool/the__value))
% Assm [h4s_integeru_u_words_INTu_u_MAX0]: h4/integer__word/INT__MAX h4/bool/the__value = h4/integer/int__of__num (h4/words/INT__MAX h4/bool/the__value)
% Assm [h4s_integeru_u_words_i2wu_u_INTu_u_MIN]: h4/integer__word/i2w (h4/integer__word/INT__MIN h4/bool/the__value) = h4/words/word__L
% Assm [h4s_integeru_u_words_i2wu_u_INTu_u_MAX]: h4/integer__word/i2w (h4/integer__word/INT__MAX h4/bool/the__value) = h4/words/word__H
% Goal: !_1. (!b sum msba. ?v. (v <=> (msba <=> h4/words/word__msb b) /\ ~(msba <=> h4/words/word__msb sum)) /\ happ (happ (happ _1 b) sum) msba = h4/bool/COND v (h4/bool/COND msba h4/words/word__L h4/words/word__H) sum) ==> (!_0. (!b sum. happ (happ _0 b) sum = happ (happ _1 b) sum) ==> (!b a. h4/integer__word/signed__saturate__add a b = h4/bool/LET (h4/bool/LET (happ _0 b) (h4/words/word__add a b)) (h4/words/word__msb a)))
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_Q298952,TV_Q298948]: ![V_f, V_g]: (![V_x]: s(TV_Q298948,happ(s(t_fun(TV_Q298952,TV_Q298948),V_f),s(TV_Q298952,V_x))) = s(TV_Q298948,happ(s(t_fun(TV_Q298952,TV_Q298948),V_g),s(TV_Q298952,V_x))) => s(t_fun(TV_Q298952,TV_Q298948),V_f) = s(t_fun(TV_Q298952,TV_Q298948),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_BOOLu_u_CASESu_u_AX, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
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_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_bools_CONJu_u_COMM, 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))))).
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_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_ANDu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,f))) <=> 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_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_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_EQu_u_REFL, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,V_x) = s(TV_u_27a,V_x)).
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_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_EXISTSu_u_ORu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (?[V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) <=> (?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | ?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_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_bools_CONDu_u_CONG, axiom, ![TV_u_27a]: ![V_yu_27, V_y, V_xu_27, V_x, V_Q, V_P]: ((s(t_bool,V_P) = s(t_bool,V_Q) & ((p(s(t_bool,V_Q)) => s(TV_u_27a,V_x) = s(TV_u_27a,V_xu_27)) & (~ (p(s(t_bool,V_Q))) => s(TV_u_27a,V_y) = s(TV_u_27a,V_yu_27)))) => s(TV_u_27a,h4s_bools_cond(s(t_bool,V_P),s(TV_u_27a,V_x),s(TV_u_27a,V_y))) = s(TV_u_27a,h4s_bools_cond(s(t_bool,V_Q),s(TV_u_27a,V_xu_27),s(TV_u_27a,V_yu_27))))).
fof(ah4s_bools_boolu_u_caseu_u_thmu_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_boolu_u_caseu_u_thmu_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_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_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_no2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) | p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_sats_pthu_u_nn, axiom, ![V_p]: (~ (~ (p(s(t_bool,V_p)))) => p(s(t_bool,V_p)))).
fof(ah4s_combins_ou_u_THM, axiom, ![TV_u_27b,TV_u_27a,TV_u_27c]: ![V_x, V_g, V_f]: s(TV_u_27b,h4s_combins_o(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27c,TV_u_27a),V_g),s(TV_u_27c,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),V_g),s(TV_u_27c,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_primu_u_recs_NOTu_u_LESSu_u_0, axiom, ![V_n]: ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_arithmetics_TWO, axiom, s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_arithmetics_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_COMM, 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_SUBu_u_0u_c1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_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_MULTu_u_CLAUSESu_c3, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_RIGHTu_u_ADDu_u_DISTRIB, axiom, ![V_p, V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(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))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))))).
fof(ah4s_arithmetics_LEFTu_u_ADDu_u_DISTRIB, axiom, ![V_p, V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(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_n))))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_MULTu_u_ASSOC, axiom, ![V_p, V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))))) = s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_u_2a(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_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_LEFTu_u_SUBu_u_DISTRIB, axiom, ![V_p, V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_n)))))).
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_LESSu_u_EQu_u_0, axiom, ![V_n]: (p(s(t_bool,h4s_arithmetics_u_3cu_3d(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_nums_0))).
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_MULTu_u_LESSu_u_EQu_u_SUC, axiom, ![V_p, V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(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_arithmetics_u_2a(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_p))),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_p))),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_LTu_u_MULTu_u_LCANCEL, axiom, ![V_p, V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p)))))) <=> (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_m)))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))))))).
fof(ah4s_arithmetics_SUBu_u_LEFTu_u_LESSu_u_EQ, 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,h4s_arithmetics_u_2d(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,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))))))).
fof(ah4s_arithmetics_SUBu_u_RIGHTu_u_LESS, axiom, ![V_p, V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_p)))) <=> (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_p))))))).
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_arithmetics_LESSu_u_MOD, axiom, ![V_n, V_k]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_k),s(t_h4s_nums_num,V_n)))) => s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_k),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,V_k))).
fof(ah4s_arithmetics_DIVMODu_u_ID, axiom, ![V_n]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n)))) => (s(t_h4s_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_n))) = 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,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_numerals_numeralu_u_sucu_c0, axiom, s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))).
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_c5, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(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_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_distribu_c21, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n)))).
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_c1, 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,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))) = 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_addu_c4, 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_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_nums_suc(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_addu_c6, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(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,h4s_nums_suc(s(t_h4s_nums_num,V_n)))).
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_c1, 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_bit2(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_c4, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))) = s(t_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_c0, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))) = s(t_bool,t)).
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_numeralu_u_lteu_c3, axiom, ![V_n, V_m]: 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_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_lteu_c5, axiom, ![V_n, V_m]: (p(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_bit1(s(t_h4s_nums_num,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))))))).
fof(ah4s_numerals_numeralu_u_lteu_c6, axiom, ![V_n, V_m]: 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_bit2(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
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_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_numerals_numeralu_u_evenoddu_c3, axiom, ~ (p(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,h4s_arithmetics_zero)))))).
fof(ah4s_numerals_onecountu_u_defu_c0, axiom, ![V_x]: s(t_h4s_nums_num,h4s_numerals_onecount(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,V_x)).
fof(ah4s_numerals_exactlogu_u_defu_c2, axiom, ![V_uu_0]: (![V_x]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,V_x) = s(t_h4s_nums_num,h4s_arithmetics_zero)) & s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_uu_0),s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x)))))) => ![V_n]: s(t_h4s_nums_num,h4s_numerals_exactlog(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_bools_let(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_uu_0),s(t_h4s_nums_num,h4s_numerals_onecount(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))))).
fof(ah4s_numerals_enumeralu_u_multu_c4, axiom, ![V_uu_0]: (![V_x, V_y, V_m]: s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num))),V_uu_0),s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,V_y))),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_y))))))),s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_y))))))) => ![V_y, V_x]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,h4s_bools_let(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num))),V_uu_0),s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,V_y))),s(t_h4s_nums_num,h4s_numerals_exactlog(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_x))))))))).
fof(ah4s_numerals_internalu_u_multu_u_characterisationu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_zero)).
fof(ah4s_numerals_internalu_u_multu_u_characterisationu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_integers_INTu_u_ADDu_u_COMM, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x)))).
fof(ah4s_integers_INTu_u_ADDu_u_ASSOC, axiom, ![V_z, V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_z))))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))),s(t_h4s_integers_int,V_z)))).
fof(ah4s_integers_intu_u_le0, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) <=> ~ (p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x))))))).
fof(ah4s_integers_INTu_u_ADDu_u_LID, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_x))) = s(t_h4s_integers_int,V_x)).
fof(ah4s_integers_INTu_u_ADDu_u_RID, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_integers_int,V_x)).
fof(ah4s_integers_INTu_u_MULu_u_LID, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(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_integers_int,V_x))) = s(t_h4s_integers_int,V_x)).
fof(ah4s_integers_INTu_u_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))),s(t_h4s_integers_int,V_z))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_z))),s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_z)))))).
fof(ah4s_integers_INTu_u_NEGu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_y)))))).
fof(ah4s_integers_INTu_u_MULu_u_LZERO, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_x))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_integers_INTu_u_NEGu_u_LMUL, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) = s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))),s(t_h4s_integers_int,V_y)))).
fof(ah4s_integers_INTu_u_NEGu_u_RMUL, axiom, ![V_y, V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) = s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_y)))))).
fof(ah4s_integers_INTu_u_NEGNEG, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))))) = s(t_h4s_integers_int,V_x)).
fof(ah4s_integers_INTu_u_NOTu_u_LT, axiom, ![V_y, V_x]: (~ (p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) <=> p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x)))))).
fof(ah4s_integers_INTu_u_NOTu_u_LE, axiom, ![V_y, V_x]: (~ (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) <=> p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x)))))).
fof(ah4s_integers_INTu_u_LEu_u_REFL, axiom, ![V_x]: p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_x))))).
fof(ah4s_integers_INTu_u_LTu_u_IMPu_u_LE, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) => p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))))).
fof(ah4s_integers_INTu_u_LEu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) & p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_z))))) => p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_z)))))).
fof(ah4s_integers_INTu_u_LEu_u_ANTISYM, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) & p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x))))) <=> s(t_h4s_integers_int,V_x) = s(t_h4s_integers_int,V_y))).
fof(ah4s_integers_INTu_u_NEGu_u_GE0, axiom, ![V_x]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_integers_INTu_u_NEGu_u_0, axiom, s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_integers_INTu_u_LEu_u_ADDL, axiom, ![V_y, V_x]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_x)))).
fof(ah4s_integers_INTu_u_LE, axiom, ![V_n, V_m]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))).
fof(ah4s_integers_INTu_u_LT, axiom, ![V_n, V_m]: s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = 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_integers_INTu_u_INJ, axiom, ![V_n, V_m]: (s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_m))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))) <=> s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n))).
fof(ah4s_integers_INTu_u_MUL, axiom, ![V_n, V_m]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_integers_INTu_u_LEu_u_NEG, axiom, ![V_y, V_x]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_y))))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x)))).
fof(ah4s_integers_INTu_u_EQu_u_NEG, axiom, ![V_y, V_x]: (s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))) = s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_y))) <=> s(t_h4s_integers_int,V_x) = s(t_h4s_integers_int,V_y))).
fof(ah4s_integers_INTu_u_LTu_u_CALCULATEu_c0, axiom, ![V_n, V_m]: s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(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_integers_INTu_u_LTu_u_CALCULATEu_c2, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_m)))))) <=> (~ (s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0)) | ~ (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_integers_INTu_u_OFu_u_NUM, axiom, ![V_i]: (s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_integers_num(s(t_h4s_integers_int,V_i))))) = s(t_h4s_integers_int,V_i) <=> p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_i)))))).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c0, axiom, ![V_p]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_p))) = s(t_h4s_integers_int,V_p)).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c1, axiom, ![V_p]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_p),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_integers_int,V_p)).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c2, axiom, s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c5, axiom, ![V_n, V_m]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))))))) = s(t_h4s_integers_int,h4s_bools_cond(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(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_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))))))))).
fof(ah4s_integers_INTu_u_ADDu_u_REDUCEu_c6, axiom, ![V_n, V_m]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_integers_int,h4s_bools_cond(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(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_integers_INTu_u_ADDu_u_REDUCEu_c7, axiom, ![V_n, V_m]: s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))))))) = s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(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_integers_INTu_u_LTu_u_REDUCEu_c0, axiom, ![V_n]: s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))))) = s(t_bool,t)).
fof(ah4s_integers_INTu_u_LTu_u_REDUCEu_c5, axiom, ![V_n]: s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_bool,t)).
fof(ah4s_integers_INTu_u_LTu_u_REDUCEu_c8, axiom, ![V_n, V_m]: s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))))) = s(t_bool,t)).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c0, axiom, s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_bool,t)).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c2, axiom, ![V_n]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))))))) = s(t_bool,f)).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c4, axiom, ![V_n]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_bool,f)).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c5, axiom, ![V_n]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_bool,f)).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c6, axiom, ![V_n]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_bool,t)).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c9, axiom, ![V_n, V_m]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))))))))) = s(t_bool,f)).
fof(ah4s_integers_INTu_u_LEu_u_REDUCEu_c12, axiom, ![V_n, V_m]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))).
fof(ah4s_intu_u_ariths_lessu_u_tou_u_lequ_u_samer, axiom, ![V_y, V_x]: s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(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_integers_int,V_y)))).
fof(ah4s_intu_u_ariths_leu_u_moveu_u_rightu_u_left, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_z))))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_z))))),s(t_h4s_integers_int,V_y)))).
fof(ah4s_intu_u_ariths_leu_u_moveu_u_allu_u_right, axiom, ![V_y, V_x]: s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x)))))))).
fof(ah4s_intu_u_ariths_INTu_u_NUMu_u_FORALL, axiom, ![V_P]: (![V_n]: p(s(t_bool,happ(s(t_fun(t_h4s_integers_int,t_bool),V_P),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n)))))) <=> ![V_x]: (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,V_x)))) => p(s(t_bool,happ(s(t_fun(t_h4s_integers_int,t_bool),V_P),s(t_h4s_integers_int,V_x))))))).
fof(ah4s_intu_u_ariths_leu_u_contextu_u_rwt1, axiom, ![V_y, V_x, V_c]: (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_x)))))) => (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) => s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_y))))) = s(t_bool,t)))).
fof(ah4s_intu_u_ariths_leu_u_contextu_u_rwt2, axiom, ![V_y, V_x, V_c]: (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_x)))))) => (p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x)))))) => s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_c))),s(t_h4s_integers_int,V_y))))) = s(t_bool,f)))).
fof(ah4s_intu_u_ariths_leu_u_contextu_u_rwt5, axiom, ![V_x, V_c]: (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_x)))))) => (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_c))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x)))))))) <=> s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_x)))))).
fof(ah4s_intu_u_ariths_equ_u_contextu_u_rwt1, axiom, ![V_y, V_x, V_c]: (s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_x))) => s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_y))))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))).
fof(ah4s_intu_u_ariths_equ_u_contextu_u_rwt2, axiom, ![V_y, V_x, V_c]: (s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_x))) => s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_c))),s(t_h4s_integers_int,V_y))))) = s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_x))),s(t_h4s_integers_int,V_y))))).
fof(ah4s_wordss_INTu_u_MAXu_u_def, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_wordss_intu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_wordss_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),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_wordss_wordu_u_Lu_u_def, axiom, ![TV_u_27a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_l) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_wordss_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ah4s_wordss_wordu_u_2compu_u_def, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))))).
fof(ah4s_wordss_wordu_u_subu_u_def, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_sub(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))).
fof(ah4s_wordss_ZEROu_u_LTu_u_dimword, axiom, ![TV_u_27a]: p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_wordss_dimwordu_u_ISu_u_TWICEu_u_INTu_u_MIN, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_wordss_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ah4s_wordss_ZEROu_u_LTu_u_INTu_u_MIN, axiom, ![TV_u_27a]: p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_wordss_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_wordss_INTu_u_MINu_u_LTu_u_DIMWORD, axiom, ![TV_u_27a]: p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_wordss_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_wordss_w2nu_u_n2w, axiom, ![TV_u_27a]: ![V_n]: s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ah4s_wordss_n2wu_u_11, axiom, ![TV_u_27a]: ![V_n, V_m]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_m))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))) <=> s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))) = s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_wordss_w2nu_u_equ_u_0, axiom, ![TV_u_27a]: ![V_w]: (s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_nums_num,h4s_nums_0) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c2, axiom, ![TV_u_27a]: ![V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)).
fof(ah4s_wordss_WORDu_u_EQu_u_ADDu_u_RCANCEL, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))).
fof(ah4s_wordss_WORDu_u_NEGu_u_NEG, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)).
fof(ah4s_wordss_WORDu_u_NEGu_u_EQ, axiom, ![TV_u_27a]: ![V_w, V_v]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))).
fof(ah4s_wordss_WORDu_u_NEGu_u_EQu_u_0, axiom, ![TV_u_27a]: ![V_v]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_wordss_WORDu_u_NEGu_u_LMUL, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))).
fof(ah4s_wordss_WORDu_u_NEGu_u_MUL, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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_fcps_cart(t_bool,TV_u_27a),V_w)))).
fof(ah4s_wordss_WORDu_u_Hu_u_WORDu_u_L, axiom, ![TV_u_27a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_h) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_sub(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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_wordss_WORDu_u_NOTu_u_LOWERu_u_EQUAL, axiom, ![TV_u_27a]: ![V_b, V_a]: (~ (p(s(t_bool,h4s_wordss_wordu_u_ls(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))))) <=> p(s(t_bool,h4s_wordss_wordu_u_lo(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a)))))).
fof(ah4s_wordss_ZEROu_u_LOu_u_INTu_u_MIN, axiom, ![TV_u_27a]: p(s(t_bool,h4s_wordss_wordu_u_lo(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_l))))).
fof(ah4s_wordss_WORDu_u_MSBu_u_INTu_u_MINu_u_LS, axiom, ![TV_u_27a]: ![V_a]: s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))) = s(t_bool,h4s_wordss_wordu_u_ls(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a)))).
fof(ah4s_wordss_wordu_u_msbu_u_neg, axiom, ![TV_u_27a]: ![V_w]: s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_bool,h4s_wordss_wordu_u_lt(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_wordss_wordu_u_lsu_u_n2w, axiom, ![TV_u_27a]: ![V_b, V_a]: s(t_bool,h4s_wordss_wordu_u_ls(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_a))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_b))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_a),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))),s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_b),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))).
fof(ah4s_integeru_u_words_i2wu_u_def, axiom, ![TV_u_27a]: ![V_i]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,V_i))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bools_cond(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_i),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_integers_num(s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,V_i))))))))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_integers_num(s(t_h4s_integers_int,V_i)))))))).
fof(ah4s_integeru_u_words_w2iu_u_def, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_integers_int,h4s_integeru_u_words_w2i(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_integers_int,h4s_bools_cond(s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))))))),s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))))).
fof(ah4s_integeru_u_words_saturateu_u_i2swu_u_def, axiom, ![TV_u_27a]: ![V_i]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_saturateu_u_i2sw(s(t_h4s_integers_int,V_i))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bools_cond(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_integers_int,V_i))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_h),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bools_cond(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_i),s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,V_i)))))))).
fof(ah4s_integeru_u_words_signedu_u_saturateu_u_addu_u_def, axiom, ![TV_u_27a]: ![V_b, V_a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_signedu_u_saturateu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_saturateu_u_i2sw(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,h4s_integeru_u_words_w2i(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_integers_int,h4s_integeru_u_words_w2i(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b)))))))).
fof(ah4s_integeru_u_words_w2iu_u_i2w, axiom, ![TV_u_27a]: ![V_i]: ((p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_integers_int,V_i)))) & p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_i),s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))) => s(t_h4s_integers_int,h4s_integeru_u_words_w2i(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,V_i))))) = s(t_h4s_integers_int,V_i))).
fof(ah4s_integeru_u_words_rangedu_u_intu_u_wordu_u_nchotomy, axiom, ![TV_u_27a]: ![V_w]: ?[V_i]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,V_i))) & (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_integers_int,V_i)))) & p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_i),s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))))).
fof(ah4s_integeru_u_words_WORDu_u_LTi, axiom, ![TV_u_27a]: ![V_b, V_a]: s(t_bool,h4s_wordss_wordu_u_lt(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))) = s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integeru_u_words_w2i(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_integers_int,h4s_integeru_u_words_w2i(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b)))))).
fof(ah4s_integeru_u_words_wordu_u_i2wu_u_add, axiom, ![TV_u_27a]: ![V_b, V_a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,V_a))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,V_b))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_a),s(t_h4s_integers_int,V_b)))))).
fof(ah4s_integeru_u_words_wordu_u_0u_u_w2i, axiom, ![TV_u_27a]: s(t_h4s_integers_int,h4s_integeru_u_words_w2i(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_integeru_u_words_INTu_u_MIN0, axiom, ![TV_u_27a]: s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))) = s(t_h4s_integers_int,h4s_integers_intu_u_neg(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_wordss_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))).
fof(ah4s_integeru_u_words_INTu_u_MAX0, axiom, ![TV_u_27a]: s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_wordss_intu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ah4s_integeru_u_words_i2wu_u_INTu_u_MIN, axiom, ![TV_u_27a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_min(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_l)).
fof(ah4s_integeru_u_words_i2wu_u_INTu_u_MAX, axiom, ![TV_u_27a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_i2w(s(t_h4s_integers_int,h4s_integeru_u_words_intu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_h)).
fof(ch4s_integeru_u_words_signedu_u_saturateu_u_add0, conjecture, ![TV_u_27a]: ![V_uu_1]: (![V_b, V_sum, V_msba]: ?[V_v]: ((p(s(t_bool,V_v)) <=> (s(t_bool,V_msba) = s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))) & ~ (s(t_bool,V_msba) = s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_sum)))))) & s(t_h4s_fcps_cart(t_bool,TV_u_27a),happ(s(t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)))),V_uu_1),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_sum))),s(t_bool,V_msba))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bools_cond(s(t_bool,V_msba),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_h))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_sum)))) => ![V_uu_0]: (![V_b, V_sum]: s(t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)))),V_uu_0),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_sum))) = s(t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)))),V_uu_1),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_sum))) => ![V_b, V_a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_integeru_u_words_signedu_u_saturateu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bools_let(s(t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)),h4s_bools_let(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_bool,t_h4s_fcps_cart(t_bool,TV_u_27a)))),V_uu_0),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))))),s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a)))))))).
