%   ORIGINAL: h4/binary__ieee/diff__float__ULP
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Assm: h4/bool/LET__DEF: h4/bool/LET = (\f x. f x)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% 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/FORALL__SIMP: !t. (!x. t) <=> t
% 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/AND__CLAUSES_c4: !t. t /\ t <=> t
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/OR__CLAUSES_c1: !t. t \/ T <=> T
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/OR__CLAUSES_c3: !t. t \/ F <=> t
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/bool/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> 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/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bool/DISJ__ASSOC: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/LEFT__OR__OVER__AND: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm: h4/bool/RIGHT__OR__OVER__AND: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% 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/marker/Abbrev__def: !x. h4/marker/Abbrev x <=> x
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/relation/WF__EMPTY__REL: h4/relation/WF h4/relation/EMPTY__REL
% Assm: h4/relation/WFREC__COROLLARY: !f R M. f = h4/relation/WFREC R M ==> h4/relation/WF R ==> (!x. f x = M (h4/relation/RESTRICT f R x) x)
% Assm: h4/num/NOT__SUC: !n. ~(h4/num/SUC n = h4/num/0)
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/pair/pair__case__thm: !y x f. h4/pair/pair__CASE (h4/pair/_2C x y) f = f x y
% Assm: h4/arithmetic/EXP0_c1: !n m. h4/arithmetic/EXP m (h4/num/SUC n) = h4/arithmetic/_2A m (h4/arithmetic/EXP m n)
% 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__0: !m. h4/arithmetic/_2B m h4/num/0 = m
% 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/num__CASES: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% 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__EQ__0: !n m. h4/arithmetic/_2D m n = h4/num/0 <=> h4/arithmetic/_3C_3D m n
% Assm: h4/arithmetic/ADD1: !m. h4/num/SUC m = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/arithmetic/MULT__LEFT__1: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm: h4/arithmetic/MULT__RIGHT__1: !m. h4/arithmetic/_2A m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm: h4/arithmetic/MULT__CLAUSES_c1: !m. h4/arithmetic/_2A m h4/num/0 = h4/num/0
% 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/MULT__COMM: !n m. h4/arithmetic/_2A m n = h4/arithmetic/_2A n 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/ADD__EQ__0: !n m. h4/arithmetic/_2B m n = h4/num/0 <=> m = h4/num/0 /\ n = h4/num/0
% Assm: h4/arithmetic/ADD__INV__0__EQ: !n m. h4/arithmetic/_2B m n = m <=> n = h4/num/0
% Assm: h4/arithmetic/PRE__SUC__EQ: !n m. h4/prim__rec/_3C h4/num/0 n ==> (m = h4/prim__rec/PRE n <=> h4/num/SUC m = n)
% Assm: h4/arithmetic/EQ__MONO__ADD__EQ: !p n m. h4/arithmetic/_2B m p = h4/arithmetic/_2B n p <=> m = n
% 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/LESS__EQ__REFL: !m. h4/arithmetic/_3C_3D m m
% Assm: h4/arithmetic/LESS__ADD__1: !n m. h4/prim__rec/_3C n m ==> (?p. m = h4/arithmetic/_2B n (h4/arithmetic/_2B p (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% Assm: h4/arithmetic/ZERO__LESS__EQ: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm: h4/arithmetic/LESS__LESS__CASES: !n m. m = n \/ h4/prim__rec/_3C m n \/ h4/prim__rec/_3C n m
% Assm: h4/arithmetic/LESS__EQUAL__ADD: !n m. h4/arithmetic/_3C_3D m n ==> (?p. n = h4/arithmetic/_2B m p)
% Assm: h4/arithmetic/NOT__LESS__EQUAL: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/prim__rec/_3C n m
% 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/LE__MULT__CANCEL__LBARE_c0: !n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2A m n) <=> m = h4/num/0 \/ h4/prim__rec/_3C h4/num/0 n
% Assm: h4/arithmetic/LE__MULT__CANCEL__LBARE_c1: !n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2A n m) <=> m = h4/num/0 \/ h4/prim__rec/_3C h4/num/0 n
% 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__LEFT__LESS: !p n m. h4/prim__rec/_3C m (h4/arithmetic/_2D n p) <=> h4/prim__rec/_3C (h4/arithmetic/_2B m p) n
% Assm: h4/arithmetic/SUB__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/SUB__RIGHT__EQ: !p n m. h4/arithmetic/_2D m n = p <=> m = h4/arithmetic/_2B n p \/ h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D p h4/num/0
% Assm: h4/arithmetic/LE_c0: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% Assm: h4/arithmetic/LESS__MOD: !n k. h4/prim__rec/_3C k n ==> h4/arithmetic/MOD k n = k
% Assm: h4/arithmetic/ZERO__MOD: !n. h4/prim__rec/_3C h4/num/0 n ==> h4/arithmetic/MOD h4/num/0 n = h4/num/0
% Assm: h4/arithmetic/EXP__1_c0: !n. h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm: h4/arithmetic/EXP__1_c1: !n. h4/arithmetic/EXP n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = n
% Assm: h4/numeral/numeral__suc_c0: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__suc_c1: !n. h4/num/SUC (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 n
% 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_c8: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm: h4/numeral/numeral__distrib_c16: !n. h4/prim__rec/PRE (h4/arithmetic/NUMERAL n) = h4/arithmetic/NUMERAL (h4/prim__rec/PRE n)
% Assm: h4/numeral/numeral__distrib_c17: !n. h4/arithmetic/NUMERAL n = h4/num/0 <=> n = h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__distrib_c18: !n. h4/num/0 = h4/arithmetic/NUMERAL n <=> n = h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__distrib_c20: !n. h4/prim__rec/_3C n h4/num/0 <=> F
% Assm: h4/numeral/numeral__distrib_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_c26: !n. h4/arithmetic/_3C_3D h4/num/0 n <=> T
% 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__distrib_c32: !n. h4/arithmetic/ODD (h4/arithmetic/NUMERAL n) <=> h4/arithmetic/ODD n
% 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_c3: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/num/SUC (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_c5: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT2 (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__add_c7: !n. h4/num/SUC (h4/arithmetic/_2B n h4/arithmetic/ZERO) = h4/num/SUC n
% Assm: h4/numeral/numeral__eq_c1: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__eq_c3: !n. h4/arithmetic/BIT2 n = h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/numeral/numeral__lt_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__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__pre_c4: !n. h4/prim__rec/PRE (h4/arithmetic/BIT2 n) = h4/arithmetic/BIT1 n
% 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_c1: !n. h4/numeral/iDUB (h4/arithmetic/BIT2 n) = h4/arithmetic/BIT2 (h4/arithmetic/BIT1 n)
% Assm: h4/numeral/iDUB__removal_c2: h4/numeral/iDUB h4/arithmetic/ZERO = h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__mult_c0: !n. h4/arithmetic/_2A h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__mult_c2: !n m. h4/arithmetic/_2A (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/arithmetic/_2A n m)) m)
% Assm: h4/numeral/numeral__mult_c3: !n m. h4/arithmetic/_2A (h4/arithmetic/BIT2 n) m = h4/numeral/iDUB (h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/_2A n m) m))
% Assm: h4/numeral/numeral__evenodd_c3: ~h4/arithmetic/ODD h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__evenodd_c5: !n. h4/arithmetic/ODD (h4/arithmetic/BIT1 n)
% 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_c3: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y) = h4/bool/LET (\n. h4/bool/COND (h4/arithmetic/ODD n) (h4/numeral/texp__help (h4/arithmetic/DIV2 n) (h4/prim__rec/PRE (h4/arithmetic/BIT1 x))) (h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y))) (h4/numeral/exactlog (h4/arithmetic/BIT2 y))
% Assm: h4/numeral/enumeral__mult_c5: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT2 y) = h4/bool/LET (\m. h4/bool/LET (\n. h4/bool/COND (h4/arithmetic/ODD m) (h4/numeral/texp__help (h4/arithmetic/DIV2 m) (h4/prim__rec/PRE (h4/arithmetic/BIT2 y))) (h4/bool/COND (h4/arithmetic/ODD n) (h4/numeral/texp__help (h4/arithmetic/DIV2 n) (h4/prim__rec/PRE (h4/arithmetic/BIT2 x))) (h4/numeral/internal__mult (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT2 y)))) (h4/numeral/exactlog (h4/arithmetic/BIT2 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_c2: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/numeral/internal__mult n m)) m)
% 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/quotient/EQUIV__def: !E. h4/quotient/EQUIV E <=> (!x y. E x y <=> E x = E y)
% Assm: h4/quotient/IDENTITY__QUOTIENT: h4/quotient/QUOTIENT $equals h4/combin/I h4/combin/I
% Assm: h4/quotient/FUN__REL: !g f R2 R1. h4/quotient/_3D_3D_3D_3E R1 R2 f g <=> (!x y. R1 x y ==> R2 (f x) (g y))
% Assm: h4/quotient/FUN__QUOTIENT: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> h4/quotient/QUOTIENT (h4/quotient/_3D_3D_3D_3E R1 R2) (h4/quotient/_2D_2D_3E rep1 abs2) (h4/quotient/_2D_2D_3E abs1 rep2))
% Assm: h4/quotient/EQUALS__PRS: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> R (rep x) (rep y))
% Assm: h4/quotient/EQUALS__RSP: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x1 x2 y1 y2. R x1 x2 /\ R y1 y2 ==> (R x1 y1 <=> R x2 y2))
% Assm: h4/quotient/LAMBDA__PRS: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f. (\x. f x) = h4/quotient/_2D_2D_3E rep1 abs2 (\x. rep2 (f (abs1 x)))))
% Assm: h4/quotient/REP__ABS__RSP: !rep abs REL. h4/quotient/QUOTIENT REL abs rep ==> (!x1 x2. REL x1 x2 ==> REL x1 (rep (abs x2)))
% Assm: h4/quotient/FORALL__PRS: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f. $forall f <=> h4/bool/RES__FORALL (h4/quotient/respects R) (h4/quotient/_2D_2D_3E abs h4/combin/I f))
% Assm: h4/quotient/RES__FORALL__RSP: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f g. h4/quotient/_3D_3D_3D_3E R $equals f g ==> (h4/bool/RES__FORALL (h4/quotient/respects R) f <=> h4/bool/RES__FORALL (h4/quotient/respects R) g))
% Assm: h4/quotient/APPLY__RSP: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f g x y. h4/quotient/_3D_3D_3D_3E R1 R2 f g /\ R1 x y ==> R2 (f x) (g y)))
% Assm: h4/quotient/EQUIV__RES__FORALL: !P E. h4/quotient/EQUIV E ==> (h4/bool/RES__FORALL (h4/quotient/respects E) P <=> $forall P)
% Assm: h4/bit/ZERO__LT__TWOEXP: !n. h4/prim__rec/_3C h4/num/0 (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) n)
% Assm: h4/realax/TREAL__EQ__EQUIV: !q p. h4/realax/treal__eq p q <=> h4/realax/treal__eq p = h4/realax/treal__eq q
% Assm: h4/realax/TREAL__EQ__AP: !q p. p = q ==> h4/realax/treal__eq p q
% Assm: h4/realax/TREAL__MUL__SYM: !y x. h4/realax/treal__mul x y = h4/realax/treal__mul y x
% Assm: h4/realax/TREAL__MUL__WELLDEF: !y2 y1 x2 x1. h4/realax/treal__eq x1 x2 /\ h4/realax/treal__eq y1 y2 ==> h4/realax/treal__eq (h4/realax/treal__mul x1 y1) (h4/realax/treal__mul x2 y2)
% Assm: h4/realax/real__QUOTIENT: h4/quotient/QUOTIENT h4/realax/treal__eq h4/realax/real__ABS h4/realax/real__REP
% Assm: h4/realax/real__mul0: !T2 T1. h4/realax/real__mul T1 T2 = h4/realax/real__ABS (h4/realax/treal__mul (h4/realax/real__REP T1) (h4/realax/real__REP T2))
% Assm: h4/realax/REAL__LDISTRIB: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm: h4/real/REAL__ADD__SYM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/real/REAL__ADD__ASSOC: !z y x. h4/realax/real__add x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__add x y) z
% Assm: h4/real/REAL__ADD__LID: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm: h4/real/REAL__ADD__LINV: !x. h4/realax/real__add (h4/realax/real__neg x) x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__LDISTRIB: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm: h4/real/REAL__LT__TRANS: !z y x. h4/realax/real__lt x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm: h4/real/REAL__MUL__SYM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm: h4/real/REAL__MUL__COMM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm: h4/real/REAL__MUL__ASSOC: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm: h4/real/REAL__MUL__LID: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm: h4/real/REAL__MUL__LINV: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/realax/inv x) x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/REAL__LT__MUL: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__mul x y)
% Assm: h4/real/real__sub0: !y x. h4/real/real__sub x y = h4/realax/real__add x (h4/realax/real__neg y)
% Assm: h4/real/real__div: !y x. h4/real/_2F x y = h4/realax/real__mul x (h4/realax/inv y)
% Assm: h4/real/REAL__ADD__RID: !x. h4/realax/real__add x (h4/real/real__of__num h4/num/0) = x
% Assm: h4/real/REAL__ADD__RINV: !x. h4/realax/real__add x (h4/realax/real__neg x) = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__MUL__RID: !x. h4/realax/real__mul x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = x
% Assm: h4/real/REAL__RDISTRIB: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm: h4/real/REAL__NEG__ADD: !y x. h4/realax/real__neg (h4/realax/real__add x y) = h4/realax/real__add (h4/realax/real__neg x) (h4/realax/real__neg y)
% Assm: h4/real/REAL__MUL__LZERO: !x. h4/realax/real__mul (h4/real/real__of__num h4/num/0) x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__MUL__RZERO: !x. h4/realax/real__mul x (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__ENTIRE: !y x. h4/realax/real__mul x y = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0 \/ y = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__LT__LADD: !z y x. h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z) <=> h4/realax/real__lt y z
% Assm: h4/real/REAL__LE__TOTAL: !y x. h4/real/real__lte x y \/ h4/real/real__lte y x
% Assm: h4/real/REAL__LE__REFL: !x. h4/real/real__lte x x
% Assm: h4/real/REAL__LTE__TRANS: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm: h4/real/REAL__LET__TRANS: !z y x. h4/real/real__lte x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm: h4/real/REAL__LE__TRANS: !z y x. h4/real/real__lte x y /\ h4/real/real__lte y z ==> h4/real/real__lte x z
% Assm: h4/real/REAL__LE__ANTISYM: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm: h4/real/REAL__LE__MUL: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__mul x y)
% Assm: h4/real/REAL__SUB__REFL: !x. h4/real/real__sub x x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__SUB__LDISTRIB: !z y x. h4/realax/real__mul x (h4/real/real__sub y z) = h4/real/real__sub (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm: h4/real/REAL__SUB__RDISTRIB: !z y x. h4/realax/real__mul (h4/real/real__sub x y) z = h4/real/real__sub (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm: h4/real/REAL__LT__LMUL: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> (h4/realax/real__lt (h4/realax/real__mul x y) (h4/realax/real__mul x z) <=> h4/realax/real__lt y z)
% Assm: h4/real/REAL__POS: !n. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/real__of__num n)
% Assm: h4/real/REAL__ADD: !n m. h4/realax/real__add (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2B m n)
% Assm: h4/real/REAL__DIV__REFL: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/real/_2F x x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/REAL__LT__RDIV__0: !z y. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/_2F y z) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y)
% Assm: h4/real/REAL__DIV__RMUL: !y x. ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/real/_2F x y) y = x
% Assm: h4/real/REAL__LE__SUB__LADD: !z y x. h4/real/real__lte x (h4/real/real__sub y z) <=> h4/real/real__lte (h4/realax/real__add x z) y
% Assm: h4/real/REAL__LE__LMUL: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> (h4/real/real__lte (h4/realax/real__mul x y) (h4/realax/real__mul x z) <=> h4/real/real__lte y z)
% Assm: h4/real/REAL__LE__RMUL: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte (h4/realax/real__mul x z) (h4/realax/real__mul y z) <=> h4/real/real__lte x y)
% Assm: h4/real/REAL__LT__DIV: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/_2F x y)
% Assm: h4/real/REAL__LE__DIV: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/_2F x y)
% Assm: h4/real/REAL__POS__NZ: !x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> ~(x = h4/real/real__of__num h4/num/0)
% Assm: h4/real/abs0: !x. h4/real/abs x = h4/bool/COND (h4/real/real__lte (h4/real/real__of__num h4/num/0) x) x (h4/realax/real__neg x)
% Assm: h4/real/ABS__NEG: !x. h4/real/abs (h4/realax/real__neg x) = h4/real/abs x
% Assm: h4/real/ABS__N: !n. h4/real/abs (h4/real/real__of__num n) = h4/real/real__of__num n
% Assm: h4/real/pow0_c1: !x n. h4/real/pow x (h4/num/SUC n) = h4/realax/real__mul x (h4/real/pow x n)
% Assm: h4/real/POW__ADD: !n m c. h4/real/pow c (h4/arithmetic/_2B m n) = h4/realax/real__mul (h4/real/pow c m) (h4/real/pow c n)
% Assm: h4/real/POW__2__LE1: !n. h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n)
% Assm: h4/real/REAL__MUL__RNEG: !y x. h4/realax/real__mul x (h4/realax/real__neg y) = h4/realax/real__neg (h4/realax/real__mul x y)
% Assm: h4/real/REAL__MUL__LNEG: !y x. h4/realax/real__mul (h4/realax/real__neg x) y = h4/realax/real__neg (h4/realax/real__mul x y)
% Assm: h4/real/real__lt: !y x. h4/realax/real__lt x y <=> ~h4/real/real__lte y x
% Assm: h4/real/REAL__LE__LADD__IMP: !z y x. h4/real/real__lte y z ==> h4/real/real__lte (h4/realax/real__add x y) (h4/realax/real__add x z)
% Assm: h4/real/REAL__LE__LNEG: !y x. h4/real/real__lte (h4/realax/real__neg x) y <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm: h4/real/REAL__LE__NEG2: !y x. h4/real/real__lte (h4/realax/real__neg x) (h4/realax/real__neg y) <=> h4/real/real__lte y x
% Assm: h4/real/REAL__NEG__NEG: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm: h4/real/REAL__LE__RNEG: !y x. h4/real/real__lte x (h4/realax/real__neg y) <=> h4/real/real__lte (h4/realax/real__add x y) (h4/real/real__of__num h4/num/0)
% Assm: h4/real/REAL__LE__LDIV__EQ: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte (h4/real/_2F x z) y <=> h4/real/real__lte x (h4/realax/real__mul y z))
% Assm: h4/real/REAL__LT__LDIV__EQ: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/realax/real__lt (h4/real/_2F x z) y <=> h4/realax/real__lt x (h4/realax/real__mul y z))
% Assm: h4/real/REAL__EQ__RDIV__EQ: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (x = h4/real/_2F y z <=> h4/realax/real__mul x z = y)
% Assm: h4/real/REAL__OF__NUM__POW: !x n. h4/real/pow (h4/real/real__of__num x) n = h4/real/real__of__num (h4/arithmetic/EXP x n)
% Assm: h4/real/REAL__ADD__LDISTRIB: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm: h4/real/REAL__ADD__RDISTRIB: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm: h4/real/REAL__OF__NUM__LE: !n m. h4/real/real__lte (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/arithmetic/_3C_3D m n
% Assm: h4/real/REAL__OF__NUM__MUL: !n m. h4/realax/real__mul (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2A m n)
% Assm: h4/real/REAL__ABS__0: h4/real/abs (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__DIV__ADD: !z y x. h4/realax/real__add (h4/real/_2F y x) (h4/real/_2F z x) = h4/real/_2F (h4/realax/real__add y z) x
% Assm: h4/real/REAL__SUB: !n m. h4/real/real__sub (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/bool/COND (h4/arithmetic/_2D m n = h4/num/0) (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/_2D n m))) (h4/real/real__of__num (h4/arithmetic/_2D m n))
% Assm: h4/real/REAL__LE__SUB__CANCEL2: !z y x. h4/real/real__lte (h4/real/real__sub x z) (h4/real/real__sub y z) <=> h4/real/real__lte x y
% Assm: h4/real/mult__rat: !y x v u. h4/realax/real__mul (h4/real/_2F x y) (h4/real/_2F u v) = h4/bool/COND (y = h4/real/real__of__num h4/num/0) (h4/realax/real__mul (h4/marker/unint (h4/real/_2F x y)) (h4/real/_2F u v)) (h4/bool/COND (v = h4/real/real__of__num h4/num/0) (h4/realax/real__mul (h4/real/_2F x y) (h4/marker/unint (h4/real/_2F u v))) (h4/real/_2F (h4/realax/real__mul x u) (h4/realax/real__mul y v)))
% Assm: h4/real/mult__ratr: !z y x. h4/realax/real__mul x (h4/real/_2F y z) = h4/bool/COND (z = h4/real/real__of__num h4/num/0) (h4/realax/real__mul x (h4/marker/unint (h4/real/_2F y z))) (h4/real/_2F (h4/realax/real__mul x y) z)
% Assm: h4/real/mult__ints_c0: !b a. h4/realax/real__mul (h4/real/real__of__num a) (h4/real/real__of__num b) = h4/real/real__of__num (h4/arithmetic/_2A a b)
% Assm: h4/real/pow__rat_c0: !x. h4/real/pow x h4/num/0 = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/pow__rat_c3: !n a. h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL a)) (h4/arithmetic/NUMERAL n) = h4/real/real__of__num (h4/arithmetic/EXP (h4/arithmetic/NUMERAL a) (h4/arithmetic/NUMERAL n))
% Assm: h4/real/pow__rat_c4: !n a. h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL a))) (h4/arithmetic/NUMERAL n) = h4/bool/COND (h4/arithmetic/ODD (h4/arithmetic/NUMERAL n)) h4/realax/real__neg (\x. x) (h4/real/real__of__num (h4/arithmetic/EXP (h4/arithmetic/NUMERAL a) (h4/arithmetic/NUMERAL n)))
% Assm: h4/real/eq__ints_c0: !n m. h4/real/real__of__num n = h4/real/real__of__num m <=> n = m
% Assm: h4/real/le__int_c0: !n m. h4/real/real__lte (h4/real/real__of__num n) (h4/real/real__of__num m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/real/lt__int_c0: !n m. h4/realax/real__lt (h4/real/real__of__num n) (h4/real/real__of__num m) <=> h4/prim__rec/_3C n m
% Assm: h4/fcp/DIMINDEX__GE__1: h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm: h4/words/dimword__def: h4/words/dimword h4/bool/the__value = h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm: h4/words/UINT__MAX__def: h4/words/UINT__MAX h4/bool/the__value = h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/words/word__T__def: h4/words/word__T = h4/words/n2w (h4/words/UINT__MAX h4/bool/the__value)
% Assm: h4/words/ZERO__LT__dimword: h4/prim__rec/_3C h4/num/0 (h4/words/dimword h4/bool/the__value)
% Assm: h4/words/ONE__LT__dimword: h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (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/ranged__word__nchotomy: !w. ?n. w = h4/words/n2w n /\ h4/prim__rec/_3C n (h4/words/dimword h4/bool/the__value)
% Assm: h4/words/w2n__11: !w v. h4/words/w2n v = h4/words/w2n w <=> v = w
% Assm: h4/words/w2n__lt: !w. h4/prim__rec/_3C (h4/words/w2n w) (h4/words/dimword h4/bool/the__value)
% Assm: h4/words/word__0__n2w: h4/words/w2n (h4/words/n2w h4/num/0) = h4/num/0
% Assm: h4/words/word__1__n2w: h4/words/w2n (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm: h4/words/w2n__eq__0: !w. h4/words/w2n w = h4/num/0 <=> w = h4/words/n2w h4/num/0
% Assm: h4/words/NUMERAL__LESS__THM_c0: !n m. h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) <=> m = h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) \/ h4/prim__rec/_3C m (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/words/NUMERAL__LESS__THM_c1: !n m. h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) <=> m = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n) \/ h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))
% Assm: h4/words/WORD__NEG__1: h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/words/word__T
% Assm: h4/words/WORD__LO: !b a. h4/words/word__lo a b <=> h4/prim__rec/_3C (h4/words/w2n a) (h4/words/w2n b)
% Assm: h4/words/WORD__LO__word__0_c0: !n. h4/words/word__lo (h4/words/n2w h4/num/0) n <=> ~(n = h4/words/n2w h4/num/0)
% Assm: h4/words/dimword__1: h4/words/dimword h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)
% Assm: h4/binary__ieee/float__component__equality: !f2 f1. f1 = f2 <=> h4/binary__ieee/float__Sign f1 = h4/binary__ieee/float__Sign f2 /\ h4/binary__ieee/float__Exponent f1 = h4/binary__ieee/float__Exponent f2 /\ h4/binary__ieee/float__Significand f1 = h4/binary__ieee/float__Significand f2
% Assm: h4/binary__ieee/float__to__real__def: !x. h4/binary__ieee/float__to__real x = h4/bool/COND (h4/binary__ieee/float__Exponent x = h4/words/n2w h4/num/0) (h4/realax/real__mul (h4/realax/real__mul (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/words/w2n (h4/binary__ieee/float__Sign x))) (h4/real/_2F (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/words/INT__MAX h4/bool/the__value)))) (h4/real/_2F (h4/real/real__of__num (h4/words/w2n (h4/binary__ieee/float__Significand x))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/fcp/dimindex h4/bool/the__value)))) (h4/realax/real__mul (h4/realax/real__mul (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/words/w2n (h4/binary__ieee/float__Sign x))) (h4/real/_2F (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/words/w2n (h4/binary__ieee/float__Exponent x))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/words/INT__MAX h4/bool/the__value)))) (h4/realax/real__add (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/real/_2F (h4/real/real__of__num (h4/words/w2n (h4/binary__ieee/float__Significand x))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/fcp/dimindex h4/bool/the__value)))))
% Assm: h4/binary__ieee/ULP__primitive__def: h4/binary__ieee/ULP = h4/relation/WFREC (h4/min/_40 (\R. h4/relation/WF R)) (\ULP a. h4/pair/pair__CASE a (\e v1. h4/combin/I (h4/real/_2F (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/bool/COND (e = h4/words/n2w h4/num/0) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (h4/words/w2n e))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/arithmetic/_2B (h4/words/INT__MAX h4/bool/the__value) (h4/fcp/dimindex h4/bool/the__value))))))
% Assm: h4/binary__ieee/exponent__boundary__def: !y x. h4/binary__ieee/exponent__boundary y x <=> h4/binary__ieee/float__Sign x = h4/binary__ieee/float__Sign y /\ h4/words/w2n (h4/binary__ieee/float__Exponent x) = h4/arithmetic/_2B (h4/words/w2n (h4/binary__ieee/float__Exponent y)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) /\ ~(h4/binary__ieee/float__Exponent x = h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) /\ h4/binary__ieee/float__Significand y = h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) /\ h4/binary__ieee/float__Significand x = h4/words/n2w h4/num/0
% Assm: h4/binary__ieee/zero__lt__twopow: !n. h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n)
% Assm: h4/binary__ieee/zero__le__twopow: !n. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n)
% Assm: h4/binary__ieee/zero__neq__twopow: !n. ~(h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n = h4/real/real__of__num h4/num/0)
% Assm: h4/binary__ieee/zero__le__pos__div__twopow: !n m. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/real__of__num m) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n))
% Assm: h4/binary__ieee/exp__ge2: !b. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) b) <=> h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) b
% Assm: h4/binary__ieee/le2: !n m. h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n /\ h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) m ==> h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/realax/real__mul n m)
% Assm: h4/binary__ieee/float__is__zero0: !x. h4/binary__ieee/float__is__zero x <=> h4/binary__ieee/float__Exponent x = h4/words/n2w h4/num/0 /\ h4/binary__ieee/float__Significand x = h4/words/n2w h4/num/0
% Assm: h4/binary__ieee/float__to__real__eq: !y x. h4/binary__ieee/float__to__real x = h4/binary__ieee/float__to__real y <=> x = y \/ h4/binary__ieee/float__is__zero x /\ h4/binary__ieee/float__is__zero y
% Goal: !y x. ~(h4/binary__ieee/float__to__real x = h4/binary__ieee/float__to__real y) /\ ~h4/binary__ieee/exponent__boundary y x ==> h4/real/real__lte (h4/binary__ieee/ULP (h4/pair/_2C (h4/binary__ieee/float__Exponent x) h4/bool/the__value)) (h4/real/abs (h4/real/real__sub (h4/binary__ieee/float__to__real x) (h4/binary__ieee/float__to__real y)))
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_LETu_u_DEF]: !x x. h4/bool/LET x x = happ x x
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% 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_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_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_ANDu_u_CLAUSESu_c4]: !t. t /\ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c1]: !t. t \/ T <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c3]: !t. t \/ F <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> 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_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bools_DISJu_u_ASSOC]: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_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_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_LEFTu_u_ORu_u_OVERu_u_AND]: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm [h4s_bools_RIGHTu_u_ORu_u_OVERu_u_AND]: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% 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_markers_Abbrevu_u_def]: !x. h4/marker/Abbrev x <=> x
% Assm [h4s_combins_Iu_u_THM]: !x. happ h4/combin/I x = x
% Assm [h4s_relations_WFu_u_EMPTYu_u_REL]: h4/relation/WF h4/relation/EMPTY__REL
% Assm [h4s_relations_WFRECu_u_COROLLARY]: !f R M. f = h4/relation/WFREC R M ==> h4/relation/WF R ==> (!x. happ f x = happ (happ M (h4/relation/RESTRICT f R x)) x)
% Assm [h4s_nums_NOTu_u_SUC]: !n. ~(h4/num/SUC n = h4/num/0)
% Assm [h4s_nums_INDUCTION]: !P. happ P h4/num/0 /\ (!n. happ P n ==> happ P (h4/num/SUC n)) ==> (!n. happ P n)
% Assm [h4s_pairs_pairu_u_caseu_u_thm]: !y x f. h4/pair/pair__CASE (h4/pair/_2C x y) f = happ (happ f x) y
% Assm [h4s_arithmetics_EXP0u_c1]: !n m. h4/arithmetic/EXP m (h4/num/SUC n) = h4/arithmetic/_2A m (h4/arithmetic/EXP m n)
% 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_0]: !m. h4/arithmetic/_2B m h4/num/0 = m
% 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_numu_u_CASES]: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% 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_EQu_u_0]: !n m. h4/arithmetic/_2D m n = h4/num/0 <=> h4/arithmetic/_3C_3D m n
% Assm [h4s_arithmetics_ADD1]: !m. h4/num/SUC m = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_arithmetics_MULTu_u_LEFTu_u_1]: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm [h4s_arithmetics_MULTu_u_RIGHTu_u_1]: !m. h4/arithmetic/_2A m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm [h4s_arithmetics_MULTu_u_CLAUSESu_c1]: !m. h4/arithmetic/_2A m h4/num/0 = h4/num/0
% 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_MULTu_u_COMM]: !n m. h4/arithmetic/_2A m n = h4/arithmetic/_2A n 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_ADDu_u_EQu_u_0]: !n m. h4/arithmetic/_2B m n = h4/num/0 <=> m = h4/num/0 /\ n = h4/num/0
% Assm [h4s_arithmetics_ADDu_u_INVu_u_0u_u_EQ]: !n m. h4/arithmetic/_2B m n = m <=> n = h4/num/0
% Assm [h4s_arithmetics_PREu_u_SUCu_u_EQ]: !n m. h4/prim__rec/_3C h4/num/0 n ==> (m = h4/prim__rec/PRE n <=> h4/num/SUC m = n)
% Assm [h4s_arithmetics_EQu_u_MONOu_u_ADDu_u_EQ]: !p n m. h4/arithmetic/_2B m p = h4/arithmetic/_2B n p <=> m = n
% 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_LESSu_u_EQu_u_REFL]: !m. h4/arithmetic/_3C_3D m m
% Assm [h4s_arithmetics_LESSu_u_ADDu_u_1]: !n m. h4/prim__rec/_3C n m ==> (?p. m = h4/arithmetic/_2B n (h4/arithmetic/_2B p (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% Assm [h4s_arithmetics_ZEROu_u_LESSu_u_EQ]: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm [h4s_arithmetics_LESSu_u_LESSu_u_CASES]: !n m. m = n \/ h4/prim__rec/_3C m n \/ h4/prim__rec/_3C n m
% Assm [h4s_arithmetics_LESSu_u_EQUALu_u_ADD]: !n m. h4/arithmetic/_3C_3D m n ==> (?p. n = h4/arithmetic/_2B m p)
% Assm [h4s_arithmetics_NOTu_u_LESSu_u_EQUAL]: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/prim__rec/_3C n m
% 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_LEu_u_MULTu_u_CANCELu_u_LBAREu_c0]: !n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2A m n) <=> m = h4/num/0 \/ h4/prim__rec/_3C h4/num/0 n
% Assm [h4s_arithmetics_LEu_u_MULTu_u_CANCELu_u_LBAREu_c1]: !n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2A n m) <=> m = h4/num/0 \/ h4/prim__rec/_3C h4/num/0 n
% 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_LEFTu_u_LESS]: !p n m. h4/prim__rec/_3C m (h4/arithmetic/_2D n p) <=> h4/prim__rec/_3C (h4/arithmetic/_2B m p) n
% Assm [h4s_arithmetics_SUBu_u_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_SUBu_u_RIGHTu_u_EQ]: !p n m. h4/arithmetic/_2D m n = p <=> m = h4/arithmetic/_2B n p \/ h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D p h4/num/0
% Assm [h4s_arithmetics_LEu_c0]: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% Assm [h4s_arithmetics_LESSu_u_MOD]: !n k. h4/prim__rec/_3C k n ==> h4/arithmetic/MOD k n = k
% Assm [h4s_arithmetics_ZEROu_u_MOD]: !n. h4/prim__rec/_3C h4/num/0 n ==> h4/arithmetic/MOD h4/num/0 n = h4/num/0
% Assm [h4s_arithmetics_EXPu_u_1u_c0]: !n. h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm [h4s_arithmetics_EXPu_u_1u_c1]: !n. h4/arithmetic/EXP n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = n
% Assm [h4s_numerals_numeralu_u_sucu_c0]: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_sucu_c1]: !n. h4/num/SUC (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 n
% 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_c8]: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm [h4s_numerals_numeralu_u_distribu_c16]: !n. h4/prim__rec/PRE (h4/arithmetic/NUMERAL n) = h4/arithmetic/NUMERAL (h4/prim__rec/PRE n)
% Assm [h4s_numerals_numeralu_u_distribu_c17]: !n. h4/arithmetic/NUMERAL n = h4/num/0 <=> n = h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_distribu_c18]: !n. h4/num/0 = h4/arithmetic/NUMERAL n <=> n = h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_distribu_c20]: !n. h4/prim__rec/_3C n h4/num/0 <=> F
% Assm [h4s_numerals_numeralu_u_distribu_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_c26]: !n. h4/arithmetic/_3C_3D h4/num/0 n <=> T
% 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_distribu_c32]: !n. h4/arithmetic/ODD (h4/arithmetic/NUMERAL n) <=> h4/arithmetic/ODD n
% 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_c3]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/num/SUC (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_c5]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT2 (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_addu_c7]: !n. h4/num/SUC (h4/arithmetic/_2B n h4/arithmetic/ZERO) = h4/num/SUC n
% Assm [h4s_numerals_numeralu_u_equ_c1]: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_equ_c3]: !n. h4/arithmetic/BIT2 n = h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c0]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_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_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_preu_c4]: !n. h4/prim__rec/PRE (h4/arithmetic/BIT2 n) = h4/arithmetic/BIT1 n
% 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_c1]: !n. h4/numeral/iDUB (h4/arithmetic/BIT2 n) = h4/arithmetic/BIT2 (h4/arithmetic/BIT1 n)
% Assm [h4s_numerals_iDUBu_u_removalu_c2]: h4/numeral/iDUB h4/arithmetic/ZERO = h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_multu_c0]: !n. h4/arithmetic/_2A h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_multu_c2]: !n m. h4/arithmetic/_2A (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/arithmetic/_2A n m)) m)
% Assm [h4s_numerals_numeralu_u_multu_c3]: !n m. h4/arithmetic/_2A (h4/arithmetic/BIT2 n) m = h4/numeral/iDUB (h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/_2A n m) m))
% Assm [h4s_numerals_numeralu_u_evenoddu_c3]: ~h4/arithmetic/ODD h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_evenoddu_c5]: !n. h4/arithmetic/ODD (h4/arithmetic/BIT1 n)
% 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_c3]: !_0. (!x y n. happ (happ (happ _0 x) y) n = h4/bool/COND (h4/arithmetic/ODD n) (h4/numeral/texp__help (h4/arithmetic/DIV2 n) (h4/prim__rec/PRE (h4/arithmetic/BIT1 x))) (h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y))) ==> (!y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y) = h4/bool/LET (happ (happ _0 x) y) (h4/numeral/exactlog (h4/arithmetic/BIT2 y)))
% Assm [h4s_numerals_enumeralu_u_multu_c5]: !_1. (!m x y n. happ (happ (happ (happ _1 m) x) y) n = h4/bool/COND (h4/arithmetic/ODD m) (h4/numeral/texp__help (h4/arithmetic/DIV2 m) (h4/prim__rec/PRE (h4/arithmetic/BIT2 y))) (h4/bool/COND (h4/arithmetic/ODD n) (h4/numeral/texp__help (h4/arithmetic/DIV2 n) (h4/prim__rec/PRE (h4/arithmetic/BIT2 x))) (h4/numeral/internal__mult (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT2 y)))) ==> (!_0. (!x y m. happ (happ (happ _0 x) y) m = h4/bool/LET (happ (happ (happ _1 m) x) y) (h4/numeral/exactlog (h4/arithmetic/BIT2 y))) ==> (!y x. h4/arithmetic/_2A (h4/arithmetic/BIT2 x) (h4/arithmetic/BIT2 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_c2]: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/numeral/internal__mult n m)) m)
% 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_quotients_EQUIVu_u_def]: !E. h4/quotient/EQUIV E <=> (!x y. happ (happ E x) y <=> happ E x = happ E y)
% Assm [h4s_quotients_IDENTITYu_u_QUOTIENT]: h4/quotient/QUOTIENT $equals h4/combin/I h4/combin/I
% Assm [h4s_quotients_FUNu_u_REL]: !g f R2 R1. happ (happ (h4/quotient/_3D_3D_3D_3E R1 R2) f) g <=> (!x y. happ (happ R1 x) y ==> happ (happ R2 (happ f x)) (happ g y))
% Assm [h4s_quotients_FUNu_u_QUOTIENT]: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> h4/quotient/QUOTIENT (h4/quotient/_3D_3D_3D_3E R1 R2) (h4/quotient/_2D_2D_3E rep1 abs2) (h4/quotient/_2D_2D_3E abs1 rep2))
% Assm [h4s_quotients_EQUALSu_u_PRS]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> happ (happ R (happ rep x)) (happ rep y))
% Assm [h4s_quotients_EQUALSu_u_RSP]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x1 x2 y1 y2. happ (happ R x1) x2 /\ happ (happ R y1) y2 ==> (happ (happ R x1) y1 <=> happ (happ R x2) y2))
% Assm [h4s_quotients_LAMBDAu_u_PRS]: !_0. (!rep2 f abs1 x. happ (happ (happ (happ _0 rep2) f) abs1) x = happ rep2 (happ f (happ abs1 x))) ==> (!rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f x. happ f x = happ (happ (h4/quotient/_2D_2D_3E rep1 abs2) (happ (happ (happ _0 rep2) f) abs1)) x)))
% Assm [h4s_quotients_REPu_u_ABSu_u_RSP]: !rep abs REL. h4/quotient/QUOTIENT REL abs rep ==> (!x1 x2. happ (happ REL x1) x2 ==> happ (happ REL x1) (happ rep (happ abs x2)))
% Assm [h4s_quotients_FORALLu_u_PRS]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f. $forall f <=> h4/bool/RES__FORALL (h4/quotient/respects R) (happ (h4/quotient/_2D_2D_3E abs h4/combin/I) f))
% Assm [h4s_quotients_RESu_u_FORALLu_u_RSP]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f g. happ (happ (h4/quotient/_3D_3D_3D_3E R $equals) f) g ==> (h4/bool/RES__FORALL (h4/quotient/respects R) f <=> h4/bool/RES__FORALL (h4/quotient/respects R) g))
% Assm [h4s_quotients_APPLYu_u_RSP]: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f g x y. happ (happ (h4/quotient/_3D_3D_3D_3E R1 R2) f) g /\ happ (happ R1 x) y ==> happ (happ R2 (happ f x)) (happ g y)))
% Assm [h4s_quotients_EQUIVu_u_RESu_u_FORALL]: !P E. h4/quotient/EQUIV E ==> (h4/bool/RES__FORALL (h4/quotient/respects E) P <=> $forall P)
% Assm [h4s_bits_ZEROu_u_LTu_u_TWOEXP]: !n. h4/prim__rec/_3C h4/num/0 (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) n)
% Assm [h4s_realaxs_TREALu_u_EQu_u_EQUIV]: !q p. happ (happ h4/realax/treal__eq p) q <=> happ h4/realax/treal__eq p = happ h4/realax/treal__eq q
% Assm [h4s_realaxs_TREALu_u_EQu_u_AP]: !q p. p = q ==> happ (happ h4/realax/treal__eq p) q
% Assm [h4s_realaxs_TREALu_u_MULu_u_SYM]: !y x. h4/realax/treal__mul x y = h4/realax/treal__mul y x
% Assm [h4s_realaxs_TREALu_u_MULu_u_WELLDEF]: !y2 y1 x2 x1. happ (happ h4/realax/treal__eq x1) x2 /\ happ (happ h4/realax/treal__eq y1) y2 ==> happ (happ h4/realax/treal__eq (h4/realax/treal__mul x1 y1)) (h4/realax/treal__mul x2 y2)
% Assm [h4s_realaxs_realu_u_QUOTIENT]: h4/quotient/QUOTIENT h4/realax/treal__eq h4/realax/real__ABS h4/realax/real__REP
% Assm [h4s_realaxs_realu_u_mul0]: !T2 T1. h4/realax/real__mul T1 T2 = happ h4/realax/real__ABS (h4/realax/treal__mul (happ h4/realax/real__REP T1) (happ h4/realax/real__REP T2))
% Assm [h4s_realaxs_REALu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm [h4s_reals_REALu_u_ADDu_u_SYM]: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm [h4s_reals_REALu_u_ADDu_u_ASSOC]: !z y x. h4/realax/real__add x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__add x y) z
% Assm [h4s_reals_REALu_u_ADDu_u_LID]: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm [h4s_reals_REALu_u_ADDu_u_LINV]: !x. h4/realax/real__add (happ h4/realax/real__neg x) x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm [h4s_reals_REALu_u_LTu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm [h4s_reals_REALu_u_MULu_u_SYM]: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm [h4s_reals_REALu_u_MULu_u_COMM]: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm [h4s_reals_REALu_u_MULu_u_ASSOC]: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm [h4s_reals_REALu_u_MULu_u_LID]: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm [h4s_reals_REALu_u_MULu_u_LINV]: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/realax/inv x) x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_REALu_u_LTu_u_MUL]: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__mul x y)
% Assm [h4s_reals_realu_u_sub0]: !y x. h4/real/real__sub x y = h4/realax/real__add x (happ h4/realax/real__neg y)
% Assm [h4s_reals_realu_u_div]: !y x. h4/real/_2F x y = h4/realax/real__mul x (h4/realax/inv y)
% Assm [h4s_reals_REALu_u_ADDu_u_RID]: !x. h4/realax/real__add x (h4/real/real__of__num h4/num/0) = x
% Assm [h4s_reals_REALu_u_ADDu_u_RINV]: !x. h4/realax/real__add x (happ h4/realax/real__neg x) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_MULu_u_RID]: !x. h4/realax/real__mul x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = x
% Assm [h4s_reals_REALu_u_RDISTRIB]: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm [h4s_reals_REALu_u_NEGu_u_ADD]: !y x. happ h4/realax/real__neg (h4/realax/real__add x y) = h4/realax/real__add (happ h4/realax/real__neg x) (happ h4/realax/real__neg y)
% Assm [h4s_reals_REALu_u_MULu_u_LZERO]: !x. h4/realax/real__mul (h4/real/real__of__num h4/num/0) x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_MULu_u_RZERO]: !x. h4/realax/real__mul x (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_ENTIRE]: !y x. h4/realax/real__mul x y = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0 \/ y = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_LTu_u_LADD]: !z y x. h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z) <=> h4/realax/real__lt y z
% Assm [h4s_reals_REALu_u_LEu_u_TOTAL]: !y x. h4/real/real__lte x y \/ h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_LEu_u_REFL]: !x. h4/real/real__lte x x
% Assm [h4s_reals_REALu_u_LTEu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm [h4s_reals_REALu_u_LETu_u_TRANS]: !z y x. h4/real/real__lte x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm [h4s_reals_REALu_u_LEu_u_TRANS]: !z y x. h4/real/real__lte x y /\ h4/real/real__lte y z ==> h4/real/real__lte x z
% Assm [h4s_reals_REALu_u_LEu_u_ANTISYM]: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm [h4s_reals_REALu_u_LEu_u_MUL]: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__mul x y)
% Assm [h4s_reals_REALu_u_SUBu_u_REFL]: !x. h4/real/real__sub x x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_SUBu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/real/real__sub y z) = h4/real/real__sub (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm [h4s_reals_REALu_u_SUBu_u_RDISTRIB]: !z y x. h4/realax/real__mul (h4/real/real__sub x y) z = h4/real/real__sub (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm [h4s_reals_REALu_u_LTu_u_LMUL]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> (h4/realax/real__lt (h4/realax/real__mul x y) (h4/realax/real__mul x z) <=> h4/realax/real__lt y z)
% Assm [h4s_reals_REALu_u_POS]: !n. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/real__of__num n)
% Assm [h4s_reals_REALu_u_ADD]: !n m. h4/realax/real__add (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2B m n)
% Assm [h4s_reals_REALu_u_DIVu_u_REFL]: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/real/_2F x x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_REALu_u_LTu_u_RDIVu_u_0]: !z y. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/_2F y z) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y)
% Assm [h4s_reals_REALu_u_DIVu_u_RMUL]: !y x. ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/real/_2F x y) y = x
% Assm [h4s_reals_REALu_u_LEu_u_SUBu_u_LADD]: !z y x. h4/real/real__lte x (h4/real/real__sub y z) <=> h4/real/real__lte (h4/realax/real__add x z) y
% Assm [h4s_reals_REALu_u_LEu_u_LMUL]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> (h4/real/real__lte (h4/realax/real__mul x y) (h4/realax/real__mul x z) <=> h4/real/real__lte y z)
% Assm [h4s_reals_REALu_u_LEu_u_RMUL]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte (h4/realax/real__mul x z) (h4/realax/real__mul y z) <=> h4/real/real__lte x y)
% Assm [h4s_reals_REALu_u_LTu_u_DIV]: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/_2F x y)
% Assm [h4s_reals_REALu_u_LEu_u_DIV]: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/_2F x y)
% Assm [h4s_reals_REALu_u_POSu_u_NZ]: !x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> ~(x = h4/real/real__of__num h4/num/0)
% Assm [h4s_reals_abs0]: !x. h4/real/abs x = h4/bool/COND (h4/real/real__lte (h4/real/real__of__num h4/num/0) x) x (happ h4/realax/real__neg x)
% Assm [h4s_reals_ABSu_u_NEG]: !x. h4/real/abs (happ h4/realax/real__neg x) = h4/real/abs x
% Assm [h4s_reals_ABSu_u_N]: !n. h4/real/abs (h4/real/real__of__num n) = h4/real/real__of__num n
% Assm [h4s_reals_pow0u_c1]: !x n. h4/real/pow x (h4/num/SUC n) = h4/realax/real__mul x (h4/real/pow x n)
% Assm [h4s_reals_POWu_u_ADD]: !n m c. h4/real/pow c (h4/arithmetic/_2B m n) = h4/realax/real__mul (h4/real/pow c m) (h4/real/pow c n)
% Assm [h4s_reals_POWu_u_2u_u_LE1]: !n. h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n)
% Assm [h4s_reals_REALu_u_MULu_u_RNEG]: !y x. h4/realax/real__mul x (happ h4/realax/real__neg y) = happ h4/realax/real__neg (h4/realax/real__mul x y)
% Assm [h4s_reals_REALu_u_MULu_u_LNEG]: !y x. h4/realax/real__mul (happ h4/realax/real__neg x) y = happ h4/realax/real__neg (h4/realax/real__mul x y)
% Assm [h4s_reals_realu_u_lt]: !y x. h4/realax/real__lt x y <=> ~h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_LEu_u_LADDu_u_IMP]: !z y x. h4/real/real__lte y z ==> h4/real/real__lte (h4/realax/real__add x y) (h4/realax/real__add x z)
% Assm [h4s_reals_REALu_u_LEu_u_LNEG]: !y x. h4/real/real__lte (happ h4/realax/real__neg x) y <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm [h4s_reals_REALu_u_LEu_u_NEG2]: !y x. h4/real/real__lte (happ h4/realax/real__neg x) (happ h4/realax/real__neg y) <=> h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_NEGu_u_NEG]: !x. happ h4/realax/real__neg (happ h4/realax/real__neg x) = x
% Assm [h4s_reals_REALu_u_LEu_u_RNEG]: !y x. h4/real/real__lte x (happ h4/realax/real__neg y) <=> h4/real/real__lte (h4/realax/real__add x y) (h4/real/real__of__num h4/num/0)
% Assm [h4s_reals_REALu_u_LEu_u_LDIVu_u_EQ]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte (h4/real/_2F x z) y <=> h4/real/real__lte x (h4/realax/real__mul y z))
% Assm [h4s_reals_REALu_u_LTu_u_LDIVu_u_EQ]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/realax/real__lt (h4/real/_2F x z) y <=> h4/realax/real__lt x (h4/realax/real__mul y z))
% Assm [h4s_reals_REALu_u_EQu_u_RDIVu_u_EQ]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (x = h4/real/_2F y z <=> h4/realax/real__mul x z = y)
% Assm [h4s_reals_REALu_u_OFu_u_NUMu_u_POW]: !x n. h4/real/pow (h4/real/real__of__num x) n = h4/real/real__of__num (h4/arithmetic/EXP x n)
% Assm [h4s_reals_REALu_u_ADDu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm [h4s_reals_REALu_u_ADDu_u_RDISTRIB]: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm [h4s_reals_REALu_u_OFu_u_NUMu_u_LE]: !n m. h4/real/real__lte (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/arithmetic/_3C_3D m n
% Assm [h4s_reals_REALu_u_OFu_u_NUMu_u_MUL]: !n m. h4/realax/real__mul (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2A m n)
% Assm [h4s_reals_REALu_u_ABSu_u_0]: h4/real/abs (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_DIVu_u_ADD]: !z y x. h4/realax/real__add (h4/real/_2F y x) (h4/real/_2F z x) = h4/real/_2F (h4/realax/real__add y z) x
% Assm [h4s_reals_REALu_u_SUB]: !n m. ?v. (v <=> h4/arithmetic/_2D m n = h4/num/0) /\ h4/real/real__sub (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/bool/COND v (happ h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/_2D n m))) (h4/real/real__of__num (h4/arithmetic/_2D m n))
% Assm [h4s_reals_REALu_u_LEu_u_SUBu_u_CANCEL2]: !z y x. h4/real/real__lte (h4/real/real__sub x z) (h4/real/real__sub y z) <=> h4/real/real__lte x y
% Assm [h4s_reals_multu_u_rat]: !y x v u. ?v. (v <=> v = h4/real/real__of__num h4/num/0) /\ (?v'. (v' <=> y = h4/real/real__of__num h4/num/0) /\ h4/realax/real__mul (h4/real/_2F x y) (h4/real/_2F u v) = h4/bool/COND v' (h4/realax/real__mul (h4/marker/unint (h4/real/_2F x y)) (h4/real/_2F u v)) (h4/bool/COND v (h4/realax/real__mul (h4/real/_2F x y) (h4/marker/unint (h4/real/_2F u v))) (h4/real/_2F (h4/realax/real__mul x u) (h4/realax/real__mul y v))))
% Assm [h4s_reals_multu_u_ratr]: !z y x. ?v. (v <=> z = h4/real/real__of__num h4/num/0) /\ h4/realax/real__mul x (h4/real/_2F y z) = h4/bool/COND v (h4/realax/real__mul x (h4/marker/unint (h4/real/_2F y z))) (h4/real/_2F (h4/realax/real__mul x y) z)
% Assm [h4s_reals_multu_u_intsu_c0]: !b a. h4/realax/real__mul (h4/real/real__of__num a) (h4/real/real__of__num b) = h4/real/real__of__num (h4/arithmetic/_2A a b)
% Assm [h4s_reals_powu_u_ratu_c0]: !x. h4/real/pow x h4/num/0 = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_powu_u_ratu_c3]: !n a. h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL a)) (h4/arithmetic/NUMERAL n) = h4/real/real__of__num (h4/arithmetic/EXP (h4/arithmetic/NUMERAL a) (h4/arithmetic/NUMERAL n))
% Assm [h4s_reals_powu_u_ratu_c4]: !_0. (!x. happ _0 x = x) ==> (!n a. h4/real/pow (happ h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL a))) (h4/arithmetic/NUMERAL n) = happ (h4/bool/COND (h4/arithmetic/ODD (h4/arithmetic/NUMERAL n)) h4/realax/real__neg _0) (h4/real/real__of__num (h4/arithmetic/EXP (h4/arithmetic/NUMERAL a) (h4/arithmetic/NUMERAL n))))
% Assm [h4s_reals_equ_u_intsu_c0]: !n m. h4/real/real__of__num n = h4/real/real__of__num m <=> n = m
% Assm [h4s_reals_leu_u_intu_c0]: !n m. h4/real/real__lte (h4/real/real__of__num n) (h4/real/real__of__num m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_reals_ltu_u_intu_c0]: !n m. h4/realax/real__lt (h4/real/real__of__num n) (h4/real/real__of__num m) <=> h4/prim__rec/_3C n m
% Assm [h4s_fcps_DIMINDEXu_u_GEu_u_1]: h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm [h4s_wordss_dimwordu_u_def]: h4/words/dimword h4/bool/the__value = h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm [h4s_wordss_UINTu_u_MAXu_u_def]: h4/words/UINT__MAX h4/bool/the__value = h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_wordss_wordu_u_Tu_u_def]: h4/words/word__T = h4/words/n2w (h4/words/UINT__MAX h4/bool/the__value)
% 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_ONEu_u_LTu_u_dimword]: h4/prim__rec/_3C (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (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_rangedu_u_wordu_u_nchotomy]: !w. ?n. w = h4/words/n2w n /\ h4/prim__rec/_3C n (h4/words/dimword h4/bool/the__value)
% Assm [h4s_wordss_w2nu_u_11]: !w v. h4/words/w2n v = h4/words/w2n w <=> v = w
% Assm [h4s_wordss_w2nu_u_lt]: !w. h4/prim__rec/_3C (h4/words/w2n w) (h4/words/dimword h4/bool/the__value)
% Assm [h4s_wordss_wordu_u_0u_u_n2w]: h4/words/w2n (h4/words/n2w h4/num/0) = h4/num/0
% Assm [h4s_wordss_wordu_u_1u_u_n2w]: h4/words/w2n (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% 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_NUMERALu_u_LESSu_u_THMu_c0]: !n m. h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) <=> m = h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) \/ h4/prim__rec/_3C m (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_wordss_NUMERALu_u_LESSu_u_THMu_c1]: !n m. h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) <=> m = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n) \/ h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))
% Assm [h4s_wordss_WORDu_u_NEGu_u_1]: h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/words/word__T
% Assm [h4s_wordss_WORDu_u_LO]: !b a. h4/words/word__lo a b <=> h4/prim__rec/_3C (h4/words/w2n a) (h4/words/w2n b)
% Assm [h4s_wordss_WORDu_u_LOu_u_wordu_u_0u_c0]: !n. h4/words/word__lo (h4/words/n2w h4/num/0) n <=> ~(n = h4/words/n2w h4/num/0)
% Assm [h4s_wordss_dimwordu_u_1]: h4/words/dimword h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)
% Assm [h4s_binaryu_u_ieees_floatu_u_componentu_u_equality]: !f2 f1. f1 = f2 <=> h4/binary__ieee/float__Sign f1 = h4/binary__ieee/float__Sign f2 /\ h4/binary__ieee/float__Exponent f1 = h4/binary__ieee/float__Exponent f2 /\ h4/binary__ieee/float__Significand f1 = h4/binary__ieee/float__Significand f2
% Assm [h4s_binaryu_u_ieees_floatu_u_tou_u_realu_u_def]: !x. ?v. (v <=> h4/binary__ieee/float__Exponent x = h4/words/n2w h4/num/0) /\ h4/binary__ieee/float__to__real x = h4/bool/COND v (h4/realax/real__mul (h4/realax/real__mul (h4/real/pow (happ h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/words/w2n (h4/binary__ieee/float__Sign x))) (h4/real/_2F (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/words/INT__MAX h4/bool/the__value)))) (h4/real/_2F (h4/real/real__of__num (h4/words/w2n (h4/binary__ieee/float__Significand x))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/fcp/dimindex h4/bool/the__value)))) (h4/realax/real__mul (h4/realax/real__mul (h4/real/pow (happ h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/words/w2n (h4/binary__ieee/float__Sign x))) (h4/real/_2F (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/words/w2n (h4/binary__ieee/float__Exponent x))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/words/INT__MAX h4/bool/the__value)))) (h4/realax/real__add (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/real/_2F (h4/real/real__of__num (h4/words/w2n (h4/binary__ieee/float__Significand x))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/fcp/dimindex h4/bool/the__value)))))
% Assm [h4s_binaryu_u_ieees_ULPu_u_primitiveu_u_def]: !_4. (!e v1. ?v. (v <=> e = h4/words/n2w h4/num/0) /\ happ (happ _4 e) v1 = happ h4/combin/I (h4/real/_2F (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/bool/COND v (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (h4/words/w2n e))) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/arithmetic/_2B (h4/words/INT__MAX h4/bool/the__value) (h4/fcp/dimindex h4/bool/the__value))))) ==> (!_3. (!e. happ _3 e = happ _4 e) ==> (!_2. (!a. happ _2 a = h4/pair/pair__CASE a _3) ==> (!_1. (!ULP. happ _1 ULP = _2) ==> (!_0. (!R. happ _0 R <=> h4/relation/WF R) ==> h4/binary__ieee/ULP = h4/relation/WFREC (h4/min/_40 _0) _1))))
% Assm [h4s_binaryu_u_ieees_exponentu_u_boundaryu_u_def]: !y x. h4/binary__ieee/exponent__boundary y x <=> h4/binary__ieee/float__Sign x = h4/binary__ieee/float__Sign y /\ h4/words/w2n (h4/binary__ieee/float__Exponent x) = h4/arithmetic/_2B (h4/words/w2n (h4/binary__ieee/float__Exponent y)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) /\ ~(h4/binary__ieee/float__Exponent x = h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) /\ h4/binary__ieee/float__Significand y = h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) /\ h4/binary__ieee/float__Significand x = h4/words/n2w h4/num/0
% Assm [h4s_binaryu_u_ieees_zerou_u_ltu_u_twopow]: !n. h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n)
% Assm [h4s_binaryu_u_ieees_zerou_u_leu_u_twopow]: !n. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n)
% Assm [h4s_binaryu_u_ieees_zerou_u_nequ_u_twopow]: !n. ~(h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n = h4/real/real__of__num h4/num/0)
% Assm [h4s_binaryu_u_ieees_zerou_u_leu_u_posu_u_divu_u_twopow]: !n m. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/real__of__num m) (h4/real/pow (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n))
% Assm [h4s_binaryu_u_ieees_expu_u_ge2]: !b. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) b) <=> h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) b
% Assm [h4s_binaryu_u_ieees_le2]: !n m. h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) n /\ h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) m ==> h4/real/real__lte (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/realax/real__mul n m)
% Assm [h4s_binaryu_u_ieees_floatu_u_isu_u_zero0]: !x. h4/binary__ieee/float__is__zero x <=> h4/binary__ieee/float__Exponent x = h4/words/n2w h4/num/0 /\ h4/binary__ieee/float__Significand x = h4/words/n2w h4/num/0
% Assm [h4s_binaryu_u_ieees_floatu_u_tou_u_realu_u_eq]: !y x. h4/binary__ieee/float__to__real x = h4/binary__ieee/float__to__real y <=> x = y \/ h4/binary__ieee/float__is__zero x /\ h4/binary__ieee/float__is__zero y
% Goal: !y x. ~(h4/binary__ieee/float__to__real x = h4/binary__ieee/float__to__real y) /\ ~h4/binary__ieee/exponent__boundary y x ==> h4/real/real__lte (happ h4/binary__ieee/ULP (h4/pair/_2C (h4/binary__ieee/float__Exponent x) h4/bool/the__value)) (h4/real/abs (h4/real/real__sub (h4/binary__ieee/float__to__real x) (h4/binary__ieee/float__to__real y)))
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_Q107461,TV_Q107457]: ![V_f, V_g]: (![V_x]: s(TV_Q107457,happ(s(t_fun(TV_Q107461,TV_Q107457),V_f),s(TV_Q107461,V_x))) = s(TV_Q107457,happ(s(t_fun(TV_Q107461,TV_Q107457),V_g),s(TV_Q107461,V_x))) => s(t_fun(TV_Q107461,TV_Q107457),V_f) = s(t_fun(TV_Q107461,TV_Q107457),V_g))).
fof(ah4s_bools_LETu_u_DEF, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_x0]: s(TV_u_27b,h4s_bools_let(s(t_fun(TV_u_27a,TV_u_27b),V_x),s(TV_u_27a,V_x0))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_x),s(TV_u_27a,V_x0)))).
fof(ah4s_bools_ETAu_u_AX, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x)))).
fof(ah4s_bools_SELECTu_u_AX, axiom, ![TV_u_27a]: ![V_x, V_P]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_P)))))))).
fof(ah4s_bools_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_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_CONJu_u_ASSOC, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) & (p(s(t_bool,V_t2)) & p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) & p(s(t_bool,V_t3))))).
fof(ah4s_bools_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_ANDu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) | p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,f))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => 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_EQu_u_CLAUSESu_c3, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,f) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_bools_DISJu_u_ASSOC, axiom, ![V_C, V_B, V_A]: ((p(s(t_bool,V_A)) | (p(s(t_bool,V_B)) | p(s(t_bool,V_C)))) <=> ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) | p(s(t_bool,V_C))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c0, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) & p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) | ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_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_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_LEFTu_u_ORu_u_OVERu_u_AND, axiom, ![V_C, V_B, V_A]: ((p(s(t_bool,V_A)) | (p(s(t_bool,V_B)) & p(s(t_bool,V_C)))) <=> ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) & (p(s(t_bool,V_A)) | p(s(t_bool,V_C)))))).
fof(ah4s_bools_RIGHTu_u_ORu_u_OVERu_u_AND, axiom, ![V_C, V_B, V_A]: (((p(s(t_bool,V_B)) & p(s(t_bool,V_C))) | p(s(t_bool,V_A))) <=> ((p(s(t_bool,V_B)) | p(s(t_bool,V_A))) & (p(s(t_bool,V_C)) | p(s(t_bool,V_A)))))).
fof(ah4s_bools_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_markers_Abbrevu_u_def, axiom, ![V_x]: s(t_bool,h4s_markers_abbrev(s(t_bool,V_x))) = s(t_bool,V_x)).
fof(ah4s_combins_Iu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),h4s_combins_i),s(TV_u_27a,V_x))) = s(TV_u_27a,V_x)).
fof(ah4s_relations_WFu_u_EMPTYu_u_REL, axiom, ![TV_u_27a]: p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_emptyu_u_rel))))).
fof(ah4s_relations_WFRECu_u_COROLLARY, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R, V_M]: (s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),h4s_relations_wfrec(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M))) => (p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => ![V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M),s(t_fun(TV_u_27a,TV_u_27b),h4s_relations_restrict(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))))),s(TV_u_27a,V_x)))))).
fof(ah4s_nums_NOTu_u_SUC, axiom, ![V_n]: ~ (s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0))).
fof(ah4s_nums_INDUCTION, axiom, ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_0)))) & ![V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))) => ![V_n]: p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_pairs_pairu_u_caseu_u_thm, axiom, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_y, V_x, V_f]: s(TV_u_27a,h4s_pairs_pairu_u_case(s(t_h4s_pairs_prod(TV_u_27b,TV_u_27c),h4s_pairs_u_2c(s(TV_u_27b,V_x),s(TV_u_27c,V_y))),s(t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a)),V_f))) = s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a)),V_f),s(TV_u_27b,V_x))),s(TV_u_27c,V_y)))).
fof(ah4s_arithmetics_EXP0u_c1, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
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_0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_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_numu_u_CASES, axiom, ![V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) | ?[V_n]: s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))).
fof(ah4s_arithmetics_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_EQu_u_0, axiom, ![V_n, V_m]: (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_nums_0) <=> 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_arithmetics_ADD1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_arithmetics_MULTu_u_LEFTu_u_1, 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_RIGHTu_u_1, 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_MULTu_u_CLAUSESu_c1, 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_nums_0))) = s(t_h4s_nums_num,h4s_nums_0)).
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_MULTu_u_COMM, axiom, ![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,V_n))) = 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_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_ADDu_u_EQu_u_0, 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_nums_0) <=> (s(t_h4s_nums_num,V_m) = 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_ADDu_u_INVu_u_0u_u_EQ, 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,V_m) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0))).
fof(ah4s_arithmetics_PREu_u_SUCu_u_EQ, axiom, ![V_n, V_m]: (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,V_m) = s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,V_n))) <=> 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_EQu_u_MONOu_u_ADDu_u_EQ, 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,V_p))) = 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,V_m) = s(t_h4s_nums_num,V_n))).
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_LESSu_u_EQu_u_REFL, axiom, ![V_m]: p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_m))))).
fof(ah4s_arithmetics_LESSu_u_ADDu_u_1, axiom, ![V_n, 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_m)))) => ?[V_p]: 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,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_p),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_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_LESSu_u_CASES, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n) | (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))) | p(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_arithmetics_LESSu_u_EQUALu_u_ADD, 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)))) => ?[V_p]: 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))))).
fof(ah4s_arithmetics_NOTu_u_LESSu_u_EQUAL, 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_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
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_LEu_u_MULTu_u_CANCELu_u_LBAREu_c0, 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,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))) <=> (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) | 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))))))).
fof(ah4s_arithmetics_LEu_u_MULTu_u_CANCELu_u_LBAREu_c1, 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,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))) <=> (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) | 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))))))).
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_LEFTu_u_LESS, axiom, ![V_p, V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_SUBu_u_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_SUBu_u_RIGHTu_u_EQ, axiom, ![V_p, V_n, V_m]: (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) <=> (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_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_p),s(t_h4s_nums_num,h4s_nums_0)))))))).
fof(ah4s_arithmetics_LEu_c0, 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_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_ZEROu_u_MOD, 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_mod(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_EXPu_u_1u_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_exp(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))) = 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_EXPu_u_1u_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_exp(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,V_n)).
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_sucu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(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_n)))).
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_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_distribu_c16, axiom, ![V_n]: s(t_h4s_nums_num,h4s_primu_u_recs_pre(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,h4s_primu_u_recs_pre(s(t_h4s_nums_num,V_n)))))).
fof(ah4s_numerals_numeralu_u_distribu_c17, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_arithmetics_zero))).
fof(ah4s_numerals_numeralu_u_distribu_c18, axiom, ![V_n]: (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_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_arithmetics_zero))).
fof(ah4s_numerals_numeralu_u_distribu_c20, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_distribu_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_c26, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))) = s(t_bool,t)).
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_distribu_c32, axiom, ![V_n]: s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_n)))).
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_c3, 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_bit2(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_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_c5, 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_bit2(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(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_addu_c7, 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,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_equ_c1, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_zero) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_equ_c3, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_zero) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_ltu_c0, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_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_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_preu_c4, axiom, ![V_n]: s(t_h4s_nums_num,h4s_primu_u_recs_pre(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_n)))).
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_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_idub(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,h4s_arithmetics_bit1(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_multu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(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_numeralu_u_multu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,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_numerals_idub(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_multu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(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_arithmetics_u_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_m)))))))).
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_numeralu_u_evenoddu_c5, axiom, ![V_n]: p(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))).
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_c3, axiom, ![V_uu_0]: (![V_x, V_y, V_n]: 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_n))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))))))),s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit2(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_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit2(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_y))))))))).
fof(ah4s_numerals_enumeralu_u_multu_c5, axiom, ![V_uu_1]: (![V_m, V_x, V_y, V_n]: 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))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)))),V_uu_1),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,V_y))),s(t_h4s_nums_num,V_n))) = 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_bit2(s(t_h4s_nums_num,V_y))))))),s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_x))))))),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_bit2(s(t_h4s_nums_num,V_y))))))))) => ![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_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))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)))),V_uu_1),s(t_h4s_nums_num,V_m))),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_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_bit2(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_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,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_numerals_idub(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_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_quotients_EQUIVu_u_def, axiom, ![TV_u_27a]: ![V_E]: (p(s(t_bool,h4s_quotients_equiv(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E)))) <=> ![V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E),s(TV_u_27a,V_x))) = s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E),s(TV_u_27a,V_y)))))).
fof(ah4s_quotients_IDENTITYu_u_QUOTIENT, axiom, ![TV_u_27a]: p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),d_equals),s(t_fun(TV_u_27a,TV_u_27a),h4s_combins_i),s(t_fun(TV_u_27a,TV_u_27a),h4s_combins_i))))).
fof(ah4s_quotients_FUNu_u_REL, axiom, ![TV_u_27b,TV_u_27a]: ![V_g, V_f, V_R2, V_R1]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool)),h4s_quotients_u_3du_3du_3du_3e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(t_fun(TV_u_27a,TV_u_27b),V_f))),s(t_fun(TV_u_27a,TV_u_27b),V_g)))) <=> ![V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_g),s(TV_u_27a,V_y))))))))).
fof(ah4s_quotients_FUNu_u_QUOTIENT, axiom, ![TV_u_27a,TV_u_27c,TV_u_27d,TV_u_27b]: ![V_rep1, V_abs1, V_R1]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27c,TV_u_27a),V_rep1)))) => ![V_R2, V_abs2, V_rep2]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(t_fun(TV_u_27b,TV_u_27d),V_abs2),s(t_fun(TV_u_27d,TV_u_27b),V_rep2)))) => p(s(t_bool,h4s_quotients_quotient(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool)),h4s_quotients_u_3du_3du_3du_3e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27c,TV_u_27d)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27c,TV_u_27a),V_rep1),s(t_fun(TV_u_27b,TV_u_27d),V_abs2))),s(t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(TV_u_27a,TV_u_27b)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27d,TV_u_27b),V_rep2))))))))).
fof(ah4s_quotients_EQUALSu_u_PRS, axiom, ![TV_u_27a,TV_u_27b]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x, V_y]: (s(TV_u_27b,V_x) = s(TV_u_27b,V_y) <=> p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_x))))),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_y))))))))).
fof(ah4s_quotients_EQUALSu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x1, V_x2, V_y1, V_y2]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x1))),s(TV_u_27a,V_x2)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y1))),s(TV_u_27a,V_y2))))) => s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x1))),s(TV_u_27a,V_y1))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x2))),s(TV_u_27a,V_y2)))))).
fof(ah4s_quotients_LAMBDAu_u_PRS, axiom, ![TV_u_27b,TV_u_27d,TV_u_27a,TV_u_27c]: ![V_uu_0]: (![V_rep2, V_f, V_abs1, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27d,TV_u_27b),t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_fun(TV_u_27d,TV_u_27b),V_rep2))),s(t_fun(TV_u_27c,TV_u_27d),V_f))),s(t_fun(TV_u_27a,TV_u_27c),V_abs1))),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27d,TV_u_27b),V_rep2),s(TV_u_27d,happ(s(t_fun(TV_u_27c,TV_u_27d),V_f),s(TV_u_27c,happ(s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(TV_u_27a,V_x))))))) => ![V_rep1, V_abs1, V_R1]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27c,TV_u_27a),V_rep1)))) => ![V_R2, V_abs2, V_rep2]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(t_fun(TV_u_27b,TV_u_27d),V_abs2),s(t_fun(TV_u_27d,TV_u_27b),V_rep2)))) => ![V_f, V_x]: s(TV_u_27d,happ(s(t_fun(TV_u_27c,TV_u_27d),V_f),s(TV_u_27c,V_x))) = s(TV_u_27d,happ(s(t_fun(TV_u_27c,TV_u_27d),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27c,TV_u_27d)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27c,TV_u_27a),V_rep1),s(t_fun(TV_u_27b,TV_u_27d),V_abs2))),s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27d,TV_u_27b),t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_fun(TV_u_27d,TV_u_27b),V_rep2))),s(t_fun(TV_u_27c,TV_u_27d),V_f))),s(t_fun(TV_u_27a,TV_u_27c),V_abs1))))),s(TV_u_27c,V_x))))))).
fof(ah4s_quotients_REPu_u_ABSu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_REL]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_REL),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x1, V_x2]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_REL),s(TV_u_27a,V_x1))),s(TV_u_27a,V_x2)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_REL),s(TV_u_27a,V_x1))),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,V_x2))))))))))).
fof(ah4s_quotients_FORALLu_u_PRS, axiom, ![TV_u_27a,TV_u_27b]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_f]: s(t_bool,d_forall(s(t_fun(TV_u_27b,t_bool),V_f))) = s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27b,t_bool),t_fun(TV_u_27a,t_bool)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(t_bool,t_bool),h4s_combins_i))),s(t_fun(TV_u_27b,t_bool),V_f))))))).
fof(ah4s_quotients_RESu_u_FORALLu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_f, V_g]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,t_bool),t_bool)),h4s_quotients_u_3du_3du_3du_3e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_equals))),s(t_fun(TV_u_27a,t_bool),V_f))),s(t_fun(TV_u_27a,t_bool),V_g)))) => s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,t_bool),V_f))) = s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,t_bool),V_g)))))).
fof(ah4s_quotients_APPLYu_u_RSP, axiom, ![TV_u_27c,TV_u_27d,TV_u_27b,TV_u_27a]: ![V_rep1, V_abs1, V_R1]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27c,TV_u_27a),V_rep1)))) => ![V_R2, V_abs2, V_rep2]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(t_fun(TV_u_27b,TV_u_27d),V_abs2),s(t_fun(TV_u_27d,TV_u_27b),V_rep2)))) => ![V_f, V_g, V_x, V_y]: ((p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool)),h4s_quotients_u_3du_3du_3du_3e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(t_fun(TV_u_27a,TV_u_27b),V_f))),s(t_fun(TV_u_27a,TV_u_27b),V_g)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))) => p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_g),s(TV_u_27a,V_y)))))))))).
fof(ah4s_quotients_EQUIVu_u_RESu_u_FORALL, axiom, ![TV_u_27a]: ![V_P, V_E]: (p(s(t_bool,h4s_quotients_equiv(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E)))) => s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E))),s(t_fun(TV_u_27a,t_bool),V_P))) = s(t_bool,d_forall(s(t_fun(TV_u_27a,t_bool),V_P))))).
fof(ah4s_bits_ZEROu_u_LTu_u_TWOEXP, 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,h4s_arithmetics_exp(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,V_n))))))).
fof(ah4s_realaxs_TREALu_u_EQu_u_EQUIV, axiom, ![V_q, V_p]: (p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q)))) <=> s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))) = s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q))))).
fof(ah4s_realaxs_TREALu_u_EQu_u_AP, axiom, ![V_q, V_p]: (s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p) = s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q) => p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q)))))).
fof(ah4s_realaxs_TREALu_u_MULu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y))) = s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x)))).
fof(ah4s_realaxs_TREALu_u_MULu_u_WELLDEF, axiom, ![V_y2, V_y1, V_x2, V_x1]: ((p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x1))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x2)))) & p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y1))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y2))))) => p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x1),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y1))))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x2),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y2)))))))).
fof(ah4s_realaxs_realu_u_QUOTIENT, axiom, p(s(t_bool,h4s_quotients_quotient(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_h4s_realaxs_real),h4s_realaxs_realu_u_abs),s(t_fun(t_h4s_realaxs_real,t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal)),h4s_realaxs_realu_u_rep))))).
fof(ah4s_realaxs_realu_u_mul0, axiom, ![V_T2, V_T1]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_T1),s(t_h4s_realaxs_real,V_T2))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_h4s_realaxs_real),h4s_realaxs_realu_u_abs),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal)),h4s_realaxs_realu_u_rep),s(t_h4s_realaxs_real,V_T1))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal)),h4s_realaxs_realu_u_rep),s(t_h4s_realaxs_real,V_T2)))))))).
fof(ah4s_realaxs_REALu_u_LDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_ADDu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_ADDu_u_ASSOC, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z)))).
fof(ah4s_reals_REALu_u_ADDu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_ADDu_u_LINV, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_LDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LTu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_MULu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_MULu_u_COMM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_MULu_u_ASSOC, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z)))).
fof(ah4s_reals_REALu_u_MULu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_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_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_MULu_u_LINV, axiom, ![V_x]: (~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_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))))))))).
fof(ah4s_reals_REALu_u_LTu_u_MUL, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_realu_u_sub0, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_realu_u_div, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_ADDu_u_RID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_ADDu_u_RINV, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_MULu_u_RID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_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_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_NEGu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_MULu_u_LZERO, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_MULu_u_RZERO, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_ENTIRE, axiom, ![V_y, V_x]: (s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) | s(t_h4s_realaxs_real,V_y) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_reals_REALu_u_LTu_u_LADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))).
fof(ah4s_reals_REALu_u_LEu_u_TOTAL, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) | p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_reals_REALu_u_LEu_u_REFL, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_reals_REALu_u_LTEu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LETu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LEu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LEu_u_ANTISYM, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))))) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,V_y))).
fof(ah4s_reals_REALu_u_LEu_u_MUL, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_REALu_u_SUBu_u_REFL, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_SUBu_u_LDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_SUBu_u_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LTu_u_LMUL, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) => s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))).
fof(ah4s_reals_REALu_u_POS, axiom, ![V_n]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))))).
fof(ah4s_reals_REALu_u_ADD, axiom, ![V_n, V_m]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_REALu_u_DIVu_u_REFL, axiom, ![V_x]: (~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_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))))))))).
fof(ah4s_reals_REALu_u_LTu_u_RDIVu_u_0, axiom, ![V_z, V_y]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_reals_REALu_u_DIVu_u_RMUL, axiom, ![V_y, V_x]: (~ (s(t_h4s_realaxs_real,V_y) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,V_x))).
fof(ah4s_reals_REALu_u_LEu_u_SUBu_u_LADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_LEu_u_LMUL, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) => s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))).
fof(ah4s_reals_REALu_u_LEu_u_RMUL, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_reals_REALu_u_LTu_u_DIV, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_REALu_u_LEu_u_DIV, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_REALu_u_POSu_u_NZ, axiom, ![V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) => ~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_reals_abs0, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_reals_ABSu_u_NEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_ABSu_u_N, axiom, ![V_n]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n)))).
fof(ah4s_reals_pow0u_c1, axiom, ![V_x, V_n]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_POWu_u_ADD, axiom, ![V_n, V_m, V_c]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_c),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_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_c),s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_c),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_POWu_u_2u_u_LE1, axiom, ![V_n]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_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_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_reals_REALu_u_MULu_u_RNEG, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_MULu_u_LNEG, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_realu_u_lt, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) <=> ~ (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_reals_REALu_u_LEu_u_LADDu_u_IMP, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))))).
fof(ah4s_reals_REALu_u_LEu_u_LNEG, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_LEu_u_NEG2, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_y))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_NEGu_u_NEG, axiom, ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_LEu_u_RNEG, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,V_y))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_reals_REALu_u_LEu_u_LDIVu_u_EQ, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_y))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))))).
fof(ah4s_reals_REALu_u_LTu_u_LDIVu_u_EQ, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_y))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))))).
fof(ah4s_reals_REALu_u_EQu_u_RDIVu_u_EQ, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))) <=> s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_OFu_u_NUMu_u_POW, axiom, ![V_x, V_n]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_REALu_u_ADDu_u_LDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_ADDu_u_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_OFu_u_NUMu_u_LE, axiom, ![V_n, V_m]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_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_reals_REALu_u_OFu_u_NUMu_u_MUL, axiom, ![V_n, V_m]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_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_reals_REALu_u_ABSu_u_0, axiom, s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_DIVu_u_ADD, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_SUB, axiom, ![V_n, V_m]: ?[V_v]: ((p(s(t_bool,V_v)) <=> 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_nums_0)) & s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(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_realaxs_real,h4s_reals_realu_u_ofu_u_num(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_reals_REALu_u_LEu_u_SUBu_u_CANCEL2, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_multu_u_rat, axiom, ![V_y, V_x, V_v, V_u]: ?[V_v0]: ((p(s(t_bool,V_v0)) <=> s(t_h4s_realaxs_real,V_v) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) & ?[V_vi_]: ((p(s(t_bool,V_vi_)) <=> s(t_h4s_realaxs_real,V_y) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) & s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_u),s(t_h4s_realaxs_real,V_v))))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,V_vi_),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_markers_unint(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_u),s(t_h4s_realaxs_real,V_v))))),s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,V_v0),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_markers_unint(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_u),s(t_h4s_realaxs_real,V_v))))))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_u))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_v)))))))))))).
fof(ah4s_reals_multu_u_ratr, axiom, ![V_z, V_y, V_x]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_realaxs_real,V_z) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) & s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_markers_unint(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))))))).
fof(ah4s_reals_multu_u_intsu_c0, axiom, ![V_b, V_a]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_a))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_b))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_a),s(t_h4s_nums_num,V_b)))))).
fof(ah4s_reals_powu_u_ratu_c0, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_realaxs_real,h4s_reals_realu_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)))))))).
fof(ah4s_reals_powu_u_ratu_c3, axiom, ![V_n, V_a]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_a))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_a))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n)))))))).
fof(ah4s_reals_powu_u_ratu_c4, axiom, ![V_uu_0]: (![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_uu_0),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_x) => ![V_n, V_a]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_a))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_bools_cond(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_uu_0))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_a))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))))))))).
fof(ah4s_reals_equ_u_intsu_c0, axiom, ![V_n, V_m]: (s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,V_m))).
fof(ah4s_reals_leu_u_intu_c0, axiom, ![V_n, V_m]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(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_reals_ltu_u_intu_c0, axiom, ![V_n, V_m]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,h4s_reals_realu_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_fcps_DIMINDEXu_u_GEu_u_1, axiom, ![TV_u_27a]: p(s(t_bool,h4s_arithmetics_u_3cu_3d(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_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_wordss_dimwordu_u_def, 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_exp(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_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ah4s_wordss_UINTu_u_MAXu_u_def, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_wordss_uintu_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_dimword(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_Tu_u_def, axiom, ![TV_u_27a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_t) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_wordss_uintu_u_max(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
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_ONEu_u_LTu_u_dimword, axiom, ![TV_u_27a]: p(s(t_bool,h4s_primu_u_recs_u_3c(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_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_rangedu_u_wordu_u_nchotomy, axiom, ![TV_u_27a]: ![V_w]: ?[V_n]: (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,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_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))).
fof(ah4s_wordss_w2nu_u_11, axiom, ![TV_u_27a]: ![V_w, V_v]: (s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_nums_num,h4s_wordss_w2n(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_w))).
fof(ah4s_wordss_w2nu_u_lt, axiom, ![TV_u_27a]: ![V_w]: p(s(t_bool,h4s_primu_u_recs_u_3c(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_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_wordss_wordu_u_0u_u_n2w, axiom, ![TV_u_27a]: 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,h4s_nums_0))))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_wordss_wordu_u_1u_u_n2w, axiom, ![TV_u_27a]: 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,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_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))).
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_NUMERALu_u_LESSu_u_THMu_c0, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n)))))))) <=> (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_arithmetics_u_2d(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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) | 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_2d(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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))))))).
fof(ah4s_wordss_NUMERALu_u_LESSu_u_THMu_c1, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_numeral(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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) | p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))))))).
fof(ah4s_wordss_WORDu_u_NEGu_u_1, axiom, ![TV_u_27a]: 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),h4s_wordss_wordu_u_t)).
fof(ah4s_wordss_WORDu_u_LO, axiom, ![TV_u_27a]: ![V_b, V_a]: s(t_bool,h4s_wordss_wordu_u_lo(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_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b)))))).
fof(ah4s_wordss_WORDu_u_LOu_u_wordu_u_0u_c0, axiom, ![TV_u_27a]: ![V_n]: (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),V_n)))) <=> ~ (s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_n) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_wordss_dimwordu_u_1, axiom, s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(t_h4s_ones_one),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))).
fof(ah4s_binaryu_u_ieees_floatu_u_componentu_u_equality, axiom, ![TV_u_27t,TV_u_27w]: ![V_f2, V_f1]: (s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f1) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f2) <=> (s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_binaryu_u_ieees_floatu_u_sign(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f1))) = s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_binaryu_u_ieees_floatu_u_sign(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f2))) & (s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f1))) = s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f2))) & s(t_h4s_fcps_cart(t_bool,TV_u_27t),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f1))) = s(t_h4s_fcps_cart(t_bool,TV_u_27t),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f2))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_tou_u_realu_u_def, axiom, ![TV_u_27w,TV_u_27t]: ![V_x]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))) & s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,h4s_reals_realu_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_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_binaryu_u_ieees_floatu_u_sign(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))))))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_wordss_intu_u_max(s(t_h4s_bools_itself(TV_u_27w),h4s_bools_theu_u_value))))))))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27t),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27t),h4s_bools_theu_u_value))))))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_realaxs_realu_u_neg),s(t_h4s_realaxs_real,h4s_reals_realu_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_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_binaryu_u_ieees_floatu_u_sign(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))))))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_wordss_intu_u_max(s(t_h4s_bools_itself(TV_u_27w),h4s_bools_theu_u_value))))))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_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_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27t),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27t),h4s_bools_theu_u_value))))))))))))))).
fof(ah4s_binaryu_u_ieees_ULPu_u_primitiveu_u_def, axiom, ![TV_u_27w,TV_u_27t]: ![V_uu_4]: (![V_e, V_v1]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27w),V_e) = s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))) & s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_bools_itself(TV_u_27t),t_h4s_realaxs_real),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_fun(t_h4s_bools_itself(TV_u_27t),t_h4s_realaxs_real)),V_uu_4),s(t_h4s_fcps_cart(t_bool,TV_u_27w),V_e))),s(t_h4s_bools_itself(TV_u_27t),V_v1))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_combins_i),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,V_v),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_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27w),V_e))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_wordss_intu_u_max(s(t_h4s_bools_itself(TV_u_27w),h4s_bools_theu_u_value))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27t),h4s_bools_theu_u_value)))))))))))) => ![V_uu_3]: (![V_e]: s(t_fun(t_h4s_bools_itself(TV_u_27t),t_h4s_realaxs_real),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_fun(t_h4s_bools_itself(TV_u_27t),t_h4s_realaxs_real)),V_uu_3),s(t_h4s_fcps_cart(t_bool,TV_u_27w),V_e))) = s(t_fun(t_h4s_bools_itself(TV_u_27t),t_h4s_realaxs_real),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_fun(t_h4s_bools_itself(TV_u_27t),t_h4s_realaxs_real)),V_uu_4),s(t_h4s_fcps_cart(t_bool,TV_u_27w),V_e))) => ![V_uu_2]: (![V_a]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),V_uu_2),s(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),V_a))) = s(t_h4s_realaxs_real,h4s_pairs_pairu_u_case(s(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),V_a),s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_fun(t_h4s_bools_itself(TV_u_27t),t_h4s_realaxs_real)),V_uu_3))) => ![V_uu_1]: (![V_ULP]: s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real)),V_uu_1),s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),V_ULP))) = s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),V_uu_2) => ![V_uu_0]: (![V_R]: s(t_bool,happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_bool)),t_bool),V_uu_0),s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_bool)),V_R))) = s(t_bool,h4s_relations_wf(s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_bool)),V_R))) => s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),h4s_binaryu_u_ieees_ulp) = s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),h4s_relations_wfrec(s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_bool)),h4s_mins_u_40(s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_bool)),t_bool),V_uu_0))),s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real)),V_uu_1))))))))).
fof(ah4s_binaryu_u_ieees_exponentu_u_boundaryu_u_def, axiom, ![TV_u_27w,TV_u_27t]: ![V_y, V_x]: (p(s(t_bool,h4s_binaryu_u_ieees_exponentu_u_boundary(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x)))) <=> (s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_binaryu_u_ieees_floatu_u_sign(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))) = s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_binaryu_u_ieees_floatu_u_sign(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y))) & (s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y))))),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_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27w),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_27t),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y))) = s(t_h4s_fcps_cart(t_bool,TV_u_27t),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27t),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_27t),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27t),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))))))).
fof(ah4s_binaryu_u_ieees_zerou_u_ltu_u_twopow, axiom, ![V_n]: p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_binaryu_u_ieees_zerou_u_leu_u_twopow, axiom, ![V_n]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_binaryu_u_ieees_zerou_u_nequ_u_twopow, axiom, ![V_n]: ~ (s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_binaryu_u_ieees_zerou_u_leu_u_posu_u_divu_u_twopow, axiom, ![V_n, V_m]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,V_n))))))))).
fof(ah4s_binaryu_u_ieees_expu_u_ge2, axiom, ![V_b]: s(t_bool,h4s_arithmetics_u_3cu_3d(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_arithmetics_exp(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,V_b))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(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_b)))).
fof(ah4s_binaryu_u_ieees_le2, axiom, ![V_n, V_m]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_n)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_m))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_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,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_n),s(t_h4s_realaxs_real,V_m)))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_isu_u_zero0, axiom, ![TV_u_27b,TV_u_27a]: ![V_x]: (p(s(t_bool,h4s_binaryu_u_ieees_floatu_u_isu_u_zero(s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_x)))) <=> (s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))) & s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_binaryu_u_ieees_floatu_u_tou_u_realu_u_eq, axiom, ![TV_u_27t,TV_u_27w]: ![V_y, V_x]: (s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))) = s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y))) <=> (s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y) | (p(s(t_bool,h4s_binaryu_u_ieees_floatu_u_isu_u_zero(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x)))) & p(s(t_bool,h4s_binaryu_u_ieees_floatu_u_isu_u_zero(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y)))))))).
fof(ch4s_binaryu_u_ieees_diffu_u_floatu_u_ULP, conjecture, ![TV_u_27t,TV_u_27w]: ![V_y, V_x]: ((~ (s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))) = s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y)))) & ~ (p(s(t_bool,h4s_binaryu_u_ieees_exponentu_u_boundary(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x)))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),t_h4s_realaxs_real),h4s_binaryu_u_ieees_ulp),s(t_h4s_pairs_prod(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_bools_itself(TV_u_27t)),h4s_pairs_u_2c(s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))),s(t_h4s_bools_itself(TV_u_27t),h4s_bools_theu_u_value))))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x))),s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_y)))))))))))).
