%   ORIGINAL: h4/binary__ieee/float__compare__distinct_c0
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Assm: h4/binary__ieee/LT__def: h4/binary__ieee/LT = h4/binary__ieee/num2float__compare h4/num/0
% Assm: h4/binary__ieee/GT__def: h4/binary__ieee/GT = h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/DATATYPE__TAG__THM: !x. h4/bool/DATATYPE x <=> T
% Assm: h4/binary__ieee/datatype__float__compare: !float__compare. h4/bool/DATATYPE (float__compare h4/binary__ieee/LT h4/binary__ieee/GT h4/binary__ieee/EQ h4/binary__ieee/UN)
% Assm: h4/binary__ieee/float__compare2num__thm_c0: h4/binary__ieee/float__compare2num h4/binary__ieee/LT = h4/num/0
% Assm: h4/binary__ieee/float__compare2num__thm_c1: h4/binary__ieee/float__compare2num h4/binary__ieee/GT = 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/binary__ieee/float__compare2num__num2float__compare: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> h4/binary__ieee/float__compare2num (h4/binary__ieee/num2float__compare r) = r
% Assm: h4/binary__ieee/float__compare__case__def_c0: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/LT v0 v1 v2 v3 = v0
% Assm: h4/binary__ieee/float__compare__case__def_c1: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/GT v0 v1 v2 v3 = v1
% Assm: h4/binary__ieee/num2float__compare__thm_c1: h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/binary__ieee/GT
% Assm: h4/binary__ieee/num2float__compare__thm_c0: h4/binary__ieee/num2float__compare h4/num/0 = h4/binary__ieee/LT
% Assm: h4/binary__ieee/float__compare__CASE0: !x v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE x v0 v1 v2 v3 = (\m. h4/bool/COND (h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v0 (h4/bool/COND (h4/prim__rec/_3C m (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) v1 (h4/bool/COND (m = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) v2 v3))) (h4/binary__ieee/float__compare2num x)
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/numeral/numeral__distrib_c22: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__lt_c5: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/numeral/numeral__lt_c1: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm: h4/numeral/numeral__lt_c0: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm: h4/binary__ieee/float__compare__BIJ_c0: !a. h4/binary__ieee/num2float__compare (h4/binary__ieee/float__compare2num a) = a
% Assm: h4/binary__ieee/float__compare__BIJ_c1: !r. (\n. h4/prim__rec/_3C n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) r <=> h4/binary__ieee/float__compare2num (h4/binary__ieee/num2float__compare r) = r
% Assm: h4/numeral/numeral__lt_c3: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/binary__ieee/EQ__def: h4/binary__ieee/EQ = h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm: h4/binary__ieee/UN__def: h4/binary__ieee/UN = h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/binary__ieee/float__compare__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION (\n. h4/prim__rec/_3C n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) rep
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/ABS__REP__THM: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. abs (rep a) = a) /\ (!r. P r <=> rep (abs r) = r))
% Assm: h4/binary__ieee/float__compare2num__11: !a_27 a. h4/binary__ieee/float__compare2num a = h4/binary__ieee/float__compare2num a_27 <=> a = a_27
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/binary__ieee/float__compare2num__thm_c2: h4/binary__ieee/float__compare2num h4/binary__ieee/EQ = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)
% Assm: h4/binary__ieee/float__compare2num__thm_c3: h4/binary__ieee/float__compare2num h4/binary__ieee/UN = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/binary__ieee/float__compare__case__def_c2: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/EQ v0 v1 v2 v3 = v2
% Assm: h4/binary__ieee/num2float__compare__float__compare2num: !a. h4/binary__ieee/num2float__compare (h4/binary__ieee/float__compare2num a) = a
% Assm: h4/binary__ieee/float__compare__size__def: !x. h4/binary__ieee/float__compare__size x = h4/num/0
% Assm: h4/binary__ieee/num2float__compare__thm_c3: h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/binary__ieee/UN
% Assm: h4/binary__ieee/num2float__compare__11: !r_27 r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> h4/prim__rec/_3C r_27 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> (h4/binary__ieee/num2float__compare r = h4/binary__ieee/num2float__compare r_27 <=> r = r_27)
% Assm: h4/binary__ieee/float__compare__case__def_c3: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/UN v0 v1 v2 v3 = v3
% Assm: h4/binary__ieee/float__compare__EQ__float__compare: !a_27 a. a = a_27 <=> h4/binary__ieee/float__compare2num a = h4/binary__ieee/float__compare2num a_27
% Assm: h4/binary__ieee/num2float__compare__thm_c2: h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/binary__ieee/EQ
% Assm: h4/binary__ieee/num2float__compare__ONTO: !a. ?r. a = h4/binary__ieee/num2float__compare r /\ h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/binary__ieee/float__compare2num__ONTO: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> (?a. r = h4/binary__ieee/float__compare2num a)
% Assm: h4/numeral/numeral__lt_c4: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/prim__rec/_3C n m
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/numeral/numeral__lt_c6: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm: h4/bool/NOT__CLAUSES_c1: ~T <=> F
% Assm: h4/numeral/numeral__eq_c4: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT2 m <=> F
% Assm: h4/numeral/numeral__distrib_c19: !n m. h4/arithmetic/NUMERAL n = h4/arithmetic/NUMERAL m <=> n = m
% Assm: h4/option/IF__EQUALS__OPTION_c0: !x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/NONE <=> ~P
% Assm: h4/pred__set/IMAGE__EQ__SING: !z s f. h4/pred__set/IMAGE f s = h4/pred__set/INSERT z h4/pred__set/EMPTY <=> ~(s = h4/pred__set/EMPTY) /\ (!x. h4/bool/IN x s ==> f x = z)
% Assm: h4/bool/EQ__CLAUSES_c2: !t. (F <=> t) <=> ~t
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/option/NOT__NONE__SOME: !x. ~(h4/option/NONE = h4/option/SOME x)
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/real/REAL__NEG__INV: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__neg (h4/realax/inv x) = h4/realax/inv (h4/realax/real__neg x)
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/bool/NOT__FORALL__THM: !P. ~(!x. P x) <=> (?x. ~P x)
% Assm: h4/bool/NOT__EXISTS__THM: !P. ~(?x. P x) <=> (!x. ~P x)
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~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/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/bool/RIGHT__AND__FORALL__THM: !Q P. P /\ (!x. Q x) <=> (!x. P /\ Q x)
% Assm: h4/bool/LEFT__FORALL__OR__THM: !Q P. (!x. P x \/ Q) <=> (!x. P x) \/ Q
% 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__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/bool/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/bool/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm: h4/bool/LEFT__OR__EXISTS__THM: !Q P. (?x. P x) \/ Q <=> (?x. P x \/ Q)
% Assm: h4/pred__set/IN__IMAGE: !y s f. h4/bool/IN y (h4/pred__set/IMAGE f s) <=> (?x. y = f x /\ h4/bool/IN x s)
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/pred__set/EXTENSION: !t s. s = t <=> (!x. h4/bool/IN x s <=> h4/bool/IN x t)
% Assm: h4/bool/LEFT__EXISTS__AND__THM: !Q P. (?x. P x /\ Q) <=> (?x. P x) /\ Q
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/LEFT__FORALL__IMP__THM: !Q P. (!x. P x ==> Q) <=> (?x. P x) ==> Q
% Assm: h4/bool/RIGHT__FORALL__IMP__THM: !Q P. (!x. P ==> Q x) <=> P ==> (!x. Q x)
% Assm: h4/bool/DISJ__ASSOC: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm: h4/bool/DISJ__SYM: !B A. A \/ B <=> B \/ A
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Assm: h4/pred__set/IN__INSERT: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm: h4/pred__set/NOT__IN__EMPTY: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm: h4/bool/BOOL__CASES__AX: !t. (t <=> T) \/ (t <=> F)
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/OR__CLAUSES_c3: !t. t \/ F <=> t
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/bool/IMP__CONJ__THM: !R Q P. P ==> Q /\ R <=> (P ==> Q) /\ (P ==> R)
% Assm: h4/bool/SKOLEM__THM: !P. (!x. ?y. P x y) <=> (?f. !x. P x (f x))
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/list/FILTER__NEQ__ID: !l P. ~(h4/list/FILTER P l = l) <=> (?x. h4/bool/IN x (h4/list/LIST__TO__SET l) /\ ~P x)
% Assm: h4/real/REAL__NEGNEG: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm: h4/real/REAL__LINV__UNIQ: !y x. h4/realax/real__mul x y = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) ==> x = h4/realax/inv y
% Assm: h4/real/REAL__NEG__RMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm: h4/real/REAL__MUL__LINV: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/realax/inv x) x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/REAL__NEG__LMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm: h4/realax/REAL__10: ~(h4/realax/real__1 = h4/realax/real__0)
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/list/FILTER__EQ__ID: !l P. h4/list/FILTER P l = l <=> h4/list/EVERY P l
% Assm: h4/list/EVERY__NOT__EXISTS: !l P. h4/list/EVERY P l <=> ~h4/list/EXISTS (\x. ~P x) l
% Assm: h4/list/EXISTS__MEM: !l P. h4/list/EXISTS P l <=> (?e. h4/bool/IN e (h4/list/LIST__TO__SET l) /\ P e)
% Assm: h4/pred__set/SUBSET__MIN__SET: !J I. ~(I = h4/pred__set/EMPTY) /\ ~(J = h4/pred__set/EMPTY) /\ h4/pred__set/SUBSET I J ==> h4/arithmetic/_3C_3D (h4/pred__set/MIN__SET J) (h4/pred__set/MIN__SET I)
% Assm: h4/realax/real__00: h4/realax/real__0 = h4/realax/real__ABS h4/realax/treal__0
% Assm: h4/realax/real__10: h4/realax/real__1 = h4/realax/real__ABS h4/realax/treal__1
% Assm: h4/realax/real__QUOTIENT: h4/quotient/QUOTIENT h4/realax/treal__eq h4/realax/real__ABS h4/realax/real__REP
% Assm: h4/quotient/REP__ABS__RSP: !rep abs REL. h4/quotient/QUOTIENT REL abs rep ==> (!x1 x2. REL x1 x2 ==> REL x1 (rep (abs x2)))
% Assm: h4/quotient/EQUALS__RSP: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x1 x2 y1 y2. R x1 x2 /\ R y1 y2 ==> (R x1 y1 <=> R x2 y2))
% Assm: h4/realax/TREAL__EQ__EQUIV: !q p. h4/realax/treal__eq p q <=> h4/realax/treal__eq p = h4/realax/treal__eq q
% Assm: h4/quotient/EQUALS__PRS: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> R (rep x) (rep y))
% Assm: h4/quotient/EQUIV__REFL__SYM__TRANS: !R. (!x y. R x y <=> R x = R y) <=> (!x. R x x) /\ (!x y. R x y ==> R y x) /\ (!x y z. R x y /\ R y z ==> R x z)
% Assm: h4/realax/TREAL__10: ~h4/realax/treal__eq h4/realax/treal__1 h4/realax/treal__0
% Assm: h4/quotient/EQUIV__def: !E. h4/quotient/EQUIV E <=> (!x y. E x y <=> E x = E y)
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/pred__set/MIN__SET__LEM: !s. ~(s = h4/pred__set/EMPTY) ==> h4/bool/IN (h4/pred__set/MIN__SET s) s /\ (!x. h4/bool/IN x s ==> h4/arithmetic/_3C_3D (h4/pred__set/MIN__SET s) x)
% Assm: h4/pred__set/SUBSET__DEF: !t s. h4/pred__set/SUBSET s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN x t)
% Assm: h4/bool/RIGHT__FORALL__OR__THM: !Q P. (!x. P \/ Q x) <=> P \/ (!x. Q x)
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Goal: ~(h4/binary__ieee/LT = h4/binary__ieee/GT)
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_binaryu_u_ieees_LTu_u_def]: h4/binary__ieee/LT = h4/binary__ieee/num2float__compare h4/num/0
% Assm [h4s_binaryu_u_ieees_GTu_u_def]: h4/binary__ieee/GT = h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_DATATYPEu_u_TAGu_u_THM]: !x. h4/bool/DATATYPE x <=> T
% Assm [h4s_binaryu_u_ieees_datatypeu_u_floatu_u_compare]: !float__compare. h4/bool/DATATYPE (happ (happ (happ (happ float__compare h4/binary__ieee/LT) h4/binary__ieee/GT) h4/binary__ieee/EQ) h4/binary__ieee/UN)
% Assm [h4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c0]: h4/binary__ieee/float__compare2num h4/binary__ieee/LT = h4/num/0
% Assm [h4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c1]: h4/binary__ieee/float__compare2num h4/binary__ieee/GT = 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_binaryu_u_ieees_floatu_u_compare2numu_u_num2floatu_u_compare]: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> h4/binary__ieee/float__compare2num (h4/binary__ieee/num2float__compare r) = r
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c0]: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/LT v0 v1 v2 v3 = v0
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c1]: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/GT v0 v1 v2 v3 = v1
% Assm [h4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c1]: h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/binary__ieee/GT
% Assm [h4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c0]: h4/binary__ieee/num2float__compare h4/num/0 = h4/binary__ieee/LT
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_CASE0]: !x v3 v2 v1 v0. ?v. (v <=> h4/binary__ieee/float__compare2num x = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) /\ h4/binary__ieee/float__compare__CASE x v0 v1 v2 v3 = h4/bool/COND (h4/prim__rec/_3C (h4/binary__ieee/float__compare2num x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) v0 (h4/bool/COND (h4/prim__rec/_3C (h4/binary__ieee/float__compare2num x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) v1 (h4/bool/COND v v2 v3))
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_numerals_numeralu_u_distribu_c22]: !n m. h4/prim__rec/_3C (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) <=> h4/prim__rec/_3C n m
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_ltu_c5]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c1]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT2 n) <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c0]: !n. h4/prim__rec/_3C h4/arithmetic/ZERO (h4/arithmetic/BIT1 n) <=> T
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_BIJu_c0]: !a. h4/binary__ieee/num2float__compare (h4/binary__ieee/float__compare2num a) = a
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_BIJu_c1]: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> h4/binary__ieee/float__compare2num (h4/binary__ieee/num2float__compare r) = r
% Assm [h4s_numerals_numeralu_u_ltu_c3]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_binaryu_u_ieees_EQu_u_def]: h4/binary__ieee/EQ = h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))
% Assm [h4s_binaryu_u_ieees_UNu_u_def]: h4/binary__ieee/UN = h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_TYu_u_DEF]: !_0. (!n. happ _0 n <=> h4/prim__rec/_3C n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) ==> (?rep. h4/bool/TYPE__DEFINITION _0 rep)
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_ABSu_u_REPu_u_THM]: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. happ abs (happ rep a) = a) /\ (!r. happ P r <=> happ rep (happ abs r) = r))
% Assm [h4s_binaryu_u_ieees_floatu_u_compare2numu_u_11]: !a_27 a. h4/binary__ieee/float__compare2num a = h4/binary__ieee/float__compare2num a_27 <=> a = a_27
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c2]: h4/binary__ieee/float__compare2num h4/binary__ieee/EQ = h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)
% Assm [h4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c3]: h4/binary__ieee/float__compare2num h4/binary__ieee/UN = h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c2]: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/EQ v0 v1 v2 v3 = v2
% Assm [h4s_binaryu_u_ieees_num2floatu_u_compareu_u_floatu_u_compare2num]: !a. h4/binary__ieee/num2float__compare (h4/binary__ieee/float__compare2num a) = a
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_sizeu_u_def]: !x. h4/binary__ieee/float__compare__size x = h4/num/0
% Assm [h4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c3]: h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/binary__ieee/UN
% Assm [h4s_binaryu_u_ieees_num2floatu_u_compareu_u_11]: !r_27 r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> h4/prim__rec/_3C r_27 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> (h4/binary__ieee/num2float__compare r = h4/binary__ieee/num2float__compare r_27 <=> r = r_27)
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c3]: !v3 v2 v1 v0. h4/binary__ieee/float__compare__CASE h4/binary__ieee/UN v0 v1 v2 v3 = v3
% Assm [h4s_binaryu_u_ieees_floatu_u_compareu_u_EQu_u_floatu_u_compare]: !a_27 a. a = a_27 <=> h4/binary__ieee/float__compare2num a = h4/binary__ieee/float__compare2num a_27
% Assm [h4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c2]: h4/binary__ieee/num2float__compare (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/binary__ieee/EQ
% Assm [h4s_binaryu_u_ieees_num2floatu_u_compareu_u_ONTO]: !a. ?r. a = h4/binary__ieee/num2float__compare r /\ h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_binaryu_u_ieees_floatu_u_compare2numu_u_ONTO]: !r. h4/prim__rec/_3C r (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) <=> (?a. r = h4/binary__ieee/float__compare2num a)
% Assm [h4s_numerals_numeralu_u_ltu_c4]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT2 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_numerals_numeralu_u_ltu_c6]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) <=> h4/prim__rec/_3C n m
% Assm [h4s_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% Assm [h4s_numerals_numeralu_u_equ_c4]: !n m. h4/arithmetic/BIT1 n = h4/arithmetic/BIT2 m <=> F
% Assm [h4s_numerals_numeralu_u_distribu_c19]: !n m. h4/arithmetic/NUMERAL n = h4/arithmetic/NUMERAL m <=> n = m
% Assm [h4s_options_IFu_u_EQUALSu_u_OPTIONu_c0]: !x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/NONE <=> ~P
% Assm [h4s_predu_u_sets_IMAGEu_u_EQu_u_SING]: !z s f. h4/pred__set/IMAGE f s = h4/pred__set/INSERT z h4/pred__set/EMPTY <=> ~(s = h4/pred__set/EMPTY) /\ (!x. h4/bool/IN x s ==> happ f x = z)
% Assm [h4s_bools_EQu_u_CLAUSESu_c2]: !t. (F <=> t) <=> ~t
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_options_NOTu_u_NONEu_u_SOME]: !x. ~(h4/option/NONE = h4/option/SOME x)
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_reals_REALu_u_NEGu_u_INV]: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__neg (h4/realax/inv x) = h4/realax/inv (h4/realax/real__neg x)
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_bools_NOTu_u_FORALLu_u_THM]: !P. ~(!x. happ P x) <=> (?x. ~happ P x)
% Assm [h4s_bools_NOTu_u_EXISTSu_u_THM]: !P. ~(?x. happ P x) <=> (!x. ~happ P x)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~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_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_bools_RIGHTu_u_ANDu_u_FORALLu_u_THM]: !Q P. P /\ (!x. happ Q x) <=> (!x. P /\ 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_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_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_bools_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_LEFTu_u_ORu_u_EXISTSu_u_THM]: !Q P. (?x. happ P x) \/ Q <=> (?x. happ P x \/ Q)
% Assm [h4s_predu_u_sets_INu_u_IMAGE]: !y s f. h4/bool/IN y (h4/pred__set/IMAGE f s) <=> (?x. y = happ f x /\ h4/bool/IN x s)
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_predu_u_sets_EXTENSION]: !t s. s = t <=> (!x. h4/bool/IN x s <=> h4/bool/IN x t)
% Assm [h4s_bools_LEFTu_u_EXISTSu_u_ANDu_u_THM]: !Q P. (?x. happ P x /\ Q) <=> (?x. happ P x) /\ Q
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_LEFTu_u_FORALLu_u_IMPu_u_THM]: !Q P. (!x. happ P x ==> Q) <=> (?x. happ P x) ==> Q
% Assm [h4s_bools_RIGHTu_u_FORALLu_u_IMPu_u_THM]: !Q P. (!x. P ==> happ Q x) <=> P ==> (!x. happ Q x)
% Assm [h4s_bools_DISJu_u_ASSOC]: !C B A. A \/ B \/ C <=> (A \/ B) \/ C
% Assm [h4s_bools_DISJu_u_SYM]: !B A. A \/ B <=> B \/ A
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Assm [h4s_predu_u_sets_INu_u_INSERT]: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm [h4s_predu_u_sets_NOTu_u_INu_u_EMPTY]: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm [h4s_bools_BOOLu_u_CASESu_u_AX]: !t. (t <=> T) \/ (t <=> F)
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c3]: !t. t \/ F <=> t
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_bools_IMPu_u_CONJu_u_THM]: !R Q P. P ==> Q /\ R <=> (P ==> Q) /\ (P ==> R)
% Assm [h4s_bools_SKOLEMu_u_THM]: !P. (!x. ?y. happ (happ P x) y) <=> (?f. !x. happ (happ P x) (happ f x))
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_lists_FILTERu_u_NEQu_u_ID]: !l P. ~(h4/list/FILTER P l = l) <=> (?x. h4/bool/IN x (h4/list/LIST__TO__SET l) /\ ~happ P x)
% Assm [h4s_reals_REALu_u_NEGNEG]: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm [h4s_reals_REALu_u_LINVu_u_UNIQ]: !y x. h4/realax/real__mul x y = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) ==> x = h4/realax/inv y
% Assm [h4s_reals_REALu_u_NEGu_u_RMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm [h4s_reals_REALu_u_MULu_u_LINV]: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/realax/inv x) x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_REALu_u_NEGu_u_LMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm [h4s_realaxs_REALu_u_10]: ~(h4/realax/real__1 = h4/realax/real__0)
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_lists_FILTERu_u_EQu_u_ID]: !l P. h4/list/FILTER P l = l <=> h4/list/EVERY P l
% Assm [h4s_lists_EVERYu_u_NOTu_u_EXISTS]: !_0. (!P x. happ (happ _0 P) x <=> ~happ P x) ==> (!l P. h4/list/EVERY P l <=> ~h4/list/EXISTS (happ _0 P) l)
% Assm [h4s_lists_EXISTSu_u_MEM]: !l P. h4/list/EXISTS P l <=> (?e. h4/bool/IN e (h4/list/LIST__TO__SET l) /\ happ P e)
% Assm [h4s_predu_u_sets_SUBSETu_u_MINu_u_SET]: !J I. ~(I = h4/pred__set/EMPTY) /\ ~(J = h4/pred__set/EMPTY) /\ h4/pred__set/SUBSET I J ==> h4/arithmetic/_3C_3D (h4/pred__set/MIN__SET J) (h4/pred__set/MIN__SET I)
% Assm [h4s_realaxs_realu_u_00]: h4/realax/real__0 = happ h4/realax/real__ABS h4/realax/treal__0
% Assm [h4s_realaxs_realu_u_10]: h4/realax/real__1 = happ h4/realax/real__ABS h4/realax/treal__1
% Assm [h4s_realaxs_realu_u_QUOTIENT]: h4/quotient/QUOTIENT h4/realax/treal__eq h4/realax/real__ABS h4/realax/real__REP
% Assm [h4s_quotients_REPu_u_ABSu_u_RSP]: !rep abs REL. h4/quotient/QUOTIENT REL abs rep ==> (!x1 x2. happ (happ REL x1) x2 ==> happ (happ REL x1) (happ rep (happ abs x2)))
% Assm [h4s_quotients_EQUALSu_u_RSP]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x1 x2 y1 y2. happ (happ R x1) x2 /\ happ (happ R y1) y2 ==> (happ (happ R x1) y1 <=> happ (happ R x2) y2))
% Assm [h4s_realaxs_TREALu_u_EQu_u_EQUIV]: !q p. happ (happ h4/realax/treal__eq p) q <=> happ h4/realax/treal__eq p = happ h4/realax/treal__eq q
% Assm [h4s_quotients_EQUALSu_u_PRS]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> happ (happ R (happ rep x)) (happ rep y))
% Assm [h4s_quotients_EQUIVu_u_REFLu_u_SYMu_u_TRANS]: !R. (!x y. happ (happ R x) y <=> happ R x = happ R y) <=> (!x. happ (happ R x) x) /\ (!x y. happ (happ R x) y ==> happ (happ R y) x) /\ (!x y z. happ (happ R x) y /\ happ (happ R y) z ==> happ (happ R x) z)
% Assm [h4s_realaxs_TREALu_u_10]: ~happ (happ h4/realax/treal__eq h4/realax/treal__1) h4/realax/treal__0
% Assm [h4s_quotients_EQUIVu_u_def]: !E. h4/quotient/EQUIV E <=> (!x y. happ (happ E x) y <=> happ E x = happ E y)
% Assm [h4s_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_predu_u_sets_MINu_u_SETu_u_LEM]: !s. ~(s = h4/pred__set/EMPTY) ==> h4/bool/IN (h4/pred__set/MIN__SET s) s /\ (!x. h4/bool/IN x s ==> h4/arithmetic/_3C_3D (h4/pred__set/MIN__SET s) x)
% Assm [h4s_predu_u_sets_SUBSETu_u_DEF]: !t s. h4/pred__set/SUBSET s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN x t)
% Assm [h4s_bools_RIGHTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. P \/ happ Q x) <=> P \/ (!x. happ Q x)
% Assm [h4s_sats_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Goal: ~(h4/binary__ieee/LT = h4/binary__ieee/GT)
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_Q1182057,TV_Q1182053]: ![V_f, V_g]: (![V_x]: s(TV_Q1182053,happ(s(t_fun(TV_Q1182057,TV_Q1182053),V_f),s(TV_Q1182057,V_x))) = s(TV_Q1182053,happ(s(t_fun(TV_Q1182057,TV_Q1182053),V_g),s(TV_Q1182057,V_x))) => s(t_fun(TV_Q1182057,TV_Q1182053),V_f) = s(t_fun(TV_Q1182057,TV_Q1182053),V_g))).
fof(ah4s_binaryu_u_ieees_LTu_u_def, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_lt) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_binaryu_u_ieees_GTu_u_def, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_gt) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(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_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_DATATYPEu_u_TAGu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,h4s_bools_datatype(s(TV_u_27a,V_x))) = s(t_bool,t)).
fof(ah4s_binaryu_u_ieees_datatypeu_u_floatu_u_compare, axiom, ![V_floatu_u_compare]: p(s(t_bool,h4s_bools_datatype(s(t_bool,happ(s(t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_bool),happ(s(t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_bool)),happ(s(t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_bool))),happ(s(t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_bool)))),V_floatu_u_compare),s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_lt))),s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_gt))),s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_eq))),s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_un))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c0, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_lt))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c1, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_gt))) = 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_binaryu_u_ieees_floatu_u_compare2numu_u_num2floatu_u_compare, axiom, ![V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,V_r))))) = s(t_h4s_nums_num,V_r))).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c0, axiom, ![TV_u_27a]: ![V_v3, V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_binaryu_u_ieees_floatu_u_compareu_u_case(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_lt),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))) = s(TV_u_27a,V_v0)).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c1, axiom, ![TV_u_27a]: ![V_v3, V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_binaryu_u_ieees_floatu_u_compareu_u_case(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_gt),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))) = s(TV_u_27a,V_v1)).
fof(ah4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c1, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_gt)).
fof(ah4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c0, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_lt)).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_CASE0, axiom, ![TV_u_27a]: ![V_x, V_v3, V_v2, V_v1, V_v0]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_x))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))) & s(TV_u_27a,h4s_binaryu_u_ieees_floatu_u_compareu_u_case(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_x),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))) = s(TV_u_27a,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_x))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(TV_u_27a,V_v0),s(TV_u_27a,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_x))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(TV_u_27a,V_v1),s(TV_u_27a,h4s_bools_cond(s(t_bool,V_v),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))))))))).
fof(ah4s_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_numerals_numeralu_u_distribu_c22, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_numerals_numeralu_u_ltu_c2, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_ltu_c5, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m)))))) <=> ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_numerals_numeralu_u_ltu_c1, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))) = s(t_bool,t)).
fof(ah4s_numerals_numeralu_u_ltu_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_binaryu_u_ieees_floatu_u_compareu_u_BIJu_c0, axiom, ![V_a]: s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a))))) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a)).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_BIJu_c1, axiom, ![V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,V_r))))) = s(t_h4s_nums_num,V_r))).
fof(ah4s_numerals_numeralu_u_ltu_c3, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_binaryu_u_ieees_EQu_u_def, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_eq) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_binaryu_u_ieees_UNu_u_def, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_un) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_TYu_u_DEF, axiom, ![V_uu_0]: (![V_n]: s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) => ?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(t_h4s_nums_num,t_bool),V_uu_0),s(t_fun(t_h4s_binaryu_u_ieees_floatu_u_compare,t_h4s_nums_num),V_rep)))))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_ABSu_u_REPu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_P]: (?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ?[V_rep, V_abs]: (![V_a]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_a))))) = s(TV_u_27b,V_a) & ![V_r]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_r)))) <=> s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,V_r))))) = s(TV_u_27a,V_r))))).
fof(ah4s_binaryu_u_ieees_floatu_u_compare2numu_u_11, axiom, ![V_au_27, V_a]: (s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a))) = s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_au_27))) <=> s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_au_27))).
fof(ah4s_bools_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c2, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_eq))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))).
fof(ah4s_binaryu_u_ieees_floatu_u_compare2numu_u_thmu_c3, axiom, s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_un))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c2, axiom, ![TV_u_27a]: ![V_v3, V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_binaryu_u_ieees_floatu_u_compareu_u_case(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_eq),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))) = s(TV_u_27a,V_v2)).
fof(ah4s_binaryu_u_ieees_num2floatu_u_compareu_u_floatu_u_compare2num, axiom, ![V_a]: s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a))))) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a)).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_sizeu_u_def, axiom, ![V_x]: s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compareu_u_size(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_x))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c3, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_un)).
fof(ah4s_binaryu_u_ieees_num2floatu_u_compareu_u_11, axiom, ![V_ru_27, V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) => (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_ru_27),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) => (s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,V_r))) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,V_ru_27))) <=> s(t_h4s_nums_num,V_r) = s(t_h4s_nums_num,V_ru_27))))).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_caseu_u_defu_c3, axiom, ![TV_u_27a]: ![V_v3, V_v2, V_v1, V_v0]: s(TV_u_27a,h4s_binaryu_u_ieees_floatu_u_compareu_u_case(s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_un),s(TV_u_27a,V_v0),s(TV_u_27a,V_v1),s(TV_u_27a,V_v2),s(TV_u_27a,V_v3))) = s(TV_u_27a,V_v3)).
fof(ah4s_binaryu_u_ieees_floatu_u_compareu_u_EQu_u_floatu_u_compare, axiom, ![V_au_27, V_a]: (s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_au_27) <=> s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a))) = s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_au_27))))).
fof(ah4s_binaryu_u_ieees_num2floatu_u_compareu_u_thmu_c2, axiom, s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_eq)).
fof(ah4s_binaryu_u_ieees_num2floatu_u_compareu_u_ONTO, axiom, ![V_a]: ?[V_r]: (s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_num2floatu_u_compare(s(t_h4s_nums_num,V_r))) & p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))).
fof(ah4s_binaryu_u_ieees_floatu_u_compare2numu_u_ONTO, axiom, ![V_r]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_r),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))) <=> ?[V_a]: s(t_h4s_nums_num,V_r) = s(t_h4s_nums_num,h4s_binaryu_u_ieees_floatu_u_compare2num(s(t_h4s_binaryu_u_ieees_floatu_u_compare,V_a))))).
fof(ah4s_numerals_numeralu_u_ltu_c4, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_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_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_numerals_numeralu_u_ltu_c6, axiom, ![V_n, V_m]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_equ_c4, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))) <=> p(s(t_bool,f)))).
fof(ah4s_numerals_numeralu_u_distribu_c19, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,V_m))).
fof(ah4s_options_IFu_u_EQUALSu_u_OPTIONu_c0, axiom, ![TV_u_27a]: ![V_x, V_P]: (s(t_h4s_options_option(TV_u_27a),h4s_bools_cond(s(t_bool,V_P),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_none))) = s(t_h4s_options_option(TV_u_27a),h4s_options_none) <=> ~ (p(s(t_bool,V_P))))).
fof(ah4s_predu_u_sets_IMAGEu_u_EQu_u_SING, axiom, ![TV_u_27b,TV_u_27a]: ![V_z, V_s, V_f]: (s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_image(s(t_fun(TV_u_27b,TV_u_27a),V_f),s(t_fun(TV_u_27b,t_bool),V_s))) = s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_z),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty))) <=> (~ (s(t_fun(TV_u_27b,t_bool),V_s) = s(t_fun(TV_u_27b,t_bool),h4s_predu_u_sets_empty)) & ![V_x]: (p(s(t_bool,h4s_bools_in(s(TV_u_27b,V_x),s(t_fun(TV_u_27b,t_bool),V_s)))) => s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_f),s(TV_u_27b,V_x))) = s(TV_u_27a,V_z))))).
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_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c0, axiom, ![V_t]: (s(t_bool,t) = s(t_bool,V_t) <=> p(s(t_bool,V_t)))).
fof(ah4s_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_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_reals_REALu_u_NEGu_u_INV, axiom, ![V_x]: (~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))))).
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_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_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_NOTu_u_EXISTSu_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_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_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_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_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_bools_RIGHTu_u_ANDu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((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))))) <=> ![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))))))).
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_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_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_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_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
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_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_bools_EQu_u_CLAUSESu_c3, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,f) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_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_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_predu_u_sets_INu_u_IMAGE, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_s, V_f]: (p(s(t_bool,h4s_bools_in(s(TV_u_27b,V_y),s(t_fun(TV_u_27b,t_bool),h4s_predu_u_sets_image(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27a,t_bool),V_s)))))) <=> ?[V_x]: (s(TV_u_27b,V_y) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) & p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))))))).
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_predu_u_sets_EXTENSION, axiom, ![TV_u_27a]: ![V_t, V_s]: (s(t_fun(TV_u_27a,t_bool),V_s) = s(t_fun(TV_u_27a,t_bool),V_t) <=> ![V_x]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))) = s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_t))))).
fof(ah4s_bools_LEFTu_u_EXISTSu_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,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_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_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_bools_RIGHTu_u_FORALLu_u_IMPu_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_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_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(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_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_predu_u_sets_INu_u_INSERT, axiom, ![TV_u_27a]: ![V_y, V_x, V_s]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_y),s(t_fun(TV_u_27a,t_bool),V_s)))))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) | p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))))))).
fof(ah4s_predu_u_sets_NOTu_u_INu_u_EMPTY, axiom, ![TV_u_27a]: ![V_x]: ~ (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)))))).
fof(ah4s_bools_BOOLu_u_CASESu_u_AX, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,f))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_bools_IMPu_u_CONJu_u_THM, 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)))))).
fof(ah4s_bools_SKOLEMu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_P]: (![V_x]: ?[V_y]: p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_P),s(TV_u_27a,V_x))),s(TV_u_27b,V_y)))) <=> ?[V_f]: ![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_P),s(TV_u_27a,V_x))),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x)))))))).
fof(ah4s_bools_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_lists_FILTERu_u_NEQu_u_ID, axiom, ![TV_u_27a]: ![V_l, V_P]: (~ (s(t_h4s_lists_list(TV_u_27a),h4s_lists_filter(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_h4s_lists_list(TV_u_27a),V_l)) <=> ?[V_x]: (p(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)))))) & ~ (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))))))).
fof(ah4s_reals_REALu_u_NEGNEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_LINVu_u_UNIQ, axiom, ![V_y, V_x]: (s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(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_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_reals_REALu_u_NEGu_u_RMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_MULu_u_LINV, axiom, ![V_x]: (~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(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_reals_REALu_u_NEGu_u_LMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_realaxs_REALu_u_10, axiom, ~ (s(t_h4s_realaxs_real,h4s_realaxs_realu_u_1) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_0))).
fof(ah4s_bools_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
fof(ah4s_lists_FILTERu_u_EQu_u_ID, axiom, ![TV_u_27a]: ![V_l, V_P]: (s(t_h4s_lists_list(TV_u_27a),h4s_lists_filter(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l))) = s(t_h4s_lists_list(TV_u_27a),V_l) <=> p(s(t_bool,h4s_lists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
fof(ah4s_lists_EVERYu_u_NOTu_u_EXISTS, axiom, ![TV_u_27a]: ![V_uu_0]: (![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)),V_uu_0),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_x)))))) => ![V_l, V_P]: (p(s(t_bool,h4s_lists_every(s(t_fun(TV_u_27a,t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l)))) <=> ~ (p(s(t_bool,h4s_lists_exists(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)),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_P))),s(t_h4s_lists_list(TV_u_27a),V_l)))))))).
fof(ah4s_lists_EXISTSu_u_MEM, axiom, ![TV_u_27a]: ![V_l, V_P]: (p(s(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)))) <=> ?[V_e]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_e),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)))))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_e))))))).
fof(ah4s_predu_u_sets_SUBSETu_u_MINu_u_SET, axiom, ![V_J, V_I]: ((~ (s(t_fun(t_h4s_nums_num,t_bool),V_I) = s(t_fun(t_h4s_nums_num,t_bool),h4s_predu_u_sets_empty)) & (~ (s(t_fun(t_h4s_nums_num,t_bool),V_J) = s(t_fun(t_h4s_nums_num,t_bool),h4s_predu_u_sets_empty)) & p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(t_h4s_nums_num,t_bool),V_I),s(t_fun(t_h4s_nums_num,t_bool),V_J)))))) => p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_predu_u_sets_minu_u_set(s(t_fun(t_h4s_nums_num,t_bool),V_J))),s(t_h4s_nums_num,h4s_predu_u_sets_minu_u_set(s(t_fun(t_h4s_nums_num,t_bool),V_I)))))))).
fof(ah4s_realaxs_realu_u_00, axiom, s(t_h4s_realaxs_real,h4s_realaxs_realu_u_0) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_h4s_realaxs_real),h4s_realaxs_realu_u_abs),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_0)))).
fof(ah4s_realaxs_realu_u_10, axiom, s(t_h4s_realaxs_real,h4s_realaxs_realu_u_1) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_h4s_realaxs_real),h4s_realaxs_realu_u_abs),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_1)))).
fof(ah4s_realaxs_realu_u_QUOTIENT, axiom, p(s(t_bool,h4s_quotients_quotient(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_h4s_realaxs_real),h4s_realaxs_realu_u_abs),s(t_fun(t_h4s_realaxs_real,t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal)),h4s_realaxs_realu_u_rep))))).
fof(ah4s_quotients_REPu_u_ABSu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_REL]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_REL),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x1, V_x2]: (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)),V_REL),s(TV_u_27a,V_x1))),s(TV_u_27a,V_x2)))) => 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)),V_REL),s(TV_u_27a,V_x1))),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,V_x2))))))))))).
fof(ah4s_quotients_EQUALSu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x1, V_x2, V_y1, V_y2]: ((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)),V_R),s(TV_u_27a,V_x1))),s(TV_u_27a,V_x2)))) & 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)),V_R),s(TV_u_27a,V_y1))),s(TV_u_27a,V_y2))))) => 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)),V_R),s(TV_u_27a,V_x1))),s(TV_u_27a,V_y1))) = 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)),V_R),s(TV_u_27a,V_x2))),s(TV_u_27a,V_y2)))))).
fof(ah4s_realaxs_TREALu_u_EQu_u_EQUIV, axiom, ![V_q, V_p]: (p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q)))) <=> s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))) = s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q))))).
fof(ah4s_quotients_EQUALSu_u_PRS, axiom, ![TV_u_27a,TV_u_27b]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x, V_y]: (s(TV_u_27b,V_x) = s(TV_u_27b,V_y) <=> 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)),V_R),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_x))))),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_y))))))))).
fof(ah4s_quotients_EQUIVu_u_REFLu_u_SYMu_u_TRANS, axiom, ![TV_u_27a]: ![V_R]: (![V_x, V_y]: (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)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))) = s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,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)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_x)))) & (![V_x, V_y]: (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)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) => 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)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_x))))) & ![V_x, V_y, V_z]: ((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)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) & 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)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))))) => 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)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_z))))))))).
fof(ah4s_realaxs_TREALu_u_10, axiom, ~ (p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_1))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_0)))))).
fof(ah4s_quotients_EQUIVu_u_def, axiom, ![TV_u_27a]: ![V_E]: (p(s(t_bool,h4s_quotients_equiv(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E)))) <=> ![V_x, V_y]: (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)),V_E),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E),s(TV_u_27a,V_x))) = s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E),s(TV_u_27a,V_y)))))).
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_predu_u_sets_MINu_u_SETu_u_LEM, axiom, ![V_s]: (~ (s(t_fun(t_h4s_nums_num,t_bool),V_s) = s(t_fun(t_h4s_nums_num,t_bool),h4s_predu_u_sets_empty)) => (p(s(t_bool,h4s_bools_in(s(t_h4s_nums_num,h4s_predu_u_sets_minu_u_set(s(t_fun(t_h4s_nums_num,t_bool),V_s))),s(t_fun(t_h4s_nums_num,t_bool),V_s)))) & ![V_x]: (p(s(t_bool,h4s_bools_in(s(t_h4s_nums_num,V_x),s(t_fun(t_h4s_nums_num,t_bool),V_s)))) => p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_predu_u_sets_minu_u_set(s(t_fun(t_h4s_nums_num,t_bool),V_s))),s(t_h4s_nums_num,V_x)))))))).
fof(ah4s_predu_u_sets_SUBSETu_u_DEF, axiom, ![TV_u_27a]: ![V_t, V_s]: (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27a,t_bool),V_t)))) <=> ![V_x]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) => p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_t))))))).
fof(ah4s_bools_RIGHTu_u_FORALLu_u_ORu_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_sats_pthu_u_ni1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => p(s(t_bool,V_p)))).
fof(ah4s_sats_pthu_u_ni2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ch4s_binaryu_u_ieees_floatu_u_compareu_u_distinctu_c0, conjecture, ~ (s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_lt) = s(t_h4s_binaryu_u_ieees_floatu_u_compare,h4s_binaryu_u_ieees_gt))).
