%   ORIGINAL: h4/binary__ieee/datatype__rounding
% 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/binary__ieee/roundTiesToEven__def: h4/binary__ieee/roundTiesToEven = h4/binary__ieee/num2rounding h4/num/0
% Assm: h4/binary__ieee/roundTowardNegative__def: h4/binary__ieee/roundTowardNegative = h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm: h4/binary__ieee/roundTowardPositive__def: h4/binary__ieee/roundTowardPositive = h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/binary__ieee/roundTowardZero__def: h4/binary__ieee/roundTowardZero = h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/bool/TRUTH: T
% 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/bool/DATATYPE__TAG__THM: !x. h4/bool/DATATYPE x <=> T
% Assm: h4/binary__ieee/rounding2num__num2rounding: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> h4/binary__ieee/rounding2num (h4/binary__ieee/num2rounding r) = r
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/binary__ieee/rounding2num__thm_c0: h4/binary__ieee/rounding2num h4/binary__ieee/roundTiesToEven = h4/num/0
% Assm: h4/binary__ieee/rounding__CASE0: !x v3 v2 v1 v0. h4/binary__ieee/rounding__CASE x v0 v1 v2 v3 = (\m. h4/bool/COND (h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v0 (h4/bool/COND (h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) v1 (h4/bool/COND (m = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) v2 v3))) (h4/binary__ieee/rounding2num x)
% Assm: h4/binary__ieee/rounding2num__thm_c1: h4/binary__ieee/rounding2num h4/binary__ieee/roundTowardPositive = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm: h4/binary__ieee/rounding2num__thm_c2: h4/binary__ieee/rounding2num h4/binary__ieee/roundTowardNegative = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)
% 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/binary__ieee/rounding2num__thm_c3: h4/binary__ieee/rounding2num h4/binary__ieee/roundTowardZero = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% 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/bool/DATATYPE__TAG__DEF: h4/bool/DATATYPE = (\x. T)
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/binary__ieee/rounding__case__def_c1: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTowardPositive v0 v1 v2 v3 = v1
% Assm: h4/binary__ieee/num2rounding__thm_c2: h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/binary__ieee/roundTowardNegative
% Assm: h4/binary__ieee/num2rounding__thm_c1: h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/binary__ieee/roundTowardPositive
% 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/rounding__case__def_c3: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTowardZero v0 v1 v2 v3 = v3
% Assm: h4/binary__ieee/rounding__case__def_c2: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTowardNegative v0 v1 v2 v3 = v2
% Assm: h4/binary__ieee/num2rounding__thm_c3: h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/binary__ieee/roundTowardZero
% Assm: h4/binary__ieee/num2rounding__thm_c0: h4/binary__ieee/num2rounding h4/num/0 = h4/binary__ieee/roundTiesToEven
% 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/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/numeral/numeral__lt_c4: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_c1: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm: h4/binary__ieee/rounding__BIJ_c1: !r. (\n. h4/prim__rec/_3C n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) r <=> h4/binary__ieee/rounding2num (h4/binary__ieee/num2rounding r) = r
% Assm: h4/binary__ieee/rounding__BIJ_c0: !a. h4/binary__ieee/num2rounding (h4/binary__ieee/rounding2num a) = a
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% 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/bool/NOT__CLAUSES_c1: ~T <=> F
% Assm: h4/numeral/numeral__eq_c4: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT2 m <=> F
% Assm: h4/numeral/numeral__distrib_c19: !n m. h4/arithmetic/NUMERAL n = h4/arithmetic/NUMERAL m <=> n = m
% Assm: h4/binary__ieee/rounding__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION (\n. h4/prim__rec/_3C n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) rep
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/ABS__REP__THM: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. abs (rep a) = a) /\ (!r. P r <=> rep (abs r) = r))
% Assm: h4/binary__ieee/rounding2num__11: !a_27 a. h4/binary__ieee/rounding2num a = h4/binary__ieee/rounding2num a_27 <=> a = a_27
% Assm: h4/fcp/datatype__bit1: !bit1. h4/bool/DATATYPE (bit1 h4/fcp/BIT1A h4/fcp/BIT1B h4/fcp/BIT1C)
% Assm: h4/arithmetic/datatype__num: !num. h4/bool/DATATYPE (num h4/num/0 h4/num/SUC)
% Assm: h4/bool/DATATYPE__BOOL: !bool. h4/bool/DATATYPE (bool T F) <=> T
% Assm: h4/pair/datatype__pair: !pair. h4/bool/DATATYPE (pair h4/pair/_2C)
% Assm: h4/list/datatype__list: !list. h4/bool/DATATYPE (list h4/list/NIL h4/list/CONS)
% Assm: h4/binary__ieee/datatype__float__value: !float__value. h4/bool/DATATYPE (float__value h4/binary__ieee/Float h4/binary__ieee/Infinity h4/binary__ieee/NaN)
% Assm: h4/sum/datatype__sum: !sum. h4/bool/DATATYPE (sum h4/sum/INL h4/sum/INR)
% Assm: h4/option/datatype__option: !option. h4/bool/DATATYPE (option h4/option/NONE h4/option/SOME)
% Assm: h4/binary__ieee/datatype__float: !record float Significand Sign Exponent. h4/bool/DATATYPE (record float Sign Exponent Significand)
% Assm: h4/fcp/datatype__bit0: !bit0. h4/bool/DATATYPE (bit0 h4/fcp/BIT0A h4/fcp/BIT0B)
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/binary__ieee/num2rounding__rounding2num: !a. h4/binary__ieee/num2rounding (h4/binary__ieee/rounding2num a) = a
% Assm: h4/binary__ieee/num2rounding__ONTO: !a. ?r. a = h4/binary__ieee/num2rounding r /\ h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/binary__ieee/num2rounding__11: !r_27 r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> h4/prim__rec/_3C r_27 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> (h4/binary__ieee/num2rounding r = h4/binary__ieee/num2rounding r_27 <=> r = r_27)
% Assm: h4/binary__ieee/rounding2num__ONTO: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> (?a. r = h4/binary__ieee/rounding2num a)
% Assm: h4/binary__ieee/rounding__EQ__rounding: !a_27 a. a = a_27 <=> h4/binary__ieee/rounding2num a = h4/binary__ieee/rounding2num a_27
% Assm: h4/binary__ieee/rounding__size__def: !x. h4/binary__ieee/rounding__size x = h4/num/0
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/fcp/bit0__repfns_c1: !r. (\a0. !_27bit0_27. (!a00. (?a. a00 = (\a1. h4/ind__type/CONSTR h4/num/0 a1 (\n. h4/ind__type/BOTTOM)) a) \/ (?a. a00 = (\a1. h4/ind__type/CONSTR (h4/num/SUC h4/num/0) a1 (\n. h4/ind__type/BOTTOM)) a) ==> _27bit0_27 a00) ==> _27bit0_27 a0) r <=> h4/fcp/_20_40ind__typefcp3 (h4/fcp/_20_40ind__typefcp2 r) = r
% Assm: h4/fcp/bit0__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION (\a0. !_27bit0_27. (!a00. (?a. a00 = (\a1. h4/ind__type/CONSTR h4/num/0 a1 (\n. h4/ind__type/BOTTOM)) a) \/ (?a. a00 = (\a1. h4/ind__type/CONSTR (h4/num/SUC h4/num/0) a1 (\n. h4/ind__type/BOTTOM)) a) ==> _27bit0_27 a00) ==> _27bit0_27 a0) rep
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/list/CONS__11: !a1_27 a1 a0_27 a0. h4/list/CONS a0 a1 = h4/list/CONS a0_27 a1_27 <=> a0 = a0_27 /\ a1 = a1_27
% Assm: h4/bool/UNWIND__THM2: !a P. (?x. x = a /\ P x) <=> P a
% Assm: h4/bool/EXISTS__SIMP: !t. (?x. t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c2: !t. (F <=> t) <=> ~t
% Assm: h4/list/LENGTH__CONS: !n l. h4/list/LENGTH l = h4/num/SUC n <=> (?h l_27. h4/list/LENGTH l_27 = n /\ l = h4/list/CONS h l_27)
% Assm: h4/list/list__INDUCT: !P. P h4/list/NIL /\ (!t. P t ==> (!h. P (h4/list/CONS h t))) ==> (!l. P l)
% Assm: h4/list/NOT__NIL__CONS: !a1 a0. ~(h4/list/NIL = h4/list/CONS a0 a1)
% Assm: h4/list/LENGTH0_c1: !t h. h4/list/LENGTH (h4/list/CONS h t) = h4/num/SUC (h4/list/LENGTH t)
% Assm: h4/list/LENGTH0_c0: h4/list/LENGTH h4/list/NIL = h4/num/0
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Assm: h4/bool/AND__CLAUSES_c3: !t. t /\ F <=> F
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/num/NOT__SUC: !n. ~(h4/num/SUC n = h4/num/0)
% Assm: h4/prim__rec/INV__SUC__EQ: !n m. h4/num/SUC m = h4/num/SUC n <=> m = n
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/numposrep/l2n__2__thms_c1: !t. h4/numposrep/l2n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/list/CONS (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) t) = h4/arithmetic/NUMERAL (h4/numposrep/l2n2 (h4/list/CONS (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) t))
% Assm: h4/numposrep/l2n20: h4/numposrep/l2n2 = h4/numposrep/l2n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/arithmetic/NUMERAL__DEF: !x. h4/arithmetic/NUMERAL x = x
% Assm: h4/string/string__le__def: !s2 s1. h4/string/string__le s1 s2 <=> s1 = s2 \/ h4/string/string__lt s1 s2
% Assm: h4/arithmetic/MAX__DEF: !n m. h4/arithmetic/MAX m n = h4/bool/COND (h4/prim__rec/_3C m n) n m
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/BETA__THM: !y f. (\x. f x) y = f y
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/list/APPEND__eq__NIL_c0: !l2 l1. h4/list/NIL = h4/list/APPEND l1 l2 <=> l1 = h4/list/NIL /\ l2 = h4/list/NIL
% Assm: h4/list/LAST__CONS__cond: !t h. h4/list/LAST (h4/list/CONS h t) = h4/bool/COND (t = h4/list/NIL) h (h4/list/LAST t)
% Assm: h4/bool/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/list/LAST__APPEND__CONS: !l2 l1 h. h4/list/LAST (h4/list/APPEND l1 (h4/list/CONS h l2)) = h4/list/LAST (h4/list/CONS h l2)
% Assm: h4/list/APPEND0_c0: !l. h4/list/APPEND h4/list/NIL l = l
% Assm: h4/list/CONS0: h4/list/CONS = h4/list/_20_40ind__typelist1
% Assm: h4/list/hidden____20__40ind____typelist1____def: h4/list/_20_40ind__typelist1 = (\a0 a1. h4/list/_20_40ind__typelist2 ((\a00 a10. h4/ind__type/CONSTR (h4/num/SUC h4/num/0) a00 (h4/ind__type/FCONS a10 (\n. h4/ind__type/BOTTOM))) a0 (h4/list/_20_40ind__typelist3 a1)))
% Assm: h4/list/APPEND0_c1: !l2 l1 h. h4/list/APPEND (h4/list/CONS h l1) l2 = h4/list/CONS h (h4/list/APPEND l1 l2)
% Assm: h4/list/NIL0: h4/list/NIL = h4/list/_20_40ind__typelist0
% Assm: h4/list/hidden____20__40ind____typelist0____def: h4/list/_20_40ind__typelist0 = h4/list/_20_40ind__typelist2 (h4/ind__type/CONSTR h4/num/0 h4/bool/ARB (\n. h4/ind__type/BOTTOM))
% Assm: h4/ind__type/FCONS0_c1: !n f a. h4/ind__type/FCONS a f (h4/num/SUC n) = f n
% Assm: h4/bool/bool__case__thm_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/list/list__repfns_c0: !a. h4/list/_20_40ind__typelist2 (h4/list/_20_40ind__typelist3 a) = a
% Assm: h4/ind__type/FCONS0_c0: !f a. h4/ind__type/FCONS a f h4/num/0 = a
% Assm: h4/list/list__repfns_c1: !r. (\a0_27. !_27list_27. (!a0_270. a0_270 = h4/ind__type/CONSTR h4/num/0 h4/bool/ARB (\n. h4/ind__type/BOTTOM) \/ (?a0 a1. a0_270 = (\a00 a10. h4/ind__type/CONSTR (h4/num/SUC h4/num/0) a00 (h4/ind__type/FCONS a10 (\n. h4/ind__type/BOTTOM))) a0 a1 /\ _27list_27 a1) ==> _27list_27 a0_270) ==> _27list_27 a0_27) r <=> h4/list/_20_40ind__typelist3 (h4/list/_20_40ind__typelist2 r) = r
% Assm: h4/ind__type/CONSTR__REC: !Fn. ?f. !c i r. f (h4/ind__type/CONSTR c i r) = Fn c i r (\n. f (r n))
% Assm: h4/bool/JRH__INDUCT__UTIL: !t P. (!x. x = t ==> P x) ==> $exists P
% Assm: h4/bool/MONO__EXISTS: !Q P. (!x. P x ==> Q x) ==> (?x. P x) ==> (?x. Q x)
% Assm: h4/bool/MONO__OR: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm: h4/bool/MONO__AND: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% 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/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/words/word__slice__def: !l h. h4/words/word__slice h l = (\w. h4/fcp/FCP (\i. h4/arithmetic/_3C_3D l i /\ h4/arithmetic/_3C_3D i (h4/arithmetic/MIN h (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) /\ h4/fcp/fcp__index w i))
% Assm: h4/words/w2l__l2w: !l b. h4/words/w2l b (h4/words/l2w b l) = h4/numposrep/n2l b (h4/arithmetic/MOD (h4/numposrep/l2n b l) (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/l2w__def: !l b. h4/words/l2w b l = h4/words/n2w (h4/numposrep/l2n b l)
% Assm: h4/words/w2l__def: !w b. h4/words/w2l b w = h4/numposrep/n2l b (h4/words/w2n w)
% Assm: h4/list/FOLDL__SNOC: !x l f e. h4/list/FOLDL f e (h4/list/SNOC x l) = f (h4/list/FOLDL f e l) x
% Assm: h4/list/SNOC0_c1: !x_27 x l. h4/list/SNOC x (h4/list/CONS x_27 l) = h4/list/CONS x_27 (h4/list/SNOC x l)
% Assm: h4/list/FOLDL0_c1: !x l f e. h4/list/FOLDL f e (h4/list/CONS x l) = h4/list/FOLDL f (f e x) l
% Assm: h4/list/FOLDL0_c0: !f e. h4/list/FOLDL f e h4/list/NIL = e
% Assm: h4/list/SNOC0_c0: !x. h4/list/SNOC x h4/list/NIL = h4/list/CONS x h4/list/NIL
% Assm: h4/words/w2w0: !w i. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> (h4/fcp/fcp__index (h4/words/w2w w) i <=> h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) /\ h4/fcp/fcp__index w i)
% Assm: h4/words/word__extract__def: !l h. h4/words/word__extract h l = h4/combin/o h4/words/w2w (h4/words/word__bits h l)
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/words/WORD__EXTRACT__MIN__HIGH_c1: !w l h. h4/prim__rec/_3C (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) (h4/fcp/dimindex h4/bool/the__value) /\ h4/arithmetic/_3C_3D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) h ==> h4/words/word__extract h l w = h4/words/word__extract (h4/arithmetic/_2D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) l w
% Assm: h4/words/word__bits__def: !l h. h4/words/word__bits h l = (\w. h4/fcp/FCP (\i. h4/arithmetic/_3C_3D (h4/arithmetic/_2B i l) (h4/arithmetic/MIN h (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) /\ h4/fcp/fcp__index w (h4/arithmetic/_2B i l)))
% Assm: h4/fcp/FCP__BETA: !i g. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> h4/fcp/fcp__index (h4/fcp/FCP g) i = g i
% Assm: h4/fcp/CART__EQ: !y x. x = y <=> (!i. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> h4/fcp/fcp__index x i = h4/fcp/fcp__index y i)
% Goal: !rounding. h4/bool/DATATYPE (rounding h4/binary__ieee/roundTiesToEven h4/binary__ieee/roundTowardPositive h4/binary__ieee/roundTowardNegative h4/binary__ieee/roundTowardZero)
%   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_binaryu_u_ieees_roundTiesToEvenu_u_def]: h4/binary__ieee/roundTiesToEven = h4/binary__ieee/num2rounding h4/num/0
% Assm [h4s_binaryu_u_ieees_roundTowardNegativeu_u_def]: h4/binary__ieee/roundTowardNegative = h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm [h4s_binaryu_u_ieees_roundTowardPositiveu_u_def]: h4/binary__ieee/roundTowardPositive = h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_binaryu_u_ieees_roundTowardZerou_u_def]: h4/binary__ieee/roundTowardZero = h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_bools_TRUTH]: T
% 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_bools_DATATYPEu_u_TAGu_u_THM]: !x. h4/bool/DATATYPE x <=> T
% Assm [h4s_binaryu_u_ieees_rounding2numu_u_num2rounding]: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> h4/binary__ieee/rounding2num (h4/binary__ieee/num2rounding r) = r
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_binaryu_u_ieees_rounding2numu_u_thmu_c0]: h4/binary__ieee/rounding2num h4/binary__ieee/roundTiesToEven = h4/num/0
% Assm [h4s_binaryu_u_ieees_roundingu_u_CASE0]: !x v3 v2 v1 v0. ?v. (v <=> h4/binary__ieee/rounding2num x = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) /\ h4/binary__ieee/rounding__CASE x v0 v1 v2 v3 = h4/bool/COND (h4/prim__rec/_3C (h4/binary__ieee/rounding2num x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v0 (h4/bool/COND (h4/prim__rec/_3C (h4/binary__ieee/rounding2num x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) v1 (h4/bool/COND v v2 v3))
% Assm [h4s_binaryu_u_ieees_rounding2numu_u_thmu_c1]: h4/binary__ieee/rounding2num h4/binary__ieee/roundTowardPositive = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm [h4s_binaryu_u_ieees_rounding2numu_u_thmu_c2]: h4/binary__ieee/rounding2num h4/binary__ieee/roundTowardNegative = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)
% 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_binaryu_u_ieees_rounding2numu_u_thmu_c3]: h4/binary__ieee/rounding2num h4/binary__ieee/roundTowardZero = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_numerals_numeralu_u_ltu_c0]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% 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_bools_DATATYPEu_u_TAGu_u_DEF]: !x. h4/bool/DATATYPE x <=> T
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_binaryu_u_ieees_roundingu_u_caseu_u_defu_c1]: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTowardPositive v0 v1 v2 v3 = v1
% Assm [h4s_binaryu_u_ieees_num2roundingu_u_thmu_c2]: h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/binary__ieee/roundTowardNegative
% Assm [h4s_binaryu_u_ieees_num2roundingu_u_thmu_c1]: h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/binary__ieee/roundTowardPositive
% 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_roundingu_u_caseu_u_defu_c3]: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTowardZero v0 v1 v2 v3 = v3
% Assm [h4s_binaryu_u_ieees_roundingu_u_caseu_u_defu_c2]: !v3 v2 v1 v0. h4/binary__ieee/rounding__CASE h4/binary__ieee/roundTowardNegative v0 v1 v2 v3 = v2
% Assm [h4s_binaryu_u_ieees_num2roundingu_u_thmu_c3]: h4/binary__ieee/num2rounding (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/binary__ieee/roundTowardZero
% Assm [h4s_binaryu_u_ieees_num2roundingu_u_thmu_c0]: h4/binary__ieee/num2rounding h4/num/0 = h4/binary__ieee/roundTiesToEven
% 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_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_numerals_numeralu_u_ltu_c4]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_c1]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm [h4s_binaryu_u_ieees_roundingu_u_BIJu_c1]: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> h4/binary__ieee/rounding2num (h4/binary__ieee/num2rounding r) = r
% Assm [h4s_binaryu_u_ieees_roundingu_u_BIJu_c0]: !a. h4/binary__ieee/num2rounding (h4/binary__ieee/rounding2num a) = a
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% 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_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% Assm [h4s_numerals_numeralu_u_equ_c4]: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT2 m <=> F
% Assm [h4s_numerals_numeralu_u_distribu_c19]: !n m. h4/arithmetic/NUMERAL n = h4/arithmetic/NUMERAL m <=> n = m
% Assm [h4s_binaryu_u_ieees_roundingu_u_TYu_u_DEF]: !_0. (!n. happ _0 n <=> h4/prim__rec/_3C n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) ==> (?rep. h4/bool/TYPE__DEFINITION _0 rep)
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_ABSu_u_REPu_u_THM]: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. happ abs (happ rep a) = a) /\ (!r. happ P r <=> happ rep (happ abs r) = r))
% Assm [h4s_binaryu_u_ieees_rounding2numu_u_11]: !a_27 a. h4/binary__ieee/rounding2num a = h4/binary__ieee/rounding2num a_27 <=> a = a_27
% Assm [h4s_fcps_datatypeu_u_bit1]: !bit1. h4/bool/DATATYPE (happ (happ (happ bit1 h4/fcp/BIT1A) h4/fcp/BIT1B) h4/fcp/BIT1C)
% Assm [h4s_arithmetics_datatypeu_u_num]: !num. h4/bool/DATATYPE (happ (happ num h4/num/0) h4/num/SUC)
% Assm [h4s_bools_DATATYPEu_u_BOOL]: !bool. h4/bool/DATATYPE (happ (happ bool T) F) <=> T
% Assm [h4s_pairs_datatypeu_u_pair]: !pair. h4/bool/DATATYPE (happ pair h4/pair/_2C)
% Assm [h4s_lists_datatypeu_u_list]: !list. h4/bool/DATATYPE (happ (happ list h4/list/NIL) h4/list/CONS)
% Assm [h4s_binaryu_u_ieees_datatypeu_u_floatu_u_value]: !float__value. h4/bool/DATATYPE (happ (happ (happ float__value h4/binary__ieee/Float) h4/binary__ieee/Infinity) h4/binary__ieee/NaN)
% Assm [h4s_sums_datatypeu_u_sum]: !sum. h4/bool/DATATYPE (happ (happ sum h4/sum/INL) h4/sum/INR)
% Assm [h4s_options_datatypeu_u_option]: !option. h4/bool/DATATYPE (happ (happ option h4/option/NONE) h4/option/SOME)
% Assm [h4s_binaryu_u_ieees_datatypeu_u_float]: !record float Significand Sign Exponent. h4/bool/DATATYPE (happ (happ (happ (happ record float) Sign) Exponent) Significand)
% Assm [h4s_fcps_datatypeu_u_bit0]: !bit0. h4/bool/DATATYPE (happ (happ bit0 h4/fcp/BIT0A) h4/fcp/BIT0B)
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_binaryu_u_ieees_num2roundingu_u_rounding2num]: !a. h4/binary__ieee/num2rounding (h4/binary__ieee/rounding2num a) = a
% Assm [h4s_binaryu_u_ieees_num2roundingu_u_ONTO]: !a. ?r. a = h4/binary__ieee/num2rounding r /\ h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_binaryu_u_ieees_num2roundingu_u_11]: !r_27 r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> h4/prim__rec/_3C r_27 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> (h4/binary__ieee/num2rounding r = h4/binary__ieee/num2rounding r_27 <=> r = r_27)
% Assm [h4s_binaryu_u_ieees_rounding2numu_u_ONTO]: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> (?a. r = h4/binary__ieee/rounding2num a)
% Assm [h4s_binaryu_u_ieees_roundingu_u_EQu_u_rounding]: !a_27 a. a = a_27 <=> h4/binary__ieee/rounding2num a = h4/binary__ieee/rounding2num a_27
% Assm [h4s_binaryu_u_ieees_roundingu_u_sizeu_u_def]: !x. h4/binary__ieee/rounding__size x = h4/num/0
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_fcps_bit0u_u_repfnsu_c1]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> (!r. (!_27bit0_27. (!a00. (?a. a00 = h4/ind__type/CONSTR h4/num/0 a _0) \/ (?a. a00 = h4/ind__type/CONSTR (happ h4/num/SUC h4/num/0) a _0) ==> happ _27bit0_27 a00) ==> happ _27bit0_27 r) <=> h4/fcp/_20_40ind__typefcp3 (h4/fcp/_20_40ind__typefcp2 r) = r)
% Assm [h4s_fcps_bit0u_u_TYu_u_DEF]: !_1. (!n. happ _1 n = h4/ind__type/BOTTOM) ==> (!_0. (!a0. happ _0 a0 <=> (!_27bit0_27. (!a00. (?a. a00 = h4/ind__type/CONSTR h4/num/0 a _1) \/ (?a. a00 = h4/ind__type/CONSTR (happ h4/num/SUC h4/num/0) a _1) ==> happ _27bit0_27 a00) ==> happ _27bit0_27 a0)) ==> (?rep. h4/bool/TYPE__DEFINITION _0 rep))
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_lists_CONSu_u_11]: !a1_27 a1 a0_27 a0. happ (happ h4/list/CONS a0) a1 = happ (happ h4/list/CONS a0_27) a1_27 <=> a0 = a0_27 /\ a1 = a1_27
% Assm [h4s_bools_UNWINDu_u_THM2]: !a P. (?x. x = a /\ happ P x) <=> happ P a
% Assm [h4s_bools_EXISTSu_u_SIMP]: !t. (?x. t) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c2]: !t. (F <=> t) <=> ~t
% Assm [h4s_lists_LENGTHu_u_CONS]: !n l. h4/list/LENGTH l = happ h4/num/SUC n <=> (?h l_27. h4/list/LENGTH l_27 = n /\ l = happ (happ h4/list/CONS h) l_27)
% Assm [h4s_lists_listu_u_INDUCT]: !P. happ P h4/list/NIL /\ (!t. happ P t ==> (!h. happ P (happ (happ h4/list/CONS h) t))) ==> (!l. happ P l)
% Assm [h4s_lists_NOTu_u_NILu_u_CONS]: !a1 a0. ~(h4/list/NIL = happ (happ h4/list/CONS a0) a1)
% Assm [h4s_lists_LENGTH0u_c1]: !t h. h4/list/LENGTH (happ (happ h4/list/CONS h) t) = happ h4/num/SUC (h4/list/LENGTH t)
% Assm [h4s_lists_LENGTH0u_c0]: h4/list/LENGTH h4/list/NIL = h4/num/0
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c3]: !t. t /\ F <=> F
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_nums_NOTu_u_SUC]: !n. ~(happ h4/num/SUC n = h4/num/0)
% Assm [h4s_primu_u_recs_INVu_u_SUCu_u_EQ]: !n m. happ h4/num/SUC m = happ h4/num/SUC n <=> m = n
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_numposreps_l2nu_u_2u_u_thmsu_c1]: !t. happ (h4/numposrep/l2n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (happ (happ h4/list/CONS (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) t) = h4/arithmetic/NUMERAL (happ h4/numposrep/l2n2 (happ (happ h4/list/CONS (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) t))
% Assm [h4s_numposreps_l2n20]: h4/numposrep/l2n2 = h4/numposrep/l2n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_arithmetics_NUMERALu_u_DEF]: !x. h4/arithmetic/NUMERAL x = x
% Assm [h4s_strings_stringu_u_leu_u_def]: !s2 s1. h4/string/string__le s1 s2 <=> s1 = s2 \/ h4/string/string__lt s1 s2
% Assm [h4s_arithmetics_MAXu_u_DEF]: !n m. h4/arithmetic/MAX m n = h4/bool/COND (h4/prim__rec/_3C m n) n m
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_bools_BETAu_u_THM]: !y f. happ f y = happ f y
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_lists_APPENDu_u_equ_u_NILu_c0]: !l2 l1. h4/list/NIL = h4/list/APPEND l1 l2 <=> l1 = h4/list/NIL /\ l2 = h4/list/NIL
% Assm [h4s_lists_LASTu_u_CONSu_u_cond]: !t h. ?v. (v <=> t = h4/list/NIL) /\ h4/list/LAST (happ (happ h4/list/CONS h) t) = h4/bool/COND v h (h4/list/LAST t)
% Assm [h4s_bools_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_lists_LASTu_u_APPENDu_u_CONS]: !l2 l1 h. h4/list/LAST (h4/list/APPEND l1 (happ (happ h4/list/CONS h) l2)) = h4/list/LAST (happ (happ h4/list/CONS h) l2)
% Assm [h4s_lists_APPEND0u_c0]: !l. h4/list/APPEND h4/list/NIL l = l
% Assm [h4s_lists_CONS0]: h4/list/CONS = h4/list/_20_40ind__typelist1
% Assm [h4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist1u_u_u_u_def]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> (!x x. happ (happ h4/list/_20_40ind__typelist1 x) x = h4/list/_20_40ind__typelist2 (h4/ind__type/CONSTR (happ h4/num/SUC h4/num/0) x (h4/ind__type/FCONS (h4/list/_20_40ind__typelist3 x) _0)))
% Assm [h4s_lists_APPEND0u_c1]: !l2 l1 h. h4/list/APPEND (happ (happ h4/list/CONS h) l1) l2 = happ (happ h4/list/CONS h) (h4/list/APPEND l1 l2)
% Assm [h4s_lists_NIL0]: h4/list/NIL = h4/list/_20_40ind__typelist0
% Assm [h4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist0u_u_u_u_def]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> h4/list/_20_40ind__typelist0 = h4/list/_20_40ind__typelist2 (h4/ind__type/CONSTR h4/num/0 h4/bool/ARB _0)
% Assm [h4s_indu_u_types_FCONS0u_c1]: !n f a. happ (h4/ind__type/FCONS a f) (happ h4/num/SUC n) = happ f n
% Assm [h4s_bools_boolu_u_caseu_u_thmu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_lists_listu_u_repfnsu_c0]: !a. h4/list/_20_40ind__typelist2 (h4/list/_20_40ind__typelist3 a) = a
% Assm [h4s_indu_u_types_FCONS0u_c0]: !f a. happ (h4/ind__type/FCONS a f) h4/num/0 = a
% Assm [h4s_lists_listu_u_repfnsu_c1]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> (!r. (!_27list_27. (!a0_270. a0_270 = h4/ind__type/CONSTR h4/num/0 h4/bool/ARB _0 \/ (?a0 a1. a0_270 = h4/ind__type/CONSTR (happ h4/num/SUC h4/num/0) a0 (h4/ind__type/FCONS a1 _0) /\ happ _27list_27 a1) ==> happ _27list_27 a0_270) ==> happ _27list_27 r) <=> h4/list/_20_40ind__typelist3 (h4/list/_20_40ind__typelist2 r) = r)
% Assm [h4s_indu_u_types_CONSTRu_u_REC]: !_0. (!f r n. happ (happ (happ _0 f) r) n = happ f (happ r n)) ==> (!Fn. ?f. !c i r. happ f (h4/ind__type/CONSTR c i r) = happ (happ (happ (happ Fn c) i) r) (happ (happ _0 f) r))
% Assm [h4s_bools_JRHu_u_INDUCTu_u_UTIL]: !t P. (!x. x = t ==> happ P x) ==> $exists P
% Assm [h4s_bools_MONOu_u_EXISTS]: !Q P. (!x. happ P x ==> happ Q x) ==> (?x. happ P x) ==> (?x. happ Q x)
% Assm [h4s_bools_MONOu_u_OR]: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm [h4s_bools_MONOu_u_AND]: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% 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_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_wordss_wordu_u_sliceu_u_def]: !_0. (!l h x i. happ (happ (happ (happ _0 l) h) x) i <=> h4/arithmetic/_3C_3D l i /\ h4/arithmetic/_3C_3D i (h4/arithmetic/MIN h (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) /\ h4/fcp/fcp__index x i) ==> (!l h x. h4/words/word__slice h l x = h4/fcp/FCP (happ (happ (happ _0 l) h) x))
% Assm [h4s_wordss_w2lu_u_l2w]: !l b. h4/words/w2l b (h4/words/l2w b l) = h4/numposrep/n2l b (h4/arithmetic/MOD (happ (h4/numposrep/l2n b) l) (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_l2wu_u_def]: !l b. h4/words/l2w b l = h4/words/n2w (happ (h4/numposrep/l2n b) l)
% Assm [h4s_wordss_w2lu_u_def]: !w b. h4/words/w2l b w = h4/numposrep/n2l b (h4/words/w2n w)
% Assm [h4s_lists_FOLDLu_u_SNOC]: !x l f e. h4/list/FOLDL f e (h4/list/SNOC x l) = happ (happ f (h4/list/FOLDL f e l)) x
% Assm [h4s_lists_SNOC0u_c1]: !x_27 x l. h4/list/SNOC x (happ (happ h4/list/CONS x_27) l) = happ (happ h4/list/CONS x_27) (h4/list/SNOC x l)
% Assm [h4s_lists_FOLDL0u_c1]: !x l f e. h4/list/FOLDL f e (happ (happ h4/list/CONS x) l) = h4/list/FOLDL f (happ (happ f e) x) l
% Assm [h4s_lists_FOLDL0u_c0]: !f e. h4/list/FOLDL f e h4/list/NIL = e
% Assm [h4s_lists_SNOC0u_c0]: !x. h4/list/SNOC x h4/list/NIL = happ (happ h4/list/CONS x) h4/list/NIL
% Assm [h4s_wordss_w2w0]: !w i. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> (h4/fcp/fcp__index (happ h4/words/w2w w) i <=> h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) /\ h4/fcp/fcp__index w i)
% Assm [h4s_wordss_wordu_u_extractu_u_def]: !l h. h4/words/word__extract h l = h4/combin/o h4/words/w2w (h4/words/word__bits h l)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_wordss_WORDu_u_EXTRACTu_u_MINu_u_HIGHu_c1]: !w l h. h4/prim__rec/_3C (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) (h4/fcp/dimindex h4/bool/the__value) /\ h4/arithmetic/_3C_3D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) h ==> happ (h4/words/word__extract h l) w = happ (h4/words/word__extract (h4/arithmetic/_2D (h4/arithmetic/_2B (h4/fcp/dimindex h4/bool/the__value) l) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) l) w
% Assm [h4s_wordss_wordu_u_bitsu_u_def]: !_0. (!h x l i. happ (happ (happ (happ _0 h) x) l) i <=> h4/arithmetic/_3C_3D (h4/arithmetic/_2B i l) (h4/arithmetic/MIN h (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) /\ h4/fcp/fcp__index x (h4/arithmetic/_2B i l)) ==> (!l h x. happ (h4/words/word__bits h l) x = h4/fcp/FCP (happ (happ (happ _0 h) x) l))
% Assm [h4s_fcps_FCPu_u_BETA]: !i g. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> h4/fcp/fcp__index (h4/fcp/FCP g) i = happ g i
% Assm [h4s_fcps_CARTu_u_EQ]: !y x. x = y <=> (!i. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> h4/fcp/fcp__index x i = h4/fcp/fcp__index y i)
% Goal: !rounding. h4/bool/DATATYPE (happ (happ (happ (happ rounding h4/binary__ieee/roundTiesToEven) h4/binary__ieee/roundTowardPositive) h4/binary__ieee/roundTowardNegative) h4/binary__ieee/roundTowardZero)
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_Q1180946,TV_Q1180942]: ![V_f, V_g]: (![V_x]: s(TV_Q1180942,happ(s(t_fun(TV_Q1180946,TV_Q1180942),V_f),s(TV_Q1180946,V_x))) = s(TV_Q1180942,happ(s(t_fun(TV_Q1180946,TV_Q1180942),V_g),s(TV_Q1180946,V_x))) => s(t_fun(TV_Q1180946,TV_Q1180942),V_f) = s(t_fun(TV_Q1180946,TV_Q1180942),V_g))).
fof(ah4s_binaryu_u_ieees_roundTiesToEvenu_u_def, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtiestoeven) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_binaryu_u_ieees_roundTowardNegativeu_u_def, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardnegative) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(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_roundTowardPositiveu_u_def, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardpositive) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(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_roundTowardZerou_u_def, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardzero) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
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_bools_DATATYPEu_u_TAGu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,h4s_bools_datatype(s(TV_u_27a,V_x))) = s(t_bool,t)).
fof(ah4s_binaryu_u_ieees_rounding2numu_u_num2rounding, axiom, ![V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,V_r))))) = s(t_h4s_nums_num,V_r))).
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_binaryu_u_ieees_rounding2numu_u_thmu_c0, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtiestoeven))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_binaryu_u_ieees_roundingu_u_CASE0, axiom, ![TV_u_27a]: ![V_x, V_v3, V_v2, V_v1, V_v0]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_x))) = 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(TV_u_27a,h4s_binaryu_u_ieees_roundingu_u_case(s(t_h4s_binaryu_u_ieees_rounding,V_x),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,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_x))),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(TV_u_27a,V_v0),s(TV_u_27a,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_x))),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(TV_u_27a,V_v1),s(TV_u_27a,h4s_bools_cond(s(t_bool,V_v),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))))))))).
fof(ah4s_binaryu_u_ieees_rounding2numu_u_thmu_c1, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardpositive))) = 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_rounding2numu_u_thmu_c2, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardnegative))) = 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_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_binaryu_u_ieees_rounding2numu_u_thmu_c3, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardzero))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_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_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_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_bools_DATATYPEu_u_TAGu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,h4s_bools_datatype(s(TV_u_27a,V_x))) = s(t_bool,t)).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_binaryu_u_ieees_roundingu_u_caseu_u_defu_c1, 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_roundtowardpositive),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_v1)).
fof(ah4s_binaryu_u_ieees_num2roundingu_u_thmu_c2, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(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_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardnegative)).
fof(ah4s_binaryu_u_ieees_num2roundingu_u_thmu_c1, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(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_rounding,h4s_binaryu_u_ieees_roundtowardpositive)).
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_roundingu_u_caseu_u_defu_c3, 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_roundtowardzero),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_v3)).
fof(ah4s_binaryu_u_ieees_roundingu_u_caseu_u_defu_c2, 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_roundtowardnegative),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_v2)).
fof(ah4s_binaryu_u_ieees_num2roundingu_u_thmu_c3, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardzero)).
fof(ah4s_binaryu_u_ieees_num2roundingu_u_thmu_c0, axiom, s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtiestoeven)).
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_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_numerals_numeralu_u_ltu_c4, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_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_binaryu_u_ieees_roundingu_u_BIJu_c1, axiom, ![V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,V_r))))) = s(t_h4s_nums_num,V_r))).
fof(ah4s_binaryu_u_ieees_roundingu_u_BIJu_c0, axiom, ![V_a]: s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_a))))) = s(t_h4s_binaryu_u_ieees_rounding,V_a)).
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_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_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_equ_c4, axiom, ![V_n, V_m]: (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,f)))).
fof(ah4s_numerals_numeralu_u_distribu_c19, axiom, ![V_n, V_m]: (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,V_n) = s(t_h4s_nums_num,V_m))).
fof(ah4s_binaryu_u_ieees_roundingu_u_TYu_u_DEF, axiom, ![V_uu_0]: (![V_n]: s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_uu_0),s(t_h4s_nums_num,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_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) => ?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(t_h4s_nums_num,t_bool),V_uu_0),s(t_fun(t_h4s_binaryu_u_ieees_rounding,t_h4s_nums_num),V_rep)))))).
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_ABSu_u_REPu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_P]: (?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ?[V_rep, V_abs]: (![V_a]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_a))))) = s(TV_u_27b,V_a) & ![V_r]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_r)))) <=> s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,V_r))))) = s(TV_u_27a,V_r))))).
fof(ah4s_binaryu_u_ieees_rounding2numu_u_11, axiom, ![V_au_27, V_a]: (s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_a))) = s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_au_27))) <=> s(t_h4s_binaryu_u_ieees_rounding,V_a) = s(t_h4s_binaryu_u_ieees_rounding,V_au_27))).
fof(ah4s_fcps_datatypeu_u_bit1, axiom, ![TV_u_27a]: ![V_bit1]: p(s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_h4s_fcps_bit1(TV_u_27a),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_fcps_bit1(TV_u_27a)),t_fun(t_h4s_fcps_bit1(TV_u_27a),t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_fcps_bit1(TV_u_27a)),t_fun(t_fun(TV_u_27a,t_h4s_fcps_bit1(TV_u_27a)),t_fun(t_h4s_fcps_bit1(TV_u_27a),t_bool))),V_bit1),s(t_fun(TV_u_27a,t_h4s_fcps_bit1(TV_u_27a)),h4s_fcps_bit1a))),s(t_fun(TV_u_27a,t_h4s_fcps_bit1(TV_u_27a)),h4s_fcps_bit1b))),s(t_h4s_fcps_bit1(TV_u_27a),h4s_fcps_bit1c))))))).
fof(ah4s_arithmetics_datatypeu_u_num, axiom, ![TV_u_27a]: ![V_num]: p(s(t_bool,h4s_bools_datatype(s(TV_u_27a,happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_nums_num),TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_fun(t_h4s_nums_num,t_h4s_nums_num),TV_u_27a)),V_num),s(t_h4s_nums_num,h4s_nums_0))),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc))))))).
fof(ah4s_bools_DATATYPEu_u_BOOL, axiom, ![V_bool]: s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_bool,t_bool),happ(s(t_fun(t_bool,t_fun(t_bool,t_bool)),V_bool),s(t_bool,t))),s(t_bool,f))))) = s(t_bool,t)).
fof(ah4s_pairs_datatypeu_u_pair, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_pair]: p(s(t_bool,h4s_bools_datatype(s(TV_u_27c,happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,t_h4s_pairs_prod(TV_u_27a,TV_u_27b))),TV_u_27c),V_pair),s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_h4s_pairs_prod(TV_u_27a,TV_u_27b))),h4s_pairs_u_2c))))))).
fof(ah4s_lists_datatypeu_u_list, axiom, ![TV_u_27a]: ![V_list]: p(s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),t_bool),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_fun(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),t_bool)),V_list),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))),s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons))))))).
fof(ah4s_binaryu_u_ieees_datatypeu_u_floatu_u_value, axiom, ![V_floatu_u_value]: p(s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_floatu_u_value,t_bool),happ(s(t_fun(t_h4s_binaryu_u_ieees_floatu_u_value,t_fun(t_h4s_binaryu_u_ieees_floatu_u_value,t_bool)),happ(s(t_fun(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_floatu_u_value),t_fun(t_h4s_binaryu_u_ieees_floatu_u_value,t_fun(t_h4s_binaryu_u_ieees_floatu_u_value,t_bool))),V_floatu_u_value),s(t_fun(t_h4s_realaxs_real,t_h4s_binaryu_u_ieees_floatu_u_value),h4s_binaryu_u_ieees_float))),s(t_h4s_binaryu_u_ieees_floatu_u_value,h4s_binaryu_u_ieees_infinity))),s(t_h4s_binaryu_u_ieees_floatu_u_value,h4s_binaryu_u_ieees_nan))))))).
fof(ah4s_sums_datatypeu_u_sum, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_sum]: p(s(t_bool,h4s_bools_datatype(s(TV_u_27c,happ(s(t_fun(t_fun(TV_u_27b,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),TV_u_27c),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_fun(TV_u_27b,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),TV_u_27c)),V_sum),s(t_fun(TV_u_27a,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_sums_inl))),s(t_fun(TV_u_27b,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_sums_inr))))))).
fof(ah4s_options_datatypeu_u_option, axiom, ![TV_u_27b,TV_u_27a]: ![V_option]: p(s(t_bool,h4s_bools_datatype(s(TV_u_27b,happ(s(t_fun(t_fun(TV_u_27a,t_h4s_options_option(TV_u_27a)),TV_u_27b),happ(s(t_fun(t_h4s_options_option(TV_u_27a),t_fun(t_fun(TV_u_27a,t_h4s_options_option(TV_u_27a)),TV_u_27b)),V_option),s(t_h4s_options_option(TV_u_27a),h4s_options_none))),s(t_fun(TV_u_27a,t_h4s_options_option(TV_u_27a)),h4s_options_some))))))).
fof(ah4s_binaryu_u_ieees_datatypeu_u_float, axiom, ![TV_u_27w,TV_u_27t]: ![V_record, V_float, V_Significand, V_Sign, V_Exponent]: p(s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_bool),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_bool)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_bool))),happ(s(t_fun(t_h4s_mins_ind,t_fun(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27w),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27t),t_bool)))),V_record),s(t_h4s_mins_ind,V_float))),s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),V_Sign))),s(t_h4s_fcps_cart(t_bool,TV_u_27w),V_Exponent))),s(t_h4s_fcps_cart(t_bool,TV_u_27t),V_Significand))))))).
fof(ah4s_fcps_datatypeu_u_bit0, axiom, ![TV_u_27a]: ![V_bit0]: p(s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_h4s_fcps_bit0(TV_u_27a)),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_fcps_bit0(TV_u_27a)),t_fun(t_fun(TV_u_27a,t_h4s_fcps_bit0(TV_u_27a)),t_bool)),V_bit0),s(t_fun(TV_u_27a,t_h4s_fcps_bit0(TV_u_27a)),h4s_fcps_bit0a))),s(t_fun(TV_u_27a,t_h4s_fcps_bit0(TV_u_27a)),h4s_fcps_bit0b))))))).
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_binaryu_u_ieees_num2roundingu_u_rounding2num, axiom, ![V_a]: s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_a))))) = s(t_h4s_binaryu_u_ieees_rounding,V_a)).
fof(ah4s_binaryu_u_ieees_num2roundingu_u_ONTO, axiom, ![V_a]: ?[V_r]: (s(t_h4s_binaryu_u_ieees_rounding,V_a) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,V_r))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))).
fof(ah4s_binaryu_u_ieees_num2roundingu_u_11, axiom, ![V_ru_27, V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(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_ru_27),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_zero)))))))))) => (s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,V_r))) = s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_num2rounding(s(t_h4s_nums_num,V_ru_27))) <=> s(t_h4s_nums_num,V_r) = s(t_h4s_nums_num,V_ru_27))))).
fof(ah4s_binaryu_u_ieees_rounding2numu_u_ONTO, axiom, ![V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) <=> ?[V_a]: s(t_h4s_nums_num,V_r) = s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_a))))).
fof(ah4s_binaryu_u_ieees_roundingu_u_EQu_u_rounding, axiom, ![V_au_27, V_a]: (s(t_h4s_binaryu_u_ieees_rounding,V_a) = s(t_h4s_binaryu_u_ieees_rounding,V_au_27) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_a))) = s(t_h4s_nums_num,h4s_binaryu_u_ieees_rounding2num(s(t_h4s_binaryu_u_ieees_rounding,V_au_27))))).
fof(ah4s_binaryu_u_ieees_roundingu_u_sizeu_u_def, axiom, ![V_x]: s(t_h4s_nums_num,h4s_binaryu_u_ieees_roundingu_u_size(s(t_h4s_binaryu_u_ieees_rounding,V_x))) = s(t_h4s_nums_num,h4s_nums_0)).
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_fcps_bit0u_u_repfnsu_c1, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => ![V_r]: (![V_uu_27bit0u_27]: (![V_a00]: ((?[V_a]: s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a00) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))) | ?[V_a]: s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a00) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,h4s_nums_0))),s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0)))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27bit0u_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a00))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27bit0u_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r))))) <=> s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_fcps_u_20u_40indu_u_typefcp3(s(t_h4s_fcps_bit0(TV_u_27a),h4s_fcps_u_20u_40indu_u_typefcp2(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r))))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r)))).
fof(ah4s_fcps_bit0u_u_TYu_u_DEF, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_1),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => ![V_uu_0]: (![V_a0]: (p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_0),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0)))) <=> ![V_uu_27bit0u_27]: (![V_a00]: ((?[V_a]: s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a00) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_1))) | ?[V_a]: s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a00) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,h4s_nums_0))),s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_1)))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27bit0u_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a00))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27bit0u_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0)))))) => ?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_0),s(t_fun(t_h4s_fcps_bit0(TV_u_27a),t_h4s_indu_u_types_recspace(TV_u_27a)),V_rep))))))).
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_lists_CONSu_u_11, axiom, ![TV_u_27a]: ![V_a1u_27, V_a1, V_a0u_27, V_a0]: (s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_a0))),s(t_h4s_lists_list(TV_u_27a),V_a1))) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_a0u_27))),s(t_h4s_lists_list(TV_u_27a),V_a1u_27))) <=> (s(TV_u_27a,V_a0) = s(TV_u_27a,V_a0u_27) & s(t_h4s_lists_list(TV_u_27a),V_a1) = s(t_h4s_lists_list(TV_u_27a),V_a1u_27)))).
fof(ah4s_bools_UNWINDu_u_THM2, axiom, ![TV_u_27a]: ![V_a, V_P]: (?[V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_a) & 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,V_a)))))).
fof(ah4s_bools_EXISTSu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (?[V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c2, axiom, ![V_t]: (s(t_bool,f) = s(t_bool,V_t) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_lists_LENGTHu_u_CONS, axiom, ![TV_u_27a]: ![V_n, V_l]: (s(t_h4s_nums_num,h4s_lists_length(s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,V_n))) <=> ?[V_h, V_lu_27]: (s(t_h4s_nums_num,h4s_lists_length(s(t_h4s_lists_list(TV_u_27a),V_lu_27))) = s(t_h4s_nums_num,V_n) & s(t_h4s_lists_list(TV_u_27a),V_l) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_lu_27)))))).
fof(ah4s_lists_listu_u_INDUCT, axiom, ![TV_u_27a]: ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil)))) & ![V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_t)))) => ![V_h]: p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_t)))))))) => ![V_l]: p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_lists_NOTu_u_NILu_u_CONS, axiom, ![TV_u_27a]: ![V_a1, V_a0]: ~ (s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_a0))),s(t_h4s_lists_list(TV_u_27a),V_a1))))).
fof(ah4s_lists_LENGTH0u_c1, axiom, ![TV_u_27a]: ![V_t, V_h]: s(t_h4s_nums_num,h4s_lists_length(s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_t))))) = s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,h4s_lists_length(s(t_h4s_lists_list(TV_u_27a),V_t)))))).
fof(ah4s_lists_LENGTH0u_c0, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_lists_length(s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_bools_IMPu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) => ~ (p(s(t_bool,V_t))))).
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_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_nums_NOTu_u_SUC, axiom, ![V_n]: ~ (s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0))).
fof(ah4s_primu_u_recs_INVu_u_SUCu_u_EQ, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,V_n))) <=> s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n))).
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_numposreps_l2nu_u_2u_u_thmsu_c1, axiom, ![V_t]: s(t_h4s_nums_num,happ(s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_nums_num),h4s_numposreps_l2n(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_lists_list(t_h4s_nums_num),happ(s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_lists_list(t_h4s_nums_num)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_lists_list(t_h4s_nums_num))),h4s_lists_cons),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_lists_list(t_h4s_nums_num),V_t))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,happ(s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_nums_num),h4s_numposreps_l2n2),s(t_h4s_lists_list(t_h4s_nums_num),happ(s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_lists_list(t_h4s_nums_num)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_lists_list(t_h4s_nums_num))),h4s_lists_cons),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_lists_list(t_h4s_nums_num),V_t)))))))).
fof(ah4s_numposreps_l2n20, axiom, s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_nums_num),h4s_numposreps_l2n2) = s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_nums_num),h4s_numposreps_l2n(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_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_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_strings_stringu_u_leu_u_def, axiom, ![V_s2, V_s1]: (p(s(t_bool,h4s_strings_stringu_u_le(s(t_h4s_lists_list(t_h4s_strings_char),V_s1),s(t_h4s_lists_list(t_h4s_strings_char),V_s2)))) <=> (s(t_h4s_lists_list(t_h4s_strings_char),V_s1) = s(t_h4s_lists_list(t_h4s_strings_char),V_s2) | p(s(t_bool,h4s_strings_stringu_u_lt(s(t_h4s_lists_list(t_h4s_strings_char),V_s1),s(t_h4s_lists_list(t_h4s_strings_char),V_s2))))))).
fof(ah4s_arithmetics_MAXu_u_DEF, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_max(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = 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,V_n),s(t_h4s_nums_num,V_m)))).
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_BETAu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_f]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_y)))).
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_EQu_u_CLAUSESu_c0, axiom, ![V_t]: (s(t_bool,t) = s(t_bool,V_t) <=> p(s(t_bool,V_t)))).
fof(ah4s_lists_APPENDu_u_equ_u_NILu_c0, axiom, ![TV_u_27a]: ![V_l2, V_l1]: (s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_append(s(t_h4s_lists_list(TV_u_27a),V_l1),s(t_h4s_lists_list(TV_u_27a),V_l2))) <=> (s(t_h4s_lists_list(TV_u_27a),V_l1) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil) & s(t_h4s_lists_list(TV_u_27a),V_l2) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil)))).
fof(ah4s_lists_LASTu_u_CONSu_u_cond, axiom, ![TV_u_27a]: ![V_t, V_h]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(TV_u_27a),V_t) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil)) & s(TV_u_27a,h4s_lists_last(s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_t))))) = s(TV_u_27a,h4s_bools_cond(s(t_bool,V_v),s(TV_u_27a,V_h),s(TV_u_27a,h4s_lists_last(s(t_h4s_lists_list(TV_u_27a),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_lists_LASTu_u_APPENDu_u_CONS, axiom, ![TV_u_27a]: ![V_l2, V_l1, V_h]: s(TV_u_27a,h4s_lists_last(s(t_h4s_lists_list(TV_u_27a),h4s_lists_append(s(t_h4s_lists_list(TV_u_27a),V_l1),s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_l2))))))) = s(TV_u_27a,h4s_lists_last(s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_l2)))))).
fof(ah4s_lists_APPEND0u_c0, axiom, ![TV_u_27a]: ![V_l]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_append(s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil),s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_h4s_lists_list(TV_u_27a),V_l)).
fof(ah4s_lists_CONS0, axiom, ![TV_u_27a]: s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons) = s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_u_20u_40indu_u_typelist1)).
fof(ah4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist1u_u_u_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => ![V_x, V_x0]: s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_u_20u_40indu_u_typelist1),s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),V_x0))) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,h4s_nums_0))),s(TV_u_27a,V_x),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),h4s_indu_u_types_fcons(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist3(s(t_h4s_lists_list(TV_u_27a),V_x0))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))))))))).
fof(ah4s_lists_APPEND0u_c1, axiom, ![TV_u_27a]: ![V_l2, V_l1, V_h]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_append(s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),V_l1))),s(t_h4s_lists_list(TV_u_27a),V_l2))) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_h))),s(t_h4s_lists_list(TV_u_27a),h4s_lists_append(s(t_h4s_lists_list(TV_u_27a),V_l1),s(t_h4s_lists_list(TV_u_27a),V_l2)))))).
fof(ah4s_lists_NIL0, axiom, ![TV_u_27a]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist0)).
fof(ah4s_lists_hiddenu_u_u_u_20u_u_40indu_u_u_u_typelist0u_u_u_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist0) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(TV_u_27a,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))))))).
fof(ah4s_indu_u_types_FCONS0u_c1, axiom, ![TV_u_27a]: ![V_n, V_f, V_a]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_indu_u_types_fcons(s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,TV_u_27a),V_f))),s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,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),V_f),s(t_h4s_nums_num,V_n)))).
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_lists_listu_u_repfnsu_c0, axiom, ![TV_u_27a]: ![V_a]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist3(s(t_h4s_lists_list(TV_u_27a),V_a))))) = s(t_h4s_lists_list(TV_u_27a),V_a)).
fof(ah4s_indu_u_types_FCONS0u_c0, axiom, ![TV_u_27a]: ![V_f, V_a]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),h4s_indu_u_types_fcons(s(TV_u_27a,V_a),s(t_fun(t_h4s_nums_num,TV_u_27a),V_f))),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_a)).
fof(ah4s_lists_listu_u_repfnsu_c1, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_bottom) => ![V_r]: (![V_uu_27listu_27]: (![V_a0u_270]: ((s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0u_270) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(TV_u_27a,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))) | ?[V_a0, V_a1]: (s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0u_270) = s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_nums_suc),s(t_h4s_nums_num,h4s_nums_0))),s(TV_u_27a,V_a0),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),h4s_indu_u_types_fcons(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a1),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_uu_0))))) & p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27listu_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a1)))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27listu_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_a0u_270))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),t_bool),V_uu_27listu_27),s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r))))) <=> s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist3(s(t_h4s_lists_list(TV_u_27a),h4s_lists_u_20u_40indu_u_typelist2(s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r))))) = s(t_h4s_indu_u_types_recspace(TV_u_27a),V_r)))).
fof(ah4s_indu_u_types_CONSTRu_u_REC, axiom, ![TV_u_27b,TV_u_27a]: ![V_uu_0]: (![V_f, V_r, V_n]: s(TV_u_27b,happ(s(t_fun(t_h4s_nums_num,TV_u_27b),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b)),happ(s(t_fun(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b))),V_uu_0),s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))),s(t_h4s_nums_num,V_n))) = s(TV_u_27b,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f),s(t_h4s_indu_u_types_recspace(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r),s(t_h4s_nums_num,V_n))))) => ![V_Fn]: ?[V_f]: ![V_c, V_i, V_r]: s(TV_u_27b,happ(s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f),s(t_h4s_indu_u_types_recspace(TV_u_27a),h4s_indu_u_types_constr(s(t_h4s_nums_num,V_c),s(TV_u_27a,V_i),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))))) = s(TV_u_27b,happ(s(t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b)),happ(s(t_fun(TV_u_27a,t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b))),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_fun(t_h4s_nums_num,TV_u_27b),TV_u_27b)))),V_Fn),s(t_h4s_nums_num,V_c))),s(TV_u_27a,V_i))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))),s(t_fun(t_h4s_nums_num,TV_u_27b),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b)),happ(s(t_fun(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),t_fun(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),t_fun(t_h4s_nums_num,TV_u_27b))),V_uu_0),s(t_fun(t_h4s_indu_u_types_recspace(TV_u_27a),TV_u_27b),V_f))),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(TV_u_27a)),V_r))))))).
fof(ah4s_bools_JRHu_u_INDUCTu_u_UTIL, axiom, ![TV_u_27a]: ![V_t, V_P]: (![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_t) => 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,d_exists(s(t_fun(TV_u_27a,t_bool),V_P)))))).
fof(ah4s_bools_MONOu_u_EXISTS, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) => (?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => ?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_MONOu_u_OR, axiom, ![V_z, V_y, V_x, V_w]: (((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) & (p(s(t_bool,V_z)) => p(s(t_bool,V_w)))) => ((p(s(t_bool,V_x)) | p(s(t_bool,V_z))) => (p(s(t_bool,V_y)) | p(s(t_bool,V_w)))))).
fof(ah4s_bools_MONOu_u_AND, axiom, ![V_z, V_y, V_x, V_w]: (((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) & (p(s(t_bool,V_z)) => p(s(t_bool,V_w)))) => ((p(s(t_bool,V_x)) & p(s(t_bool,V_z))) => (p(s(t_bool,V_y)) & p(s(t_bool,V_w)))))).
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_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_wordss_wordu_u_sliceu_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_l, V_h, V_x, V_i]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_bool))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_bool)))),V_uu_0),s(t_h4s_nums_num,V_l))),s(t_h4s_nums_num,V_h))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))),s(t_h4s_nums_num,V_i)))) <=> (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_i)))) & (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,V_h),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)))))))))))) & p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x),s(t_h4s_nums_num,V_i))))))) => ![V_l, V_h, V_x]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_slice(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_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_fcps_fcp(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_bool))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_bool)))),V_uu_0),s(t_h4s_nums_num,V_l))),s(t_h4s_nums_num,V_h))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))))))).
fof(ah4s_wordss_w2lu_u_l2w, axiom, ![TV_u_27a]: ![V_l, V_b]: s(t_h4s_lists_list(t_h4s_nums_num),h4s_wordss_w2l(s(t_h4s_nums_num,V_b),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_l2w(s(t_h4s_nums_num,V_b),s(t_h4s_lists_list(t_h4s_nums_num),V_l))))) = s(t_h4s_lists_list(t_h4s_nums_num),h4s_numposreps_n2l(s(t_h4s_nums_num,V_b),s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,happ(s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_nums_num),h4s_numposreps_l2n(s(t_h4s_nums_num,V_b))),s(t_h4s_lists_list(t_h4s_nums_num),V_l))),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_l2wu_u_def, axiom, ![TV_u_27a]: ![V_l, V_b]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_l2w(s(t_h4s_nums_num,V_b),s(t_h4s_lists_list(t_h4s_nums_num),V_l))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,happ(s(t_fun(t_h4s_lists_list(t_h4s_nums_num),t_h4s_nums_num),h4s_numposreps_l2n(s(t_h4s_nums_num,V_b))),s(t_h4s_lists_list(t_h4s_nums_num),V_l)))))).
fof(ah4s_wordss_w2lu_u_def, axiom, ![TV_u_27a]: ![V_w, V_b]: s(t_h4s_lists_list(t_h4s_nums_num),h4s_wordss_w2l(s(t_h4s_nums_num,V_b),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_lists_list(t_h4s_nums_num),h4s_numposreps_n2l(s(t_h4s_nums_num,V_b),s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))).
fof(ah4s_lists_FOLDLu_u_SNOC, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_l, V_f, V_e]: s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27a),h4s_lists_snoc(s(TV_u_27a,V_x),s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27a),V_l))))),s(TV_u_27a,V_x)))).
fof(ah4s_lists_SNOC0u_c1, axiom, ![TV_u_27a]: ![V_xu_27, V_x, V_l]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_snoc(s(TV_u_27a,V_x),s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_xu_27))),s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_xu_27))),s(t_h4s_lists_list(TV_u_27a),h4s_lists_snoc(s(TV_u_27a,V_x),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_lists_FOLDL0u_c1, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_l, V_f, V_e]: s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e))),s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),V_l)))).
fof(ah4s_lists_FOLDL0u_c0, axiom, ![TV_u_27a,TV_u_27b]: ![V_f, V_e]: s(TV_u_27b,h4s_lists_foldl(s(t_fun(TV_u_27b,t_fun(TV_u_27a,TV_u_27b)),V_f),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(TV_u_27b,V_e)).
fof(ah4s_lists_SNOC0u_c0, axiom, ![TV_u_27a]: ![V_x]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_snoc(s(TV_u_27a,V_x),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a))),h4s_lists_cons),s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil)))).
fof(ah4s_wordss_w2w0, axiom, ![TV_u_27b,TV_u_27a]: ![V_w, V_i]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value)))))) => (p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,TV_u_27b),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),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_nums_num,V_i)))) <=> (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))) & p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_nums_num,V_i)))))))).
fof(ah4s_wordss_wordu_u_extractu_u_def, axiom, ![TV_u_27b,TV_u_27a]: ![V_l, V_h]: s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),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_l))) = s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,TV_u_27b)),h4s_combins_o(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,TV_u_27b)),h4s_wordss_w2w),s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),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)))))).
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_wordss_WORDu_u_EXTRACTu_u_MINu_u_HIGHu_c1, axiom, ![TV_u_27b,TV_u_27a]: ![V_w, V_l, V_h]: ((p(s(t_bool,h4s_primu_u_recs_u_3c(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_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(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,V_h))))) => s(t_h4s_fcps_cart(t_bool,TV_u_27b),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),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_l))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27b),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),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_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,V_l))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))).
fof(ah4s_wordss_wordu_u_bitsu_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_h, V_x, V_l, V_i]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)))),V_uu_0),s(t_h4s_nums_num,V_h))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))),s(t_h4s_nums_num,V_l))),s(t_h4s_nums_num,V_i)))) <=> (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,V_l))),s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,V_h),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)))))))))))) & p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,V_l)))))))) => ![V_l, V_h, V_x]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),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_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_fcps_fcp(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)))),V_uu_0),s(t_h4s_nums_num,V_h))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))),s(t_h4s_nums_num,V_l))))))).
fof(ah4s_fcps_FCPu_u_BETA, axiom, ![TV_u_27b,TV_u_27a]: ![V_i, V_g]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value)))))) => s(TV_u_27a,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(TV_u_27a,TV_u_27b),h4s_fcps_fcp(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g))),s(t_h4s_nums_num,V_i))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,V_i))))).
fof(ah4s_fcps_CARTu_u_EQ, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x]: (s(t_h4s_fcps_cart(TV_u_27a,TV_u_27b),V_x) = s(t_h4s_fcps_cart(TV_u_27a,TV_u_27b),V_y) <=> ![V_i]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value)))))) => s(TV_u_27a,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(TV_u_27a,TV_u_27b),V_x),s(t_h4s_nums_num,V_i))) = s(TV_u_27a,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(TV_u_27a,TV_u_27b),V_y),s(t_h4s_nums_num,V_i)))))).
fof(ch4s_binaryu_u_ieees_datatypeu_u_rounding, conjecture, ![V_rounding]: p(s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_rounding,t_bool),happ(s(t_fun(t_h4s_binaryu_u_ieees_rounding,t_fun(t_h4s_binaryu_u_ieees_rounding,t_bool)),happ(s(t_fun(t_h4s_binaryu_u_ieees_rounding,t_fun(t_h4s_binaryu_u_ieees_rounding,t_fun(t_h4s_binaryu_u_ieees_rounding,t_bool))),happ(s(t_fun(t_h4s_binaryu_u_ieees_rounding,t_fun(t_h4s_binaryu_u_ieees_rounding,t_fun(t_h4s_binaryu_u_ieees_rounding,t_fun(t_h4s_binaryu_u_ieees_rounding,t_bool)))),V_rounding),s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtiestoeven))),s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardpositive))),s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardnegative))),s(t_h4s_binaryu_u_ieees_rounding,h4s_binaryu_u_ieees_roundtowardzero))))))).
