%   ORIGINAL: h4/int__arith/NOT__INT__DIVIDES__POS
% 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/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/integer/INT__INJ: !n m. h4/integer/int__of__num m = h4/integer/int__of__num n <=> m = n
% Assm: h4/integer/INT__ABS__NUM: !n. h4/integer/ABS (h4/integer/int__of__num n) = h4/integer/int__of__num n
% Assm: h4/int__arith/NOT__INT__DIVIDES: !d c. ~(c = h4/integer/int__of__num h4/num/0) ==> (~h4/integer/int__divides c d <=> (?i. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) i /\ h4/integer/int__le i (h4/integer/int__sub (h4/integer/ABS c) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) /\ h4/integer/int__divides c (h4/integer/int__add d i)))
% Goal: !n d. ~(n = h4/num/0) ==> (~h4/integer/int__divides (h4/integer/int__of__num n) d <=> (?i. (h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) i /\ h4/integer/int__le i (h4/integer/int__sub (h4/integer/int__of__num n) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) /\ h4/integer/int__divides (h4/integer/int__of__num n) (h4/integer/int__add d i)))
%   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_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_integers_INTu_u_INJ]: !n m. h4/integer/int__of__num m = h4/integer/int__of__num n <=> m = n
% Assm [h4s_integers_INTu_u_ABSu_u_NUM]: !n. h4/integer/ABS (h4/integer/int__of__num n) = h4/integer/int__of__num n
% Assm [h4s_intu_u_ariths_NOTu_u_INTu_u_DIVIDES]: !d c. ~(c = h4/integer/int__of__num h4/num/0) ==> (~h4/integer/int__divides c d <=> (?i. h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) i /\ h4/integer/int__le i (h4/integer/int__sub (h4/integer/ABS c) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) /\ h4/integer/int__divides c (h4/integer/int__add d i)))
% Goal: !n d. ~(n = h4/num/0) ==> (~h4/integer/int__divides (h4/integer/int__of__num n) d <=> (?i. (h4/integer/int__le (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) i /\ h4/integer/int__le i (h4/integer/int__sub (h4/integer/int__of__num n) (h4/integer/int__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) /\ h4/integer/int__divides (h4/integer/int__of__num n) (h4/integer/int__add d i)))
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_Q209476,TV_Q209472]: ![V_f, V_g]: (![V_x]: s(TV_Q209472,happ(s(t_fun(TV_Q209476,TV_Q209472),V_f),s(TV_Q209476,V_x))) = s(TV_Q209472,happ(s(t_fun(TV_Q209476,TV_Q209472),V_g),s(TV_Q209476,V_x))) => s(t_fun(TV_Q209476,TV_Q209472),V_f) = s(t_fun(TV_Q209476,TV_Q209472),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_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_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,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_integers_INTu_u_INJ, axiom, ![V_n, V_m]: (s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_m))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))) <=> s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n))).
fof(ah4s_integers_INTu_u_ABSu_u_NUM, axiom, ![V_n]: s(t_h4s_integers_int,h4s_integers_abs(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n)))).
fof(ah4s_intu_u_ariths_NOTu_u_INTu_u_DIVIDES, axiom, ![V_d, V_c]: (~ (s(t_h4s_integers_int,V_c) = s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => (~ (p(s(t_bool,h4s_integers_intu_u_divides(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,V_d))))) <=> ?[V_i]: (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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_integers_int,V_i)))) & (p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_i),s(t_h4s_integers_int,h4s_integers_intu_u_sub(s(t_h4s_integers_int,h4s_integers_abs(s(t_h4s_integers_int,V_c))),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)))))))))))) & p(s(t_bool,h4s_integers_intu_u_divides(s(t_h4s_integers_int,V_c),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_d),s(t_h4s_integers_int,V_i))))))))))).
fof(ch4s_intu_u_ariths_NOTu_u_INTu_u_DIVIDESu_u_POS, conjecture, ![V_n, V_d]: (~ (s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0)) => (~ (p(s(t_bool,h4s_integers_intu_u_divides(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_integers_int,V_d))))) <=> ?[V_i]: ((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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_integers_int,V_i)))) & p(s(t_bool,h4s_integers_intu_u_le(s(t_h4s_integers_int,V_i),s(t_h4s_integers_int,h4s_integers_intu_u_sub(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),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))))))))))))) & p(s(t_bool,h4s_integers_intu_u_divides(s(t_h4s_integers_int,h4s_integers_intu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_integers_int,h4s_integers_intu_u_add(s(t_h4s_integers_int,V_d),s(t_h4s_integers_int,V_i)))))))))).
