%   ORIGINAL: h4/llist/MONO__every
% 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/llist/every__def: !ll P. h4/llist/every P ll <=> ~h4/llist/exists (h4/combin/o $not P) ll
% Assm: h4/bool/TRUTH: T
% Assm: h4/llist/every__thm_c1: !t h P. h4/llist/every P (h4/llist/LCONS h t) <=> P h /\ h4/llist/every P t
% Assm: h4/llist/every__coind: !Q P. (!h t. Q (h4/llist/LCONS h t) ==> P h /\ Q t) ==> (!ll. Q ll ==> h4/llist/every P ll)
% Assm: h4/llist/LL__ALL__THM_c1: !t h P. h4/llist/every P (h4/llist/LCONS h t) <=> P h /\ h4/llist/every P t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/combin/o__THM: !x g f. h4/combin/o f g x = f (g x)
% Assm: h4/llist/exists__thm_c1: !t h P. h4/llist/exists P (h4/llist/LCONS h t) <=> P h \/ h4/llist/exists P t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/llist/LL__ALL__THM_c0: !P. h4/llist/every P h4/llist/LNIL <=> T
% Assm: h4/llist/every__thm_c0: !P. h4/llist/every P h4/llist/LNIL <=> T
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/llist/exists__thm_c0: !P. h4/llist/exists P h4/llist/LNIL <=> F
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/MONO__AND: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% Assm: h4/bool/MONO__OR: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/MONO__EXISTS: !Q P. (!x. P x ==> Q x) ==> (?x. P x) ==> (?x. Q x)
% Assm: h4/llist/exists__def: h4/llist/exists = (\P a0. !exists_27. (!a00. (?h t. a00 = h4/llist/LCONS h t /\ P h) \/ (?h t. a00 = h4/llist/LCONS h t /\ exists_27 t) ==> exists_27 a00) ==> exists_27 a0)
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% 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/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> 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/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/bool/RIGHT__OR__OVER__AND: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm: h4/llist/exists__strong__ind: !Q P. (!h t. P h ==> Q (h4/llist/LCONS h t)) /\ (!h t. Q t /\ h4/llist/exists P t ==> Q (h4/llist/LCONS h t)) ==> (!a0. h4/llist/exists P a0 ==> Q a0)
% Assm: h4/llist/exists__cases: !a0 P. h4/llist/exists P a0 <=> (?h t. a0 = h4/llist/LCONS h t /\ P h) \/ (?h t. a0 = h4/llist/LCONS h t /\ h4/llist/exists P t)
% Assm: h4/llist/exists__rules_c0: !t h P. P h ==> h4/llist/exists P (h4/llist/LCONS h t)
% Assm: h4/llist/exists__LDROP: !ll P. h4/llist/exists P ll <=> (?n a t. h4/llist/LDROP n ll = h4/option/SOME (h4/llist/LCONS a t) /\ P a)
% Assm: h4/llist/exists__strongind: !exists_27 P. (!h t. P h ==> exists_27 (h4/llist/LCONS h t)) /\ (!h t. h4/llist/exists P t /\ exists_27 t ==> exists_27 (h4/llist/LCONS h t)) ==> (!a0. h4/llist/exists P a0 ==> exists_27 a0)
% Assm: h4/llist/LFINITE__def: h4/llist/LFINITE = (\a0. !LFINITE_27. (!a00. a00 = h4/llist/LNIL \/ (?h t. a00 = h4/llist/LCONS h t /\ LFINITE_27 t) ==> LFINITE_27 a00) ==> LFINITE_27 a0)
% Assm: h4/llist/MONO__exists: !l Q P. (!x. P x ==> Q x) ==> h4/llist/exists P l ==> h4/llist/exists Q l
% Assm: h4/llist/exists__ind: !exists_27 P. (!h t. P h ==> exists_27 (h4/llist/LCONS h t)) /\ (!h t. exists_27 t ==> exists_27 (h4/llist/LCONS h t)) ==> (!a0. h4/llist/exists P a0 ==> exists_27 a0)
% Assm: h4/llist/exists__LNTH: !l P. h4/llist/exists P l <=> (?n e. h4/option/SOME e = h4/llist/LNTH n l /\ P e)
% Assm: h4/llist/LFINITE__INDUCTION: !P. P h4/llist/LNIL /\ (!h t. P t ==> P (h4/llist/LCONS h t)) ==> (!a0. h4/llist/LFINITE a0 ==> P a0)
% Assm: h4/llist/exists__rules_c1: !t h P. h4/llist/exists P t ==> h4/llist/exists P (h4/llist/LCONS h t)
% Assm: h4/llist/llength__rel__def: h4/llist/llength__rel = (\a0 a1. !llength__rel_27. (!a00 a10. a00 = h4/llist/LNIL /\ a10 = h4/num/0 \/ (?h n t. a00 = h4/llist/LCONS h t /\ a10 = h4/num/SUC n /\ llength__rel_27 t n) ==> llength__rel_27 a00 a10) ==> llength__rel_27 a0 a1)
% Assm: h4/llist/llength__rel__ind: !llength__rel_27. llength__rel_27 h4/llist/LNIL h4/num/0 /\ (!h n t. llength__rel_27 t n ==> llength__rel_27 (h4/llist/LCONS h t) (h4/num/SUC n)) ==> (!a0 a1. h4/llist/llength__rel a0 a1 ==> llength__rel_27 a0 a1)
% Assm: h4/llist/llength__rel__strongind: !llength__rel_27. llength__rel_27 h4/llist/LNIL h4/num/0 /\ (!h n t. h4/llist/llength__rel t n /\ llength__rel_27 t n ==> llength__rel_27 (h4/llist/LCONS h t) (h4/num/SUC n)) ==> (!a0 a1. h4/llist/llength__rel a0 a1 ==> llength__rel_27 a0 a1)
% Assm: h4/llist/LTAKE__THM_c2: !t n h. h4/llist/LTAKE (h4/num/SUC n) (h4/llist/LCONS h t) = h4/option/OPTION__MAP (h4/list/CONS h) (h4/llist/LTAKE n t)
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/OR__CLAUSES_c1: !t. t \/ T <=> T
% Assm: h4/option/SOME__11: !y x. h4/option/SOME x = h4/option/SOME y <=> x = y
% Assm: h4/llist/LTL__LCONS: !t h. h4/llist/LTL (h4/llist/LCONS h t) = h4/option/SOME t
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/llist/LCONS__11: !t2 t1 h2 h1. h4/llist/LCONS h1 t1 = h4/llist/LCONS h2 t2 <=> h1 = h2 /\ t1 = t2
% Assm: h4/bool/UNWIND__THM2: !a P. (?x. x = a /\ P x) <=> P a
% Assm: h4/llist/LHDTL__EQ__SOME: !t ll h. ll = h4/llist/LCONS h t <=> h4/llist/LHD ll = h4/option/SOME h /\ h4/llist/LTL ll = h4/option/SOME t
% Assm: h4/llist/LFINITE__ind: !LFINITE_27. LFINITE_27 h4/llist/LNIL /\ (!h t. LFINITE_27 t ==> LFINITE_27 (h4/llist/LCONS h t)) ==> (!a0. h4/llist/LFINITE a0 ==> LFINITE_27 a0)
% Assm: h4/option/NOT__NONE__SOME: !x. ~(h4/option/NONE = h4/option/SOME x)
% Assm: h4/llist/LFINITE__STRONG__INDUCTION: !P. P h4/llist/LNIL /\ (!h t. h4/llist/LFINITE t /\ P t ==> P (h4/llist/LCONS h t)) ==> (!a0. h4/llist/LFINITE a0 ==> P a0)
% Assm: h4/llist/llength__rel__cases: !a1 a0. h4/llist/llength__rel a0 a1 <=> a0 = h4/llist/LNIL /\ a1 = h4/num/0 \/ (?h n t. a0 = h4/llist/LCONS h t /\ a1 = h4/num/SUC n /\ h4/llist/llength__rel t n)
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/llist/llist__CASES: !l. l = h4/llist/LNIL \/ (?h t. l = h4/llist/LCONS h t)
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/llist/LTAKE__CONS__EQ__NONE: !t m h. h4/llist/LTAKE m (h4/llist/LCONS h t) = h4/option/NONE <=> (?n. m = h4/num/SUC n /\ h4/llist/LTAKE n t = h4/option/NONE)
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/bool/AND__CLAUSES_c2: !t. F /\ t <=> F
% Assm: h4/bool/LEFT__FORALL__IMP__THM: !Q P. (!x. P x ==> Q) <=> (?x. P x) ==> Q
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/llist/LDROP__THM_c1: !n. h4/llist/LDROP (h4/num/SUC n) h4/llist/LNIL = h4/option/NONE
% Assm: h4/llist/LDROP__THM_c0: !ll. h4/llist/LDROP h4/num/0 ll = h4/option/SOME ll
% Assm: h4/llist/LDROP__THM_c2: !t n h. h4/llist/LDROP (h4/num/SUC n) (h4/llist/LCONS h t) = h4/llist/LDROP n t
% Assm: h4/bool/EXISTS__REFL: !a. ?x. x = a
% Assm: h4/bool/EXISTS__DEF: $exists = (\P. P (h4/min/_40 P))
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/bool/EQ__REFL: !x. x = x
% Assm: h4/llist/LNTH__THM_c2: !t n h. h4/llist/LNTH (h4/num/SUC n) (h4/llist/LCONS h t) = h4/llist/LNTH n t
% Assm: h4/llist/LNTH__THM_c1: !t h. h4/llist/LNTH h4/num/0 (h4/llist/LCONS h t) = h4/option/SOME h
% Assm: h4/llist/LNTH__THM_c0: !n. h4/llist/LNTH n h4/llist/LNIL = h4/option/NONE
% Assm: h4/bool/FORALL__AND__THM: !Q P. (!x. P x /\ Q x) <=> (!x. P x) /\ (!x. Q x)
% Assm: h4/sat/pth__nn: !p. ~ ~p ==> p
% Assm: h4/sat/pth__no2: !q p. ~(p \/ q) ==> ~q
% Assm: h4/sat/pth__no1: !q p. ~(p \/ q) ==> ~p
% Assm: h4/bool/EQ__IMP__THM: !t2 t1. (t1 <=> t2) <=> (t1 ==> t2) /\ (t2 ==> t1)
% Assm: h4/llist/LHD__THM_c1: !t h. h4/llist/LHD (h4/llist/LCONS h t) = h4/option/SOME h
% Assm: h4/llist/LTL__THM_c1: !t h. h4/llist/LTL (h4/llist/LCONS h t) = h4/option/SOME t
% Assm: h4/bool/EQ__CLAUSES_c2: !t. (F <=> t) <=> ~t
% Assm: h4/option/option__case__def_c1: !x v f. h4/option/option__CASE (h4/option/SOME x) v f = f x
% Assm: h4/prim__rec/INV__SUC__EQ: !n m. h4/num/SUC m = h4/num/SUC n <=> m = n
% Assm: h4/llist/LFINITE__THM_c1: !t h. h4/llist/LFINITE (h4/llist/LCONS h t) <=> h4/llist/LFINITE t
% Assm: h4/llist/LFINITE__THM_c0: h4/llist/LFINITE h4/llist/LNIL <=> T
% Assm: h4/llist/LTL__THM_c0: h4/llist/LTL h4/llist/LNIL = h4/option/NONE
% Assm: h4/llist/LHD__THM_c0: h4/llist/LHD h4/llist/LNIL = h4/option/NONE
% Assm: h4/llist/LCONS__NOT__NIL_c0: !t h. ~(h4/llist/LCONS h t = h4/llist/LNIL)
% 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/llist/LHD__LCONS: !t h. h4/llist/LHD (h4/llist/LCONS h t) = h4/option/SOME h
% Assm: h4/llist/llist__rep__LCONS: !t h. h4/llist/llist__rep (h4/llist/LCONS h t) = (\n. h4/bool/COND (n = h4/num/0) (h4/option/SOME h) (h4/llist/llist__rep t (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))))
% Assm: h4/llist/llist__absrep_c0: !a. h4/llist/llist__abs (h4/llist/llist__rep a) = a
% Assm: h4/numeral/numeral__eq_c1: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm: h4/llist/LTL0: !ll. h4/llist/LTL ll = h4/option/option__CASE (h4/llist/LHD ll) h4/option/NONE (\v. h4/option/SOME (h4/llist/llist__abs (\n. h4/llist/llist__rep ll (h4/arithmetic/_2B n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))))
% Assm: h4/numeral/numeral__distrib_c17: !n. h4/arithmetic/NUMERAL n = h4/num/0 <=> n = h4/arithmetic/ZERO
% Assm: h4/arithmetic/ADD__CLAUSES_c2: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm: h4/arithmetic/ADD__SYM: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm: h4/arithmetic/ADD__CLAUSES_c0: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm: h4/arithmetic/SUB_c0: !m. h4/arithmetic/_2D h4/num/0 m = h4/num/0
% Assm: h4/arithmetic/ADD__EQ__0: !n m. h4/arithmetic/_2B m n = h4/num/0 <=> m = h4/num/0 /\ n = h4/num/0
% Assm: h4/arithmetic/SUB_c1: !n m. h4/arithmetic/_2D (h4/num/SUC m) n = h4/bool/COND (h4/prim__rec/_3C m n) h4/num/0 (h4/num/SUC (h4/arithmetic/_2D m n))
% Assm: h4/prim__rec/LESS__SUC__REFL: !n. h4/prim__rec/_3C n (h4/num/SUC n)
% Assm: h4/arithmetic/LESS__EQ__ADD: !n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2B m n)
% Assm: h4/arithmetic/NOT__LESS: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm: h4/bool/AND__CLAUSES_c3: !t. t /\ F <=> F
% Assm: h4/bool/bool__case__thm_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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/llist/LTAKE0_c1: !n ll. h4/llist/LTAKE (h4/num/SUC n) ll = h4/option/option__CASE (h4/llist/LHD ll) h4/option/NONE (\hd. h4/option/option__CASE (h4/llist/LTAKE n (h4/option/THE (h4/llist/LTL ll))) h4/option/NONE (\tl. h4/option/SOME (h4/list/CONS hd tl)))
% Assm: h4/list/CONS__11: !a1_27 a1 a0_27 a0. h4/list/CONS a0 a1 = h4/list/CONS a0_27 a1_27 <=> a0 = a0_27 /\ a1 = a1_27
% Assm: h4/option/OPTION__MAP__DEF_c1: !f. h4/option/OPTION__MAP f h4/option/NONE = h4/option/NONE
% Assm: h4/option/THE__DEF: !x. h4/option/THE (h4/option/SOME x) = x
% Assm: h4/option/OPTION__MAP__DEF_c0: !x f. h4/option/OPTION__MAP f (h4/option/SOME x) = h4/option/SOME (f x)
% Assm: h4/option/option__case__def_c0: !v f. h4/option/option__CASE h4/option/NONE v f = v
% Assm: h4/option/option__nchotomy: !opt. opt = h4/option/NONE \/ (?x. opt = h4/option/SOME x)
% Goal: !l Q P. (!x. P x ==> Q x) ==> h4/llist/every P l ==> h4/llist/every Q l
%   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_llists_everyu_u_def]: !ll P. h4/llist/every P ll <=> ~h4/llist/exists (h4/combin/o $not P) ll
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_llists_everyu_u_thmu_c1]: !t h P. h4/llist/every P (h4/llist/LCONS h t) <=> happ P h /\ h4/llist/every P t
% Assm [h4s_llists_everyu_u_coind]: !Q P. (!h t. happ Q (h4/llist/LCONS h t) ==> happ P h /\ happ Q t) ==> (!ll. happ Q ll ==> h4/llist/every P ll)
% Assm [h4s_llists_LLu_u_ALLu_u_THMu_c1]: !t h P. h4/llist/every P (h4/llist/LCONS h t) <=> happ P h /\ h4/llist/every P t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_combins_ou_u_THM]: !x g f. happ (h4/combin/o f g) x = happ f (happ g x)
% Assm [h4s_llists_existsu_u_thmu_c1]: !t h P. h4/llist/exists P (h4/llist/LCONS h t) <=> happ P h \/ h4/llist/exists P t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_llists_LLu_u_ALLu_u_THMu_c0]: !P. h4/llist/every P h4/llist/LNIL <=> T
% Assm [h4s_llists_everyu_u_thmu_c0]: !P. h4/llist/every P h4/llist/LNIL <=> T
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_llists_existsu_u_thmu_c0]: !P. h4/llist/exists P h4/llist/LNIL <=> F
% Assm [h4s_bools_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_MONOu_u_AND]: !z y x w. (x ==> y) /\ (z ==> w) ==> x /\ z ==> y /\ w
% Assm [h4s_bools_MONOu_u_OR]: !z y x w. (x ==> y) /\ (z ==> w) ==> x \/ z ==> y \/ w
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_bools_MONOu_u_EXISTS]: !Q P. (!x. happ P x ==> happ Q x) ==> (?x. happ P x) ==> (?x. happ Q x)
% Assm [h4s_llists_existsu_u_def]: !x x. h4/llist/exists x x <=> (!exists_27. (!a00. (?h t. a00 = h4/llist/LCONS h t /\ happ x h) \/ (?h t. a00 = h4/llist/LCONS h t /\ happ exists_27 t) ==> happ exists_27 a00) ==> happ exists_27 x)
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% 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_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> 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_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_bools_RIGHTu_u_ORu_u_OVERu_u_AND]: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm [h4s_llists_existsu_u_strongu_u_ind]: !Q P. (!h t. happ P h ==> happ Q (h4/llist/LCONS h t)) /\ (!h t. happ Q t /\ h4/llist/exists P t ==> happ Q (h4/llist/LCONS h t)) ==> (!a0. h4/llist/exists P a0 ==> happ Q a0)
% Assm [h4s_llists_existsu_u_cases]: !a0 P. h4/llist/exists P a0 <=> (?h t. a0 = h4/llist/LCONS h t /\ happ P h) \/ (?h t. a0 = h4/llist/LCONS h t /\ h4/llist/exists P t)
% Assm [h4s_llists_existsu_u_rulesu_c0]: !t h P. happ P h ==> h4/llist/exists P (h4/llist/LCONS h t)
% Assm [h4s_llists_existsu_u_LDROP]: !ll P. h4/llist/exists P ll <=> (?n a t. h4/llist/LDROP n ll = h4/option/SOME (h4/llist/LCONS a t) /\ happ P a)
% Assm [h4s_llists_existsu_u_strongind]: !exists_27 P. (!h t. happ P h ==> happ exists_27 (h4/llist/LCONS h t)) /\ (!h t. h4/llist/exists P t /\ happ exists_27 t ==> happ exists_27 (h4/llist/LCONS h t)) ==> (!a0. h4/llist/exists P a0 ==> happ exists_27 a0)
% Assm [h4s_llists_LFINITEu_u_def]: !x. h4/llist/LFINITE x <=> (!LFINITE_27. (!a00. a00 = h4/llist/LNIL \/ (?h t. a00 = h4/llist/LCONS h t /\ happ LFINITE_27 t) ==> happ LFINITE_27 a00) ==> happ LFINITE_27 x)
% Assm [h4s_llists_MONOu_u_exists]: !l Q P. (!x. happ P x ==> happ Q x) ==> h4/llist/exists P l ==> h4/llist/exists Q l
% Assm [h4s_llists_existsu_u_ind]: !exists_27 P. (!h t. happ P h ==> happ exists_27 (h4/llist/LCONS h t)) /\ (!h t. happ exists_27 t ==> happ exists_27 (h4/llist/LCONS h t)) ==> (!a0. h4/llist/exists P a0 ==> happ exists_27 a0)
% Assm [h4s_llists_existsu_u_LNTH]: !l P. h4/llist/exists P l <=> (?n e. h4/option/SOME e = h4/llist/LNTH n l /\ happ P e)
% Assm [h4s_llists_LFINITEu_u_INDUCTION]: !P. happ P h4/llist/LNIL /\ (!h t. happ P t ==> happ P (h4/llist/LCONS h t)) ==> (!a0. h4/llist/LFINITE a0 ==> happ P a0)
% Assm [h4s_llists_existsu_u_rulesu_c1]: !t h P. h4/llist/exists P t ==> h4/llist/exists P (h4/llist/LCONS h t)
% Assm [h4s_llists_llengthu_u_relu_u_def]: !x x. h4/llist/llength__rel x x <=> (!llength__rel_27. (!a00 a10. a00 = h4/llist/LNIL /\ a10 = h4/num/0 \/ (?h n t. a00 = h4/llist/LCONS h t /\ a10 = h4/num/SUC n /\ happ (happ llength__rel_27 t) n) ==> happ (happ llength__rel_27 a00) a10) ==> happ (happ llength__rel_27 x) x)
% Assm [h4s_llists_llengthu_u_relu_u_ind]: !llength__rel_27. happ (happ llength__rel_27 h4/llist/LNIL) h4/num/0 /\ (!h n t. happ (happ llength__rel_27 t) n ==> happ (happ llength__rel_27 (h4/llist/LCONS h t)) (h4/num/SUC n)) ==> (!a0 a1. h4/llist/llength__rel a0 a1 ==> happ (happ llength__rel_27 a0) a1)
% Assm [h4s_llists_llengthu_u_relu_u_strongind]: !llength__rel_27. happ (happ llength__rel_27 h4/llist/LNIL) h4/num/0 /\ (!h n t. h4/llist/llength__rel t n /\ happ (happ llength__rel_27 t) n ==> happ (happ llength__rel_27 (h4/llist/LCONS h t)) (h4/num/SUC n)) ==> (!a0 a1. h4/llist/llength__rel a0 a1 ==> happ (happ llength__rel_27 a0) a1)
% Assm [h4s_llists_LTAKEu_u_THMu_c2]: !t n h. h4/llist/LTAKE (h4/num/SUC n) (h4/llist/LCONS h t) = h4/option/OPTION__MAP (h4/list/CONS h) (h4/llist/LTAKE n 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_options_SOMEu_u_11]: !y x. h4/option/SOME x = h4/option/SOME y <=> x = y
% Assm [h4s_llists_LTLu_u_LCONS]: !t h. h4/llist/LTL (h4/llist/LCONS h t) = h4/option/SOME t
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_llists_LCONSu_u_11]: !t2 t1 h2 h1. h4/llist/LCONS h1 t1 = h4/llist/LCONS h2 t2 <=> h1 = h2 /\ t1 = t2
% Assm [h4s_bools_UNWINDu_u_THM2]: !a P. (?x. x = a /\ happ P x) <=> happ P a
% Assm [h4s_llists_LHDTLu_u_EQu_u_SOME]: !t ll h. ll = h4/llist/LCONS h t <=> h4/llist/LHD ll = h4/option/SOME h /\ h4/llist/LTL ll = h4/option/SOME t
% Assm [h4s_llists_LFINITEu_u_ind]: !LFINITE_27. happ LFINITE_27 h4/llist/LNIL /\ (!h t. happ LFINITE_27 t ==> happ LFINITE_27 (h4/llist/LCONS h t)) ==> (!a0. h4/llist/LFINITE a0 ==> happ LFINITE_27 a0)
% Assm [h4s_options_NOTu_u_NONEu_u_SOME]: !x. ~(h4/option/NONE = h4/option/SOME x)
% Assm [h4s_llists_LFINITEu_u_STRONGu_u_INDUCTION]: !P. happ P h4/llist/LNIL /\ (!h t. h4/llist/LFINITE t /\ happ P t ==> happ P (h4/llist/LCONS h t)) ==> (!a0. h4/llist/LFINITE a0 ==> happ P a0)
% Assm [h4s_llists_llengthu_u_relu_u_cases]: !a1 a0. h4/llist/llength__rel a0 a1 <=> a0 = h4/llist/LNIL /\ a1 = h4/num/0 \/ (?h n t. a0 = h4/llist/LCONS h t /\ a1 = h4/num/SUC n /\ h4/llist/llength__rel t n)
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_llists_llistu_u_CASES]: !l. l = h4/llist/LNIL \/ (?h t. l = h4/llist/LCONS h t)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_llists_LTAKEu_u_CONSu_u_EQu_u_NONE]: !t m h. h4/llist/LTAKE m (h4/llist/LCONS h t) = h4/option/NONE <=> (?n. m = h4/num/SUC n /\ h4/llist/LTAKE n t = h4/option/NONE)
% 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_bools_ANDu_u_CLAUSESu_c2]: !t. F /\ t <=> F
% Assm [h4s_bools_LEFTu_u_FORALLu_u_IMPu_u_THM]: !Q P. (!x. happ P x ==> Q) <=> (?x. happ P x) ==> Q
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_llists_LDROPu_u_THMu_c1]: !n. h4/llist/LDROP (h4/num/SUC n) h4/llist/LNIL = h4/option/NONE
% Assm [h4s_llists_LDROPu_u_THMu_c0]: !ll. h4/llist/LDROP h4/num/0 ll = h4/option/SOME ll
% Assm [h4s_llists_LDROPu_u_THMu_c2]: !t n h. h4/llist/LDROP (h4/num/SUC n) (h4/llist/LCONS h t) = h4/llist/LDROP n t
% Assm [h4s_bools_EXISTSu_u_REFL]: !a. ?x. x = a
% Assm [h4s_bools_EXISTSu_u_DEF]: !x. $exists x <=> happ x (h4/min/_40 x)
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_bools_EQu_u_REFL]: !x. x = x
% Assm [h4s_llists_LNTHu_u_THMu_c2]: !t n h. h4/llist/LNTH (h4/num/SUC n) (h4/llist/LCONS h t) = h4/llist/LNTH n t
% Assm [h4s_llists_LNTHu_u_THMu_c1]: !t h. h4/llist/LNTH h4/num/0 (h4/llist/LCONS h t) = h4/option/SOME h
% Assm [h4s_llists_LNTHu_u_THMu_c0]: !n. h4/llist/LNTH n h4/llist/LNIL = h4/option/NONE
% Assm [h4s_bools_FORALLu_u_ANDu_u_THM]: !Q P. (!x. happ P x /\ happ Q x) <=> (!x. happ P x) /\ (!x. happ Q x)
% Assm [h4s_sats_pthu_u_nn]: !p. ~ ~p ==> p
% Assm [h4s_sats_pthu_u_no2]: !q p. ~(p \/ q) ==> ~q
% Assm [h4s_sats_pthu_u_no1]: !q p. ~(p \/ q) ==> ~p
% Assm [h4s_bools_EQu_u_IMPu_u_THM]: !t2 t1. (t1 <=> t2) <=> (t1 ==> t2) /\ (t2 ==> t1)
% Assm [h4s_llists_LHDu_u_THMu_c1]: !t h. h4/llist/LHD (h4/llist/LCONS h t) = h4/option/SOME h
% Assm [h4s_llists_LTLu_u_THMu_c1]: !t h. h4/llist/LTL (h4/llist/LCONS h t) = h4/option/SOME t
% Assm [h4s_bools_EQu_u_CLAUSESu_c2]: !t. (F <=> t) <=> ~t
% Assm [h4s_options_optionu_u_caseu_u_defu_c1]: !x v f. h4/option/option__CASE (h4/option/SOME x) v f = happ f x
% Assm [h4s_primu_u_recs_INVu_u_SUCu_u_EQ]: !n m. h4/num/SUC m = h4/num/SUC n <=> m = n
% Assm [h4s_llists_LFINITEu_u_THMu_c1]: !t h. h4/llist/LFINITE (h4/llist/LCONS h t) <=> h4/llist/LFINITE t
% Assm [h4s_llists_LFINITEu_u_THMu_c0]: h4/llist/LFINITE h4/llist/LNIL <=> T
% Assm [h4s_llists_LTLu_u_THMu_c0]: h4/llist/LTL h4/llist/LNIL = h4/option/NONE
% Assm [h4s_llists_LHDu_u_THMu_c0]: h4/llist/LHD h4/llist/LNIL = h4/option/NONE
% Assm [h4s_llists_LCONSu_u_NOTu_u_NILu_c0]: !t h. ~(h4/llist/LCONS h t = h4/llist/LNIL)
% 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_llists_LHDu_u_LCONS]: !t h. h4/llist/LHD (h4/llist/LCONS h t) = h4/option/SOME h
% Assm [h4s_llists_llistu_u_repu_u_LCONS]: !t h x. ?v. (v <=> x = h4/num/0) /\ happ (h4/llist/llist__rep (h4/llist/LCONS h t)) x = h4/bool/COND v (h4/option/SOME h) (happ (h4/llist/llist__rep t) (h4/arithmetic/_2D x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% Assm [h4s_llists_llistu_u_absrepu_c0]: !a. h4/llist/llist__abs (h4/llist/llist__rep a) = a
% Assm [h4s_numerals_numeralu_u_equ_c1]: !n. h4/arithmetic/BIT1 n = h4/arithmetic/ZERO <=> F
% Assm [h4s_llists_LTL0]: !_1. (!ll n. happ (happ _1 ll) n = happ (h4/llist/llist__rep ll) (h4/arithmetic/_2B n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) ==> (!_0. (!ll v. happ (happ _0 ll) v = h4/option/SOME (h4/llist/llist__abs (happ _1 ll))) ==> (!ll. h4/llist/LTL ll = h4/option/option__CASE (h4/llist/LHD ll) h4/option/NONE (happ _0 ll)))
% Assm [h4s_numerals_numeralu_u_distribu_c17]: !n. h4/arithmetic/NUMERAL n = h4/num/0 <=> n = h4/arithmetic/ZERO
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c2]: !n m. h4/arithmetic/_2B (h4/num/SUC m) n = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm [h4s_arithmetics_ADDu_u_SYM]: !n m. h4/arithmetic/_2B m n = h4/arithmetic/_2B n m
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c0]: !m. h4/arithmetic/_2B h4/num/0 m = m
% Assm [h4s_arithmetics_SUBu_c0]: !m. h4/arithmetic/_2D h4/num/0 m = h4/num/0
% Assm [h4s_arithmetics_ADDu_u_EQu_u_0]: !n m. h4/arithmetic/_2B m n = h4/num/0 <=> m = h4/num/0 /\ n = h4/num/0
% Assm [h4s_arithmetics_SUBu_c1]: !n m. h4/arithmetic/_2D (h4/num/SUC m) n = h4/bool/COND (h4/prim__rec/_3C m n) h4/num/0 (h4/num/SUC (h4/arithmetic/_2D m n))
% Assm [h4s_primu_u_recs_LESSu_u_SUCu_u_REFL]: !n. h4/prim__rec/_3C n (h4/num/SUC n)
% Assm [h4s_arithmetics_LESSu_u_EQu_u_ADD]: !n m. h4/arithmetic/_3C_3D m (h4/arithmetic/_2B m n)
% Assm [h4s_arithmetics_NOTu_u_LESS]: !n m. ~h4/prim__rec/_3C m n <=> h4/arithmetic/_3C_3D n m
% Assm [h4s_bools_ANDu_u_CLAUSESu_c3]: !t. t /\ F <=> F
% Assm [h4s_bools_boolu_u_caseu_u_thmu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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_llists_LTAKE0u_c1]: !_1. (!hd tl. happ (happ _1 hd) tl = h4/option/SOME (happ (h4/list/CONS hd) tl)) ==> (!_0. (!n ll hd. happ (happ (happ _0 n) ll) hd = h4/option/option__CASE (h4/llist/LTAKE n (h4/option/THE (h4/llist/LTL ll))) h4/option/NONE (happ _1 hd)) ==> (!n ll. h4/llist/LTAKE (h4/num/SUC n) ll = h4/option/option__CASE (h4/llist/LHD ll) h4/option/NONE (happ (happ _0 n) ll)))
% Assm [h4s_lists_CONSu_u_11]: !a1_27 a1 a0_27 a0. happ (h4/list/CONS a0) a1 = happ (h4/list/CONS a0_27) a1_27 <=> a0 = a0_27 /\ a1 = a1_27
% Assm [h4s_options_OPTIONu_u_MAPu_u_DEFu_c1]: !f. h4/option/OPTION__MAP f h4/option/NONE = h4/option/NONE
% Assm [h4s_options_THEu_u_DEF]: !x. h4/option/THE (h4/option/SOME x) = x
% Assm [h4s_options_OPTIONu_u_MAPu_u_DEFu_c0]: !x f. h4/option/OPTION__MAP f (h4/option/SOME x) = h4/option/SOME (happ f x)
% Assm [h4s_options_optionu_u_caseu_u_defu_c0]: !v f. h4/option/option__CASE h4/option/NONE v f = v
% Assm [h4s_options_optionu_u_nchotomy]: !opt. opt = h4/option/NONE \/ (?x. opt = h4/option/SOME x)
% Goal: !l Q P. (!x. happ P x ==> happ Q x) ==> h4/llist/every P l ==> h4/llist/every Q l
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_Q1259868,TV_Q1259864]: ![V_f, V_g]: (![V_x]: s(TV_Q1259864,happ(s(t_fun(TV_Q1259868,TV_Q1259864),V_f),s(TV_Q1259868,V_x))) = s(TV_Q1259864,happ(s(t_fun(TV_Q1259868,TV_Q1259864),V_g),s(TV_Q1259868,V_x))) => s(t_fun(TV_Q1259868,TV_Q1259864),V_f) = s(t_fun(TV_Q1259868,TV_Q1259864),V_g))).
fof(ah4s_llists_everyu_u_def, axiom, ![TV_u_27a]: ![V_ll, V_P]: (p(s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_ll)))) <=> ~ (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),h4s_combins_o(s(t_fun(t_bool,t_bool),d_not),s(t_fun(TV_u_27a,t_bool),V_P))),s(t_h4s_llists_llist(TV_u_27a),V_ll))))))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_llists_everyu_u_thmu_c1, axiom, ![TV_u_27a]: ![V_t, V_h, V_P]: (p(s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(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_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t))))))).
fof(ah4s_llists_everyu_u_coind, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_h, V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(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,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),V_t)))))) => ![V_ll]: (p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),V_ll)))) => p(s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_ll))))))).
fof(ah4s_llists_LLu_u_ALLu_u_THMu_c1, axiom, ![TV_u_27a]: ![V_t, V_h, V_P]: (p(s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(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_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t))))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_combins_ou_u_THM, axiom, ![TV_u_27b,TV_u_27a,TV_u_27c]: ![V_x, V_g, V_f]: s(TV_u_27b,happ(s(t_fun(TV_u_27c,TV_u_27b),h4s_combins_o(s(t_fun(TV_u_27a,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,happ(s(t_fun(TV_u_27a,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)))))).
fof(ah4s_llists_existsu_u_thmu_c1, axiom, ![TV_u_27a]: ![V_t, V_h, V_P]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(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_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),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_bools_DEu_u_MORGANu_u_THMu_c1, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_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_llists_LLu_u_ALLu_u_THMu_c0, axiom, ![TV_u_27a]: ![V_P]: s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))) = s(t_bool,t)).
fof(ah4s_llists_everyu_u_thmu_c0, axiom, ![TV_u_27a]: ![V_P]: s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))) = s(t_bool,t)).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_llists_existsu_u_thmu_c0, axiom, ![TV_u_27a]: ![V_P]: s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))) = s(t_bool,f)).
fof(ah4s_bools_EQu_u_CLAUSESu_c0, axiom, ![V_t]: (s(t_bool,t) = s(t_bool,V_t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_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_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_MONOu_u_AND, axiom, ![V_z, V_y, V_x, V_w]: (((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) & (p(s(t_bool,V_z)) => p(s(t_bool,V_w)))) => ((p(s(t_bool,V_x)) & p(s(t_bool,V_z))) => (p(s(t_bool,V_y)) & p(s(t_bool,V_w)))))).
fof(ah4s_bools_MONOu_u_OR, axiom, ![V_z, V_y, V_x, V_w]: (((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) & (p(s(t_bool,V_z)) => p(s(t_bool,V_w)))) => ((p(s(t_bool,V_x)) | p(s(t_bool,V_z))) => (p(s(t_bool,V_y)) | p(s(t_bool,V_w)))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_MONOu_u_EXISTS, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) => (?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => ?[V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_llists_existsu_u_def, axiom, ![TV_u_27a]: ![V_x, V_x0]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_x),s(t_h4s_llists_llist(TV_u_27a),V_x0)))) <=> ![V_existsu_27]: (![V_a00]: ((?[V_h, V_t]: (s(t_h4s_llists_llist(TV_u_27a),V_a00) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,V_h))))) | ?[V_h, V_t]: (s(t_h4s_llists_llist(TV_u_27a),V_a00) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) & p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),V_t)))))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),V_a00))))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),V_x0))))))).
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_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_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_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_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_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_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_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_dcu_u_imp, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) => p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (~ (p(s(t_bool,V_q))) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_dcu_u_disj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_q)))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => p(s(t_bool,f))))).
fof(ah4s_sats_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_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_bools_RIGHTu_u_ORu_u_OVERu_u_AND, axiom, ![V_C, V_B, 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_A))) & (p(s(t_bool,V_C)) | p(s(t_bool,V_A)))))).
fof(ah4s_llists_existsu_u_strongu_u_ind, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((![V_h, 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,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))))) & ![V_h, V_t]: ((p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),V_t)))) & p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t))))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))) => ![V_a0]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_a0)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),V_a0))))))).
fof(ah4s_llists_existsu_u_cases, axiom, ![TV_u_27a]: ![V_a0, V_P]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_a0)))) <=> (?[V_h, V_t]: (s(t_h4s_llists_llist(TV_u_27a),V_a0) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(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))))) | ?[V_h, V_t]: (s(t_h4s_llists_llist(TV_u_27a),V_a0) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) & p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))).
fof(ah4s_llists_existsu_u_rulesu_c0, axiom, ![TV_u_27a]: ![V_t, V_h, V_P]: (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_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))).
fof(ah4s_llists_existsu_u_LDROP, axiom, ![TV_u_27a]: ![V_ll, V_P]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_ll)))) <=> ?[V_n, V_a, V_t]: (s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_llists_ldrop(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27a),V_ll))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_some(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_a),s(t_h4s_llists_llist(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_a))))))).
fof(ah4s_llists_existsu_u_strongind, axiom, ![TV_u_27a]: ![V_existsu_27, V_P]: ((![V_h, 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,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))))) & ![V_h, V_t]: ((p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t)))) & p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),V_t))))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))) => ![V_a0]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_a0)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),V_a0))))))).
fof(ah4s_llists_LFINITEu_u_def, axiom, ![TV_u_27a]: ![V_x]: (p(s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27a),V_x)))) <=> ![V_LFINITEu_27]: (![V_a00]: ((s(t_h4s_llists_llist(TV_u_27a),V_a00) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil) | ?[V_h, V_t]: (s(t_h4s_llists_llist(TV_u_27a),V_a00) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) & p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_LFINITEu_27),s(t_h4s_llists_llist(TV_u_27a),V_t)))))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_LFINITEu_27),s(t_h4s_llists_llist(TV_u_27a),V_a00))))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_LFINITEu_27),s(t_h4s_llists_llist(TV_u_27a),V_x))))))).
fof(ah4s_llists_MONOu_u_exists, axiom, ![TV_u_27a]: ![V_l, V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) => (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_l)))) => p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),V_l))))))).
fof(ah4s_llists_existsu_u_ind, axiom, ![TV_u_27a]: ![V_existsu_27, V_P]: ((![V_h, 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,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))))) & ![V_h, V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),V_t)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))) => ![V_a0]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_a0)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_existsu_27),s(t_h4s_llists_llist(TV_u_27a),V_a0))))))).
fof(ah4s_llists_existsu_u_LNTH, axiom, ![TV_u_27a]: ![V_l, V_P]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_l)))) <=> ?[V_n, V_e]: (s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_e))) = s(t_h4s_options_option(TV_u_27a),h4s_llists_lnth(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27a),V_l))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_e))))))).
fof(ah4s_llists_LFINITEu_u_INDUCTION, axiom, ![TV_u_27a]: ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil)))) & ![V_h, V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))) => ![V_a0]: (p(s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27a),V_a0)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_a0))))))).
fof(ah4s_llists_existsu_u_rulesu_c1, axiom, ![TV_u_27a]: ![V_t, V_h, V_P]: (p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t)))) => p(s(t_bool,h4s_llists_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))).
fof(ah4s_llists_llengthu_u_relu_u_def, axiom, ![TV_u_27a]: ![V_x, V_x0]: (p(s(t_bool,h4s_llists_llengthu_u_rel(s(t_h4s_llists_llist(TV_u_27a),V_x),s(t_h4s_nums_num,V_x0)))) <=> ![V_llengthu_u_relu_27]: (![V_a00, V_a10]: (((s(t_h4s_llists_llist(TV_u_27a),V_a00) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil) & s(t_h4s_nums_num,V_a10) = s(t_h4s_nums_num,h4s_nums_0)) | ?[V_h, V_n, V_t]: (s(t_h4s_llists_llist(TV_u_27a),V_a00) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) & (s(t_h4s_nums_num,V_a10) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) & p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),V_t))),s(t_h4s_nums_num,V_n))))))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),V_a00))),s(t_h4s_nums_num,V_a10))))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),V_x))),s(t_h4s_nums_num,V_x0))))))).
fof(ah4s_llists_llengthu_u_relu_u_ind, axiom, ![TV_u_27a]: ![V_llengthu_u_relu_27]: ((p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))),s(t_h4s_nums_num,h4s_nums_0)))) & ![V_h, V_n, V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),V_t))),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))) => ![V_a0, V_a1]: (p(s(t_bool,h4s_llists_llengthu_u_rel(s(t_h4s_llists_llist(TV_u_27a),V_a0),s(t_h4s_nums_num,V_a1)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),V_a0))),s(t_h4s_nums_num,V_a1))))))).
fof(ah4s_llists_llengthu_u_relu_u_strongind, axiom, ![TV_u_27a]: ![V_llengthu_u_relu_27]: ((p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))),s(t_h4s_nums_num,h4s_nums_0)))) & ![V_h, V_n, V_t]: ((p(s(t_bool,h4s_llists_llengthu_u_rel(s(t_h4s_llists_llist(TV_u_27a),V_t),s(t_h4s_nums_num,V_n)))) & p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),V_t))),s(t_h4s_nums_num,V_n))))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))) => ![V_a0, V_a1]: (p(s(t_bool,h4s_llists_llengthu_u_rel(s(t_h4s_llists_llist(TV_u_27a),V_a0),s(t_h4s_nums_num,V_a1)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_bool)),V_llengthu_u_relu_27),s(t_h4s_llists_llist(TV_u_27a),V_a0))),s(t_h4s_nums_num,V_a1))))))).
fof(ah4s_llists_LTAKEu_u_THMu_c2, axiom, ![TV_u_27c]: ![V_t, V_n, V_h]: s(t_h4s_options_option(t_h4s_lists_list(TV_u_27c)),h4s_llists_ltake(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_llists_llist(TV_u_27c),h4s_llists_lcons(s(TV_u_27c,V_h),s(t_h4s_llists_llist(TV_u_27c),V_t))))) = s(t_h4s_options_option(t_h4s_lists_list(TV_u_27c)),h4s_options_optionu_u_map(s(t_fun(t_h4s_lists_list(TV_u_27c),t_h4s_lists_list(TV_u_27c)),h4s_lists_cons(s(TV_u_27c,V_h))),s(t_h4s_options_option(t_h4s_lists_list(TV_u_27c)),h4s_llists_ltake(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27c),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_options_SOMEu_u_11, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))) = s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_y))) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y))).
fof(ah4s_llists_LTLu_u_LCONS, axiom, ![TV_u_27a]: ![V_t, V_h]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_llists_ltl(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_some(s(t_h4s_llists_llist(TV_u_27a),V_t)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_llists_LCONSu_u_11, axiom, ![TV_u_27a]: ![V_t2, V_t1, V_h2, V_h1]: (s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h1),s(t_h4s_llists_llist(TV_u_27a),V_t1))) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h2),s(t_h4s_llists_llist(TV_u_27a),V_t2))) <=> (s(TV_u_27a,V_h1) = s(TV_u_27a,V_h2) & s(t_h4s_llists_llist(TV_u_27a),V_t1) = s(t_h4s_llists_llist(TV_u_27a),V_t2)))).
fof(ah4s_bools_UNWINDu_u_THM2, axiom, ![TV_u_27a]: ![V_a, V_P]: (?[V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_a) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_a)))))).
fof(ah4s_llists_LHDTLu_u_EQu_u_SOME, axiom, ![TV_u_27a]: ![V_t, V_ll, V_h]: (s(t_h4s_llists_llist(TV_u_27a),V_ll) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) <=> (s(t_h4s_options_option(TV_u_27a),h4s_llists_lhd(s(t_h4s_llists_llist(TV_u_27a),V_ll))) = s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_h))) & s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_llists_ltl(s(t_h4s_llists_llist(TV_u_27a),V_ll))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_some(s(t_h4s_llists_llist(TV_u_27a),V_t)))))).
fof(ah4s_llists_LFINITEu_u_ind, axiom, ![TV_u_27a]: ![V_LFINITEu_27]: ((p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_LFINITEu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil)))) & ![V_h, V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_LFINITEu_27),s(t_h4s_llists_llist(TV_u_27a),V_t)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_LFINITEu_27),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))) => ![V_a0]: (p(s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27a),V_a0)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_LFINITEu_27),s(t_h4s_llists_llist(TV_u_27a),V_a0))))))).
fof(ah4s_options_NOTu_u_NONEu_u_SOME, axiom, ![TV_u_27a]: ![V_x]: ~ (s(t_h4s_options_option(TV_u_27a),h4s_options_none) = s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))))).
fof(ah4s_llists_LFINITEu_u_STRONGu_u_INDUCTION, axiom, ![TV_u_27a]: ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil)))) & ![V_h, V_t]: ((p(s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27a),V_t)))) & p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_t))))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t)))))))) => ![V_a0]: (p(s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27a),V_a0)))) => p(s(t_bool,happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_a0))))))).
fof(ah4s_llists_llengthu_u_relu_u_cases, axiom, ![TV_u_27a]: ![V_a1, V_a0]: (p(s(t_bool,h4s_llists_llengthu_u_rel(s(t_h4s_llists_llist(TV_u_27a),V_a0),s(t_h4s_nums_num,V_a1)))) <=> ((s(t_h4s_llists_llist(TV_u_27a),V_a0) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil) & s(t_h4s_nums_num,V_a1) = s(t_h4s_nums_num,h4s_nums_0)) | ?[V_h, V_n, V_t]: (s(t_h4s_llists_llist(TV_u_27a),V_a0) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) & (s(t_h4s_nums_num,V_a1) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) & p(s(t_bool,h4s_llists_llengthu_u_rel(s(t_h4s_llists_llist(TV_u_27a),V_t),s(t_h4s_nums_num,V_n))))))))).
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_llists_llistu_u_CASES, axiom, ![TV_u_27a]: ![V_l]: (s(t_h4s_llists_llist(TV_u_27a),V_l) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil) | ?[V_h, V_t]: s(t_h4s_llists_llist(TV_u_27a),V_l) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),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_llists_LTAKEu_u_CONSu_u_EQu_u_NONE, axiom, ![TV_u_27a]: ![V_t, V_m, V_h]: (s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_llists_ltake(s(t_h4s_nums_num,V_m),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))) = s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_options_none) <=> ?[V_n]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) & s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_llists_ltake(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27a),V_t))) = s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_options_none)))).
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_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_LEFTu_u_FORALLu_u_IMPu_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_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_bools_SELECTu_u_AX, axiom, ![TV_u_27a]: ![V_x, V_P]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_P)))))))).
fof(ah4s_llists_LDROPu_u_THMu_c1, axiom, ![TV_u_27b]: ![V_n]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27b)),h4s_llists_ldrop(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_llists_llist(TV_u_27b),h4s_llists_lnil))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27b)),h4s_options_none)).
fof(ah4s_llists_LDROPu_u_THMu_c0, axiom, ![TV_u_27a]: ![V_ll]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_llists_ldrop(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_llists_llist(TV_u_27a),V_ll))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_some(s(t_h4s_llists_llist(TV_u_27a),V_ll)))).
fof(ah4s_llists_LDROPu_u_THMu_c2, axiom, ![TV_u_27c]: ![V_t, V_n, V_h]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27c)),h4s_llists_ldrop(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_llists_llist(TV_u_27c),h4s_llists_lcons(s(TV_u_27c,V_h),s(t_h4s_llists_llist(TV_u_27c),V_t))))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27c)),h4s_llists_ldrop(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27c),V_t)))).
fof(ah4s_bools_EXISTSu_u_REFL, axiom, ![TV_u_27a]: ![V_a]: ?[V_x]: s(TV_u_27a,V_x) = s(TV_u_27a,V_a)).
fof(ah4s_bools_EXISTSu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,d_exists(s(t_fun(TV_u_27a,t_bool),V_x))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_x)))))).
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_c2, axiom, ![V_t]: ((p(s(t_bool,f)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_EQu_u_REFL, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,V_x) = s(TV_u_27a,V_x)).
fof(ah4s_llists_LNTHu_u_THMu_c2, axiom, ![TV_u_27c]: ![V_t, V_n, V_h]: s(t_h4s_options_option(TV_u_27c),h4s_llists_lnth(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_llists_llist(TV_u_27c),h4s_llists_lcons(s(TV_u_27c,V_h),s(t_h4s_llists_llist(TV_u_27c),V_t))))) = s(t_h4s_options_option(TV_u_27c),h4s_llists_lnth(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27c),V_t)))).
fof(ah4s_llists_LNTHu_u_THMu_c1, axiom, ![TV_u_27b]: ![V_t, V_h]: s(t_h4s_options_option(TV_u_27b),h4s_llists_lnth(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_llists_llist(TV_u_27b),h4s_llists_lcons(s(TV_u_27b,V_h),s(t_h4s_llists_llist(TV_u_27b),V_t))))) = s(t_h4s_options_option(TV_u_27b),h4s_options_some(s(TV_u_27b,V_h)))).
fof(ah4s_llists_LNTHu_u_THMu_c0, axiom, ![TV_u_27a]: ![V_n]: s(t_h4s_options_option(TV_u_27a),h4s_llists_lnth(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))) = s(t_h4s_options_option(TV_u_27a),h4s_options_none)).
fof(ah4s_bools_FORALLu_u_ANDu_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,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) <=> (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) & ![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_sats_pthu_u_nn, axiom, ![V_p]: (~ (~ (p(s(t_bool,V_p)))) => p(s(t_bool,V_p)))).
fof(ah4s_sats_pthu_u_no2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) | p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_sats_pthu_u_no1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) | p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_p))))).
fof(ah4s_bools_EQu_u_IMPu_u_THM, 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_t2)) => p(s(t_bool,V_t1)))))).
fof(ah4s_llists_LHDu_u_THMu_c1, axiom, ![TV_u_27b]: ![V_t, V_h]: s(t_h4s_options_option(TV_u_27b),h4s_llists_lhd(s(t_h4s_llists_llist(TV_u_27b),h4s_llists_lcons(s(TV_u_27b,V_h),s(t_h4s_llists_llist(TV_u_27b),V_t))))) = s(t_h4s_options_option(TV_u_27b),h4s_options_some(s(TV_u_27b,V_h)))).
fof(ah4s_llists_LTLu_u_THMu_c1, axiom, ![TV_u_27b]: ![V_t, V_h]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27b)),h4s_llists_ltl(s(t_h4s_llists_llist(TV_u_27b),h4s_llists_lcons(s(TV_u_27b,V_h),s(t_h4s_llists_llist(TV_u_27b),V_t))))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27b)),h4s_options_some(s(t_h4s_llists_llist(TV_u_27b),V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c2, axiom, ![V_t]: (s(t_bool,f) = s(t_bool,V_t) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_options_optionu_u_caseu_u_defu_c1, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_v, V_f]: s(TV_u_27b,h4s_options_optionu_u_case(s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))),s(TV_u_27b,V_v),s(t_fun(TV_u_27a,TV_u_27b),V_f))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x)))).
fof(ah4s_primu_u_recs_INVu_u_SUCu_u_EQ, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) <=> s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n))).
fof(ah4s_llists_LFINITEu_u_THMu_c1, axiom, ![TV_u_27b]: ![V_t, V_h]: s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27b),h4s_llists_lcons(s(TV_u_27b,V_h),s(t_h4s_llists_llist(TV_u_27b),V_t))))) = s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27b),V_t)))).
fof(ah4s_llists_LFINITEu_u_THMu_c0, axiom, ![TV_u_27a]: s(t_bool,h4s_llists_lfinite(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))) = s(t_bool,t)).
fof(ah4s_llists_LTLu_u_THMu_c0, axiom, ![TV_u_27a]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_llists_ltl(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_none)).
fof(ah4s_llists_LHDu_u_THMu_c0, axiom, ![TV_u_27a]: s(t_h4s_options_option(TV_u_27a),h4s_llists_lhd(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))) = s(t_h4s_options_option(TV_u_27a),h4s_options_none)).
fof(ah4s_llists_LCONSu_u_NOTu_u_NILu_c0, axiom, ![TV_u_27a]: ![V_t, V_h]: ~ (s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))) = s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lnil))).
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_llists_LHDu_u_LCONS, axiom, ![TV_u_27a]: ![V_t, V_h]: s(t_h4s_options_option(TV_u_27a),h4s_llists_lhd(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))) = s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_h)))).
fof(ah4s_llists_llistu_u_repu_u_LCONS, axiom, ![TV_u_27a]: ![V_t, V_h, V_x]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,V_x) = s(t_h4s_nums_num,h4s_nums_0)) & s(t_h4s_options_option(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a)),h4s_llists_llistu_u_rep(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_lcons(s(TV_u_27a,V_h),s(t_h4s_llists_llist(TV_u_27a),V_t))))),s(t_h4s_nums_num,V_x))) = s(t_h4s_options_option(TV_u_27a),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_h))),s(t_h4s_options_option(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a)),h4s_llists_llistu_u_rep(s(t_h4s_llists_llist(TV_u_27a),V_t))),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,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))))))))))))).
fof(ah4s_llists_llistu_u_absrepu_c0, axiom, ![TV_u_27a]: ![V_a]: s(t_h4s_llists_llist(TV_u_27a),h4s_llists_llistu_u_abs(s(t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a)),h4s_llists_llistu_u_rep(s(t_h4s_llists_llist(TV_u_27a),V_a))))) = s(t_h4s_llists_llist(TV_u_27a),V_a)).
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_llists_LTL0, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_ll, V_n]: s(t_h4s_options_option(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a)),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a))),V_uu_1),s(t_h4s_llists_llist(TV_u_27a),V_ll))),s(t_h4s_nums_num,V_n))) = s(t_h4s_options_option(TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a)),h4s_llists_llistu_u_rep(s(t_h4s_llists_llist(TV_u_27a),V_ll))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(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))))))))) => ![V_uu_0]: (![V_ll, V_v]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_h4s_options_option(t_h4s_llists_llist(TV_u_27a))),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(TV_u_27a,t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)))),V_uu_0),s(t_h4s_llists_llist(TV_u_27a),V_ll))),s(TV_u_27a,V_v))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_some(s(t_h4s_llists_llist(TV_u_27a),h4s_llists_llistu_u_abs(s(t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a)),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(t_h4s_nums_num,t_h4s_options_option(TV_u_27a))),V_uu_1),s(t_h4s_llists_llist(TV_u_27a),V_ll))))))) => ![V_ll]: s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_llists_ltl(s(t_h4s_llists_llist(TV_u_27a),V_ll))) = s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_optionu_u_case(s(t_h4s_options_option(TV_u_27a),h4s_llists_lhd(s(t_h4s_llists_llist(TV_u_27a),V_ll))),s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_options_none),s(t_fun(TV_u_27a,t_h4s_options_option(t_h4s_llists_llist(TV_u_27a))),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(TV_u_27a,t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)))),V_uu_0),s(t_h4s_llists_llist(TV_u_27a),V_ll)))))))).
fof(ah4s_numerals_numeralu_u_distribu_c17, axiom, ![V_n]: (s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_arithmetics_zero))).
fof(ah4s_arithmetics_ADDu_u_CLAUSESu_c2, 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_arithmetics_ADDu_u_SYM, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_arithmetics_ADDu_u_CLAUSESu_c0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_arithmetics_SUBu_c0, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_m))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_arithmetics_ADDu_u_EQu_u_0, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_nums_0) <=> (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) & s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_arithmetics_SUBu_c1, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(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_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_nums_0),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))))).
fof(ah4s_primu_u_recs_LESSu_u_SUCu_u_REFL, axiom, ![V_n]: p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))))).
fof(ah4s_arithmetics_LESSu_u_EQu_u_ADD, axiom, ![V_n, V_m]: p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_arithmetics_NOTu_u_LESS, axiom, ![V_n, V_m]: (~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) <=> p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,f))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_boolu_u_caseu_u_thmu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_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_llists_LTAKE0u_c1, axiom, ![TV_u_27a]: ![V_uu_1]: (![V_hd, V_tl]: s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_options_option(t_h4s_lists_list(TV_u_27a))),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_options_option(t_h4s_lists_list(TV_u_27a)))),V_uu_1),s(TV_u_27a,V_hd))),s(t_h4s_lists_list(TV_u_27a),V_tl))) = s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_options_some(s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),h4s_lists_cons(s(TV_u_27a,V_hd))),s(t_h4s_lists_list(TV_u_27a),V_tl))))) => ![V_uu_0]: (![V_n, V_ll, V_hd]: s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),happ(s(t_fun(TV_u_27a,t_h4s_options_option(t_h4s_lists_list(TV_u_27a))),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(TV_u_27a,t_h4s_options_option(t_h4s_lists_list(TV_u_27a)))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(TV_u_27a,t_h4s_options_option(t_h4s_lists_list(TV_u_27a))))),V_uu_0),s(t_h4s_nums_num,V_n))),s(t_h4s_llists_llist(TV_u_27a),V_ll))),s(TV_u_27a,V_hd))) = s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_options_optionu_u_case(s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_llists_ltake(s(t_h4s_nums_num,V_n),s(t_h4s_llists_llist(TV_u_27a),h4s_options_the(s(t_h4s_options_option(t_h4s_llists_llist(TV_u_27a)),h4s_llists_ltl(s(t_h4s_llists_llist(TV_u_27a),V_ll))))))),s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_options_none),s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_options_option(t_h4s_lists_list(TV_u_27a))),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_options_option(t_h4s_lists_list(TV_u_27a)))),V_uu_1),s(TV_u_27a,V_hd))))) => ![V_n, V_ll]: s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_llists_ltake(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_llists_llist(TV_u_27a),V_ll))) = s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_options_optionu_u_case(s(t_h4s_options_option(TV_u_27a),h4s_llists_lhd(s(t_h4s_llists_llist(TV_u_27a),V_ll))),s(t_h4s_options_option(t_h4s_lists_list(TV_u_27a)),h4s_options_none),s(t_fun(TV_u_27a,t_h4s_options_option(t_h4s_lists_list(TV_u_27a))),happ(s(t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(TV_u_27a,t_h4s_options_option(t_h4s_lists_list(TV_u_27a)))),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_llists_llist(TV_u_27a),t_fun(TV_u_27a,t_h4s_options_option(t_h4s_lists_list(TV_u_27a))))),V_uu_0),s(t_h4s_nums_num,V_n))),s(t_h4s_llists_llist(TV_u_27a),V_ll)))))))).
fof(ah4s_lists_CONSu_u_11, axiom, ![TV_u_27a]: ![V_a1u_27, V_a1, V_a0u_27, V_a0]: (s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),h4s_lists_cons(s(TV_u_27a,V_a0))),s(t_h4s_lists_list(TV_u_27a),V_a1))) = s(t_h4s_lists_list(TV_u_27a),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_h4s_lists_list(TV_u_27a)),h4s_lists_cons(s(TV_u_27a,V_a0u_27))),s(t_h4s_lists_list(TV_u_27a),V_a1u_27))) <=> (s(TV_u_27a,V_a0) = s(TV_u_27a,V_a0u_27) & s(t_h4s_lists_list(TV_u_27a),V_a1) = s(t_h4s_lists_list(TV_u_27a),V_a1u_27)))).
fof(ah4s_options_OPTIONu_u_MAPu_u_DEFu_c1, axiom, ![TV_u_27a,TV_u_27b]: ![V_f]: s(t_h4s_options_option(TV_u_27b),h4s_options_optionu_u_map(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_h4s_options_option(TV_u_27a),h4s_options_none))) = s(t_h4s_options_option(TV_u_27b),h4s_options_none)).
fof(ah4s_options_THEu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,h4s_options_the(s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))))) = s(TV_u_27a,V_x)).
fof(ah4s_options_OPTIONu_u_MAPu_u_DEFu_c0, axiom, ![TV_u_27b,TV_u_27a]: ![V_x, V_f]: s(t_h4s_options_option(TV_u_27b),h4s_options_optionu_u_map(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))))) = s(t_h4s_options_option(TV_u_27b),h4s_options_some(s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x)))))).
fof(ah4s_options_optionu_u_caseu_u_defu_c0, axiom, ![TV_u_27a,TV_u_27b]: ![V_v, V_f]: s(TV_u_27b,h4s_options_optionu_u_case(s(t_h4s_options_option(TV_u_27a),h4s_options_none),s(TV_u_27b,V_v),s(t_fun(TV_u_27a,TV_u_27b),V_f))) = s(TV_u_27b,V_v)).
fof(ah4s_options_optionu_u_nchotomy, axiom, ![TV_u_27a]: ![V_opt]: (s(t_h4s_options_option(TV_u_27a),V_opt) = s(t_h4s_options_option(TV_u_27a),h4s_options_none) | ?[V_x]: s(t_h4s_options_option(TV_u_27a),V_opt) = s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))))).
fof(ch4s_llists_MONOu_u_every, conjecture, ![TV_u_27a]: ![V_l, V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) => (p(s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_llists_llist(TV_u_27a),V_l)))) => p(s(t_bool,h4s_llists_every(s(t_fun(TV_u_27a,t_bool),V_Q),s(t_h4s_llists_llist(TV_u_27a),V_l))))))).
