%   ORIGINAL: h4/words/word__or__n2w
% 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/list/list__Axiom: !f1 f0. ?fn. fn h4/list/NIL = f0 /\ (!a0 a1. fn (h4/list/CONS a0 a1) = f1 a0 a1 (fn a1))
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/words/concat__word__list__def_c1: !t h. h4/words/concat__word__list (h4/list/CONS h t) = h4/words/word__or (h4/words/w2w h) (h4/words/word__lsl (h4/words/concat__word__list t) (h4/fcp/dimindex h4/bool/the__value))
% Assm: h4/words/word__join__def: !w v. h4/words/word__join v w = h4/bool/LET (h4/bool/LET (\cv cw. h4/words/word__or (h4/words/word__lsl cv (h4/fcp/dimindex h4/bool/the__value)) cw) (h4/words/w2w v)) (h4/words/w2w w)
% Assm: h4/words/word__or__def: !w v. h4/words/word__or v w = h4/fcp/FCP (\i. h4/fcp/fcp__index v i \/ h4/fcp/fcp__index w i)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/rich__list/OR__EL__DEF: h4/rich__list/OR__EL = h4/list/EXISTS h4/combin/I
% Assm: h4/rich__list/EXISTS__FOLDL: !l P. h4/list/EXISTS P l <=> h4/list/FOLDL (\l_27 x. l_27 \/ P x) F l
% Assm: h4/rich__list/EXISTS__FOLDR: !l P. h4/list/EXISTS P l <=> h4/list/FOLDR (\x l_27. P x \/ l_27) F l
% Assm: h4/rich__list/FOLDL__MAP: !l g f e. h4/list/FOLDL f e (h4/list/MAP g l) = h4/list/FOLDL (\x y. f x (g y)) e l
% Assm: h4/rich__list/FOLDR__MAP: !l g f e. h4/list/FOLDR f e (h4/list/MAP g l) = h4/list/FOLDR (\x y. f (g x) y) e l
% Assm: h4/words/reduce__or__def: h4/words/reduce__or = h4/words/word__reduce $or
% Assm: h4/rich__list/EXISTS__FOLDL__MAP: !l P. h4/list/EXISTS P l <=> h4/list/FOLDL $or F (h4/list/MAP P l)
% Assm: h4/bool/OR__DEF: $or = (\t1 t2. !t. (t1 ==> t) ==> (t2 ==> t) ==> t)
% Assm: h4/rich__list/MEM__FOLDL__MAP: !x l. h4/bool/IN x (h4/list/LIST__TO__SET l) <=> h4/list/FOLDL $or F (h4/list/MAP ($equals x) l)
% Assm: h4/rich__list/MEM__FOLDR__MAP: !x l. h4/bool/IN x (h4/list/LIST__TO__SET l) <=> h4/list/FOLDR $or F (h4/list/MAP ($equals x) l)
% Assm: h4/rich__list/OR__EL__FOLDR: !l. h4/rich__list/OR__EL l <=> h4/list/FOLDR $or F l
% Assm: h4/rich__list/EXISTS__FOLDR__MAP: !l P. h4/list/EXISTS P l <=> h4/list/FOLDR $or F (h4/list/MAP P l)
% Assm: h4/rich__list/OR__EL__FOLDL: !l. h4/rich__list/OR__EL l <=> h4/list/FOLDL $or F l
% Assm: h4/operator/ASSOC__DISJ: h4/operator/ASSOC $or
% Assm: h4/operator/MONOID__DISJ__F: h4/operator/MONOID $or F
% Assm: h4/bool/DISJ__ASSOC: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm: h4/words/word__and__n2w: !n m. h4/words/word__and (h4/words/n2w n) (h4/words/n2w m) = h4/words/n2w (h4/bit/BITWISE (h4/fcp/dimindex h4/bool/the__value) $and n m)
% Assm: h4/operator/ASSOC__DEF: !f. h4/operator/ASSOC f <=> (!x y z. f x (f y z) = f (f x y) z)
% Assm: h4/numeral__bit/iBITWISE__def: h4/numeral__bit/iBITWISE = h4/bit/BITWISE
% Assm: h4/rich__list/MEM__FOLDL: !y l. h4/bool/IN y (h4/list/LIST__TO__SET l) <=> h4/list/FOLDL (\l_27 x. l_27 \/ y = x) F l
% Assm: h4/rich__list/MEM__FOLDR: !y l. h4/bool/IN y (h4/list/LIST__TO__SET l) <=> h4/list/FOLDR (\x l_27. y = x \/ l_27) F l
% 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/nzcv__def: !b a. h4/words/nzcv a b = h4/bool/LET (\q. h4/bool/LET (\r. h4/pair/_2C (h4/words/word__msb r) (h4/pair/_2C (r = h4/words/n2w h4/num/0) (h4/pair/_2C (h4/bit/BIT (h4/fcp/dimindex h4/bool/the__value) q \/ b = h4/words/n2w h4/num/0) (~(h4/words/word__msb a <=> h4/words/word__msb b) /\ ~(h4/words/word__msb r <=> h4/words/word__msb a))))) (h4/words/n2w q)) (h4/arithmetic/_2B (h4/words/w2n a) (h4/words/w2n (h4/words/word__2comp b)))
% Assm: h4/words/word__msb__n2w: !n. h4/words/word__msb (h4/words/n2w n) <=> h4/bit/BIT (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) n
% Assm: h4/words/word__log2__n2w: !n. h4/words/word__log2 (h4/words/n2w n) = h4/words/n2w (h4/bit/LOG2 (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)))
% 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/n2w__11: !n m. h4/words/n2w m = h4/words/n2w n <=> h4/arithmetic/MOD m (h4/words/dimword h4/bool/the__value) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% 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/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/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% 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/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/words/n2w__def: !n. h4/words/n2w n = h4/fcp/FCP (\i. h4/bit/BIT i n)
% Assm: h4/operator/MONOID__DEF: !f e. h4/operator/MONOID f e <=> h4/operator/ASSOC f /\ h4/operator/RIGHT__ID f e /\ h4/operator/LEFT__ID f e
% Assm: h4/operator/RIGHT__ID__DEF: !f e. h4/operator/RIGHT__ID f e <=> (!x. f x e = x)
% Assm: h4/operator/LEFT__ID__DEF: !f e. h4/operator/LEFT__ID f e <=> (!x. f e x = x)
% Assm: h4/bool/OR__CLAUSES_c3: !t. t \/ F <=> t
% Assm: h4/words/word__and__def: !w v. h4/words/word__and v w = h4/fcp/FCP (\i. h4/fcp/fcp__index v i /\ h4/fcp/fcp__index w i)
% Assm: h4/bit/BITWISE__THM: !x op n b a. h4/prim__rec/_3C x n ==> (h4/bit/BIT x (h4/bit/BITWISE n op a b) <=> op (h4/bit/BIT x a) (h4/bit/BIT x b))
% Assm: h4/words/word__log2__def: !w. h4/words/word__log2 w = h4/words/n2w (h4/bit/LOG2 (h4/words/w2n w))
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/IMP__F__EQ__F: !t. t ==> F <=> t <=> F
% Assm: h4/arithmetic/ADD__SYM: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm: h4/numeral/numeral__distrib_c27: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm: h4/arithmetic/SUC__ONE__ADD: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm: h4/arithmetic/ZERO__LESS__EQ: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm: h4/arithmetic/LESS__EQ__TRANS: !p n m. h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n p ==> h4/arithmetic/_3C_3D m p
% Assm: h4/arithmetic/MULT__CLAUSES_c2: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm: h4/arithmetic/ADD__MONO__LESS__EQ: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Assm: h4/numeral/numeral__lte_c1: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/arithmetic/LESS__EQ: !n m. h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n
% Assm: h4/arithmetic/ADD__CLAUSES_c0: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm: h4/bit/BITS__ZERO3: !n h. h4/bit/BITS h h4/num/0 n = h4/arithmetic/MOD n (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/num/SUC h))
% Assm: h4/numeral/numeral__distrib_c1: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm: h4/bool/EQ__EXPAND: !t2 t1. (t1 <=> t2) <=> t1 /\ t2 \/ ~t1 /\ ~t2
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/arithmetic/NOT__LESS: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% 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/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/arithmetic/ADD__0: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm: h4/words/EXISTS__HB: ?m. h4/fcp/dimindex h4/bool/the__value = h4/num/SUC m
% Assm: h4/bool/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/words/dimword__def: h4/words/dimword h4/bool/the__value = h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm: h4/arithmetic/NOT__LEQ: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm: h4/words/DIMINDEX__GT__0: h4/prim__rec/_3C h4/num/0 (h4/fcp/dimindex h4/bool/the__value)
% Assm: h4/words/word__msb__def: !w. h4/words/word__msb w <=> h4/fcp/fcp__index w (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% 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__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/arithmetic/SUB__RIGHT__LESS: !p n m. h4/prim__rec/_3C (h4/arithmetic/_2D m n) p <=> h4/prim__rec/_3C m (h4/arithmetic/_2B n p) /\ h4/prim__rec/_3C h4/num/0 p
% Assm: h4/bit/BITS__COMP__THM2: !n l2 l1 h2 h1. h4/bit/BITS h2 l2 (h4/bit/BITS h1 l1 n) = h4/bit/BITS (h4/arithmetic/MIN h1 (h4/arithmetic/_2B h2 l1)) (h4/arithmetic/_2B l2 l1) n
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bit/BIT__def: !n b. h4/bit/BIT b n <=> h4/bit/BITS b b n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm: h4/arithmetic/MIN__DEF: !n m. h4/arithmetic/MIN m n = h4/bool/COND (h4/prim__rec/_3C m n) m n
% Assm: h4/arithmetic/EQ__LESS__EQ: !n m. m = n <=> h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n m
% Assm: h4/arithmetic/ADD_c0: !n. h4/arithmetic/_2B h4/num/0 n = n
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/arithmetic/ADD_c1: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm: h4/bool/IMP__DISJ__THM: !B A. A ==> B <=> ~A \/ B
% Assm: h4/bool/itself__Axiom: !e. ?f. f h4/bool/the__value = e
% 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/words/w2n__def: !w. h4/words/w2n w = h4/sum__num/SUM (h4/fcp/dimindex h4/bool/the__value) (\i. h4/bit/SBIT (h4/fcp/fcp__index w i) i)
% Assm: h4/bit/BIT__SLICE__THM: !x n. h4/bit/SBIT (h4/bit/BIT x n) x = h4/bit/SLICE x x n
% Assm: h4/bit/SLICE__COMP__THM: !n m l h. h4/arithmetic/_3C_3D (h4/num/SUC m) h /\ h4/arithmetic/_3C_3D l m ==> h4/arithmetic/_2B (h4/bit/SLICE h (h4/num/SUC m) n) (h4/bit/SLICE m l n) = h4/bit/SLICE h l n
% Assm: h4/bit/SLICE__ZERO__THM: !n h. h4/bit/SLICE h h4/num/0 n = h4/bit/BITS h h4/num/0 n
% Assm: h4/sum__num/SUM0: !m f. h4/sum__num/SUM m f = h4/sum__num/GSUM (h4/pair/_2C h4/num/0 m) f
% Assm: h4/sum__num/SUM__def_c1: !m f. h4/sum__num/SUM (h4/num/SUC m) f = h4/arithmetic/_2B (h4/sum__num/SUM m f) (f m)
% Assm: h4/sum__num/SUM__def_c0: !f. h4/sum__num/SUM h4/num/0 f = h4/num/0
% Assm: h4/sum__num/GSUM__FUN__EQUAL: !p n g f. (!x. h4/arithmetic/_3C_3D p x /\ h4/prim__rec/_3C x (h4/arithmetic/_2B p n) ==> f x = g x) ==> h4/sum__num/GSUM (h4/pair/_2C p n) f = h4/sum__num/GSUM (h4/pair/_2C p n) g
% Assm: h4/arithmetic/MOD__1: !k. h4/arithmetic/MOD k (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/num/0
% Assm: h4/arithmetic/LESS__EQ__MONO: !n m. h4/arithmetic/_3C_3D (h4/num/SUC n) (h4/num/SUC m) <=> h4/arithmetic/_3C_3D n m
% Assm: h4/arithmetic/LESS__EQ__REFL: !m. h4/arithmetic/_3C_3D m m
% Assm: h4/arithmetic/num__CASES: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm: h4/arithmetic/ADD__COMM: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm: h4/numeral/TWO__EXP__THM_c0: h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) h4/num/0 = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bit/BIT__BITS__THM: !l h b a. (!x. h4/arithmetic/_3C_3D l x /\ h4/arithmetic/_3C_3D x h ==> (h4/bit/BIT x a <=> h4/bit/BIT x b)) <=> h4/bit/BITS h l a = h4/bit/BITS h l b
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/bool/LEFT__AND__FORALL__THM: !Q P. (!x. P x) /\ Q <=> (!x. P x /\ Q)
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Assm: h4/bool/LEFT__OR__EXISTS__THM: !Q P. (?x. P x) \/ Q <=> (?x. P x \/ Q)
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/bool/RIGHT__EXISTS__AND__THM: !Q P. (?x. P /\ Q x) <=> P /\ (?x. Q x)
% Assm: h4/bool/LEFT__FORALL__OR__THM: !Q P. (!x. P x \/ Q) <=> (!x. P x) \/ Q
% Assm: h4/bool/DISJ__SYM: !B A. A \/ B <=> B \/ A
% Goal: !n m. h4/words/word__or (h4/words/n2w n) (h4/words/n2w m) = h4/words/n2w (h4/bit/BITWISE (h4/fcp/dimindex h4/bool/the__value) $or n m)
%   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_lists_listu_u_Axiom]: !f1 f0. ?fn. happ fn h4/list/NIL = f0 /\ (!a0 a1. happ fn (h4/list/CONS a0 a1) = happ (happ (happ f1 a0) a1) (happ fn a1))
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_wordss_concatu_u_wordu_u_listu_u_defu_c1]: !t h. h4/words/concat__word__list (h4/list/CONS h t) = h4/words/word__or (h4/words/w2w h) (h4/words/word__lsl (h4/words/concat__word__list t) (h4/fcp/dimindex h4/bool/the__value))
% Assm [h4s_wordss_wordu_u_joinu_u_def]: !_1. (!cv cw. happ (happ _1 cv) cw = h4/words/word__or (h4/words/word__lsl cv (h4/fcp/dimindex h4/bool/the__value)) cw) ==> (!_0. (!cv. happ _0 cv = happ _1 cv) ==> (!w v. h4/words/word__join v w = h4/bool/LET (h4/bool/LET _0 (h4/words/w2w v)) (h4/words/w2w w)))
% Assm [h4s_wordss_wordu_u_oru_u_def]: !_0. (!v w i. happ (happ (happ _0 v) w) i <=> h4/fcp/fcp__index v i \/ h4/fcp/fcp__index w i) ==> (!w v. h4/words/word__or v w = h4/fcp/FCP (happ (happ _0 v) w))
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_combins_Iu_u_THM]: !x. happ h4/combin/I x = x
% Assm [h4s_richu_u_lists_ORu_u_ELu_u_DEF]: h4/rich__list/OR__EL = h4/list/EXISTS h4/combin/I
% Assm [h4s_richu_u_lists_EXISTSu_u_FOLDL]: !_1. (!l_27 P x. happ (happ (happ _1 l_27) P) x <=> l_27 \/ happ P x) ==> (!_0. (!P l_27. happ (happ _0 P) l_27 = happ (happ _1 l_27) P) ==> (!l P. happ (h4/list/EXISTS P) l <=> h4/list/FOLDL (happ _0 P) F l))
% Assm [h4s_richu_u_lists_EXISTSu_u_FOLDR]: !_1. (!P x l_27. happ (happ (happ _1 P) x) l_27 <=> happ P x \/ l_27) ==> (!_0. (!P x. happ (happ _0 P) x = happ (happ _1 P) x) ==> (!l P. happ (h4/list/EXISTS P) l <=> h4/list/FOLDR (happ _0 P) F l))
% Assm [h4s_richu_u_lists_FOLDLu_u_MAP]: !_1. (!f x g y. happ (happ (happ (happ _1 f) x) g) y = happ (happ f x) (happ g y)) ==> (!_0. (!f g x. happ (happ (happ _0 f) g) x = happ (happ (happ _1 f) x) g) ==> (!l g f e. h4/list/FOLDL f e (h4/list/MAP g l) = h4/list/FOLDL (happ (happ _0 f) g) e l))
% Assm [h4s_richu_u_lists_FOLDRu_u_MAP]: !_1. (!f g x y. happ (happ (happ (happ _1 f) g) x) y = happ (happ f (happ g x)) y) ==> (!_0. (!f g x. happ (happ (happ _0 f) g) x = happ (happ (happ _1 f) g) x) ==> (!l g f e. h4/list/FOLDR f e (h4/list/MAP g l) = h4/list/FOLDR (happ (happ _0 f) g) e l))
% Assm [h4s_wordss_reduceu_u_oru_u_def]: h4/words/reduce__or = h4/words/word__reduce $or
% Assm [h4s_richu_u_lists_EXISTSu_u_FOLDLu_u_MAP]: !l P. happ (h4/list/EXISTS P) l <=> h4/list/FOLDL $or F (h4/list/MAP P l)
% Assm [h4s_bools_ORu_u_DEF]: !x x'. happ (happ $or x) x' <=> (!t. (x ==> t) ==> (x' ==> t) ==> t)
% Assm [h4s_richu_u_lists_MEMu_u_FOLDLu_u_MAP]: !x l. h4/bool/IN x (h4/list/LIST__TO__SET l) <=> h4/list/FOLDL $or F (h4/list/MAP ($equals x) l)
% Assm [h4s_richu_u_lists_MEMu_u_FOLDRu_u_MAP]: !x l. h4/bool/IN x (h4/list/LIST__TO__SET l) <=> h4/list/FOLDR $or F (h4/list/MAP ($equals x) l)
% Assm [h4s_richu_u_lists_ORu_u_ELu_u_FOLDR]: !l. happ h4/rich__list/OR__EL l <=> h4/list/FOLDR $or F l
% Assm [h4s_richu_u_lists_EXISTSu_u_FOLDRu_u_MAP]: !l P. happ (h4/list/EXISTS P) l <=> h4/list/FOLDR $or F (h4/list/MAP P l)
% Assm [h4s_richu_u_lists_ORu_u_ELu_u_FOLDL]: !l. happ h4/rich__list/OR__EL l <=> h4/list/FOLDL $or F l
% Assm [h4s_operators_ASSOCu_u_DISJ]: h4/operator/ASSOC $or
% Assm [h4s_operators_MONOIDu_u_DISJu_u_F]: h4/operator/MONOID $or F
% Assm [h4s_bools_DISJu_u_ASSOC]: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm [h4s_wordss_wordu_u_andu_u_n2w]: !n m. h4/words/word__and (h4/words/n2w n) (h4/words/n2w m) = h4/words/n2w (happ (happ (happ (happ h4/bit/BITWISE (h4/fcp/dimindex h4/bool/the__value)) $and) n) m)
% Assm [h4s_operators_ASSOCu_u_DEF]: !f. h4/operator/ASSOC f <=> (!x y z. happ (happ f x) (happ (happ f y) z) = happ (happ f (happ (happ f x) y)) z)
% Assm [h4s_numeralu_u_bits_iBITWISEu_u_def]: h4/numeral__bit/iBITWISE = h4/bit/BITWISE
% Assm [h4s_richu_u_lists_MEMu_u_FOLDL]: !_1. (!l_27 y x. happ (happ (happ _1 l_27) y) x <=> l_27 \/ y = x) ==> (!_0. (!y l_27. happ (happ _0 y) l_27 = happ (happ _1 l_27) y) ==> (!y l. h4/bool/IN y (h4/list/LIST__TO__SET l) <=> h4/list/FOLDL (happ _0 y) F l))
% Assm [h4s_richu_u_lists_MEMu_u_FOLDR]: !_1. (!y x l_27. happ (happ (happ _1 y) x) l_27 <=> y = x \/ l_27) ==> (!_0. (!y x. happ (happ _0 y) x = happ (happ _1 y) x) ==> (!y l. h4/bool/IN y (h4/list/LIST__TO__SET l) <=> h4/list/FOLDR (happ _0 y) F l))
% 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_nzcvu_u_def]: !_1. (!q b a r. ?v. (v <=> ~(h4/words/word__msb a <=> h4/words/word__msb b) /\ ~(h4/words/word__msb r <=> h4/words/word__msb a)) /\ (?v'. (v' <=> h4/bit/BIT (h4/fcp/dimindex h4/bool/the__value) q \/ b = h4/words/n2w h4/num/0) /\ (?v''. (v'' <=> r = h4/words/n2w h4/num/0) /\ happ (happ (happ (happ _1 q) b) a) r = h4/pair/_2C (h4/words/word__msb r) (h4/pair/_2C v'' (h4/pair/_2C v' v))))) ==> (!_0. (!b a q. happ (happ (happ _0 b) a) q = h4/bool/LET (happ (happ (happ _1 q) b) a) (h4/words/n2w q)) ==> (!b a. h4/words/nzcv a b = h4/bool/LET (happ (happ _0 b) a) (h4/arithmetic/_2B (h4/words/w2n a) (h4/words/w2n (h4/words/word__2comp b)))))
% Assm [h4s_wordss_wordu_u_msbu_u_n2w]: !n. h4/words/word__msb (h4/words/n2w n) <=> h4/bit/BIT (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) n
% Assm [h4s_wordss_wordu_u_log2u_u_n2w]: !n. h4/words/word__log2 (h4/words/n2w n) = h4/words/n2w (h4/bit/LOG2 (h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)))
% 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_n2wu_u_11]: !n m. h4/words/n2w m = h4/words/n2w n <=> h4/arithmetic/MOD m (h4/words/dimword h4/bool/the__value) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% 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_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_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% 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_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% 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_operators_MONOIDu_u_DEF]: !f e. h4/operator/MONOID f e <=> h4/operator/ASSOC f /\ h4/operator/RIGHT__ID f e /\ h4/operator/LEFT__ID f e
% Assm [h4s_operators_RIGHTu_u_IDu_u_DEF]: !f e. h4/operator/RIGHT__ID f e <=> (!x. happ (happ f x) e = x)
% Assm [h4s_operators_LEFTu_u_IDu_u_DEF]: !f e. h4/operator/LEFT__ID f e <=> (!x. happ (happ f e) x = x)
% Assm [h4s_bools_ORu_u_CLAUSESu_c3]: !t. t \/ F <=> t
% Assm [h4s_wordss_wordu_u_andu_u_def]: !_0. (!v w i. happ (happ (happ _0 v) w) i <=> h4/fcp/fcp__index v i /\ h4/fcp/fcp__index w i) ==> (!w v. h4/words/word__and v w = h4/fcp/FCP (happ (happ _0 v) w))
% Assm [h4s_bits_BITWISEu_u_THM]: !x op n b a. h4/prim__rec/_3C x n ==> (h4/bit/BIT x (happ (happ (happ (happ h4/bit/BITWISE n) op) a) b) <=> happ (happ op (h4/bit/BIT x a)) (h4/bit/BIT x b))
% Assm [h4s_wordss_wordu_u_log2u_u_def]: !w. h4/words/word__log2 w = h4/words/n2w (h4/bit/LOG2 (h4/words/w2n w))
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_IMPu_u_Fu_u_EQu_u_F]: !t. t ==> F <=> t <=> F
% Assm [h4s_arithmetics_ADDu_u_SYM]: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm [h4s_numerals_numeralu_u_distribu_c27]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm [h4s_arithmetics_SUCu_u_ONEu_u_ADD]: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm [h4s_arithmetics_ZEROu_u_LESSu_u_EQ]: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm [h4s_arithmetics_LESSu_u_EQu_u_TRANS]: !p n m. h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n p ==> h4/arithmetic/_3C_3D m p
% Assm [h4s_arithmetics_MULTu_u_CLAUSESu_c2]: !m. h4/arithmetic/_2A (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) m = m
% Assm [h4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ]: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Assm [h4s_numerals_numeralu_u_lteu_c1]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_arithmetics_LESSu_u_EQ]: !n m. h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c0]: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm [h4s_bits_BITSu_u_ZERO3]: !n h. h4/bit/BITS h h4/num/0 n = h4/arithmetic/MOD n (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/num/SUC h))
% Assm [h4s_numerals_numeralu_u_distribu_c1]: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm [h4s_bools_EQu_u_EXPAND]: !t2 t1. (t1 <=> t2) <=> t1 /\ t2 \/ ~t1 /\ ~t2
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_arithmetics_NOTu_u_LESS]: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% 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_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_nums_INDUCTION]: !P. happ P h4/num/0 /\ (!n. happ P n ==> happ P (h4/num/SUC n)) ==> (!n. happ P n)
% Assm [h4s_arithmetics_ADDu_u_0]: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm [h4s_wordss_EXISTSu_u_HB]: ?m. h4/fcp/dimindex h4/bool/the__value = h4/num/SUC m
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_wordss_dimwordu_u_def]: h4/words/dimword h4/bool/the__value = h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm [h4s_arithmetics_NOTu_u_LEQ]: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm [h4s_wordss_DIMINDEXu_u_GTu_u_0]: h4/prim__rec/_3C h4/num/0 (h4/fcp/dimindex h4/bool/the__value)
% Assm [h4s_wordss_wordu_u_msbu_u_def]: !w. h4/words/word__msb w <=> h4/fcp/fcp__index w (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% 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_ltu_c0]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_arithmetics_SUBu_u_RIGHTu_u_LESS]: !p n m. h4/prim__rec/_3C (h4/arithmetic/_2D m n) p <=> h4/prim__rec/_3C m (h4/arithmetic/_2B n p) /\ h4/prim__rec/_3C h4/num/0 p
% Assm [h4s_bits_BITSu_u_COMPu_u_THM2]: !n l2 l1 h2 h1. h4/bit/BITS h2 l2 (h4/bit/BITS h1 l1 n) = h4/bit/BITS (h4/arithmetic/MIN h1 (h4/arithmetic/_2B h2 l1)) (h4/arithmetic/_2B l2 l1) n
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bits_BITu_u_def]: !n b. h4/bit/BIT b n <=> h4/bit/BITS b b n = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm [h4s_arithmetics_MINu_u_DEF]: !n m. h4/arithmetic/MIN m n = h4/bool/COND (h4/prim__rec/_3C m n) m n
% Assm [h4s_arithmetics_EQu_u_LESSu_u_EQ]: !n m. m = n <=> h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n m
% Assm [h4s_arithmetics_ADDu_c0]: !n. h4/arithmetic/_2B h4/num/0 n = n
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_arithmetics_ADDu_c1]: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm [h4s_bools_IMPu_u_DISJu_u_THM]: !B A. A ==> B <=> ~A \/ B
% Assm [h4s_bools_itselfu_u_Axiom]: !e. ?f. happ f h4/bool/the__value = e
% 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_wordss_w2nu_u_def]: !_0. (!w i. happ (happ _0 w) i = h4/bit/SBIT (h4/fcp/fcp__index w i) i) ==> (!w. h4/words/w2n w = h4/sum__num/SUM (h4/fcp/dimindex h4/bool/the__value) (happ _0 w))
% Assm [h4s_bits_BITu_u_SLICEu_u_THM]: !x n. h4/bit/SBIT (h4/bit/BIT x n) x = h4/bit/SLICE x x n
% Assm [h4s_bits_SLICEu_u_COMPu_u_THM]: !n m l h. h4/arithmetic/_3C_3D (h4/num/SUC m) h /\ h4/arithmetic/_3C_3D l m ==> h4/arithmetic/_2B (h4/bit/SLICE h (h4/num/SUC m) n) (h4/bit/SLICE m l n) = h4/bit/SLICE h l n
% Assm [h4s_bits_SLICEu_u_ZEROu_u_THM]: !n h. h4/bit/SLICE h h4/num/0 n = h4/bit/BITS h h4/num/0 n
% Assm [h4s_sumu_u_nums_SUM0]: !m f. h4/sum__num/SUM m f = h4/sum__num/GSUM (h4/pair/_2C h4/num/0 m) f
% Assm [h4s_sumu_u_nums_SUMu_u_defu_c1]: !m f. h4/sum__num/SUM (h4/num/SUC m) f = h4/arithmetic/_2B (h4/sum__num/SUM m f) (happ f m)
% Assm [h4s_sumu_u_nums_SUMu_u_defu_c0]: !f. h4/sum__num/SUM h4/num/0 f = h4/num/0
% Assm [h4s_sumu_u_nums_GSUMu_u_FUNu_u_EQUAL]: !p n g f. (!x. h4/arithmetic/_3C_3D p x /\ h4/prim__rec/_3C x (h4/arithmetic/_2B p n) ==> happ f x = happ g x) ==> h4/sum__num/GSUM (h4/pair/_2C p n) f = h4/sum__num/GSUM (h4/pair/_2C p n) g
% Assm [h4s_arithmetics_MODu_u_1]: !k. h4/arithmetic/MOD k (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/num/0
% Assm [h4s_arithmetics_LESSu_u_EQu_u_MONO]: !n m. h4/arithmetic/_3C_3D (h4/num/SUC n) (h4/num/SUC m) <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_arithmetics_LESSu_u_EQu_u_REFL]: !m. h4/arithmetic/_3C_3D m m
% Assm [h4s_arithmetics_numu_u_CASES]: !m. m = h4/num/0 \/ (?n. m = h4/num/SUC n)
% Assm [h4s_arithmetics_ADDu_u_COMM]: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm [h4s_numerals_TWOu_u_EXPu_u_THMu_c0]: h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) h4/num/0 = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bits_BITu_u_BITSu_u_THM]: !l h b a. (!x. h4/arithmetic/_3C_3D l x /\ h4/arithmetic/_3C_3D x h ==> (h4/bit/BIT x a <=> h4/bit/BIT x b)) <=> h4/bit/BITS h l a = h4/bit/BITS h l b
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_bools_LEFTu_u_ANDu_u_FORALLu_u_THM]: !Q P. (!x. happ P x) /\ Q <=> (!x. happ P x /\ Q)
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Assm [h4s_bools_LEFTu_u_ORu_u_EXISTSu_u_THM]: !Q P. (?x. happ P x) \/ Q <=> (?x. happ P x \/ Q)
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_bools_RIGHTu_u_EXISTSu_u_ANDu_u_THM]: !Q P. (?x. P /\ happ Q x) <=> P /\ (?x. happ Q x)
% Assm [h4s_bools_LEFTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. happ P x \/ Q) <=> (!x. happ P x) \/ Q
% Assm [h4s_bools_DISJu_u_SYM]: !B A. A \/ B <=> B \/ A
% Goal: !n m. h4/words/word__or (h4/words/n2w n) (h4/words/n2w m) = h4/words/n2w (happ (happ (happ (happ h4/bit/BITWISE (h4/fcp/dimindex h4/bool/the__value)) $or) n) m)
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_Q1201420,TV_Q1201416]: ![V_f, V_g]: (![V_x]: s(TV_Q1201416,happ(s(t_fun(TV_Q1201420,TV_Q1201416),V_f),s(TV_Q1201420,V_x))) = s(TV_Q1201416,happ(s(t_fun(TV_Q1201420,TV_Q1201416),V_g),s(TV_Q1201420,V_x))) => s(t_fun(TV_Q1201420,TV_Q1201416),V_f) = s(t_fun(TV_Q1201420,TV_Q1201416),V_g))).
fof(ah4s_lists_listu_u_Axiom, axiom, ![TV_u_27b,TV_u_27a]: ![V_f1, V_f0]: ?[V_fn]: (s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(TV_u_27b,V_f0) & ![V_a0, V_a1]: s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn),s(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(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_fun(TV_u_27b,TV_u_27b))),V_f1),s(TV_u_27a,V_a0))),s(t_h4s_lists_list(TV_u_27a),V_a1))),s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn),s(t_h4s_lists_list(TV_u_27a),V_a1))))))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,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_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_wordss_concatu_u_wordu_u_listu_u_defu_c1, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_h]: s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_concatu_u_wordu_u_list(s(t_h4s_lists_list(t_h4s_fcps_cart(t_bool,TV_u_27a)),h4s_lists_cons(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_h),s(t_h4s_lists_list(t_h4s_fcps_cart(t_bool,TV_u_27a)),V_t))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_w2w(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_h))),s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_wordu_u_lsl(s(t_h4s_fcps_cart(t_bool,TV_u_27b),h4s_wordss_concatu_u_wordu_u_list(s(t_h4s_lists_list(t_h4s_fcps_cart(t_bool,TV_u_27a)),V_t))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))).
fof(ah4s_wordss_wordu_u_joinu_u_def, axiom, ![TV_u_27a,TV_u_27b]: ![V_uu_1]: (![V_cv, V_cw]: s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_1),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv))),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cw))) = s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_wordu_u_lsl(s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value))))),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cw))) => ![V_uu_0]: (![V_cv]: s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv))) = s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_1),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),V_cv))) => ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_wordu_u_join(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27b),V_w))) = s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_bools_let(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b))),h4s_bools_let(s(t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_fun(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_w2w(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v))))),s(t_h4s_fcps_cart(t_bool,t_h4s_sums_sum(TV_u_27a,TV_u_27b)),h4s_wordss_w2w(s(t_h4s_fcps_cart(t_bool,TV_u_27b),V_w)))))))).
fof(ah4s_wordss_wordu_u_oru_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_v, V_w, 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_fcps_cart(t_bool,TV_u_27a),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_fcps_cart(t_bool,TV_u_27a),V_v))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_nums_num,V_i)))) <=> (p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_nums_num,V_i)))) | 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)))))) => ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = 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_fcps_cart(t_bool,TV_u_27a),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_fcps_cart(t_bool,TV_u_27a),V_v))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))))).
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_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_richu_u_lists_ORu_u_ELu_u_DEF, axiom, s(t_fun(t_h4s_lists_list(t_bool),t_bool),h4s_richu_u_lists_oru_u_el) = s(t_fun(t_h4s_lists_list(t_bool),t_bool),h4s_lists_exists(s(t_fun(t_bool,t_bool),h4s_combins_i)))).
fof(ah4s_richu_u_lists_EXISTSu_u_FOLDL, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_lu_27, V_P, V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_bool,t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool))),V_uu_1),s(t_bool,V_lu_27))),s(t_fun(TV_u_27a,t_bool),V_P))),s(TV_u_27a,V_x)))) <=> (p(s(t_bool,V_lu_27)) | p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))))) => ![V_uu_0]: (![V_P, V_lu_27]: s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_bool,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_bool,t_fun(TV_u_27a,t_bool))),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_P))),s(t_bool,V_lu_27))) = s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_bool,t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool))),V_uu_1),s(t_bool,V_lu_27))),s(t_fun(TV_u_27a,t_bool),V_P))) => ![V_l, V_P]: s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),h4s_lists_exists(s(t_fun(TV_u_27a,t_bool),V_P))),s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_bool,h4s_lists_foldl(s(t_fun(t_bool,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_bool,t_fun(TV_u_27a,t_bool))),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_P))),s(t_bool,f),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_richu_u_lists_EXISTSu_u_FOLDR, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_P, V_x, V_lu_27]: (p(s(t_bool,happ(s(t_fun(t_bool,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_1),s(t_fun(TV_u_27a,t_bool),V_P))),s(TV_u_27a,V_x))),s(t_bool,V_lu_27)))) <=> (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,V_lu_27)))) => ![V_uu_0]: (![V_P, V_x]: s(t_fun(t_bool,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_P))),s(TV_u_27a,V_x))) = s(t_fun(t_bool,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_1),s(t_fun(TV_u_27a,t_bool),V_P))),s(TV_u_27a,V_x))) => ![V_l, V_P]: s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),h4s_lists_exists(s(t_fun(TV_u_27a,t_bool),V_P))),s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_bool,h4s_lists_foldr(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_P))),s(t_bool,f),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_richu_u_lists_FOLDLu_u_MAP, axiom, ![TV_u_27b,TV_u_27a,TV_u_27c]: ![V_uu_1]: (![V_f, V_x, V_g, V_y]: s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27c,TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27c,TV_u_27a))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),t_fun(TV_u_27a,t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27c,TV_u_27a)))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f))),s(TV_u_27a,V_x))),s(t_fun(TV_u_27c,TV_u_27b),V_g))),s(TV_u_27c,V_y))) = s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27b,happ(s(t_fun(TV_u_27c,TV_u_27b),V_g),s(TV_u_27c,V_y))))) => ![V_uu_0]: (![V_f, V_g, V_x]: s(t_fun(TV_u_27c,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27c,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27c,TV_u_27a))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27c,TV_u_27a)))),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f))),s(t_fun(TV_u_27c,TV_u_27b),V_g))),s(TV_u_27a,V_x))) = s(t_fun(TV_u_27c,TV_u_27a),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27c,TV_u_27a)),happ(s(t_fun(TV_u_27a,t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27c,TV_u_27a))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),t_fun(TV_u_27a,t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27c,TV_u_27a)))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f))),s(TV_u_27a,V_x))),s(t_fun(TV_u_27c,TV_u_27b),V_g))) => ![V_l, V_g, V_f, V_e]: s(TV_u_27a,h4s_lists_foldl(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f),s(TV_u_27a,V_e),s(t_h4s_lists_list(TV_u_27b),h4s_lists_map(s(t_fun(TV_u_27c,TV_u_27b),V_g),s(t_h4s_lists_list(TV_u_27c),V_l))))) = s(TV_u_27a,h4s_lists_foldl(s(t_fun(TV_u_27a,t_fun(TV_u_27c,TV_u_27a)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27c,TV_u_27a))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),t_fun(t_fun(TV_u_27c,TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27c,TV_u_27a)))),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f))),s(t_fun(TV_u_27c,TV_u_27b),V_g))),s(TV_u_27a,V_e),s(t_h4s_lists_list(TV_u_27c),V_l)))))).
fof(ah4s_richu_u_lists_FOLDRu_u_MAP, axiom, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_uu_1]: (![V_f, V_g, V_x, V_y]: s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(TV_u_27c,TV_u_27a),V_g))),s(TV_u_27c,V_x))),s(TV_u_27b,V_y))) = s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),V_g),s(TV_u_27c,V_x))))),s(TV_u_27b,V_y))) => ![V_uu_0]: (![V_f, V_g, V_x]: s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)))),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(TV_u_27c,TV_u_27a),V_g))),s(TV_u_27c,V_x))) = s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)))),V_uu_1),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(TV_u_27c,TV_u_27a),V_g))),s(TV_u_27c,V_x))) => ![V_l, V_g, V_f, V_e]: s(TV_u_27b,h4s_lists_foldr(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27a),h4s_lists_map(s(t_fun(TV_u_27c,TV_u_27a),V_g),s(t_h4s_lists_list(TV_u_27c),V_l))))) = s(TV_u_27b,h4s_lists_foldr(s(t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),t_fun(t_fun(TV_u_27c,TV_u_27a),t_fun(TV_u_27c,t_fun(TV_u_27b,TV_u_27b)))),V_uu_0),s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f))),s(t_fun(TV_u_27c,TV_u_27a),V_g))),s(TV_u_27b,V_e),s(t_h4s_lists_list(TV_u_27c),V_l)))))).
fof(ah4s_wordss_reduceu_u_oru_u_def, axiom, ![TV_u_27a]: s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_wordss_reduceu_u_or) = s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_wordss_wordu_u_reduce(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or)))).
fof(ah4s_richu_u_lists_EXISTSu_u_FOLDLu_u_MAP, axiom, ![TV_u_27a]: ![V_l, V_P]: s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),h4s_lists_exists(s(t_fun(TV_u_27a,t_bool),V_P))),s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_bool,h4s_lists_foldl(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,f),s(t_h4s_lists_list(t_bool),h4s_lists_map(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_bools_ORu_u_DEF, axiom, ![V_x, V_xi_]: (p(s(t_bool,happ(s(t_fun(t_bool,t_bool),happ(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,V_x))),s(t_bool,V_xi_)))) <=> ![V_t]: ((p(s(t_bool,V_x)) => p(s(t_bool,V_t))) => ((p(s(t_bool,V_xi_)) => p(s(t_bool,V_t))) => p(s(t_bool,V_t)))))).
fof(ah4s_richu_u_lists_MEMu_u_FOLDLu_u_MAP, axiom, ![TV_u_27a]: ![V_x, V_l]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_lists_listu_u_tou_u_set(s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(t_bool,h4s_lists_foldl(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,f),s(t_h4s_lists_list(t_bool),h4s_lists_map(s(t_fun(TV_u_27a,t_bool),d_equals(s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_richu_u_lists_MEMu_u_FOLDRu_u_MAP, axiom, ![TV_u_27a]: ![V_x, V_l]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_lists_listu_u_tou_u_set(s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(t_bool,h4s_lists_foldr(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,f),s(t_h4s_lists_list(t_bool),h4s_lists_map(s(t_fun(TV_u_27a,t_bool),d_equals(s(TV_u_27a,V_x))),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_richu_u_lists_ORu_u_ELu_u_FOLDR, axiom, ![V_l]: s(t_bool,happ(s(t_fun(t_h4s_lists_list(t_bool),t_bool),h4s_richu_u_lists_oru_u_el),s(t_h4s_lists_list(t_bool),V_l))) = s(t_bool,h4s_lists_foldr(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,f),s(t_h4s_lists_list(t_bool),V_l)))).
fof(ah4s_richu_u_lists_EXISTSu_u_FOLDRu_u_MAP, axiom, ![TV_u_27a]: ![V_l, V_P]: s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),h4s_lists_exists(s(t_fun(TV_u_27a,t_bool),V_P))),s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_bool,h4s_lists_foldr(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,f),s(t_h4s_lists_list(t_bool),h4s_lists_map(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_richu_u_lists_ORu_u_ELu_u_FOLDL, axiom, ![V_l]: s(t_bool,happ(s(t_fun(t_h4s_lists_list(t_bool),t_bool),h4s_richu_u_lists_oru_u_el),s(t_h4s_lists_list(t_bool),V_l))) = s(t_bool,h4s_lists_foldl(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,f),s(t_h4s_lists_list(t_bool),V_l)))).
fof(ah4s_operators_ASSOCu_u_DISJ, axiom, p(s(t_bool,h4s_operators_assoc(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or))))).
fof(ah4s_operators_MONOIDu_u_DISJu_u_F, axiom, p(s(t_bool,h4s_operators_monoid(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or),s(t_bool,f))))).
fof(ah4s_bools_DISJu_u_ASSOC, axiom, ![V_C, V_B, V_A]: ((p(s(t_bool,V_A)) | (p(s(t_bool,V_B)) | p(s(t_bool,V_C)))) <=> ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) | p(s(t_bool,V_C))))).
fof(ah4s_wordss_wordu_u_andu_u_n2w, axiom, ![TV_u_27a]: ![V_n, V_m]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_and(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,V_m))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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_fun(t_bool,t_fun(t_bool,t_bool)),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_fun(t_bool,t_fun(t_bool,t_bool)),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)))),h4s_bits_bitwise),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))),s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_and))),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_operators_ASSOCu_u_DEF, axiom, ![TV_u_27a]: ![V_f]: (p(s(t_bool,h4s_operators_assoc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f)))) <=> ![V_x, V_y, V_z]: s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))),s(TV_u_27a,V_z))))).
fof(ah4s_numeralu_u_bits_iBITWISEu_u_def, axiom, s(t_fun(t_h4s_nums_num,t_fun(t_fun(t_bool,t_fun(t_bool,t_bool)),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)))),h4s_numeralu_u_bits_ibitwise) = s(t_fun(t_h4s_nums_num,t_fun(t_fun(t_bool,t_fun(t_bool,t_bool)),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)))),h4s_bits_bitwise)).
fof(ah4s_richu_u_lists_MEMu_u_FOLDL, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_lu_27, V_y, V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_bool,t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),V_uu_1),s(t_bool,V_lu_27))),s(TV_u_27a,V_y))),s(TV_u_27a,V_x)))) <=> (p(s(t_bool,V_lu_27)) | s(TV_u_27a,V_y) = s(TV_u_27a,V_x))) => ![V_uu_0]: (![V_y, V_lu_27]: s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_bool,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_fun(TV_u_27a,t_bool))),V_uu_0),s(TV_u_27a,V_y))),s(t_bool,V_lu_27))) = s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_bool,t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),V_uu_1),s(t_bool,V_lu_27))),s(TV_u_27a,V_y))) => ![V_y, V_l]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_y),s(t_fun(TV_u_27a,t_bool),h4s_lists_listu_u_tou_u_set(s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(t_bool,h4s_lists_foldl(s(t_fun(t_bool,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_fun(TV_u_27a,t_bool))),V_uu_0),s(TV_u_27a,V_y))),s(t_bool,f),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_richu_u_lists_MEMu_u_FOLDR, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_y, V_x, V_lu_27]: (p(s(t_bool,happ(s(t_fun(t_bool,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_1),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))),s(t_bool,V_lu_27)))) <=> (s(TV_u_27a,V_y) = s(TV_u_27a,V_x) | p(s(t_bool,V_lu_27)))) => ![V_uu_0]: (![V_y, V_x]: s(t_fun(t_bool,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_0),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))) = s(t_fun(t_bool,t_bool),happ(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_1),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))) => ![V_y, V_l]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_y),s(t_fun(TV_u_27a,t_bool),h4s_lists_listu_u_tou_u_set(s(t_h4s_lists_list(TV_u_27a),V_l))))) = s(t_bool,h4s_lists_foldr(s(t_fun(TV_u_27a,t_fun(t_bool,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(t_bool,t_bool))),V_uu_0),s(TV_u_27a,V_y))),s(t_bool,f),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
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_nzcvu_u_def, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_q, V_b, V_a, V_r]: ?[V_v]: ((p(s(t_bool,V_v)) <=> (~ (s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))) = s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b)))) & ~ (s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_r))) = s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a)))))) & ?[V_vi_]: ((p(s(t_bool,V_vi_)) <=> (p(s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,V_q)))) | s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0))))) & ?[V_vi_i_]: ((p(s(t_bool,V_vi_i_)) <=> s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_r) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_nums_0)))) & s(t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool)))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,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_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))))))),V_uu_1),s(t_h4s_nums_num,V_q))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_r))) = s(t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))),h4s_pairs_u_2c(s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_r))),s(t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool)),h4s_pairs_u_2c(s(t_bool,V_vi_i_),s(t_h4s_pairs_prod(t_bool,t_bool),h4s_pairs_u_2c(s(t_bool,V_vi_),s(t_bool,V_v)))))))))) => ![V_uu_0]: (![V_b, V_a, V_q]: s(t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))),happ(s(t_fun(t_h4s_nums_num,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool)))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool)))))),V_uu_0),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_nums_num,V_q))) = s(t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))),h4s_bools_let(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool)))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,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_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))))))),V_uu_1),s(t_h4s_nums_num,V_q))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_q))))) => ![V_b, V_a]: s(t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))),h4s_wordss_nzcv(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))) = s(t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))),h4s_bools_let(s(t_fun(t_h4s_nums_num,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool)))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool))))),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_h4s_pairs_prod(t_bool,t_bool)))))),V_uu_0),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_b))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_a))),s(t_h4s_nums_num,h4s_wordss_w2n(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_b)))))))))))).
fof(ah4s_wordss_wordu_u_msbu_u_n2w, axiom, ![TV_u_27a]: ![V_n]: s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_wordss_wordu_u_log2u_u_n2w, axiom, ![TV_u_27a]: ![V_n]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_log2(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_bits_log2(s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))))).
fof(ah4s_wordss_n2wu_u_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_n2wu_u_11, axiom, ![TV_u_27a]: ![V_n, V_m]: (s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_m))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))) <=> s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))) = s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_bools_ANDu_u_IMPu_u_INTRO, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) => (p(s(t_bool,V_t2)) => p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) => p(s(t_bool,V_t3))))).
fof(ah4s_bools_EQu_u_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_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_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_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_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_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_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_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_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_operators_MONOIDu_u_DEF, axiom, ![TV_u_27a]: ![V_f, V_e]: (p(s(t_bool,h4s_operators_monoid(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_e)))) <=> (p(s(t_bool,h4s_operators_assoc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f)))) & (p(s(t_bool,h4s_operators_rightu_u_id(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_e)))) & p(s(t_bool,h4s_operators_leftu_u_id(s(t_fun(TV_u_27a,t_fun(TV_u_27a,TV_u_27a)),V_f),s(TV_u_27a,V_e)))))))).
fof(ah4s_operators_RIGHTu_u_IDu_u_DEF, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_e]: (p(s(t_bool,h4s_operators_rightu_u_id(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f),s(TV_u_27b,V_e)))) <=> ![V_x]: s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27a)),V_f),s(TV_u_27a,V_x))),s(TV_u_27b,V_e))) = s(TV_u_27a,V_x))).
fof(ah4s_operators_LEFTu_u_IDu_u_DEF, axiom, ![TV_u_27a,TV_u_27b]: ![V_f, V_e]: (p(s(t_bool,h4s_operators_leftu_u_id(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(TV_u_27a,V_e)))) <=> ![V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27b)),V_f),s(TV_u_27a,V_e))),s(TV_u_27b,V_x))) = s(TV_u_27b,V_x))).
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_wordss_wordu_u_andu_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_v, V_w, 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_fcps_cart(t_bool,TV_u_27a),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_fcps_cart(t_bool,TV_u_27a),V_v))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_nums_num,V_i)))) <=> (p(s(t_bool,h4s_fcps_fcpu_u_index(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_v),s(t_h4s_nums_num,V_i)))) & 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)))))) => ![V_w, V_v]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_and(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_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_fcps_cart(t_bool,TV_u_27a),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_fcps_cart(t_bool,TV_u_27a),V_v))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))))).
fof(ah4s_bits_BITWISEu_u_THM, axiom, ![V_x, V_op, V_n, V_b, V_a]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_n)))) => s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_x),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_fun(t_bool,t_fun(t_bool,t_bool)),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_fun(t_bool,t_fun(t_bool,t_bool)),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)))),h4s_bits_bitwise),s(t_h4s_nums_num,V_n))),s(t_fun(t_bool,t_fun(t_bool,t_bool)),V_op))),s(t_h4s_nums_num,V_a))),s(t_h4s_nums_num,V_b))))) = s(t_bool,happ(s(t_fun(t_bool,t_bool),happ(s(t_fun(t_bool,t_fun(t_bool,t_bool)),V_op),s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_a))))),s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_b))))))).
fof(ah4s_wordss_wordu_u_log2u_u_def, axiom, ![TV_u_27a]: ![V_w]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_log2(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_bits_log2(s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_IMPu_u_Fu_u_EQu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> s(t_bool,V_t) = s(t_bool,f))).
fof(ah4s_arithmetics_ADDu_u_SYM, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_distribu_c27, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_0))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero)))).
fof(ah4s_arithmetics_SUCu_u_ONEu_u_ADD, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_ZEROu_u_LESSu_u_EQ, axiom, ![V_n]: p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))))).
fof(ah4s_arithmetics_LESSu_u_EQu_u_TRANS, axiom, ![V_p, V_n, V_m]: ((p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p))))) => p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p)))))).
fof(ah4s_arithmetics_MULTu_u_CLAUSESu_c2, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ, axiom, ![V_p, V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))).
fof(ah4s_numerals_numeralu_u_lteu_c1, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c1, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_arithmetics_LESSu_u_EQ, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_ADDu_u_CLAUSESu_c0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_bits_BITSu_u_ZERO3, axiom, ![V_n, V_h]: s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_h)))))))).
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_bools_EQu_u_EXPAND, axiom, ![V_t2, V_t1]: (s(t_bool,V_t1) = s(t_bool,V_t2) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) | (~ (p(s(t_bool,V_t1))) & ~ (p(s(t_bool,V_t2))))))).
fof(ah4s_sats_ORu_u_DUAL3, axiom, ![V_B, V_A]: ((~ ((~ (p(s(t_bool,V_A))) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_sats_ORu_u_DUAL2, axiom, ![V_B, V_A]: ((~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_sats_dcu_u_disj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_q)))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_arithmetics_NOTu_u_LESS, axiom, ![V_n, V_m]: (~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) <=> p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c0, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) & p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) | ~ (p(s(t_bool,V_B)))))).
fof(ah4s_sats_dcu_u_conj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) & p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_r))))) & ((p(s(t_bool,V_q)) | ~ (p(s(t_bool,V_p)))) & (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p)))))))).
fof(ah4s_sats_dcu_u_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_ANDu_u_INVu_u_IMP, axiom, ![V_A]: (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_A))) => p(s(t_bool,f))))).
fof(ah4s_sats_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_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => p(s(t_bool,f))))).
fof(ah4s_nums_INDUCTION, axiom, ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_0)))) & ![V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))) => ![V_n]: p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_ADDu_u_0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_wordss_EXISTSu_u_HB, axiom, ![TV_u_27a]: ?[V_m]: 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_nums_suc(s(t_h4s_nums_num,V_m)))).
fof(ah4s_bools_CONJu_u_ASSOC, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) & (p(s(t_bool,V_t2)) & p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) & p(s(t_bool,V_t3))))).
fof(ah4s_bools_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_wordss_dimwordu_u_def, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ah4s_arithmetics_NOTu_u_LEQ, axiom, ![V_n, V_m]: (~ (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) <=> p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_wordss_DIMINDEXu_u_GTu_u_0, axiom, ![TV_u_27a]: p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))))).
fof(ah4s_wordss_wordu_u_msbu_u_def, axiom, ![TV_u_27a]: ![V_w]: s(t_bool,h4s_wordss_wordu_u_msb(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = 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,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)))))))))).
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_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_arithmetics_SUBu_u_RIGHTu_u_LESS, axiom, ![V_p, V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_p)))) <=> (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_p))))))).
fof(ah4s_bits_BITSu_u_COMPu_u_THM2, axiom, ![V_n, V_l2, V_l1, V_h2, V_h1]: s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_h2),s(t_h4s_nums_num,V_l2),s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_h1),s(t_h4s_nums_num,V_l1),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,h4s_arithmetics_min(s(t_h4s_nums_num,V_h1),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_h2),s(t_h4s_nums_num,V_l1))))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_l2),s(t_h4s_nums_num,V_l1))),s(t_h4s_nums_num,V_n)))).
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_bits_BITu_u_def, axiom, ![V_n, V_b]: (p(s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_b),s(t_h4s_nums_num,V_n)))) <=> s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_b),s(t_h4s_nums_num,V_b),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))).
fof(ah4s_arithmetics_MINu_u_DEF, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_min(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_m),s(t_h4s_nums_num,V_n)))).
fof(ah4s_arithmetics_EQu_u_LESSu_u_EQ, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n) <=> (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))))).
fof(ah4s_arithmetics_ADDu_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_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_arithmetics_ADDu_c1, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,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_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_bools_IMPu_u_DISJu_u_THM, axiom, ![V_B, V_A]: ((p(s(t_bool,V_A)) => p(s(t_bool,V_B))) <=> (~ (p(s(t_bool,V_A))) | p(s(t_bool,V_B))))).
fof(ah4s_bools_itselfu_u_Axiom, axiom, ![TV_u_27b,TV_u_27a]: ![V_e]: ?[V_f]: s(TV_u_27a,happ(s(t_fun(t_h4s_bools_itself(TV_u_27b),TV_u_27a),V_f),s(t_h4s_bools_itself(TV_u_27b),h4s_bools_theu_u_value))) = s(TV_u_27a,V_e)).
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_wordss_w2nu_u_def, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_w, V_i]: s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_nums_num)),V_uu_0),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))),s(t_h4s_nums_num,V_i))) = s(t_h4s_nums_num,h4s_bits_sbit(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_h4s_nums_num,V_i))) => ![V_w]: s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_nums_num,h4s_sumu_u_nums_sum(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_nums_num)),V_uu_0),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))))))).
fof(ah4s_bits_BITu_u_SLICEu_u_THM, axiom, ![V_x, V_n]: s(t_h4s_nums_num,h4s_bits_sbit(s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,h4s_bits_slice(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_n)))).
fof(ah4s_bits_SLICEu_u_COMPu_u_THM, axiom, ![V_n, V_m, V_l, V_h]: ((p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_h)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_m))))) => s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_bits_slice(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_bits_slice(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_bits_slice(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_n))))).
fof(ah4s_bits_SLICEu_u_ZEROu_u_THM, axiom, ![V_n, V_h]: s(t_h4s_nums_num,h4s_bits_slice(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n)))).
fof(ah4s_sumu_u_nums_SUM0, axiom, ![V_m, V_f]: s(t_h4s_nums_num,h4s_sumu_u_nums_sum(s(t_h4s_nums_num,V_m),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f))) = s(t_h4s_nums_num,h4s_sumu_u_nums_gsum(s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),h4s_pairs_u_2c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_m))),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f)))).
fof(ah4s_sumu_u_nums_SUMu_u_defu_c1, axiom, ![V_m, V_f]: s(t_h4s_nums_num,h4s_sumu_u_nums_sum(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_sumu_u_nums_sum(s(t_h4s_nums_num,V_m),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f))),s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_sumu_u_nums_SUMu_u_defu_c0, axiom, ![V_f]: s(t_h4s_nums_num,h4s_sumu_u_nums_sum(s(t_h4s_nums_num,h4s_nums_0),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_sumu_u_nums_GSUMu_u_FUNu_u_EQUAL, axiom, ![V_p, V_n, V_g, V_f]: (![V_x]: ((p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_x)))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_n))))))) => s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f),s(t_h4s_nums_num,V_x))) = s(t_h4s_nums_num,happ(s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_g),s(t_h4s_nums_num,V_x)))) => s(t_h4s_nums_num,h4s_sumu_u_nums_gsum(s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),h4s_pairs_u_2c(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_n))),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_f))) = s(t_h4s_nums_num,h4s_sumu_u_nums_gsum(s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),h4s_pairs_u_2c(s(t_h4s_nums_num,V_p),s(t_h4s_nums_num,V_n))),s(t_fun(t_h4s_nums_num,t_h4s_nums_num),V_g))))).
fof(ah4s_arithmetics_MODu_u_1, axiom, ![V_k]: s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_k),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_arithmetics_LESSu_u_EQu_u_MONO, axiom, ![V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_arithmetics_LESSu_u_EQu_u_REFL, axiom, ![V_m]: p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_m))))).
fof(ah4s_arithmetics_numu_u_CASES, axiom, ![V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) | ?[V_n]: s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))).
fof(ah4s_arithmetics_ADDu_u_COMM, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_TWOu_u_EXPu_u_THMu_c0, axiom, s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_nums_0))) = 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_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_bits_BITu_u_BITSu_u_THM, axiom, ![V_l, V_h, V_b, V_a]: (![V_x]: ((p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_x)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_h))))) => s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_a))) = s(t_bool,h4s_bits_bit(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,V_b)))) <=> s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_a))) = s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,V_l),s(t_h4s_nums_num,V_b))))).
fof(ah4s_bools_NOTu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_P]: (~ (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> ?[V_x]: ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))))).
fof(ah4s_bools_LEFTu_u_ANDu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) & p(s(t_bool,V_Q))) <=> ![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,V_Q))))).
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_LEFTu_u_ORu_u_EXISTSu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))) <=> ?[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,V_Q))))).
fof(ah4s_bools_Fu_u_IMP, axiom, ![V_t]: (~ (p(s(t_bool,V_t))) => (p(s(t_bool,V_t)) => p(s(t_bool,f))))).
fof(ah4s_bools_RIGHTu_u_EXISTSu_u_ANDu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (?[V_x]: (p(s(t_bool,V_P)) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) <=> (p(s(t_bool,V_P)) & ?[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_LEFTu_u_FORALLu_u_ORu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))) <=> (![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,V_Q))))).
fof(ah4s_bools_DISJu_u_SYM, axiom, ![V_B, V_A]: ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) <=> (p(s(t_bool,V_B)) | p(s(t_bool,V_A))))).
fof(ch4s_wordss_wordu_u_oru_u_n2w, conjecture, ![TV_u_27a]: ![V_n, V_m]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_wordu_u_or(s(t_h4s_fcps_cart(t_bool,TV_u_27a),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,V_m))))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(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_fun(t_bool,t_fun(t_bool,t_bool)),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_fun(t_bool,t_fun(t_bool,t_bool)),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_h4s_nums_num)))),h4s_bits_bitwise),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))))),s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_or))),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m)))))).
