%   ORIGINAL: h4/machine__ieee/float__to__fp16__fp16__to__float
% 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/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/TRUTH: 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/AND__CLAUSES_c0: !t. T /\ t <=> 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/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bool/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/combin/K__THM: !y x. h4/combin/K x y = x
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/arithmetic/ADD__0: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm: h4/arithmetic/ADD__SYM: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm: h4/arithmetic/SUB__0_c1: !m. h4/arithmetic/_2D m h4/num/0 = m
% Assm: h4/arithmetic/MULT__CLAUSES_c2: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm: h4/arithmetic/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/TIMES2: !n. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) n = h4/arithmetic/_2B n n
% Assm: h4/arithmetic/SUB__EQUAL__0: !c. h4/arithmetic/_2D c c = 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/SUC__ONE__ADD: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm: h4/arithmetic/SUB__RIGHT__LESS__EQ: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2D m n) p <=> h4/arithmetic/_3C_3D m (h4/arithmetic/_2B n p)
% Assm: h4/arithmetic/MIN__IDEM: !n. h4/arithmetic/MIN n n = n
% Assm: h4/numeral/numeral__suc_c0: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__suc_c1: !n. h4/num/SUC (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 n
% Assm: h4/numeral/numeral__suc_c2: !n. h4/num/SUC (h4/arithmetic/BIT2 n) = h4/arithmetic/BIT1 (h4/num/SUC 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_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_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_c28: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/numeral__iisuc_c1: !n. h4/numeral/iiSUC (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT1 (h4/num/SUC n)
% Assm: h4/numeral/numeral__add_c0: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm: h4/numeral/numeral__add_c1: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = n
% Assm: h4/numeral/numeral__add_c2: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c3: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c4: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c5: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT2 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c6: !n. h4/num/SUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/num/SUC n
% Assm: h4/numeral/numeral__add_c7: !n. h4/num/SUC (h4/arithmetic/_2B n h4/arithmetic/ZERO) = h4/num/SUC n
% Assm: h4/numeral/numeral__add_c9: !n m. h4/num/SUC (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT2 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c11: !n m. h4/num/SUC (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/numeral/iiSUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c12: !n. h4/numeral/iiSUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/numeral/iiSUC n
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/numeral/numeral__lt_c1: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c3: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_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__lt_c6: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lte_c0: !n. h4/arithmetic/_3C_3D h4/arithmetic/ZERO n <=> T
% Assm: h4/numeral/numeral__lte_c1: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lte_c4: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/numeral__lte_c6: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/iDUB0: !x. h4/numeral/iDUB x = h4/arithmetic/_2B x x
% Assm: h4/numeral/iSUB__THM_c1: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm: h4/numeral/iSUB__THM_c3: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) = h4/numeral/iDUB (h4/numeral/iSUB T n m)
% Assm: h4/numeral/iSUB__THM_c8: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm: h4/numeral/numeral__sub: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm: h4/numeral/iDUB__removal_c0: !n. h4/numeral/iDUB (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 (h4/numeral/iDUB n)
% Assm: h4/numeral/iDUB__removal_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__MIN_c2: !y x. h4/arithmetic/MIN (h4/arithmetic/NUMERAL x) (h4/arithmetic/NUMERAL y) = h4/arithmetic/NUMERAL (h4/bool/COND (h4/prim__rec/_3C x y) x y)
% Assm: h4/numeral__bit/iDUB__NUMERAL: !i. h4/numeral/iDUB (h4/arithmetic/NUMERAL i) = h4/arithmetic/NUMERAL (h4/numeral/iDUB i)
% Assm: h4/fcp/index__sum: h4/fcp/dimindex h4/bool/the__value = h4/bool/COND (h4/pred__set/FINITE h4/pred__set/UNIV /\ h4/pred__set/FINITE h4/pred__set/UNIV) (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) (h4/fcp/dimindex h4/bool/the__value)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/fcp/index__bit0: h4/fcp/dimindex h4/bool/the__value = h4/bool/COND (h4/pred__set/FINITE h4/pred__set/UNIV) (h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/fcp/finite__bit0: h4/pred__set/FINITE h4/pred__set/UNIV <=> h4/pred__set/FINITE h4/pred__set/UNIV
% Assm: h4/fcp/index__bit1: h4/fcp/dimindex h4/bool/the__value = h4/bool/COND (h4/pred__set/FINITE h4/pred__set/UNIV) (h4/arithmetic/_2B (h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/fcp/finite__bit1: h4/pred__set/FINITE h4/pred__set/UNIV <=> h4/pred__set/FINITE h4/pred__set/UNIV
% Assm: h4/fcp/index__one: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm: h4/fcp/finite__one: h4/pred__set/FINITE h4/pred__set/UNIV
% Assm: h4/words/word__join__def: !w v. h4/words/word__join v w = h4/bool/LET (h4/bool/LET (\cv cw. h4/words/word__or (h4/words/word__lsl cv (h4/fcp/dimindex h4/bool/the__value)) cw) (h4/words/w2w v)) (h4/words/w2w w)
% Assm: h4/words/word__concat__def: !w v. h4/words/word__concat v w = h4/words/w2w (h4/words/word__join v w)
% Assm: h4/words/WORD__OR__COMM: !b a. h4/words/word__or a b = h4/words/word__or b a
% Assm: h4/words/WORD__w2w__EXTRACT: !w. h4/words/w2w w = h4/words/word__extract (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h4/num/0 w
% Assm: h4/words/WORD__BITS__EXTRACT: !w l h. h4/words/word__bits h l w = h4/words/word__extract h l w
% Assm: h4/words/WORD__EXTRACT__COMP__THM: !w n m l h. h4/words/word__extract h l (h4/words/word__extract m n w) = h4/words/word__extract (h4/arithmetic/MIN m (h4/arithmetic/MIN (h4/arithmetic/_2B h n) (h4/arithmetic/MIN (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/_2D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) n) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))))) (h4/arithmetic/_2B l n) w
% Assm: h4/words/WORD__ALL__BITS: !w h. h4/arithmetic/_3C_3D (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h ==> h4/words/word__bits h h4/num/0 w = w
% Assm: h4/words/EXTRACT__JOIN: !w s m_27 m l h. h4/arithmetic/_3C_3D l m /\ h4/arithmetic/_3C_3D m_27 h /\ m_27 = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) /\ s = h4/arithmetic/_2D m_27 l ==> h4/words/word__or (h4/words/word__lsl (h4/words/word__extract h m_27 w) s) (h4/words/word__extract m l w) = h4/words/word__extract (h4/arithmetic/MIN h (h4/arithmetic/MIN (h4/arithmetic/_2D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) l w
% Assm: h4/words/dimindex__1: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm: h4/words/dimindex__5: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm: h4/words/dimindex__10: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/words/dimindex__16: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 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/machine__ieee/fp16__to__float__def: !w. h4/machine__ieee/fp16__to__float w = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/word__extract (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) w)) (h4/binary__ieee/float__Exponent__fupd (h4/combin/K (h4/words/word__extract (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w)) (h4/binary__ieee/float__Significand__fupd (h4/combin/K (h4/words/word__extract (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) h4/num/0 w)) h4/bool/ARB))
% Assm: h4/machine__ieee/float__to__fp16__def: !x. h4/machine__ieee/float__to__fp16 x = h4/words/word__concat (h4/binary__ieee/float__Sign x) (h4/words/word__concat (h4/binary__ieee/float__Exponent x) (h4/binary__ieee/float__Significand x))
% Goal: !x. h4/machine__ieee/float__to__fp16 (h4/machine__ieee/fp16__to__float x) = x
%   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_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_TRUTH]: 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_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> 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_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_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bools_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_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_arithmetics_ADDu_u_0]: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm [h4s_arithmetics_ADDu_u_SYM]: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm [h4s_arithmetics_SUBu_u_0u_c1]: !m. h4/arithmetic/_2D m h4/num/0 = m
% Assm [h4s_arithmetics_MULTu_u_CLAUSESu_c2]: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm [h4s_arithmetics_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_TIMES2]: !n. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) n = h4/arithmetic/_2B n n
% Assm [h4s_arithmetics_SUBu_u_EQUALu_u_0]: !c. h4/arithmetic/_2D c c = 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_SUCu_u_ONEu_u_ADD]: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm [h4s_arithmetics_SUBu_u_RIGHTu_u_LESSu_u_EQ]: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2D m n) p <=> h4/arithmetic/_3C_3D m (h4/arithmetic/_2B n p)
% Assm [h4s_arithmetics_MINu_u_IDEM]: !n. h4/arithmetic/MIN n n = n
% Assm [h4s_numerals_numeralu_u_sucu_c0]: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_sucu_c1]: !n. h4/num/SUC (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 n
% Assm [h4s_numerals_numeralu_u_sucu_c2]: !n. h4/num/SUC (h4/arithmetic/BIT2 n) = h4/arithmetic/BIT1 (h4/num/SUC 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_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_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_c28]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_numeralu_u_iisucu_c1]: !n. h4/numeral/iiSUC (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT1 (h4/num/SUC n)
% Assm [h4s_numerals_numeralu_u_addu_c0]: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm [h4s_numerals_numeralu_u_addu_c1]: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = n
% Assm [h4s_numerals_numeralu_u_addu_c2]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c3]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c4]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c5]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT2 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c6]: !n. h4/num/SUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/num/SUC n
% Assm [h4s_numerals_numeralu_u_addu_c7]: !n. h4/num/SUC (h4/arithmetic/_2B n h4/arithmetic/ZERO) = h4/num/SUC n
% Assm [h4s_numerals_numeralu_u_addu_c9]: !n m. h4/num/SUC (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT2 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c11]: !n m. h4/num/SUC (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/numeral/iiSUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c12]: !n. h4/numeral/iiSUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/numeral/iiSUC n
% Assm [h4s_numerals_numeralu_u_ltu_c0]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c1]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c3]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_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_ltu_c6]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_lteu_c0]: !n. h4/arithmetic/_3C_3D h4/arithmetic/ZERO n <=> T
% Assm [h4s_numerals_numeralu_u_lteu_c1]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_lteu_c4]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_numeralu_u_lteu_c6]: !n m. h4/arithmetic/_3C_3D (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_iDUB0]: !x. h4/numeral/iDUB x = h4/arithmetic/_2B x x
% Assm [h4s_numerals_iSUBu_u_THMu_c1]: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm [h4s_numerals_iSUBu_u_THMu_c3]: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) = h4/numeral/iDUB (h4/numeral/iSUB T n m)
% Assm [h4s_numerals_iSUBu_u_THMu_c8]: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm [h4s_numerals_numeralu_u_sub]: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm [h4s_numerals_iDUBu_u_removalu_c0]: !n. h4/numeral/iDUB (h4/arithmetic/BIT1 n) = h4/arithmetic/BIT2 (h4/numeral/iDUB n)
% Assm [h4s_numerals_iDUBu_u_removalu_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_MINu_c2]: !y x. h4/arithmetic/MIN (h4/arithmetic/NUMERAL x) (h4/arithmetic/NUMERAL y) = h4/arithmetic/NUMERAL (h4/bool/COND (h4/prim__rec/_3C x y) x y)
% Assm [h4s_numeralu_u_bits_iDUBu_u_NUMERAL]: !i. h4/numeral/iDUB (h4/arithmetic/NUMERAL i) = h4/arithmetic/NUMERAL (h4/numeral/iDUB i)
% Assm [h4s_fcps_indexu_u_sum]: ?v. (v <=> h4/pred__set/FINITE h4/pred__set/UNIV /\ h4/pred__set/FINITE h4/pred__set/UNIV) /\ h4/fcp/dimindex h4/bool/the__value = h4/bool/COND v (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) (h4/fcp/dimindex h4/bool/the__value)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_fcps_indexu_u_bit0]: h4/fcp/dimindex h4/bool/the__value = h4/bool/COND (h4/pred__set/FINITE h4/pred__set/UNIV) (h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_fcps_finiteu_u_bit0]: h4/pred__set/FINITE h4/pred__set/UNIV <=> h4/pred__set/FINITE h4/pred__set/UNIV
% Assm [h4s_fcps_indexu_u_bit1]: h4/fcp/dimindex h4/bool/the__value = h4/bool/COND (h4/pred__set/FINITE h4/pred__set/UNIV) (h4/arithmetic/_2B (h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_fcps_finiteu_u_bit1]: h4/pred__set/FINITE h4/pred__set/UNIV <=> h4/pred__set/FINITE h4/pred__set/UNIV
% Assm [h4s_fcps_indexu_u_one]: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm [h4s_fcps_finiteu_u_one]: h4/pred__set/FINITE h4/pred__set/UNIV
% Assm [h4s_wordss_wordu_u_joinu_u_def]: !_1. (!cv cw. happ (happ _1 cv) cw = h4/words/word__or (h4/words/word__lsl cv (h4/fcp/dimindex h4/bool/the__value)) cw) ==> (!_0. (!cv. happ _0 cv = happ _1 cv) ==> (!w v. h4/words/word__join v w = h4/bool/LET (h4/bool/LET _0 (h4/words/w2w v)) (h4/words/w2w w)))
% Assm [h4s_wordss_wordu_u_concatu_u_def]: !w v. h4/words/word__concat v w = h4/words/w2w (h4/words/word__join v w)
% Assm [h4s_wordss_WORDu_u_ORu_u_COMM]: !b a. h4/words/word__or a b = h4/words/word__or b a
% Assm [h4s_wordss_WORDu_u_w2wu_u_EXTRACT]: !w. h4/words/w2w w = h4/words/word__extract (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h4/num/0 w
% Assm [h4s_wordss_WORDu_u_BITSu_u_EXTRACT]: !w l h. h4/words/word__bits h l w = h4/words/word__extract h l w
% Assm [h4s_wordss_WORDu_u_EXTRACTu_u_COMPu_u_THM]: !w n m l h. h4/words/word__extract h l (h4/words/word__extract m n w) = h4/words/word__extract (h4/arithmetic/MIN m (h4/arithmetic/MIN (h4/arithmetic/_2B h n) (h4/arithmetic/MIN (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/_2D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) n) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))))) (h4/arithmetic/_2B l n) w
% Assm [h4s_wordss_WORDu_u_ALLu_u_BITS]: !w h. h4/arithmetic/_3C_3D (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h ==> h4/words/word__bits h h4/num/0 w = w
% Assm [h4s_wordss_EXTRACTu_u_JOIN]: !w s m_27 m l h. h4/arithmetic/_3C_3D l m /\ h4/arithmetic/_3C_3D m_27 h /\ m_27 = h4/arithmetic/_2B m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) /\ s = h4/arithmetic/_2D m_27 l ==> h4/words/word__or (h4/words/word__lsl (h4/words/word__extract h m_27 w) s) (h4/words/word__extract m l w) = h4/words/word__extract (h4/arithmetic/MIN h (h4/arithmetic/MIN (h4/arithmetic/_2D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) l w
% 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_dimindexu_u_5]: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm [h4s_wordss_dimindexu_u_10]: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_wordss_dimindexu_u_16]: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 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_machineu_u_ieees_fp16u_u_tou_u_floatu_u_def]: !w. h4/machine__ieee/fp16__to__float w = h4/binary__ieee/float__Sign__fupd (h4/combin/K (h4/words/word__extract (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) w)) (h4/binary__ieee/float__Exponent__fupd (h4/combin/K (h4/words/word__extract (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w)) (h4/binary__ieee/float__Significand__fupd (h4/combin/K (h4/words/word__extract (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) h4/num/0 w)) h4/bool/ARB))
% Assm [h4s_machineu_u_ieees_floatu_u_tou_u_fp16u_u_def]: !x. h4/machine__ieee/float__to__fp16 x = h4/words/word__concat (h4/binary__ieee/float__Sign x) (h4/words/word__concat (h4/binary__ieee/float__Exponent x) (h4/binary__ieee/float__Significand x))
% Goal: !x. h4/machine__ieee/float__to__fp16 (h4/machine__ieee/fp16__to__float x) = x
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_Q345307,TV_Q345303]: ![V_f, V_g]: (![V_x]: s(TV_Q345303,happ(s(t_fun(TV_Q345307,TV_Q345303),V_f),s(TV_Q345307,V_x))) = s(TV_Q345303,happ(s(t_fun(TV_Q345307,TV_Q345303),V_g),s(TV_Q345307,V_x))) => s(t_fun(TV_Q345307,TV_Q345303),V_f) = s(t_fun(TV_Q345307,TV_Q345303),V_g))).
fof(ah4s_bools_ETAu_u_AX, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x)))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_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_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_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_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_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_bools_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_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_arithmetics_ADDu_u_0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_ADDu_u_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_SUBu_u_0u_c1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_MULTu_u_CLAUSESu_c2, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_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_TIMES2, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_SUBu_u_EQUALu_u_0, axiom, ![V_c]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_c),s(t_h4s_nums_num,V_c))) = 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_SUCu_u_ONEu_u_ADD, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_SUBu_u_RIGHTu_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_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_p))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))))).
fof(ah4s_arithmetics_MINu_u_IDEM, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_sucu_c0, axiom, s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))).
fof(ah4s_numerals_numeralu_u_sucu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_sucu_c2, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(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,h4s_nums_suc(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_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_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_c28, axiom, ![V_n, V_m]: 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_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_iisucu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iisuc(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,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))).
fof(ah4s_numerals_numeralu_u_addu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_addu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_addu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_addu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_addu_c4, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_addu_c5, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_addu_c6, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_addu_c7, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_addu_c9, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_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_c11, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_nums_suc(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_bit1(s(t_h4s_nums_num,h4s_numerals_iisuc(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_c12, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iisuc(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_numerals_iisuc(s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_ltu_c0, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_c1, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_c2, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_ltu_c3, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_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_ltu_c6, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_lteu_c0, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_lteu_c1, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_lteu_c4, axiom, ![V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_lteu_c6, axiom, ![V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_iDUB0, axiom, ![V_x]: s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_x)))).
fof(ah4s_numerals_iSUBu_u_THMu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_iSUBu_u_THMu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_iSUBu_u_THMu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_sub, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_numerals_iDUBu_u_removalu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,V_n)))))).
fof(ah4s_numerals_iDUBu_u_removalu_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_MINu_c2, axiom, ![V_y, V_x]: s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_y))),s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_y)))))).
fof(ah4s_numeralu_u_bits_iDUBu_u_NUMERAL, axiom, ![V_i]: s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_i))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,V_i)))))).
fof(ah4s_fcps_indexu_u_sum, axiom, ![TV_u_27a,TV_u_27b]: ?[V_v]: ((p(s(t_bool,V_v)) <=> (p(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ)))) & p(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27b,t_bool),h4s_predu_u_sets_univ)))))) & s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_nums_num,h4s_arithmetics_u_2b(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,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),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_fcps_indexu_u_bit0, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(t_h4s_fcps_bit0(TV_u_27a)),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ))),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_fcps_finiteu_u_bit0, axiom, ![TV_u_27a]: s(t_bool,h4s_predu_u_sets_finite(s(t_fun(t_h4s_fcps_bit0(TV_u_27a),t_bool),h4s_predu_u_sets_univ))) = s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ)))).
fof(ah4s_fcps_indexu_u_bit1, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(t_h4s_fcps_bit1(TV_u_27a)),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),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_fcps_finiteu_u_bit1, axiom, ![TV_u_27a]: s(t_bool,h4s_predu_u_sets_finite(s(t_fun(t_h4s_fcps_bit1(TV_u_27a),t_bool),h4s_predu_u_sets_univ))) = s(t_bool,h4s_predu_u_sets_finite(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ)))).
fof(ah4s_fcps_indexu_u_one, 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_fcps_finiteu_u_one, axiom, p(s(t_bool,h4s_predu_u_sets_finite(s(t_fun(t_h4s_ones_one,t_bool),h4s_predu_u_sets_univ))))).
fof(ah4s_wordss_wordu_u_joinu_u_def, axiom, ![TV_u_27a,TV_u_27b]: ![V_uu_1]: (![V_cv, V_cw]: s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_1),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv))),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cw))) = s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_wordu_u_lsl(s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value))))),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cw))) => ![V_uu_0]: (![V_cv]: s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv))) = s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_1),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv))) => ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_wordu_u_join(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27b),V_w))) = s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_bools_let(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),h4s_bools_let(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_w2w(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))))),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_w2w(s(t_h4s_fcps_cart(t_bool,TV_u_27b),V_w)))))))).
fof(ah4s_wordss_wordu_u_concatu_u_def, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27c),h4s_wordss_wordu_u_concat(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27b),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27c),h4s_wordss_w2w(s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_wordu_u_join(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27b),V_w)))))).
fof(ah4s_wordss_WORDu_u_ORu_u_COMM, axiom, ![TV_u_27a]: ![V_b, V_a]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a)))).
fof(ah4s_wordss_WORDu_u_w2wu_u_EXTRACT, axiom, ![TV_u_27b,TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_w2w(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,h4s_arithmetics_u_2d(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,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_nums_0),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))).
fof(ah4s_wordss_WORDu_u_BITSu_u_EXTRACT, axiom, ![TV_u_27a]: ![V_w, V_l, V_h]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_bits(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))).
fof(ah4s_wordss_WORDu_u_EXTRACTu_u_COMPu_u_THM, axiom, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_w, V_n, V_m, V_l, V_h]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_l),s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n),s(t_h4s_fcps_cart(t_bool,TV_u_27c),V_w))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27c),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))))))),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value))),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_u_2b(s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_n))),s(t_h4s_fcps_cart(t_bool,TV_u_27c),V_w)))).
fof(ah4s_wordss_WORDu_u_ALLu_u_BITS, axiom, ![TV_u_27a]: ![V_w, V_h]: (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_u_2d(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,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_h)))) => s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_bits(s(t_h4s_nums_num,V_h),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),V_w))).
fof(ah4s_wordss_EXTRACTu_u_JOIN, axiom, ![TV_u_27b,TV_u_27a]: ![V_w, V_s, V_mu_27, V_m, V_l, V_h]: ((p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_m)))) & (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_mu_27),s(t_h4s_nums_num,V_h)))) & (s(t_h4s_nums_num,V_mu_27) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) & s(t_h4s_nums_num,V_s) = s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_mu_27),s(t_h4s_nums_num,V_l)))))) => s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_lsl(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_mu_27),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_nums_num,V_s))),s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value))),s(t_h4s_nums_num,V_l))),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_u_2d(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,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_l),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))).
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_dimindexu_u_5, axiom, s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(t_h4s_fcps_bit1(t_h4s_fcps_bit0(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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_wordss_dimindexu_u_10, axiom, s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(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_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))).
fof(ah4s_wordss_dimindexu_u_16, axiom, s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(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_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))).
fof(ah4s_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_machineu_u_ieees_fp16u_u_tou_u_floatu_u_def, axiom, ![V_w]: s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),h4s_machineu_u_ieees_fp16u_u_tou_u_float(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),V_w))) = s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),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_extract(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(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_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))))),s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),V_w))))),s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),h4s_binaryu_u_ieees_floatu_u_exponentu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one)))),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),V_w))))),s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),h4s_binaryu_u_ieees_floatu_u_significandu_u_fupd(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one)))),t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))))),h4s_combins_k(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one)))),h4s_wordss_wordu_u_extract(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),V_w))))),s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),h4s_bools_arb)))))))).
fof(ah4s_machineu_u_ieees_floatu_u_tou_u_fp16u_u_def, axiom, ![V_x]: s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),h4s_machineu_u_ieees_floatu_u_tou_u_fp16(s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),V_x))) = s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),h4s_wordss_wordu_u_concat(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(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),V_x))),s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit1(t_h4s_fcps_bit1(t_h4s_fcps_bit1(t_h4s_ones_one)))),h4s_wordss_wordu_u_concat(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),h4s_binaryu_u_ieees_floatu_u_exponent(s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),V_x))),s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one)))),h4s_binaryu_u_ieees_floatu_u_significand(s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),V_x)))))))).
fof(ch4s_machineu_u_ieees_floatu_u_tou_u_fp16u_u_fp16u_u_tou_u_float, conjecture, ![V_x]: s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),h4s_machineu_u_ieees_floatu_u_tou_u_fp16(s(t_h4s_binaryu_u_ieees_float(t_h4s_fcps_bit0(t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),t_h4s_fcps_bit1(t_h4s_fcps_bit0(t_h4s_ones_one))),h4s_machineu_u_ieees_fp16u_u_tou_u_float(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),V_x))))) = s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one))))),V_x)).
