%   ORIGINAL: h4/integer/INT__POASQ
% 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/OR__CLAUSES_c4: !t. t \/ t <=> t
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> 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/integer/INT__MUL__LZERO: !x. h4/integer/int__mul (h4/integer/int__of__num h4/num/0) x = h4/integer/int__of__num h4/num/0
% Assm: h4/integer/INT__NOT__LE: !y x. ~h4/integer/int__le x y <=> h4/integer/int__lt y x
% Assm: h4/integer/INT__LE__REFL: !x. h4/integer/int__le x x
% Assm: h4/integer/INT__LE__ANTISYM: !y x. h4/integer/int__le x y /\ h4/integer/int__le y x <=> x = y
% Assm: h4/integer/INT__LE__SQUARE: !x. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__mul x x)
% Assm: h4/integer/INT__ENTIRE: !y x. h4/integer/int__mul x y = h4/integer/int__of__num h4/num/0 <=> x = h4/integer/int__of__num h4/num/0 \/ y = h4/integer/int__of__num h4/num/0
% Goal: !x. h4/integer/int__lt (h4/integer/int__of__num h4/num/0) (h4/integer/int__mul x x) <=> ~(x = h4/integer/int__of__num h4/num/0)
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_ORu_u_CLAUSESu_c4]: !t. t \/ t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> 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_integers_INTu_u_MULu_u_LZERO]: !x. h4/integer/int__mul (h4/integer/int__of__num h4/num/0) x = h4/integer/int__of__num h4/num/0
% Assm [h4s_integers_INTu_u_NOTu_u_LE]: !y x. ~h4/integer/int__le x y <=> h4/integer/int__lt y x
% Assm [h4s_integers_INTu_u_LEu_u_REFL]: !x. h4/integer/int__le x x
% Assm [h4s_integers_INTu_u_LEu_u_ANTISYM]: !y x. h4/integer/int__le x y /\ h4/integer/int__le y x <=> x = y
% Assm [h4s_integers_INTu_u_LEu_u_SQUARE]: !x. h4/integer/int__le (h4/integer/int__of__num h4/num/0) (h4/integer/int__mul x x)
% Assm [h4s_integers_INTu_u_ENTIRE]: !y x. h4/integer/int__mul x y = h4/integer/int__of__num h4/num/0 <=> x = h4/integer/int__of__num h4/num/0 \/ y = h4/integer/int__of__num h4/num/0
% Goal: !x. h4/integer/int__lt (h4/integer/int__of__num h4/num/0) (h4/integer/int__mul x x) <=> ~(x = h4/integer/int__of__num h4/num/0)
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(aHLu_EXT, axiom, ![TV_Q5025,TV_Q5021]: ![V_f, V_g]: (![V_x]: s(TV_Q5021,happ(s(t_fun(TV_Q5025,TV_Q5021),V_f),s(TV_Q5025,V_x))) = s(TV_Q5021,happ(s(t_fun(TV_Q5025,TV_Q5021),V_g),s(TV_Q5025,V_x))) => s(t_fun(TV_Q5025,TV_Q5021),V_f) = s(t_fun(TV_Q5025,TV_Q5021),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_ORu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_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_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_integers_INTu_u_MULu_u_LZERO, axiom, ![V_x]: s(t_h4s_integers_int,h4s_integers_intu_u_mul(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,V_x))) = 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_NOTu_u_LE, axiom, ![V_y, V_x]: (~ (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))))) <=> p(s(t_bool,h4s_integers_intu_u_lt(s(t_h4s_integers_int,V_y),s(t_h4s_integers_int,V_x)))))).
fof(ah4s_integers_INTu_u_LEu_u_REFL, axiom, ![V_x]: p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_x))))).
fof(ah4s_integers_INTu_u_LEu_u_ANTISYM, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_integers_intu_u_le(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_y),s(t_h4s_integers_int,V_x))))) <=> s(t_h4s_integers_int,V_x) = s(t_h4s_integers_int,V_y))).
fof(ah4s_integers_INTu_u_LEu_u_SQUARE, axiom, ![V_x]: 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_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_x))))))).
fof(ah4s_integers_INTu_u_ENTIRE, axiom, ![V_y, V_x]: (s(t_h4s_integers_int,h4s_integers_intu_u_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_y))) = 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,V_x) = 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,V_y) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ch4s_integers_INTu_u_POASQ, conjecture, ![V_x]: (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_mul(s(t_h4s_integers_int,V_x),s(t_h4s_integers_int,V_x)))))) <=> ~ (s(t_h4s_integers_int,V_x) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
