%   ORIGINAL: h4/integer/INT__LT__01
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/quotient/EQUIV__def: !E. h4/quotient/EQUIV E <=> (!x y. E x y <=> E x = E 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/quotient/EQUALS__PRS: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> R (rep x) (rep y))
% 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/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/integer/TINT__EQ__EQUIV: !q p. h4/integer/tint__eq p q <=> h4/integer/tint__eq p = h4/integer/tint__eq q
% Assm: h4/integer/TINT__10: ~h4/integer/tint__eq h4/integer/tint__1 h4/integer/tint__0
% Assm: h4/integer/int__QUOTIENT: h4/quotient/QUOTIENT h4/integer/tint__eq h4/integer/int__ABS h4/integer/int__REP
% Assm: h4/integer/int__00: h4/integer/int__0 = h4/integer/int__ABS h4/integer/tint__0
% Assm: h4/integer/int__10: h4/integer/int__1 = h4/integer/int__ABS h4/integer/tint__1
% Assm: h4/integer/INT__0: h4/integer/int__0 = h4/integer/int__of__num h4/num/0
% Assm: h4/integer/INT__1: h4/integer/int__1 = h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/integer/INT__LT__LE: !y x. h4/integer/int__lt x y <=> h4/integer/int__le x y /\ ~(x = y)
% Assm: h4/integer/INT__LE__01: h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Goal: h4/integer/int__lt (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_quotients_EQUIVu_u_def]: !E. h4/quotient/EQUIV E <=> (!x y. happ (happ E x) y <=> happ E x = happ E 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_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_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_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_integers_TINTu_u_EQu_u_EQUIV]: !q p. happ (happ h4/integer/tint__eq p) q <=> happ h4/integer/tint__eq p = happ h4/integer/tint__eq q
% Assm [h4s_integers_TINTu_u_10]: ~happ (happ h4/integer/tint__eq h4/integer/tint__1) h4/integer/tint__0
% Assm [h4s_integers_intu_u_QUOTIENT]: h4/quotient/QUOTIENT h4/integer/tint__eq h4/integer/int__ABS h4/integer/int__REP
% Assm [h4s_integers_intu_u_00]: h4/integer/int__0 = happ h4/integer/int__ABS h4/integer/tint__0
% Assm [h4s_integers_intu_u_10]: h4/integer/int__1 = happ h4/integer/int__ABS h4/integer/tint__1
% Assm [h4s_integers_INTu_u_0]: h4/integer/int__0 = h4/integer/int__of__num h4/num/0
% Assm [h4s_integers_INTu_u_1]: h4/integer/int__1 = h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_integers_INTu_u_LTu_u_LE]: !y x. h4/integer/int__lt x y <=> h4/integer/int__le x y /\ ~(x = y)
% Assm [h4s_integers_INTu_u_LEu_u_01]: h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Goal: h4/integer/int__lt (h4/integer/int__of__num h4/num/0) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
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_Q3125,TV_Q3121]: ![V_f, V_g]: (![V_x]: s(TV_Q3121,happ(s(t_fun(TV_Q3125,TV_Q3121),V_f),s(TV_Q3125,V_x))) = s(TV_Q3121,happ(s(t_fun(TV_Q3125,TV_Q3121),V_g),s(TV_Q3125,V_x))) => s(t_fun(TV_Q3125,TV_Q3121),V_f) = s(t_fun(TV_Q3125,TV_Q3121),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_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_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_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_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_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_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_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_integers_TINTu_u_EQu_u_EQUIV, axiom, ![V_q, V_p]: (p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool)),h4s_integers_tintu_u_eq),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),V_p))),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),V_q)))) <=> s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool)),h4s_integers_tintu_u_eq),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),V_p))) = s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool)),h4s_integers_tintu_u_eq),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),V_q))))).
fof(ah4s_integers_TINTu_u_10, axiom, ~ (p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool)),h4s_integers_tintu_u_eq),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),h4s_integers_tintu_u_1))),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),h4s_integers_tintu_u_0)))))).
fof(ah4s_integers_intu_u_QUOTIENT, axiom, p(s(t_bool,h4s_quotients_quotient(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_bool)),h4s_integers_tintu_u_eq),s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_h4s_integers_int),h4s_integers_intu_u_abs),s(t_fun(t_h4s_integers_int,t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num)),h4s_integers_intu_u_rep))))).
fof(ah4s_integers_intu_u_00, axiom, s(t_h4s_integers_int,h4s_integers_intu_u_0) = s(t_h4s_integers_int,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_h4s_integers_int),h4s_integers_intu_u_abs),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),h4s_integers_tintu_u_0)))).
fof(ah4s_integers_intu_u_10, axiom, s(t_h4s_integers_int,h4s_integers_intu_u_1) = s(t_h4s_integers_int,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),t_h4s_integers_int),h4s_integers_intu_u_abs),s(t_h4s_pairs_prod(t_h4s_nums_num,t_h4s_nums_num),h4s_integers_tintu_u_1)))).
fof(ah4s_integers_INTu_u_0, axiom, s(t_h4s_integers_int,h4s_integers_intu_u_0) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_integers_INTu_u_1, axiom, s(t_h4s_integers_int,h4s_integers_intu_u_1) = s(t_h4s_integers_int,h4s_integers_intu_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_integers_INTu_u_LTu_u_LE, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) <=> (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y)))) & ~ (s(t_h4s_integers_int,V_x) = s(t_h4s_integers_int,V_y))))).
fof(ah4s_integers_INTu_u_LEu_u_01, axiom, p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_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(ch4s_integers_INTu_u_LTu_u_01, conjecture, p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_integers_int,h4s_integers_intu_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))))))))))).
