%   ORIGINAL: h4/HolSmt/t032
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Assm: h4/bool/LET__DEF: h4/bool/LET = (\f x. f x)
% Assm: h4/bool/BOOL__CASES__AX: !t. (t <=> T) \/ (t <=> F)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/AND__CLAUSES_c2: !t. F /\ t <=> F
% Assm: h4/bool/AND__CLAUSES_c4: !t. t /\ t <=> t
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/OR__CLAUSES_c1: !t. t \/ T <=> T
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/OR__CLAUSES_c3: !t. t \/ F <=> t
% Assm: h4/bool/IMP__CLAUSES_c1: !t. 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/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/bool/COND__CONG: !y_27 y x_27 x Q P. (P <=> Q) /\ (Q ==> x = x_27) /\ (~Q ==> y = y_27) ==> h4/bool/COND P x y = h4/bool/COND Q x_27 y_27
% Assm: h4/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/sat/pth__nn: !p. ~ ~p ==> p
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/arithmetic/DIV2__def: !n. h4/arithmetic/DIV2 n = h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm: h4/arithmetic/MOD__UNIQUE: !r n k. (?q. k = h4/arithmetic/_2B (h4/arithmetic/_2A q n) r /\ h4/prim__rec/_3C r n) ==> h4/arithmetic/MOD k n = r
% Assm: h4/arithmetic/SUC__ELIM__NUMERALS: !g f. (!n. g (h4/num/SUC n) = f n (h4/num/SUC n)) <=> (!n. g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = f (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) /\ (!n. g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)))
% Assm: h4/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_c0: !n. h4/arithmetic/_2B h4/num/0 n = n
% Assm: h4/numeral/numeral__distrib_c1: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm: h4/numeral/numeral__distrib_c2: !n m. h4/arithmetic/_2B (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__distrib_c3: !n. h4/arithmetic/_2A h4/num/0 n = h4/num/0
% Assm: h4/numeral/numeral__distrib_c5: !n m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2A n m)
% Assm: h4/numeral/numeral__distrib_c8: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm: h4/numeral/numeral__distrib_c21: !n. h4/prim__rec/_3C h4/num/0 (h4/arithmetic/NUMERAL n) <=> h4/prim__rec/_3C h4/arithmetic/ZERO n
% Assm: h4/numeral/numeral__distrib_c22: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__add_c0: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm: h4/numeral/numeral__add_c1: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = n
% Assm: h4/numeral/numeral__add_c2: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c4: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c7: !n. h4/num/SUC (h4/arithmetic/_2B n h4/arithmetic/ZERO) = h4/num/SUC n
% Assm: h4/numeral/numeral__eq_c1: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/numeral/numeral__lt_c1: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c3: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_c4: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_c5: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm: h4/numeral/numeral__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__pre_c1: h4/prim__rec/PRE (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__pre_c2: !n. h4/prim__rec/PRE (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 n)) = h4/arithmetic/BIT2 (h4/prim__rec/PRE (h4/arithmetic/BIT1 n))
% Assm: h4/numeral/numeral__pre_c3: !n. h4/prim__rec/PRE (h4/arithmetic/BIT1 (h4/arithmetic/BIT2 n)) = h4/arithmetic/BIT2 (h4/arithmetic/BIT1 n)
% 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__evenodd_c5: !n. h4/arithmetic/ODD (h4/arithmetic/BIT1 n)
% Assm: h4/numeral/numeral__texp__help_c0: !acc. h4/numeral/texp__help h4/arithmetic/ZERO acc = h4/arithmetic/BIT2 acc
% Assm: h4/numeral/numeral__texp__help_c1: !n acc. h4/numeral/texp__help (h4/arithmetic/BIT1 n) acc = h4/numeral/texp__help (h4/prim__rec/PRE (h4/arithmetic/BIT1 n)) (h4/arithmetic/BIT1 acc)
% Assm: h4/numeral/numeral__texp__help_c2: !n acc. h4/numeral/texp__help (h4/arithmetic/BIT2 n) acc = h4/numeral/texp__help (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 acc)
% Assm: h4/numeral/onecount__def_c0: !x. h4/numeral/onecount h4/arithmetic/ZERO x = x
% Assm: h4/numeral/onecount__def_c1: !x n. h4/numeral/onecount (h4/arithmetic/BIT1 n) x = h4/numeral/onecount n (h4/num/SUC x)
% Assm: h4/numeral/exactlog__def_c2: !n. h4/numeral/exactlog (h4/arithmetic/BIT2 n) = h4/bool/LET (\x. h4/bool/COND (x = h4/arithmetic/ZERO) h4/arithmetic/ZERO (h4/arithmetic/BIT1 x)) (h4/numeral/onecount n h4/arithmetic/ZERO)
% Assm: h4/numeral/DIV2__BIT1: !x. h4/arithmetic/DIV2 (h4/arithmetic/BIT1 x) = x
% Assm: h4/numeral/enumeral__mult_c2: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y) = h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y)
% Assm: h4/numeral/enumeral__mult_c3: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y) = h4/bool/LET (\n. h4/bool/COND (h4/arithmetic/ODD n) (h4/numeral/texp__help (h4/arithmetic/DIV2 n) (h4/prim__rec/PRE (h4/arithmetic/BIT1 x))) (h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y))) (h4/numeral/exactlog (h4/arithmetic/BIT2 y))
% Assm: h4/numeral/internal__mult__characterisation_c0: !n. h4/numeral/internal__mult h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm: h4/numeral/internal__mult__characterisation_c2: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/numeral/internal__mult n m)) m)
% Assm: h4/pred__set/NOT__IN__EMPTY: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm: h4/list/EVERY__DEF_c0: !P. h4/list/EVERY P h4/list/NIL <=> T
% Assm: h4/list/EVERY__DEF_c1: !t h P. h4/list/EVERY P (h4/list/CONS h t) <=> P h /\ h4/list/EVERY P t
% Assm: h4/list/EVERY__GENLIST: !n f P. h4/list/EVERY P (h4/list/GENLIST f n) <=> (!i. h4/prim__rec/_3C i n ==> P (f i))
% Assm: h4/rich__list/COUNT__LIST__AUX__def_c0: !l. h4/rich__list/COUNT__LIST__AUX h4/num/0 l = l
% Assm: h4/rich__list/COUNT__LIST__AUX__def_c1: !n l. h4/rich__list/COUNT__LIST__AUX (h4/num/SUC n) l = h4/rich__list/COUNT__LIST__AUX n (h4/list/CONS n l)
% Assm: h4/rich__list/COUNT__LIST__GENLIST: !n. h4/rich__list/COUNT__LIST n = h4/list/GENLIST h4/combin/I n
% Assm: h4/rich__list/COUNT__LIST__compute: !n. h4/rich__list/COUNT__LIST n = h4/rich__list/COUNT__LIST__AUX n h4/list/NIL
% 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)
% 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/words/n2w__def: !n. h4/words/n2w n = h4/fcp/FCP (\i. h4/bit/BIT i n)
% Assm: h4/words/BIT__SET__def: !n i. h4/words/BIT__SET i n = h4/bool/COND (n = h4/num/0) h4/pred__set/EMPTY (h4/bool/COND (h4/arithmetic/ODD n) (h4/pred__set/INSERT i (h4/words/BIT__SET (h4/num/SUC i) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))))) (h4/words/BIT__SET (h4/num/SUC i) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))))
% Assm: h4/words/word__sub__def: !w v. h4/words/word__sub v w = h4/words/word__add v (h4/words/word__2comp w)
% Assm: h4/words/n2w__mod: !n. h4/words/n2w (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)) = h4/words/n2w n
% Assm: h4/words/word__add__n2w: !n m. h4/words/word__add (h4/words/n2w m) (h4/words/n2w n) = h4/words/n2w (h4/arithmetic/_2B m n)
% Assm: h4/words/word__2comp__n2w: !n. h4/words/word__2comp (h4/words/n2w n) = h4/words/n2w (h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)))
% Assm: h4/words/sw2sw0: !w i. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> (h4/fcp/fcp__index (h4/words/sw2sw w) i <=> h4/bool/COND (h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) \/ h4/prim__rec/_3C (h4/fcp/dimindex h4/bool/the__value) (h4/fcp/dimindex h4/bool/the__value)) (h4/fcp/fcp__index w i) (h4/words/word__msb w))
% Assm: h4/words/BIT__SET0: !n i. h4/bit/BIT i n <=> h4/bool/IN i (h4/words/BIT__SET h4/num/0 n)
% Assm: h4/words/WORD__ADD__0_c0: !w. h4/words/word__add w (h4/words/n2w h4/num/0) = w
% Assm: h4/words/WORD__MULT__ASSOC: !x w v. h4/words/word__mul v (h4/words/word__mul w x) = h4/words/word__mul (h4/words/word__mul v w) x
% Assm: h4/words/WORD__ADD__COMM: !w v. h4/words/word__add v w = h4/words/word__add w v
% Assm: h4/words/WORD__MULT__COMM: !w v. h4/words/word__mul v w = h4/words/word__mul w v
% Assm: h4/words/WORD__MULT__CLAUSES_c0: !v. h4/words/word__mul (h4/words/n2w h4/num/0) v = h4/words/n2w h4/num/0
% Assm: h4/words/WORD__MULT__CLAUSES_c2: !v. h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v = v
% Assm: h4/words/WORD__RIGHT__ADD__DISTRIB: !x w v. h4/words/word__mul (h4/words/word__add v w) x = h4/words/word__add (h4/words/word__mul v x) (h4/words/word__mul w x)
% Assm: h4/words/WORD__LCANCEL__SUB: !x w v. h4/words/word__sub v w = h4/words/word__sub x w <=> v = x
% Assm: h4/words/WORD__NEG__MUL: !w. h4/words/word__2comp w = h4/words/word__mul (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w
% Assm: h4/words/WORD__LITERAL__MULT_c0: !n m. h4/words/word__mul (h4/words/n2w m) (h4/words/word__2comp (h4/words/n2w n)) = h4/words/word__2comp (h4/words/n2w (h4/arithmetic/_2A m n))
% Assm: h4/words/dimindex__8: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/words/dimindex__32: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))))
% Assm: h4/words/dimword__32: h4/words/dimword h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))))))))))))))))))))))))))))))
% Goal: !x. h4/words/n2w h4/num/0 = h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))))))))))))))))))))))))))))))))) (h4/words/sw2sw x) ==> ~(h4/fcp/fcp__index x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) <=> ~h4/fcp/fcp__index x h4/num/0)
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_LETu_u_DEF]: !x x. h4/bool/LET x x = happ x x
% Assm [h4s_bools_BOOLu_u_CASESu_u_AX]: !t. (t <=> T) \/ (t <=> F)
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c2]: !t. F /\ t <=> F
% Assm [h4s_bools_ANDu_u_CLAUSESu_c4]: !t. t /\ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c1]: !t. t \/ T <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c3]: !t. t \/ F <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. 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_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_bools_CONDu_u_CONG]: !y_27 y x_27 x Q P. (P <=> Q) /\ (Q ==> x = x_27) /\ (~Q ==> y = y_27) ==> h4/bool/COND P x y = h4/bool/COND Q x_27 y_27
% Assm [h4s_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_sats_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_sats_pthu_u_nn]: !p. ~ ~p ==> p
% Assm [h4s_combins_Iu_u_THM]: !x. happ h4/combin/I x = x
% Assm [h4s_arithmetics_DIV2u_u_def]: !n. h4/arithmetic/DIV2 n = h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm [h4s_arithmetics_MODu_u_UNIQUE]: !r n k. (?q. k = h4/arithmetic/_2B (h4/arithmetic/_2A q n) r /\ h4/prim__rec/_3C r n) ==> h4/arithmetic/MOD k n = r
% Assm [h4s_arithmetics_SUCu_u_ELIMu_u_NUMERALS]: !g f. (!n. happ g (h4/num/SUC n) = happ (happ f n) (h4/num/SUC n)) <=> (!n. happ g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = happ (happ f (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) /\ (!n. happ g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = happ (happ f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)))
% Assm [h4s_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_c0]: !n. h4/arithmetic/_2B h4/num/0 n = n
% Assm [h4s_numerals_numeralu_u_distribu_c1]: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm [h4s_numerals_numeralu_u_distribu_c2]: !n m. h4/arithmetic/_2B (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_distribu_c3]: !n. h4/arithmetic/_2A h4/num/0 n = h4/num/0
% Assm [h4s_numerals_numeralu_u_distribu_c5]: !n m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2A n m)
% Assm [h4s_numerals_numeralu_u_distribu_c8]: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm [h4s_numerals_numeralu_u_distribu_c21]: !n. h4/prim__rec/_3C h4/num/0 (h4/arithmetic/NUMERAL n) <=> h4/prim__rec/_3C h4/arithmetic/ZERO n
% Assm [h4s_numerals_numeralu_u_distribu_c22]: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_addu_c0]: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm [h4s_numerals_numeralu_u_addu_c1]: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = n
% Assm [h4s_numerals_numeralu_u_addu_c2]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c4]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c7]: !n. h4/num/SUC (h4/arithmetic/_2B n h4/arithmetic/ZERO) = h4/num/SUC n
% Assm [h4s_numerals_numeralu_u_equ_c1]: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c0]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c1]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c3]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_c4]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_c5]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm [h4s_numerals_numeralu_u_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_preu_c1]: h4/prim__rec/PRE (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_preu_c2]: !n. h4/prim__rec/PRE (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 n)) = h4/arithmetic/BIT2 (h4/prim__rec/PRE (h4/arithmetic/BIT1 n))
% Assm [h4s_numerals_numeralu_u_preu_c3]: !n. h4/prim__rec/PRE (h4/arithmetic/BIT1 (h4/arithmetic/BIT2 n)) = h4/arithmetic/BIT2 (h4/arithmetic/BIT1 n)
% 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_evenoddu_c5]: !n. h4/arithmetic/ODD (h4/arithmetic/BIT1 n)
% Assm [h4s_numerals_numeralu_u_texpu_u_helpu_c0]: !acc. h4/numeral/texp__help h4/arithmetic/ZERO acc = h4/arithmetic/BIT2 acc
% Assm [h4s_numerals_numeralu_u_texpu_u_helpu_c1]: !n acc. h4/numeral/texp__help (h4/arithmetic/BIT1 n) acc = h4/numeral/texp__help (h4/prim__rec/PRE (h4/arithmetic/BIT1 n)) (h4/arithmetic/BIT1 acc)
% Assm [h4s_numerals_numeralu_u_texpu_u_helpu_c2]: !n acc. h4/numeral/texp__help (h4/arithmetic/BIT2 n) acc = h4/numeral/texp__help (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 acc)
% Assm [h4s_numerals_onecountu_u_defu_c0]: !x. h4/numeral/onecount h4/arithmetic/ZERO x = x
% Assm [h4s_numerals_onecountu_u_defu_c1]: !x n. h4/numeral/onecount (h4/arithmetic/BIT1 n) x = h4/numeral/onecount n (h4/num/SUC x)
% Assm [h4s_numerals_exactlogu_u_defu_c2]: !_0. (!x. ?v. (v <=> x = h4/arithmetic/ZERO) /\ happ _0 x = h4/bool/COND v h4/arithmetic/ZERO (h4/arithmetic/BIT1 x)) ==> (!n. h4/numeral/exactlog (h4/arithmetic/BIT2 n) = h4/bool/LET _0 (h4/numeral/onecount n h4/arithmetic/ZERO))
% Assm [h4s_numerals_DIV2u_u_BIT1]: !x. h4/arithmetic/DIV2 (h4/arithmetic/BIT1 x) = x
% Assm [h4s_numerals_enumeralu_u_multu_c2]: !y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y) = h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT1 y)
% Assm [h4s_numerals_enumeralu_u_multu_c3]: !_0. (!x y n. happ (happ (happ _0 x) y) n = h4/bool/COND (h4/arithmetic/ODD n) (h4/numeral/texp__help (h4/arithmetic/DIV2 n) (h4/prim__rec/PRE (h4/arithmetic/BIT1 x))) (h4/numeral/internal__mult (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y))) ==> (!y x. h4/arithmetic/_2A (h4/arithmetic/BIT1 x) (h4/arithmetic/BIT2 y) = h4/bool/LET (happ (happ _0 x) y) (h4/numeral/exactlog (h4/arithmetic/BIT2 y)))
% Assm [h4s_numerals_internalu_u_multu_u_characterisationu_c0]: !n. h4/numeral/internal__mult h4/arithmetic/ZERO n = h4/arithmetic/ZERO
% Assm [h4s_numerals_internalu_u_multu_u_characterisationu_c2]: !n m. h4/numeral/internal__mult (h4/arithmetic/BIT1 n) m = h4/numeral/iZ (h4/arithmetic/_2B (h4/numeral/iDUB (h4/numeral/internal__mult n m)) m)
% Assm [h4s_predu_u_sets_NOTu_u_INu_u_EMPTY]: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm [h4s_lists_EVERYu_u_DEFu_c0]: !P. h4/list/EVERY P h4/list/NIL <=> T
% Assm [h4s_lists_EVERYu_u_DEFu_c1]: !t h P. h4/list/EVERY P (h4/list/CONS h t) <=> happ P h /\ h4/list/EVERY P t
% Assm [h4s_lists_EVERYu_u_GENLIST]: !n f P. h4/list/EVERY P (h4/list/GENLIST f n) <=> (!i. h4/prim__rec/_3C i n ==> happ P (happ f i))
% Assm [h4s_richu_u_lists_COUNTu_u_LISTu_u_AUXu_u_defu_c0]: !l. h4/rich__list/COUNT__LIST__AUX h4/num/0 l = l
% Assm [h4s_richu_u_lists_COUNTu_u_LISTu_u_AUXu_u_defu_c1]: !n l. h4/rich__list/COUNT__LIST__AUX (h4/num/SUC n) l = h4/rich__list/COUNT__LIST__AUX n (h4/list/CONS n l)
% Assm [h4s_richu_u_lists_COUNTu_u_LISTu_u_GENLIST]: !n. h4/rich__list/COUNT__LIST n = h4/list/GENLIST h4/combin/I n
% Assm [h4s_richu_u_lists_COUNTu_u_LISTu_u_compute]: !n. h4/rich__list/COUNT__LIST n = h4/rich__list/COUNT__LIST__AUX n h4/list/NIL
% 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)
% 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_wordss_n2wu_u_def]: !_0. (!n i. happ (happ _0 n) i <=> h4/bit/BIT i n) ==> (!n. h4/words/n2w n = h4/fcp/FCP (happ _0 n))
% Assm [h4s_wordss_BITu_u_SETu_u_def]: !n i. ?v. (v <=> n = h4/num/0) /\ h4/words/BIT__SET i n = h4/bool/COND v h4/pred__set/EMPTY (h4/bool/COND (h4/arithmetic/ODD n) (h4/pred__set/INSERT i (h4/words/BIT__SET (h4/num/SUC i) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))))) (h4/words/BIT__SET (h4/num/SUC i) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))))
% Assm [h4s_wordss_wordu_u_subu_u_def]: !w v. h4/words/word__sub v w = h4/words/word__add v (h4/words/word__2comp w)
% Assm [h4s_wordss_n2wu_u_mod]: !n. h4/words/n2w (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)) = h4/words/n2w n
% Assm [h4s_wordss_wordu_u_addu_u_n2w]: !n m. h4/words/word__add (h4/words/n2w m) (h4/words/n2w n) = h4/words/n2w (h4/arithmetic/_2B m n)
% Assm [h4s_wordss_wordu_u_2compu_u_n2w]: !n. h4/words/word__2comp (h4/words/n2w n) = h4/words/n2w (h4/arithmetic/_2D (h4/words/dimword h4/bool/the__value) (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)))
% Assm [h4s_wordss_sw2sw0]: !w i. h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) ==> (?v. (v <=> h4/prim__rec/_3C i (h4/fcp/dimindex h4/bool/the__value) \/ h4/prim__rec/_3C (h4/fcp/dimindex h4/bool/the__value) (h4/fcp/dimindex h4/bool/the__value)) /\ (h4/fcp/fcp__index (h4/words/sw2sw w) i <=> h4/bool/COND v (h4/fcp/fcp__index w i) (h4/words/word__msb w)))
% Assm [h4s_wordss_BITu_u_SET0]: !n i. h4/bit/BIT i n <=> h4/bool/IN i (h4/words/BIT__SET h4/num/0 n)
% Assm [h4s_wordss_WORDu_u_ADDu_u_0u_c0]: !w. h4/words/word__add w (h4/words/n2w h4/num/0) = w
% Assm [h4s_wordss_WORDu_u_MULTu_u_ASSOC]: !x w v. h4/words/word__mul v (h4/words/word__mul w x) = h4/words/word__mul (h4/words/word__mul v w) x
% Assm [h4s_wordss_WORDu_u_ADDu_u_COMM]: !w v. h4/words/word__add v w = h4/words/word__add w v
% Assm [h4s_wordss_WORDu_u_MULTu_u_COMM]: !w v. h4/words/word__mul v w = h4/words/word__mul w v
% Assm [h4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c0]: !v. h4/words/word__mul (h4/words/n2w h4/num/0) v = h4/words/n2w h4/num/0
% Assm [h4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c2]: !v. h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v = v
% Assm [h4s_wordss_WORDu_u_RIGHTu_u_ADDu_u_DISTRIB]: !x w v. h4/words/word__mul (h4/words/word__add v w) x = h4/words/word__add (h4/words/word__mul v x) (h4/words/word__mul w x)
% Assm [h4s_wordss_WORDu_u_LCANCELu_u_SUB]: !x w v. h4/words/word__sub v w = h4/words/word__sub x w <=> v = x
% Assm [h4s_wordss_WORDu_u_NEGu_u_MUL]: !w. h4/words/word__2comp w = h4/words/word__mul (h4/words/word__2comp (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) w
% Assm [h4s_wordss_WORDu_u_LITERALu_u_MULTu_c0]: !n m. h4/words/word__mul (h4/words/n2w m) (h4/words/word__2comp (h4/words/n2w n)) = h4/words/word__2comp (h4/words/n2w (h4/arithmetic/_2A m n))
% Assm [h4s_wordss_dimindexu_u_8]: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_wordss_dimindexu_u_32]: h4/fcp/dimindex h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))))
% Assm [h4s_wordss_dimwordu_u_32]: h4/words/dimword h4/bool/the__value = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))))))))))))))))))))))))))))))
% Goal: !x. h4/words/n2w h4/num/0 = h4/words/word__mul (h4/words/n2w (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))))))))))))))))))))))))))))))))) (h4/words/sw2sw x) ==> ~(h4/fcp/fcp__index x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) <=> ~h4/fcp/fcp__index x h4/num/0)
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_Q342941,TV_Q342937]: ![V_f, V_g]: (![V_x]: s(TV_Q342937,happ(s(t_fun(TV_Q342941,TV_Q342937),V_f),s(TV_Q342941,V_x))) = s(TV_Q342937,happ(s(t_fun(TV_Q342941,TV_Q342937),V_g),s(TV_Q342941,V_x))) => s(t_fun(TV_Q342941,TV_Q342937),V_f) = s(t_fun(TV_Q342941,TV_Q342937),V_g))).
fof(ah4s_bools_LETu_u_DEF, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_x0]: s(TV_u_27b,h4s_bools_let(s(t_fun(TV_u_27a,TV_u_27b),V_x),s(TV_u_27a,V_x0))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_x),s(TV_u_27a,V_x0)))).
fof(ah4s_bools_BOOLu_u_CASESu_u_AX, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(ah4s_bools_ETAu_u_AX, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x)))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_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_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) & p(s(t_bool,V_t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) | p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,f))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,t))) <=> p(s(t_bool,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_EQu_u_CLAUSESu_c3, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,f) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_bools_ANDu_u_IMPu_u_INTRO, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) => (p(s(t_bool,V_t2)) => p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) => p(s(t_bool,V_t3))))).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_bools_CONDu_u_CONG, axiom, ![TV_u_27a]: ![V_yu_27, V_y, V_xu_27, V_x, V_Q, V_P]: ((s(t_bool,V_P) = s(t_bool,V_Q) & ((p(s(t_bool,V_Q)) => s(TV_u_27a,V_x) = s(TV_u_27a,V_xu_27)) & (~ (p(s(t_bool,V_Q))) => s(TV_u_27a,V_y) = s(TV_u_27a,V_yu_27)))) => s(TV_u_27a,h4s_bools_cond(s(t_bool,V_P),s(TV_u_27a,V_x),s(TV_u_27a,V_y))) = s(TV_u_27a,h4s_bools_cond(s(t_bool,V_Q),s(TV_u_27a,V_xu_27),s(TV_u_27a,V_yu_27))))).
fof(ah4s_sats_dcu_u_eq, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> s(t_bool,V_q) = s(t_bool,V_r)) <=> ((p(s(t_bool,V_p)) | (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) & ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_q))))) & ((p(s(t_bool,V_q)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_p))))) & (p(s(t_bool,V_r)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p)))))))))).
fof(ah4s_sats_dcu_u_neg, axiom, ![V_q, V_p]: ((p(s(t_bool,V_p)) <=> ~ (p(s(t_bool,V_q)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p))))))).
fof(ah4s_sats_pthu_u_ni1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => p(s(t_bool,V_p)))).
fof(ah4s_sats_pthu_u_ni2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_sats_pthu_u_nn, axiom, ![V_p]: (~ (~ (p(s(t_bool,V_p)))) => p(s(t_bool,V_p)))).
fof(ah4s_combins_Iu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),h4s_combins_i),s(TV_u_27a,V_x))) = s(TV_u_27a,V_x)).
fof(ah4s_arithmetics_DIV2u_u_def, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_arithmetics_MODu_u_UNIQUE, axiom, ![V_r, V_n, V_k]: (?[V_q]: (s(t_h4s_nums_num,V_k) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_q),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_r))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,V_n))))) => s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_k),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,V_r))).
fof(ah4s_arithmetics_SUCu_u_ELIMu_u_NUMERALS, axiom, ![TV_u_27a]: ![V_g, V_f]: (![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) <=> (![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) & ![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n)))))))))).
fof(ah4s_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_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_distribu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_distribu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_distribu_c3, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_numerals_numeralu_u_distribu_c5, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_distribu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_numeralu_u_distribu_c21, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_distribu_c22, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_addu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_addu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_addu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_addu_c4, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_addu_c7, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_equ_c1, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_zero) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_ltu_c0, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_c1, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_c2, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_ltu_c3, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_c4, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_c5, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m)))))) <=> ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_numerals_numeralu_u_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_preu_c1, axiom, s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_arithmetics_zero)).
fof(ah4s_numerals_numeralu_u_preu_c2, axiom, ![V_n]: s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n)))))))).
fof(ah4s_numerals_numeralu_u_preu_c3, axiom, ![V_n]: s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,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_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_evenoddu_c5, axiom, ![V_n]: p(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))).
fof(ah4s_numerals_numeralu_u_texpu_u_helpu_c0, axiom, ![V_acc]: s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_acc))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_acc)))).
fof(ah4s_numerals_numeralu_u_texpu_u_helpu_c1, axiom, ![V_n, V_acc]: s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_acc))) = s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_primu_u_recs_pre(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_acc)))))).
fof(ah4s_numerals_numeralu_u_texpu_u_helpu_c2, axiom, ![V_n, V_acc]: s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_acc))) = s(t_h4s_nums_num,h4s_numerals_texpu_u_help(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_acc)))))).
fof(ah4s_numerals_onecountu_u_defu_c0, axiom, ![V_x]: s(t_h4s_nums_num,h4s_numerals_onecount(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,V_x)).
fof(ah4s_numerals_onecountu_u_defu_c1, axiom, ![V_x, V_n]: s(t_h4s_nums_num,h4s_numerals_onecount(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,h4s_numerals_onecount(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_x)))))).
fof(ah4s_numerals_exactlogu_u_defu_c2, axiom, ![V_uu_0]: (![V_x]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,V_x) = s(t_h4s_nums_num,h4s_arithmetics_zero)) & s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_uu_0),s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,V_v),s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x)))))) => ![V_n]: s(t_h4s_nums_num,h4s_numerals_exactlog(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_bools_let(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_uu_0),s(t_h4s_nums_num,h4s_numerals_onecount(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))))).
fof(ah4s_numerals_DIV2u_u_BIT1, axiom, ![V_x]: s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))))) = s(t_h4s_nums_num,V_x)).
fof(ah4s_numerals_enumeralu_u_multu_c2, axiom, ![V_y, V_x]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_y)))))).
fof(ah4s_numerals_enumeralu_u_multu_c3, axiom, ![V_uu_0]: (![V_x, V_y, V_n]: s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num))),V_uu_0),s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,V_y))),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_numerals_texpu_u_help(s(t_h4s_nums_num,h4s_arithmetics_div2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_primu_u_recs_pre(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))))))),s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_y))))))) => ![V_y, V_x]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_y))))) = s(t_h4s_nums_num,h4s_bools_let(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num))),V_uu_0),s(t_h4s_nums_num,V_x))),s(t_h4s_nums_num,V_y))),s(t_h4s_nums_num,h4s_numerals_exactlog(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_y))))))))).
fof(ah4s_numerals_internalu_u_multu_u_characterisationu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_zero)).
fof(ah4s_numerals_internalu_u_multu_u_characterisationu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_numerals_idub(s(t_h4s_nums_num,h4s_numerals_internalu_u_mult(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_predu_u_sets_NOTu_u_INu_u_EMPTY, axiom, ![TV_u_27a]: ![V_x]: ~ (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)))))).
fof(ah4s_lists_EVERYu_u_DEFu_c0, axiom, ![TV_u_27a]: ![V_P]: s(t_bool,h4s_lists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(t_bool,t)).
fof(ah4s_lists_EVERYu_u_DEFu_c1, axiom, ![TV_u_27a]: ![V_t, V_h, V_P]: (p(s(t_bool,h4s_lists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(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)))))) <=> (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_h)))) & p(s(t_bool,h4s_lists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_t))))))).
fof(ah4s_lists_EVERYu_u_GENLIST, axiom, ![TV_u_27a]: ![V_n, V_f, V_P]: (p(s(t_bool,h4s_lists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),h4s_lists_genlist(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,V_n)))))) <=> ![V_i]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_f),s(t_h4s_nums_num,V_i))))))))).
fof(ah4s_richu_u_lists_COUNTu_u_LISTu_u_AUXu_u_defu_c0, axiom, ![V_l]: s(t_h4s_lists_list(t_h4s_nums_num),h4s_richu_u_lists_countu_u_listu_u_aux(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_lists_list(t_h4s_nums_num),V_l))) = s(t_h4s_lists_list(t_h4s_nums_num),V_l)).
fof(ah4s_richu_u_lists_COUNTu_u_LISTu_u_AUXu_u_defu_c1, axiom, ![V_n, V_l]: s(t_h4s_lists_list(t_h4s_nums_num),h4s_richu_u_lists_countu_u_listu_u_aux(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_lists_list(t_h4s_nums_num),V_l))) = s(t_h4s_lists_list(t_h4s_nums_num),h4s_richu_u_lists_countu_u_listu_u_aux(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_nums_num),h4s_lists_cons(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_nums_num),V_l)))))).
fof(ah4s_richu_u_lists_COUNTu_u_LISTu_u_GENLIST, axiom, ![V_n]: s(t_h4s_lists_list(t_h4s_nums_num),h4s_richu_u_lists_countu_u_list(s(t_h4s_nums_num,V_n))) = s(t_h4s_lists_list(t_h4s_nums_num),h4s_lists_genlist(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),h4s_combins_i),s(t_h4s_nums_num,V_n)))).
fof(ah4s_richu_u_lists_COUNTu_u_LISTu_u_compute, axiom, ![V_n]: s(t_h4s_lists_list(t_h4s_nums_num),h4s_richu_u_lists_countu_u_list(s(t_h4s_nums_num,V_n))) = s(t_h4s_lists_list(t_h4s_nums_num),h4s_richu_u_lists_countu_u_listu_u_aux(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_nums_num),h4s_lists_nil)))).
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(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_wordss_n2wu_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_n, V_i]: 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)),V_uu_0),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_i))) = s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,V_n))) => ![V_n]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_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)),V_uu_0),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_wordss_BITu_u_SETu_u_def, axiom, ![V_n, V_i]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0)) & s(t_fun(t_h4s_nums_num,t_bool),h4s_wordss_bitu_u_set(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,V_n))) = s(t_fun(t_h4s_nums_num,t_bool),h4s_bools_cond(s(t_bool,V_v),s(t_fun(t_h4s_nums_num,t_bool),h4s_predu_u_sets_empty),s(t_fun(t_h4s_nums_num,t_bool),h4s_bools_cond(s(t_bool,h4s_arithmetics_odd(s(t_h4s_nums_num,V_n))),s(t_fun(t_h4s_nums_num,t_bool),h4s_predu_u_sets_insert(s(t_h4s_nums_num,V_i),s(t_fun(t_h4s_nums_num,t_bool),h4s_wordss_bitu_u_set(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_i))),s(t_h4s_nums_num,h4s_arithmetics_div(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_zero))))))))))),s(t_fun(t_h4s_nums_num,t_bool),h4s_wordss_bitu_u_set(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_i))),s(t_h4s_nums_num,h4s_arithmetics_div(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_zero))))))))))))))).
fof(ah4s_wordss_wordu_u_subu_u_def, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_sub(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))).
fof(ah4s_wordss_n2wu_u_mod, axiom, ![TV_u_27a]: ![V_n]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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))))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n)))).
fof(ah4s_wordss_wordu_u_addu_u_n2w, axiom, ![TV_u_27a]: ![V_n, V_m]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_m))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_wordss_wordu_u_2compu_u_n2w, axiom, ![TV_u_27a]: ![V_n]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))))).
fof(ah4s_wordss_sw2sw0, 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)))))) => ?[V_v]: ((p(s(t_bool,V_v)) <=> (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_primu_u_recs_u_3c(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_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))) & s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_sw2sw(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_nums_num,V_i))) = s(t_bool,h4s_bools_cond(s(t_bool,V_v),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))),s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))))).
fof(ah4s_wordss_BITu_u_SET0, axiom, ![V_n, V_i]: s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_i),s(t_h4s_nums_num,V_n))) = s(t_bool,h4s_bools_in(s(t_h4s_nums_num,V_i),s(t_fun(t_h4s_nums_num,t_bool),h4s_wordss_bitu_u_set(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_wordss_WORDu_u_ADDu_u_0u_c0, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)).
fof(ah4s_wordss_WORDu_u_MULTu_u_ASSOC, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x)))).
fof(ah4s_wordss_WORDu_u_ADDu_u_COMM, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)))).
fof(ah4s_wordss_WORDu_u_MULTu_u_COMM, axiom, ![TV_u_27a]: ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)))).
fof(ah4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_wordss_WORDu_u_MULTu_u_CLAUSESu_c2, axiom, ![TV_u_27a]: ![V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v)).
fof(ah4s_wordss_WORDu_u_RIGHTu_u_ADDu_u_DISTRIB, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_add(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x)))))).
fof(ah4s_wordss_WORDu_u_LCANCELu_u_SUB, axiom, ![TV_u_27a]: ![V_x, V_w, V_v]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_sub(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_sub(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_x))).
fof(ah4s_wordss_WORDu_u_NEGu_u_MUL, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))).
fof(ah4s_wordss_WORDu_u_LITERALu_u_MULTu_c0, axiom, ![TV_u_27a]: ![V_n, V_m]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_mul(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_m))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_2comp(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))))).
fof(ah4s_wordss_dimindexu_u_8, 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_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_zero)))))))))).
fof(ah4s_wordss_dimindexu_u_32, 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_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_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))))).
fof(ah4s_wordss_dimwordu_u_32, axiom, s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(t_h4s_fcps_bit0(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_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_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_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_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_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_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_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)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))).
fof(ch4s_HolSmts_t032, 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_fcps_bit0(t_h4s_ones_one)))))),h4s_wordss_n2w(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_fcps_bit0(t_h4s_ones_one)))))),h4s_wordss_wordu_u_mul(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_fcps_bit0(t_h4s_ones_one)))))),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_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_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_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_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_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_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_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_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_fcps_bit0(t_h4s_ones_one)))))),h4s_wordss_sw2sw(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one)))),V_x))))) => ~ ((p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one)))),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)))))))) <=> ~ (p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_fcps_bit0(t_h4s_ones_one)))),V_x),s(t_h4s_nums_num,h4s_nums_0))))))))).
