%   ORIGINAL: h4/binary__ieee/round__roundTiesToEven__is__zero
% 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/LET__THM: !x f. h4/bool/LET f x = f x
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/AND__CLAUSES_c2: !t. F /\ t <=> F
% Assm: h4/bool/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/SELECT__ELIM__THM: !Q P. (?x. P x) /\ (!x. P x ==> Q x) ==> Q (h4/min/_40 P)
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/bool/NOT__IMP: !B A. ~(A ==> B) <=> A /\ ~B
% 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/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/K__THM: !y x. h4/combin/K x y = x
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/combin/K__o__THM_c0: !v f. h4/combin/o (h4/combin/K v) f = h4/combin/K v
% 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/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/prim__rec/NOT__LESS__0: !n. ~h4/prim__rec/_3C n h4/num/0
% 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/NUMERAL__DEF: !x. h4/arithmetic/NUMERAL x = x
% Assm: h4/arithmetic/ALT__ZERO: h4/arithmetic/ZERO = h4/num/0
% 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/LESS__EQ: !n m. h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n
% Assm: h4/arithmetic/NOT__LESS: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm: h4/arithmetic/SUB__0_c1: !m. h4/arithmetic/_2D m h4/num/0 = m
% Assm: h4/arithmetic/PRE__SUB1: !m. h4/prim__rec/PRE m = h4/arithmetic/_2D m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% 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_c2: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% 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/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/ZERO__LESS__EQ: !n. h4/arithmetic/_3C_3D h4/num/0 n
% 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/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/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_c0: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% Assm: h4/arithmetic/MOD__UNIQUE: !r n k. (?q. k = h4/arithmetic/_2B (h4/arithmetic/_2A q n) r /\ h4/prim__rec/_3C r n) ==> h4/arithmetic/MOD k n = r
% 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/DIVMOD__ID: !n. h4/prim__rec/_3C h4/num/0 n ==> h4/arithmetic/DIV n n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) /\ h4/arithmetic/MOD n n = h4/num/0
% Assm: h4/arithmetic/NUMERAL__MULT__EQ__DIV_c1: !z y x. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 x)) y = h4/arithmetic/NUMERAL z <=> y = h4/arithmetic/DIV (h4/arithmetic/NUMERAL z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 x)) /\ h4/arithmetic/MOD (h4/arithmetic/NUMERAL z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 x)) = h4/num/0
% Assm: h4/arithmetic/SUC__ELIM__NUMERALS: !g f. (!n. g (h4/num/SUC n) = f n (h4/num/SUC n)) <=> (!n. g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = f (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) /\ (!n. g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)))
% 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__distrib_c0: !n. h4/arithmetic/_2B h4/num/0 n = 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_c3: !n. h4/arithmetic/_2A h4/num/0 n = h4/num/0
% 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_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_c22: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% 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__distrib_c34: ~h4/arithmetic/ODD h4/num/0
% Assm: h4/numeral/numeral__add_c0: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm: h4/numeral/numeral__add_c2: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__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__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_c1: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c3: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_c5: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm: h4/numeral/numeral__lte_c1: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/iSUB__THM_c1: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm: h4/numeral/iSUB__THM_c8: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm: h4/numeral/numeral__sub: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm: h4/numeral/iDUB__removal_c0: !n. h4/numeral/iDUB (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 (h4/numeral/iDUB n)
% Assm: h4/numeral/iDUB__removal_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/pred__set/SPECIFICATION: !x P. h4/bool/IN x P <=> P x
% Assm: h4/pred__set/NOT__IN__EMPTY: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm: h4/pred__set/IN__INSERT: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm: h4/pred__set/INSERT__applied: !y x s. h4/pred__set/INSERT y s x <=> x = y \/ h4/bool/IN x s
% Assm: h4/numeral__bit/MOD__2EXP__EQ_c0: !b a. h4/bit/MOD__2EXP__EQ h4/num/0 a b <=> T
% Assm: h4/numeral__bit/MOD__2EXP__EQ_c1: !n b a. h4/bit/MOD__2EXP__EQ (h4/num/SUC n) a b <=> (h4/arithmetic/ODD a <=> h4/arithmetic/ODD b) /\ h4/bit/MOD__2EXP__EQ n (h4/arithmetic/DIV2 a) (h4/arithmetic/DIV2 b)
% Assm: h4/numeral__bit/MOD__2EXP__EQ_c2: !n a. h4/bit/MOD__2EXP__EQ n a a <=> T
% 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__REFL: !x. ~h4/realax/real__lt x x
% 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__ge0: !y x. h4/real/real__ge x y <=> h4/real/real__lte y x
% 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__RNEG__UNIQ: !y x. h4/realax/real__add x y = h4/real/real__of__num h4/num/0 <=> y = h4/realax/real__neg x
% 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__POS: !n. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/real__of__num n)
% Assm: h4/real/REAL__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__INJ: !n m. h4/real/real__of__num m = h4/real/real__of__num n <=> m = 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__DOUBLE: !x. h4/realax/real__add x x = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x
% 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__SUB__LZERO: !x. h4/real/real__sub (h4/real/real__of__num h4/num/0) x = h4/realax/real__neg x
% 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__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__MUL: !y x. h4/real/abs (h4/realax/real__mul x y) = h4/realax/real__mul (h4/real/abs x) (h4/real/abs y)
% Assm: h4/real/ABS__N: !n. h4/real/abs (h4/real/real__of__num n) = h4/real/real__of__num n
% Assm: h4/real/ABS__DIV: !y. ~(y = h4/real/real__of__num h4/num/0) ==> (!x. h4/real/abs (h4/real/_2F x y) = h4/real/_2F (h4/real/abs x) (h4/real/abs y))
% 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/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/eq__rat: !y x v u. h4/real/_2F x y = h4/real/_2F u v <=> h4/bool/COND (y = h4/real/real__of__num h4/num/0) (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/real/_2F x y = h4/marker/unint (h4/real/_2F u v)) (h4/bool/COND (y = v) (x = u) (h4/realax/real__mul x v = h4/realax/real__mul y u)))
% 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/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/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/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/word__2comp__n2w: !n. h4/words/word__2comp (h4/words/n2w n) = h4/words/n2w (h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)))
% Assm: h4/words/word__lsb__n2w: !n. h4/words/word__lsb (h4/words/n2w n) <=> h4/arithmetic/ODD n
% 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__NOT__0: h4/words/word__1comp (h4/words/n2w h4/num/0) = 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/word__eq__n2w_c0: !n m. h4/words/n2w m = h4/words/n2w n <=> h4/bit/MOD__2EXP__EQ (h4/fcp/dimindex h4/bool/the__value) m n
% Assm: h4/words/dimindex__1: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% 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__accfupds_c2: !f0 f. h4/binary__ieee/float__Exponent (h4/binary__ieee/float__Sign__fupd f0 f) = h4/binary__ieee/float__Exponent f
% Assm: h4/binary__ieee/float__accfupds_c4: !f0 f. h4/binary__ieee/float__Significand (h4/binary__ieee/float__Sign__fupd f0 f) = h4/binary__ieee/float__Significand f
% Assm: h4/binary__ieee/float__accfupds_c5: !f0 f. h4/binary__ieee/float__Significand (h4/binary__ieee/float__Exponent__fupd f0 f) = h4/binary__ieee/float__Significand f
% Assm: h4/binary__ieee/float__accfupds_c6: !f0 f. h4/binary__ieee/float__Sign (h4/binary__ieee/float__Sign__fupd f0 f) = f0 (h4/binary__ieee/float__Sign f)
% Assm: h4/binary__ieee/float__accfupds_c7: !f0 f. h4/binary__ieee/float__Exponent (h4/binary__ieee/float__Exponent__fupd f0 f) = f0 (h4/binary__ieee/float__Exponent f)
% Assm: h4/binary__ieee/float__accfupds_c8: !f0 f. h4/binary__ieee/float__Significand (h4/binary__ieee/float__Significand__fupd f0 f) = f0 (h4/binary__ieee/float__Significand f)
% Assm: h4/binary__ieee/float__fupdfupds_c0: !g f0 f. h4/binary__ieee/float__Sign__fupd f0 (h4/binary__ieee/float__Sign__fupd g f) = h4/binary__ieee/float__Sign__fupd (h4/combin/o f0 g) f
% 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/float__negate__def: !x. h4/binary__ieee/float__negate x = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/word__1comp (h4/binary__ieee/float__Sign x))) x
% Assm: h4/binary__ieee/float__plus__zero__def: h4/binary__ieee/float__plus__zero h4/bool/the__value = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Exponent__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Significand__fupd (h4/combin/K (h4/words/n2w h4/num/0)) h4/bool/ARB))
% Assm: h4/binary__ieee/float__plus__min__def: h4/binary__ieee/float__plus__min h4/bool/the__value = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Exponent__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Significand__fupd (h4/combin/K (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) h4/bool/ARB))
% Assm: h4/binary__ieee/rounding__case__def_c0: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTiesToEven v0 v1 v2 v3 = v0
% Assm: h4/binary__ieee/is__closest__def: !x s a. h4/binary__ieee/is__closest s x a <=> h4/bool/IN a s /\ (!b. h4/bool/IN b s ==> h4/real/real__lte (h4/real/abs (h4/real/real__sub (h4/binary__ieee/float__to__real a) x)) (h4/real/abs (h4/real/real__sub (h4/binary__ieee/float__to__real b) x)))
% Assm: h4/binary__ieee/closest__such__def: !x s p. h4/binary__ieee/closest__such p s x = h4/min/_40 (\a. h4/binary__ieee/is__closest s x a /\ (!b. h4/binary__ieee/is__closest s x b /\ p b ==> p a))
% 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/ulp__def: h4/binary__ieee/ulp h4/bool/the__value = h4/binary__ieee/ULP (h4/pair/_2C (h4/words/n2w h4/num/0) h4/bool/the__value)
% Assm: h4/binary__ieee/round__def: !x mode. h4/binary__ieee/round mode x = h4/binary__ieee/rounding__CASE mode (h4/bool/LET (\t. h4/bool/COND (h4/real/real__lte x (h4/realax/real__neg t)) (h4/binary__ieee/float__minus__infinity h4/bool/the__value) (h4/bool/COND (h4/real/real__ge x t) (h4/binary__ieee/float__plus__infinity h4/bool/the__value) (h4/binary__ieee/closest__such (\a. ~h4/words/word__lsb (h4/binary__ieee/float__Significand a)) h4/binary__ieee/float__is__finite x))) (h4/binary__ieee/threshold h4/bool/the__value)) (h4/bool/LET (\t. h4/bool/COND (h4/realax/real__lt x (h4/realax/real__neg t)) (h4/binary__ieee/float__bottom h4/bool/the__value) (h4/bool/COND (h4/real/real__gt x t) (h4/binary__ieee/float__plus__infinity h4/bool/the__value) (h4/binary__ieee/closest (h4/pred__set/GSPEC (\a. h4/pair/_2C a (h4/binary__ieee/float__is__finite a /\ h4/real/real__ge (h4/binary__ieee/float__to__real a) x))) x))) (h4/binary__ieee/largest h4/bool/the__value)) (h4/bool/LET (\t. h4/bool/COND (h4/realax/real__lt x (h4/realax/real__neg t)) (h4/binary__ieee/float__minus__infinity h4/bool/the__value) (h4/bool/COND (h4/real/real__gt x t) (h4/binary__ieee/float__top h4/bool/the__value) (h4/binary__ieee/closest (h4/pred__set/GSPEC (\a. h4/pair/_2C a (h4/binary__ieee/float__is__finite a /\ h4/real/real__lte (h4/binary__ieee/float__to__real a) x))) x))) (h4/binary__ieee/largest h4/bool/the__value)) (h4/bool/LET (\t. h4/bool/COND (h4/realax/real__lt x (h4/realax/real__neg t)) (h4/binary__ieee/float__bottom h4/bool/the__value) (h4/bool/COND (h4/real/real__gt x t) (h4/binary__ieee/float__top h4/bool/the__value) (h4/binary__ieee/closest (h4/pred__set/GSPEC (\a. h4/pair/_2C a (h4/binary__ieee/float__is__finite a /\ h4/real/real__lte (h4/real/abs (h4/binary__ieee/float__to__real a)) (h4/real/abs x)))) x))) (h4/binary__ieee/largest 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/float__components_c6: h4/binary__ieee/float__Sign (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/words/n2w h4/num/0
% Assm: h4/binary__ieee/float__components_c7: h4/binary__ieee/float__Exponent (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/words/n2w h4/num/0
% Assm: h4/binary__ieee/float__components_c8: h4/binary__ieee/float__Significand (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/words/n2w h4/num/0
% Assm: h4/binary__ieee/float__components_c14: h4/binary__ieee/float__Significand (h4/binary__ieee/float__plus__min h4/bool/the__value) = h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/binary__ieee/float__components_c28: !x. h4/binary__ieee/float__Significand (h4/binary__ieee/float__negate x) = h4/binary__ieee/float__Significand x
% Assm: h4/binary__ieee/zero__to__real_c0: h4/binary__ieee/float__to__real (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/real/real__of__num h4/num/0
% Assm: h4/binary__ieee/float__sets_c0: h4/binary__ieee/float__is__zero = h4/pred__set/INSERT (h4/binary__ieee/float__minus__zero h4/bool/the__value) (h4/pred__set/INSERT (h4/binary__ieee/float__plus__zero h4/bool/the__value) h4/pred__set/EMPTY)
% Assm: h4/binary__ieee/zero__properties_c2: h4/binary__ieee/float__is__finite (h4/binary__ieee/float__plus__zero h4/bool/the__value)
% Assm: h4/binary__ieee/ulp0: h4/binary__ieee/ulp h4/bool/the__value = h4/binary__ieee/float__to__real (h4/binary__ieee/float__plus__min h4/bool/the__value)
% Assm: h4/binary__ieee/neg__ulp: h4/realax/real__neg (h4/binary__ieee/ulp h4/bool/the__value) = h4/binary__ieee/float__to__real (h4/binary__ieee/float__negate (h4/binary__ieee/float__plus__min h4/bool/the__value))
% Assm: h4/binary__ieee/ulp__lt__ULP: !e. h4/real/real__lte (h4/binary__ieee/ulp h4/bool/the__value) (h4/binary__ieee/ULP (h4/pair/_2C e h4/bool/the__value))
% Assm: h4/binary__ieee/ulp__lt__threshold: h4/realax/real__lt (h4/binary__ieee/ulp h4/bool/the__value) (h4/binary__ieee/threshold h4/bool/the__value)
% Assm: h4/binary__ieee/abs__float__value_c0: !d c b. h4/real/abs (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 b)) c) d) = h4/real/abs (h4/realax/real__mul c d)
% Assm: h4/binary__ieee/float__is__zero__to__real: !x. h4/binary__ieee/float__is__zero x <=> h4/binary__ieee/float__to__real x = h4/real/real__of__num h4/num/0
% 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/diff__float__ULP: !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)))
% Goal: !x. h4/real/real__lte (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/abs x)) (h4/binary__ieee/ulp h4/bool/the__value) ==> h4/binary__ieee/round h4/binary__ieee/roundTiesToEven x = h4/binary__ieee/float__plus__zero h4/bool/the__value \/ h4/binary__ieee/round h4/binary__ieee/roundTiesToEven x = h4/binary__ieee/float__minus__zero h4/bool/the__value
%   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_LETu_u_THM]: !x f. h4/bool/LET f x = happ f x
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c2]: !t. F /\ t <=> F
% Assm [h4s_bools_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_SELECTu_u_ELIMu_u_THM]: !Q P. (?x. happ P x) /\ (!x. happ P x ==> happ Q x) ==> happ Q (h4/min/_40 P)
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_bools_NOTu_u_IMP]: !B A. ~(A ==> B) <=> A /\ ~B
% 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_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_Ku_u_THM]: !y x. happ (h4/combin/K x) y = x
% Assm [h4s_combins_Iu_u_THM]: !x. h4/combin/I x = x
% Assm [h4s_combins_Ku_u_ou_u_THMu_c0]: !v f. h4/combin/o (h4/combin/K v) f = h4/combin/K v
% 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_INDUCTION]: !P. happ P h4/num/0 /\ (!n. happ P n ==> happ P (h4/num/SUC n)) ==> (!n. happ P n)
% Assm [h4s_primu_u_recs_NOTu_u_LESSu_u_0]: !n. ~h4/prim__rec/_3C n h4/num/0
% 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_NUMERALu_u_DEF]: !x. h4/arithmetic/NUMERAL x = x
% Assm [h4s_arithmetics_ALTu_u_ZERO]: h4/arithmetic/ZERO = h4/num/0
% 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_LESSu_u_EQ]: !n m. h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n
% Assm [h4s_arithmetics_NOTu_u_LESS]: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_arithmetics_SUBu_u_0u_c1]: !m. h4/arithmetic/_2D m h4/num/0 = m
% Assm [h4s_arithmetics_PREu_u_SUB1]: !m. h4/prim__rec/PRE m = h4/arithmetic/_2D m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% 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_c2]: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% 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_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_ZEROu_u_LESSu_u_EQ]: !n. h4/arithmetic/_3C_3D h4/num/0 n
% 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_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_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_c0]: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% Assm [h4s_arithmetics_MODu_u_UNIQUE]: !r n k. (?q. k = h4/arithmetic/_2B (h4/arithmetic/_2A q n) r /\ h4/prim__rec/_3C r n) ==> h4/arithmetic/MOD k n = r
% 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_DIVMODu_u_ID]: !n. h4/prim__rec/_3C h4/num/0 n ==> h4/arithmetic/DIV n n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) /\ h4/arithmetic/MOD n n = h4/num/0
% Assm [h4s_arithmetics_NUMERALu_u_MULTu_u_EQu_u_DIVu_c1]: !z y x. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 x)) y = h4/arithmetic/NUMERAL z <=> y = h4/arithmetic/DIV (h4/arithmetic/NUMERAL z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 x)) /\ h4/arithmetic/MOD (h4/arithmetic/NUMERAL z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 x)) = h4/num/0
% Assm [h4s_arithmetics_SUCu_u_ELIMu_u_NUMERALS]: !g f. (!n. happ g (h4/num/SUC n) = happ (happ f n) (h4/num/SUC n)) <=> (!n. happ g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = happ (happ f (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) /\ (!n. happ g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = happ (happ f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)))
% 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_distribu_c0]: !n. h4/arithmetic/_2B h4/num/0 n = 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_c3]: !n. h4/arithmetic/_2A h4/num/0 n = h4/num/0
% 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_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_c22]: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% 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_distribu_c34]: ~h4/arithmetic/ODD h4/num/0
% Assm [h4s_numerals_numeralu_u_addu_c0]: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm [h4s_numerals_numeralu_u_addu_c2]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_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_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_c1]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c3]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_c5]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm [h4s_numerals_numeralu_u_lteu_c1]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_iSUBu_u_THMu_c1]: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm [h4s_numerals_iSUBu_u_THMu_c8]: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm [h4s_numerals_numeralu_u_sub]: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm [h4s_numerals_iDUBu_u_removalu_c0]: !n. h4/numeral/iDUB (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 (h4/numeral/iDUB n)
% Assm [h4s_numerals_iDUBu_u_removalu_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_predu_u_sets_SPECIFICATION]: !x P. h4/bool/IN x P <=> happ P x
% Assm [h4s_predu_u_sets_NOTu_u_INu_u_EMPTY]: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm [h4s_predu_u_sets_INu_u_INSERT]: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm [h4s_predu_u_sets_INSERTu_u_applied]: !y x s. happ (h4/pred__set/INSERT y s) x <=> x = y \/ h4/bool/IN x s
% Assm [h4s_numeralu_u_bits_MODu_u_2EXPu_u_EQu_c0]: !b a. h4/bit/MOD__2EXP__EQ h4/num/0 a b <=> T
% Assm [h4s_numeralu_u_bits_MODu_u_2EXPu_u_EQu_c1]: !n b a. h4/bit/MOD__2EXP__EQ (h4/num/SUC n) a b <=> (h4/arithmetic/ODD a <=> h4/arithmetic/ODD b) /\ h4/bit/MOD__2EXP__EQ n (h4/arithmetic/DIV2 a) (h4/arithmetic/DIV2 b)
% Assm [h4s_numeralu_u_bits_MODu_u_2EXPu_u_EQu_c2]: !n a. h4/bit/MOD__2EXP__EQ n a a <=> T
% 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 (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_REFL]: !x. ~h4/realax/real__lt x x
% 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 (h4/realax/real__neg y)
% Assm [h4s_reals_realu_u_ge0]: !y x. h4/real/real__ge x y <=> h4/real/real__lte y x
% 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 (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_RNEGu_u_UNIQ]: !y x. h4/realax/real__add x y = h4/real/real__of__num h4/num/0 <=> y = h4/realax/real__neg x
% Assm [h4s_reals_REALu_u_NEGu_u_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 [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_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_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_INJ]: !n m. h4/real/real__of__num m = h4/real/real__of__num n <=> m = 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_DOUBLE]: !x. h4/realax/real__add x x = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x
% 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_SUBu_u_LZERO]: !x. h4/real/real__sub (h4/real/real__of__num h4/num/0) x = h4/realax/real__neg x
% 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_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 (h4/realax/real__neg x)
% Assm [h4s_reals_ABSu_u_NEG]: !x. h4/real/abs (h4/realax/real__neg x) = h4/real/abs x
% Assm [h4s_reals_ABSu_u_MUL]: !y x. h4/real/abs (h4/realax/real__mul x y) = h4/realax/real__mul (h4/real/abs x) (h4/real/abs y)
% 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_ABSu_u_DIV]: !y. ~(y = h4/real/real__of__num h4/num/0) ==> (!x. h4/real/abs (h4/real/_2F x y) = h4/real/_2F (h4/real/abs x) (h4/real/abs y))
% 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 (h4/realax/real__neg y) = h4/realax/real__neg (h4/realax/real__mul x y)
% Assm [h4s_reals_REALu_u_MULu_u_LNEG]: !y x. h4/realax/real__mul (h4/realax/real__neg x) y = 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 (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 (h4/realax/real__neg x) (h4/realax/real__neg y) <=> h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_NEGu_u_NEG]: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm [h4s_reals_REALu_u_LEu_u_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 [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_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_equ_u_rat]: !y x v u. h4/real/_2F x y = h4/real/_2F u v <=> (?v. (v <=> h4/marker/unint (h4/real/_2F x y) = h4/real/_2F u v) /\ (?v'. (v' <=> y = h4/real/real__of__num h4/num/0) /\ (?v''. (v'' <=> h4/realax/real__mul x v = h4/realax/real__mul y u) /\ (?v'''. (v''' <=> x = u) /\ (?v''''. (v'''' <=> y = v) /\ (?v'''''. (v''''' <=> h4/real/_2F x y = h4/marker/unint (h4/real/_2F u v)) /\ (?v''''''. (v'''''' <=> v = h4/real/real__of__num h4/num/0) /\ h4/bool/COND v' v (h4/bool/COND v'''''' v''''' (h4/bool/COND v'''' v''' v'')))))))))
% 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_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_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_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_wordu_u_2compu_u_n2w]: !n. h4/words/word__2comp (h4/words/n2w n) = h4/words/n2w (h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)))
% Assm [h4s_wordss_wordu_u_lsbu_u_n2w]: !n. h4/words/word__lsb (h4/words/n2w n) <=> h4/arithmetic/ODD n
% 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_NOTu_u_0]: h4/words/word__1comp (h4/words/n2w h4/num/0) = 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_wordu_u_equ_u_n2wu_c0]: !n m. h4/words/n2w m = h4/words/n2w n <=> h4/bit/MOD__2EXP__EQ (h4/fcp/dimindex h4/bool/the__value) m n
% Assm [h4s_wordss_dimindexu_u_1]: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% 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_accfupdsu_c2]: !f0 f. h4/binary__ieee/float__Exponent (h4/binary__ieee/float__Sign__fupd f0 f) = h4/binary__ieee/float__Exponent f
% Assm [h4s_binaryu_u_ieees_floatu_u_accfupdsu_c4]: !f0 f. h4/binary__ieee/float__Significand (h4/binary__ieee/float__Sign__fupd f0 f) = h4/binary__ieee/float__Significand f
% Assm [h4s_binaryu_u_ieees_floatu_u_accfupdsu_c5]: !f0 f. h4/binary__ieee/float__Significand (h4/binary__ieee/float__Exponent__fupd f0 f) = h4/binary__ieee/float__Significand f
% Assm [h4s_binaryu_u_ieees_floatu_u_accfupdsu_c6]: !f0 f. h4/binary__ieee/float__Sign (h4/binary__ieee/float__Sign__fupd f0 f) = happ f0 (h4/binary__ieee/float__Sign f)
% Assm [h4s_binaryu_u_ieees_floatu_u_accfupdsu_c7]: !f0 f. h4/binary__ieee/float__Exponent (h4/binary__ieee/float__Exponent__fupd f0 f) = happ f0 (h4/binary__ieee/float__Exponent f)
% Assm [h4s_binaryu_u_ieees_floatu_u_accfupdsu_c8]: !f0 f. h4/binary__ieee/float__Significand (h4/binary__ieee/float__Significand__fupd f0 f) = happ f0 (h4/binary__ieee/float__Significand f)
% Assm [h4s_binaryu_u_ieees_floatu_u_fupdfupdsu_c0]: !g f0 f. h4/binary__ieee/float__Sign__fupd f0 (h4/binary__ieee/float__Sign__fupd g f) = h4/binary__ieee/float__Sign__fupd (h4/combin/o f0 g) f
% 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 (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 [h4s_binaryu_u_ieees_floatu_u_negateu_u_def]: !x. h4/binary__ieee/float__negate x = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/word__1comp (h4/binary__ieee/float__Sign x))) x
% Assm [h4s_binaryu_u_ieees_floatu_u_plusu_u_zerou_u_def]: h4/binary__ieee/float__plus__zero h4/bool/the__value = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Exponent__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Significand__fupd (h4/combin/K (h4/words/n2w h4/num/0)) h4/bool/ARB))
% Assm [h4s_binaryu_u_ieees_floatu_u_plusu_u_minu_u_def]: h4/binary__ieee/float__plus__min h4/bool/the__value = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Exponent__fupd (h4/combin/K (h4/words/n2w h4/num/0)) (h4/binary__ieee/float__Significand__fupd (h4/combin/K (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) h4/bool/ARB))
% Assm [h4s_binaryu_u_ieees_roundingu_u_caseu_u_defu_c0]: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTiesToEven v0 v1 v2 v3 = v0
% Assm [h4s_binaryu_u_ieees_isu_u_closestu_u_def]: !x s a. h4/binary__ieee/is__closest s x a <=> h4/bool/IN a s /\ (!b. h4/bool/IN b s ==> h4/real/real__lte (h4/real/abs (h4/real/real__sub (h4/binary__ieee/float__to__real a) x)) (h4/real/abs (h4/real/real__sub (h4/binary__ieee/float__to__real b) x)))
% Assm [h4s_binaryu_u_ieees_closestu_u_suchu_u_def]: !_0. (!s x p a. happ (happ (happ (happ _0 s) x) p) a <=> h4/binary__ieee/is__closest s x a /\ (!b. h4/binary__ieee/is__closest s x b /\ happ p b ==> happ p a)) ==> (!x s p. h4/binary__ieee/closest__such p s x = h4/min/_40 (happ (happ (happ _0 s) x) p))
% 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 = 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_ulpu_u_def]: h4/binary__ieee/ulp h4/bool/the__value = happ h4/binary__ieee/ULP (h4/pair/_2C (h4/words/n2w h4/num/0) h4/bool/the__value)
% Assm [h4s_binaryu_u_ieees_roundu_u_def]: !_7. (!x a. ?v. (v <=> happ h4/binary__ieee/float__is__finite a /\ h4/real/real__lte (h4/real/abs (h4/binary__ieee/float__to__real a)) (h4/real/abs x)) /\ happ (happ _7 x) a = h4/pair/_2C a v) ==> (!_6. (!x t. happ (happ _6 x) t = h4/bool/COND (h4/realax/real__lt x (h4/realax/real__neg t)) (h4/binary__ieee/float__bottom h4/bool/the__value) (h4/bool/COND (h4/real/real__gt x t) (h4/binary__ieee/float__top h4/bool/the__value) (h4/binary__ieee/closest (h4/pred__set/GSPEC (happ _7 x)) x))) ==> (!_5. (!x a. ?v. (v <=> happ h4/binary__ieee/float__is__finite a /\ h4/real/real__lte (h4/binary__ieee/float__to__real a) x) /\ happ (happ _5 x) a = h4/pair/_2C a v) ==> (!_4. (!x t. happ (happ _4 x) t = h4/bool/COND (h4/realax/real__lt x (h4/realax/real__neg t)) (h4/binary__ieee/float__minus__infinity h4/bool/the__value) (h4/bool/COND (h4/real/real__gt x t) (h4/binary__ieee/float__top h4/bool/the__value) (h4/binary__ieee/closest (h4/pred__set/GSPEC (happ _5 x)) x))) ==> (!_3. (!x a. ?v. (v <=> happ h4/binary__ieee/float__is__finite a /\ h4/real/real__ge (h4/binary__ieee/float__to__real a) x) /\ happ (happ _3 x) a = h4/pair/_2C a v) ==> (!_2. (!x t. happ (happ _2 x) t = h4/bool/COND (h4/realax/real__lt x (h4/realax/real__neg t)) (h4/binary__ieee/float__bottom h4/bool/the__value) (h4/bool/COND (h4/real/real__gt x t) (h4/binary__ieee/float__plus__infinity h4/bool/the__value) (h4/binary__ieee/closest (h4/pred__set/GSPEC (happ _3 x)) x))) ==> (!_1. (!a. happ _1 a <=> ~h4/words/word__lsb (h4/binary__ieee/float__Significand a)) ==> (!_0. (!x t. happ (happ _0 x) t = h4/bool/COND (h4/real/real__lte x (h4/realax/real__neg t)) (h4/binary__ieee/float__minus__infinity h4/bool/the__value) (h4/bool/COND (h4/real/real__ge x t) (h4/binary__ieee/float__plus__infinity h4/bool/the__value) (h4/binary__ieee/closest__such _1 h4/binary__ieee/float__is__finite x))) ==> (!x mode. h4/binary__ieee/round mode x = h4/binary__ieee/rounding__CASE mode (h4/bool/LET (happ _0 x) (h4/binary__ieee/threshold h4/bool/the__value)) (h4/bool/LET (happ _2 x) (h4/binary__ieee/largest h4/bool/the__value)) (h4/bool/LET (happ _4 x) (h4/binary__ieee/largest h4/bool/the__value)) (h4/bool/LET (happ _6 x) (h4/binary__ieee/largest h4/bool/the__value))))))))))
% 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_floatu_u_componentsu_c6]: h4/binary__ieee/float__Sign (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/words/n2w h4/num/0
% Assm [h4s_binaryu_u_ieees_floatu_u_componentsu_c7]: h4/binary__ieee/float__Exponent (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/words/n2w h4/num/0
% Assm [h4s_binaryu_u_ieees_floatu_u_componentsu_c8]: h4/binary__ieee/float__Significand (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/words/n2w h4/num/0
% Assm [h4s_binaryu_u_ieees_floatu_u_componentsu_c14]: h4/binary__ieee/float__Significand (h4/binary__ieee/float__plus__min h4/bool/the__value) = h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_binaryu_u_ieees_floatu_u_componentsu_c28]: !x. h4/binary__ieee/float__Significand (h4/binary__ieee/float__negate x) = h4/binary__ieee/float__Significand x
% Assm [h4s_binaryu_u_ieees_zerou_u_tou_u_realu_c0]: h4/binary__ieee/float__to__real (h4/binary__ieee/float__plus__zero h4/bool/the__value) = h4/real/real__of__num h4/num/0
% Assm [h4s_binaryu_u_ieees_floatu_u_setsu_c0]: h4/binary__ieee/float__is__zero = h4/pred__set/INSERT (h4/binary__ieee/float__minus__zero h4/bool/the__value) (h4/pred__set/INSERT (h4/binary__ieee/float__plus__zero h4/bool/the__value) h4/pred__set/EMPTY)
% Assm [h4s_binaryu_u_ieees_zerou_u_propertiesu_c2]: happ h4/binary__ieee/float__is__finite (h4/binary__ieee/float__plus__zero h4/bool/the__value)
% Assm [h4s_binaryu_u_ieees_ulp0]: h4/binary__ieee/ulp h4/bool/the__value = h4/binary__ieee/float__to__real (h4/binary__ieee/float__plus__min h4/bool/the__value)
% Assm [h4s_binaryu_u_ieees_negu_u_ulp]: h4/realax/real__neg (h4/binary__ieee/ulp h4/bool/the__value) = h4/binary__ieee/float__to__real (h4/binary__ieee/float__negate (h4/binary__ieee/float__plus__min h4/bool/the__value))
% Assm [h4s_binaryu_u_ieees_ulpu_u_ltu_u_ULP]: !e. h4/real/real__lte (h4/binary__ieee/ulp h4/bool/the__value) (happ h4/binary__ieee/ULP (h4/pair/_2C e h4/bool/the__value))
% Assm [h4s_binaryu_u_ieees_ulpu_u_ltu_u_threshold]: h4/realax/real__lt (h4/binary__ieee/ulp h4/bool/the__value) (h4/binary__ieee/threshold h4/bool/the__value)
% Assm [h4s_binaryu_u_ieees_absu_u_floatu_u_valueu_c0]: !d c b. h4/real/abs (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 b)) c) d) = h4/real/abs (h4/realax/real__mul c d)
% Assm [h4s_binaryu_u_ieees_floatu_u_isu_u_zerou_u_tou_u_real]: !x. happ h4/binary__ieee/float__is__zero x <=> h4/binary__ieee/float__to__real x = h4/real/real__of__num h4/num/0
% Assm [h4s_binaryu_u_ieees_floatu_u_isu_u_zero0]: !x. happ 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_diffu_u_floatu_u_ULP]: !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)))
% Goal: !x. h4/real/real__lte (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/abs x)) (h4/binary__ieee/ulp h4/bool/the__value) ==> h4/binary__ieee/round h4/binary__ieee/roundTiesToEven x = h4/binary__ieee/float__plus__zero h4/bool/the__value \/ h4/binary__ieee/round h4/binary__ieee/roundTiesToEven x = h4/binary__ieee/float__minus__zero h4/bool/the__value
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_Q107712,TV_Q107708]: ![V_f, V_g]: (![V_x]: s(TV_Q107708,happ(s(t_fun(TV_Q107712,TV_Q107708),V_f),s(TV_Q107712,V_x))) = s(TV_Q107708,happ(s(t_fun(TV_Q107712,TV_Q107708),V_g),s(TV_Q107712,V_x))) => s(t_fun(TV_Q107712,TV_Q107708),V_f) = s(t_fun(TV_Q107712,TV_Q107708),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_LETu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_f]: s(TV_u_27b,h4s_bools_let(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x)))).
fof(ah4s_bools_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_CONJu_u_ASSOC, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) & (p(s(t_bool,V_t2)) & p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) & p(s(t_bool,V_t3))))).
fof(ah4s_bools_Fu_u_IMP, axiom, ![V_t]: (~ (p(s(t_bool,V_t))) => (p(s(t_bool,V_t)) => p(s(t_bool,f))))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) & p(s(t_bool,V_t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_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_SELECTu_u_ELIMu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) & ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x)))))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_P)))))))).
fof(ah4s_bools_NOTu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_P]: (~ (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> ?[V_x]: ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_NOTu_u_IMP, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) => p(s(t_bool,V_B)))) <=> (p(s(t_bool,V_A)) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_DISJu_u_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_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_Ku_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_x]: s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),h4s_combins_k(s(TV_u_27a,V_x))),s(TV_u_27b,V_y))) = s(TV_u_27a,V_x)).
fof(ah4s_combins_Iu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,h4s_combins_i(s(TV_u_27a,V_x))) = s(TV_u_27a,V_x)).
fof(ah4s_combins_Ku_u_ou_u_THMu_c0, axiom, ![TV_u_27b,TV_u_27a,TV_u_27c]: ![V_v, V_f]: s(t_fun(TV_u_27a,TV_u_27c),h4s_combins_o(s(t_fun(TV_u_27b,TV_u_27c),h4s_combins_k(s(TV_u_27c,V_v))),s(t_fun(TV_u_27a,TV_u_27b),V_f))) = s(t_fun(TV_u_27a,TV_u_27c),h4s_combins_k(s(TV_u_27c,V_v)))).
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_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_primu_u_recs_NOTu_u_LESSu_u_0, axiom, ![V_n]: ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_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_NUMERALu_u_DEF, axiom, ![V_x]: s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,V_x)).
fof(ah4s_arithmetics_ALTu_u_ZERO, axiom, s(t_h4s_nums_num,h4s_arithmetics_zero) = s(t_h4s_nums_num,h4s_nums_0)).
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_LESSu_u_EQ, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_NOTu_u_LESS, axiom, ![V_n, V_m]: (~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) <=> p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_arithmetics_SUBu_u_0u_c1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_PREu_u_SUB1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_arithmetics_u_2d(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_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_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_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_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_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_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_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_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_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_MODu_u_UNIQUE, axiom, ![V_r, V_n, V_k]: (?[V_q]: (s(t_h4s_nums_num,V_k) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_q),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_r))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,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_r))).
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_DIVMODu_u_ID, axiom, ![V_n]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n)))) => (s(t_h4s_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))) & s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_arithmetics_NUMERALu_u_MULTu_u_EQu_u_DIVu_c1, axiom, ![V_z, V_y, V_x]: (s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_x))))),s(t_h4s_nums_num,V_y))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_z))) <=> (s(t_h4s_nums_num,V_y) = s(t_h4s_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_z))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_x))))))) & s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_z))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_x))))))) = s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_arithmetics_SUCu_u_ELIMu_u_NUMERALS, axiom, ![TV_u_27a]: ![V_g, V_f]: (![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) <=> (![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),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))))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) & ![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n)))))))))).
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_distribu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))) = 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_c3, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(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_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_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_c22, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(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_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_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_distribu_c34, axiom, ~ (p(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_numerals_numeralu_u_addu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_addu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_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_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_c1, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_c2, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_ltu_c3, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_c5, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m)))))) <=> ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_numerals_numeralu_u_lteu_c1, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_iSUBu_u_THMu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_iSUBu_u_THMu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_sub, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_numerals_iDUBu_u_removalu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,V_n)))))).
fof(ah4s_numerals_iDUBu_u_removalu_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_predu_u_sets_SPECIFICATION, axiom, ![TV_u_27a]: ![V_x, V_P]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_P))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))).
fof(ah4s_predu_u_sets_NOTu_u_INu_u_EMPTY, axiom, ![TV_u_27a]: ![V_x]: ~ (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)))))).
fof(ah4s_predu_u_sets_INu_u_INSERT, axiom, ![TV_u_27a]: ![V_y, V_x, V_s]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_y),s(t_fun(TV_u_27a,t_bool),V_s)))))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) | p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))))))).
fof(ah4s_predu_u_sets_INSERTu_u_applied, axiom, ![TV_u_27a]: ![V_y, V_x, V_s]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_y),s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27a,V_x)))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) | p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))))))).
fof(ah4s_numeralu_u_bits_MODu_u_2EXPu_u_EQu_c0, axiom, ![V_b, V_a]: s(t_bool,h4s_bits_modu_u_2expu_u_eq(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_a),s(t_h4s_nums_num,V_b))) = s(t_bool,t)).
fof(ah4s_numeralu_u_bits_MODu_u_2EXPu_u_EQu_c1, axiom, ![V_n, V_b, V_a]: (p(s(t_bool,h4s_bits_modu_u_2expu_u_eq(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_a),s(t_h4s_nums_num,V_b)))) <=> (s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_a))) = s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_b))) & p(s(t_bool,h4s_bits_modu_u_2expu_u_eq(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,V_a))),s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,V_b))))))))).
fof(ah4s_numeralu_u_bits_MODu_u_2EXPu_u_EQu_c2, axiom, ![V_n, V_a]: s(t_bool,h4s_bits_modu_u_2expu_u_eq(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_a),s(t_h4s_nums_num,V_a))) = s(t_bool,t)).
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,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_REFL, axiom, ![V_x]: ~ (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x)))))).
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,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_realu_u_ge0, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_ge(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,V_y),s(t_h4s_realaxs_real,V_x)))).
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,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_RNEGu_u_UNIQ, 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_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_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_reals_REALu_u_NEGu_u_ADD, axiom, ![V_y, V_x]: s(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,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(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_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_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_INJ, axiom, ![V_n, V_m]: (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_nums_num,V_m) = 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_DOUBLE, 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,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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_x)))).
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_SUBu_u_LZERO, axiom, ![V_x]: 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,h4s_nums_0))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x)))).
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_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,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,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_MUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(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,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_y)))))).
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_ABSu_u_DIV, axiom, ![V_y]: (~ (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)))) => ![V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(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,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_y))))))).
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,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y))))) = s(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,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y))) = s(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,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,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(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,h4s_realaxs_realu_u_neg(s(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,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_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_equ_u_rat, axiom, ![V_y, V_x, V_v, V_u]: (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))) <=> ?[V_v0]: ((p(s(t_bool,V_v0)) <=> 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)))) & ?[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)))) & ?[V_vi_i_]: ((p(s(t_bool,V_vi_i_)) <=> s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_v))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_u)))) & ?[V_vi_i_i_]: ((p(s(t_bool,V_vi_i_i_)) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,V_u)) & ?[V_vi_i_i_i_]: ((p(s(t_bool,V_vi_i_i_i_)) <=> s(t_h4s_realaxs_real,V_y) = s(t_h4s_realaxs_real,V_v)) & ?[V_vi_i_i_i_i_]: ((p(s(t_bool,V_vi_i_i_i_i_)) <=> 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)))))) & ?[V_vi_i_i_i_i_i_]: ((p(s(t_bool,V_vi_i_i_i_i_i_)) <=> 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)))) & p(s(t_bool,h4s_bools_cond(s(t_bool,V_vi_),s(t_bool,V_v0),s(t_bool,h4s_bools_cond(s(t_bool,V_vi_i_i_i_i_i_),s(t_bool,V_vi_i_i_i_i_),s(t_bool,h4s_bools_cond(s(t_bool,V_vi_i_i_i_),s(t_bool,V_vi_i_i_),s(t_bool,V_vi_i_))))))))))))))))).
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_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_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_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_wordu_u_2compu_u_n2w, axiom, ![TV_u_27a]: ![V_n]: 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,V_n))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,h4s_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_wordu_u_lsbu_u_n2w, axiom, ![TV_u_27a]: ![V_n]: s(t_bool,h4s_wordss_wordu_u_lsb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_n)))).
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_NOTu_u_0, axiom, ![TV_u_27a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_1comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_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_wordu_u_equ_u_n2wu_c0, 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))) <=> p(s(t_bool,h4s_bits_modu_u_2expu_u_eq(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_wordss_dimindexu_u_1, axiom, s(t_h4s_nums_num,h4s_fcps_dimindex(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_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))).
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_accfupdsu_c2, axiom, ![TV_u_27t,TV_u_27w]: ![V_f0, V_f]: 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),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_f0),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f))))) = 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_f)))).
fof(ah4s_binaryu_u_ieees_floatu_u_accfupdsu_c4, axiom, ![TV_u_27t,TV_u_27w]: ![V_f0, V_f]: 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),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_f0),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f))))) = 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_f)))).
fof(ah4s_binaryu_u_ieees_floatu_u_accfupdsu_c5, axiom, ![TV_u_27t,TV_u_27w]: ![V_f0, V_f]: 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),h4s_binaryu_u_ieees_floatu_u_exponentu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_fcps_cart(t_bool,TV_u_27w)),V_f0),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f))))) = 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_f)))).
fof(ah4s_binaryu_u_ieees_floatu_u_accfupdsu_c6, axiom, ![TV_u_27t,TV_u_27w]: ![V_f0, V_f]: 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),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_f0),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f))))) = s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_f0),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_f)))))).
fof(ah4s_binaryu_u_ieees_floatu_u_accfupdsu_c7, axiom, ![TV_u_27t,TV_u_27w]: ![V_f0, V_f]: 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),h4s_binaryu_u_ieees_floatu_u_exponentu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_fcps_cart(t_bool,TV_u_27w)),V_f0),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27w),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_fcps_cart(t_bool,TV_u_27w)),V_f0),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_f)))))).
fof(ah4s_binaryu_u_ieees_floatu_u_accfupdsu_c8, axiom, ![TV_u_27t,TV_u_27w]: ![V_f0, V_f]: 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),h4s_binaryu_u_ieees_floatu_u_significandu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_h4s_fcps_cart(t_bool,TV_u_27t)),V_f0),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27t),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_h4s_fcps_cart(t_bool,TV_u_27t)),V_f0),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_f)))))).
fof(ah4s_binaryu_u_ieees_floatu_u_fupdfupdsu_c0, axiom, ![TV_u_27t,TV_u_27w]: ![V_g, V_f0, V_f]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_f0),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_g),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f))))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_combins_o(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_f0),s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),V_g))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_f)))).
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,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,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_floatu_u_negateu_u_def, axiom, ![TV_u_27t,TV_u_27w]: ![V_x]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_negate(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),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_wordss_wordu_u_1comp(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_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_x)))).
fof(ah4s_binaryu_u_ieees_floatu_u_plusu_u_zerou_u_def, axiom, ![TV_u_27t,TV_u_27w]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponentu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_fcps_cart(t_bool,TV_u_27w)),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_significandu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_h4s_fcps_cart(t_bool,TV_u_27t)),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,TV_u_27t),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_arb)))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_plusu_u_minu_u_def, axiom, ![TV_u_27t,TV_u_27w]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_min(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_signu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_exponentu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_h4s_fcps_cart(t_bool,TV_u_27w)),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_significandu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_h4s_fcps_cart(t_bool,TV_u_27t)),h4s_combins_k(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_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_arb)))))))).
fof(ah4s_binaryu_u_ieees_roundingu_u_caseu_u_defu_c0, axiom, ![TV_u_27a]: ![V_v3, V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_binaryu_u_ieees_roundingu_u_case(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtiestoeven),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))) = s(TV_u_27a,V_v0)).
fof(ah4s_binaryu_u_ieees_isu_u_closestu_u_def, axiom, ![TV_u_27a,TV_u_27b]: ![V_x, V_s, V_a]: (p(s(t_bool,h4s_binaryu_u_ieees_isu_u_closest(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s),s(t_h4s_realaxs_real,V_x),s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_a)))) <=> (p(s(t_bool,h4s_bools_in(s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_a),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s)))) & ![V_b]: (p(s(t_bool,h4s_bools_in(s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_b),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s)))) => p(s(t_bool,h4s_reals_realu_u_lte(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_27a,TV_u_27b),V_a))),s(t_h4s_realaxs_real,V_x))))),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_27a,TV_u_27b),V_b))),s(t_h4s_realaxs_real,V_x)))))))))))).
fof(ah4s_binaryu_u_ieees_closestu_u_suchu_u_def, axiom, ![TV_u_27a,TV_u_27b]: ![V_uu_0]: (![V_s, V_x, V_p, V_a]: (p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool))),happ(s(t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_realaxs_real,t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool)))),V_uu_0),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s))),s(t_h4s_realaxs_real,V_x))),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_p))),s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_a)))) <=> (p(s(t_bool,h4s_binaryu_u_ieees_isu_u_closest(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s),s(t_h4s_realaxs_real,V_x),s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_a)))) & ![V_b]: ((p(s(t_bool,h4s_binaryu_u_ieees_isu_u_closest(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s),s(t_h4s_realaxs_real,V_x),s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_b)))) & p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_p),s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_b))))) => p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_p),s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_a))))))) => ![V_x, V_s, V_p]: s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),h4s_binaryu_u_ieees_closestu_u_such(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_p),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),h4s_mins_u_40(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool))),happ(s(t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_realaxs_real,t_fun(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool)))),V_uu_0),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_s))),s(t_h4s_realaxs_real,V_x))),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),t_bool),V_p))))))).
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,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_ulp0) = 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_ulpu_u_def, axiom, ![TV_u_27w,TV_u_27t]: s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_ulp(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))) = 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_ulp0),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_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_bools_itself(TV_u_27t),h4s_bools_theu_u_value)))))).
fof(ah4s_binaryu_u_ieees_roundu_u_def, axiom, ![TV_u_27t,TV_u_27w]: ![V_uu_7]: (![V_x, V_a]: ?[V_v]: ((p(s(t_bool,V_v)) <=> (p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_binaryu_u_ieees_floatu_u_isu_u_finite),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(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_a))))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x)))))))) & s(t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool))),V_uu_7),s(t_h4s_realaxs_real,V_x))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a))) = s(t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_pairs_u_2c(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a),s(t_bool,V_v)))) => ![V_uu_6]: (![V_x, V_t]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_6),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_t))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_t))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_bottom(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_reals_realu_u_gt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_t))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_top(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_closest(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_predu_u_sets_gspec(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool))),V_uu_7),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_x))))))) => ![V_uu_5]: (![V_x, V_a]: ?[V_v]: ((p(s(t_bool,V_v)) <=> (p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_binaryu_u_ieees_floatu_u_isu_u_finite),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a)))) & p(s(t_bool,h4s_reals_realu_u_lte(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_a))),s(t_h4s_realaxs_real,V_x)))))) & s(t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool))),V_uu_5),s(t_h4s_realaxs_real,V_x))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a))) = s(t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_pairs_u_2c(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a),s(t_bool,V_v)))) => ![V_uu_4]: (![V_x, V_t]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_4),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_t))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_t))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_minusu_u_infinity(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_reals_realu_u_gt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_t))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_top(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_closest(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_predu_u_sets_gspec(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool))),V_uu_5),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_x))))))) => ![V_uu_3]: (![V_x, V_a]: ?[V_v]: ((p(s(t_bool,V_v)) <=> (p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_binaryu_u_ieees_floatu_u_isu_u_finite),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a)))) & p(s(t_bool,h4s_reals_realu_u_ge(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_a))),s(t_h4s_realaxs_real,V_x)))))) & s(t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool))),V_uu_3),s(t_h4s_realaxs_real,V_x))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a))) = s(t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_pairs_u_2c(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a),s(t_bool,V_v)))) => ![V_uu_2]: (![V_x, V_t]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_2),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_t))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_t))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_bottom(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_reals_realu_u_gt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_t))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_infinity(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_closest(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_predu_u_sets_gspec(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_h4s_pairs_prod(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool))),V_uu_3),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_x))))))) => ![V_uu_1]: (![V_a]: (p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),V_uu_1),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),V_a)))) <=> ~ (p(s(t_bool,h4s_wordss_wordu_u_lsb(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_a)))))))) => ![V_uu_0]: (![V_x, V_t]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_t))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_t))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_minusu_u_infinity(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_cond(s(t_bool,h4s_reals_realu_u_ge(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_t))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_infinity(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_closestu_u_such(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),V_uu_1),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_binaryu_u_ieees_floatu_u_isu_u_finite),s(t_h4s_realaxs_real,V_x))))))) => ![V_x, V_mode]: s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_round(s(t_h4s_binaryu_u_ieees_rounding,V_mode),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_roundingu_u_case(s(t_h4s_binaryu_u_ieees_rounding,V_mode),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_let(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_threshold(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_let(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_2),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_largest(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_let(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_4),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_largest(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_bools_let(s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w))),V_uu_6),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_largest(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value)))))))))))))))).
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_floatu_u_componentsu_c6, axiom, ![TV_u_27t,TV_u_27w]: 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),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))) = s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_binaryu_u_ieees_floatu_u_componentsu_c7, axiom, ![TV_u_27t,TV_u_27w]: 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),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27w),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_binaryu_u_ieees_floatu_u_componentsu_c8, axiom, ![TV_u_27w,TV_u_27t]: 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),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))) = 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_floatu_u_componentsu_c14, axiom, ![TV_u_27w,TV_u_27t]: 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),h4s_binaryu_u_ieees_floatu_u_plusu_u_min(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))) = 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)))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_componentsu_c28, axiom, ![TV_u_27e,TV_u_27f]: ![V_x]: s(t_h4s_fcps_cart(t_bool,TV_u_27e),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27e,TV_u_27f),h4s_binaryu_u_ieees_floatu_u_negate(s(t_h4s_binaryu_u_ieees_float(TV_u_27e,TV_u_27f),V_x))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27e),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(TV_u_27e,TV_u_27f),V_x)))).
fof(ah4s_binaryu_u_ieees_zerou_u_tou_u_realu_c0, axiom, ![TV_u_27t,TV_u_27w]: 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),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))) = 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_floatu_u_setsu_c0, axiom, ![TV_u_27t,TV_u_27w]: s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_binaryu_u_ieees_floatu_u_isu_u_zero) = s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_predu_u_sets_insert(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_minusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_predu_u_sets_insert(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_predu_u_sets_empty)))))).
fof(ah4s_binaryu_u_ieees_zerou_u_propertiesu_c2, axiom, ![TV_u_27t,TV_u_27w]: p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),t_bool),h4s_binaryu_u_ieees_floatu_u_isu_u_finite),s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))))).
fof(ah4s_binaryu_u_ieees_ulp0, axiom, ![TV_u_27t,TV_u_27w]: s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_ulp(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))) = 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),h4s_binaryu_u_ieees_floatu_u_plusu_u_min(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value)))))).
fof(ah4s_binaryu_u_ieees_negu_u_ulp, axiom, ![TV_u_27t,TV_u_27w]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_ulp(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))) = 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),h4s_binaryu_u_ieees_floatu_u_negate(s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_min(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value)))))))).
fof(ah4s_binaryu_u_ieees_ulpu_u_ltu_u_ULP, axiom, ![TV_u_27w,TV_u_27t]: ![V_e]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_ulp(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),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_ulp0),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),V_e),s(t_h4s_bools_itself(TV_u_27t),h4s_bools_theu_u_value))))))))).
fof(ah4s_binaryu_u_ieees_ulpu_u_ltu_u_threshold, axiom, ![TV_u_27t,TV_u_27w]: p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_ulp(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))),s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_threshold(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))))))).
fof(ah4s_binaryu_u_ieees_absu_u_floatu_u_valueu_c0, axiom, ![V_d, V_c, V_b]: s(t_h4s_realaxs_real,h4s_reals_abs(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,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),V_b))))),s(t_h4s_realaxs_real,V_c))),s(t_h4s_realaxs_real,V_d))))) = s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,V_d)))))).
fof(ah4s_binaryu_u_ieees_floatu_u_isu_u_zerou_u_tou_u_real, axiom, ![TV_u_27a,TV_u_27b]: ![V_x]: (p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),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_realaxs_real,h4s_binaryu_u_ieees_floatu_u_tou_u_real(s(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),V_x))) = 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_floatu_u_isu_u_zero0, axiom, ![TV_u_27b,TV_u_27a]: ![V_x]: (p(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_float(TV_u_27a,TV_u_27b),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_diffu_u_floatu_u_ULP, 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)))) & ~ (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_ulp0),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)))))))))))).
fof(ch4s_binaryu_u_ieees_roundu_u_roundTiesToEvenu_u_isu_u_zero, conjecture, ![TV_u_27t,TV_u_27w]: ![V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,h4s_binaryu_u_ieees_ulp(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value)))))) => (s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_round(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtiestoeven),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_plusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value))) | s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_round(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtiestoeven),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_binaryu_u_ieees_float(TV_u_27t,TV_u_27w),h4s_binaryu_u_ieees_floatu_u_minusu_u_zero(s(t_h4s_bools_itself(t_h4s_pairs_prod(TV_u_27t,TV_u_27w)),h4s_bools_theu_u_value)))))).
