%   ORIGINAL: h4/seq/SEQ__ICONV
% 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/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/CONJ__SYM: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> 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/bool/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% 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/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/real/REAL__ADD__SYM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/real/REAL__LT__REFL: !x. ~h4/realax/real__lt x x
% Assm: h4/real/real__sub0: !y x. h4/real/real__sub x y = h4/realax/real__add x (h4/realax/real__neg y)
% Assm: h4/real/real__ge0: !y x. h4/real/real__ge x y <=> h4/real/real__lte y x
% Assm: h4/real/REAL__ADD__RINV: !x. h4/realax/real__add x (h4/realax/real__neg x) = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__NOT__LT: !y x. ~h4/realax/real__lt x y <=> h4/real/real__lte y x
% Assm: h4/real/REAL__LTE__TRANS: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm: h4/real/REAL__LET__TRANS: !z y x. h4/real/real__lte x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm: h4/real/REAL__LE__RADD: !z y x. h4/real/real__lte (h4/realax/real__add x z) (h4/realax/real__add y z) <=> h4/real/real__lte x y
% Assm: h4/real/REAL__NEG__SUB: !y x. h4/realax/real__neg (h4/real/real__sub x y) = h4/real/real__sub y x
% Assm: h4/real/REAL__LT__ADDR: !y x. h4/realax/real__lt x (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y
% Assm: h4/real/REAL__LT__SUB__RADD: !z y x. h4/realax/real__lt (h4/real/real__sub x y) z <=> h4/realax/real__lt x (h4/realax/real__add z y)
% Assm: h4/real/abs0: !x. h4/real/abs x = h4/bool/COND (h4/real/real__lte (h4/real/real__of__num h4/num/0) x) x (h4/realax/real__neg x)
% Assm: h4/real/ABS__LE: !x. h4/real/real__lte x (h4/real/abs x)
% Assm: h4/real/REAL__SUP: !P. (?x. P x) /\ (?z. !x. P x ==> h4/realax/real__lt x z) ==> (!y. (?x. P x /\ h4/realax/real__lt y x) <=> h4/realax/real__lt y (h4/real/sup P))
% Assm: h4/seq/SEQ: !x0 x. h4/seq/_2D_2D_3E x x0 <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?N. !n. h4/arithmetic/_3E_3D n N ==> h4/realax/real__lt (h4/real/abs (h4/real/real__sub (x n) x0)) e))
% Assm: h4/seq/convergent0: !f. h4/seq/convergent f <=> (?l. h4/seq/_2D_2D_3E f l)
% Assm: h4/seq/SEQ__BOUNDED: !s. h4/nets/bounded (h4/pair/_2C h4/topology/mr1 h4/arithmetic/_3E_3D) s <=> (?k. !n. h4/realax/real__lt (h4/real/abs (s n)) k)
% Goal: !f. h4/nets/bounded (h4/pair/_2C h4/topology/mr1 h4/arithmetic/_3E_3D) f /\ (!m n. h4/arithmetic/_3E_3D m n ==> h4/real/real__ge (f m) (f n)) ==> h4/seq/convergent f
%   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_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_CONJu_u_SYM]: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> 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_bools_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% 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_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_reals_REALu_u_ADDu_u_SYM]: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm [h4s_reals_REALu_u_LTu_u_REFL]: !x. ~h4/realax/real__lt x x
% Assm [h4s_reals_realu_u_sub0]: !y x. h4/real/real__sub x y = h4/realax/real__add x (h4/realax/real__neg y)
% Assm [h4s_reals_realu_u_ge0]: !y x. h4/real/real__ge x y <=> h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_ADDu_u_RINV]: !x. h4/realax/real__add x (h4/realax/real__neg x) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_NOTu_u_LT]: !y x. ~h4/realax/real__lt x y <=> h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_LTEu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm [h4s_reals_REALu_u_LETu_u_TRANS]: !z y x. h4/real/real__lte x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm [h4s_reals_REALu_u_LEu_u_RADD]: !z y x. h4/real/real__lte (h4/realax/real__add x z) (h4/realax/real__add y z) <=> h4/real/real__lte x y
% Assm [h4s_reals_REALu_u_NEGu_u_SUB]: !y x. h4/realax/real__neg (h4/real/real__sub x y) = h4/real/real__sub y x
% Assm [h4s_reals_REALu_u_LTu_u_ADDR]: !y x. h4/realax/real__lt x (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y
% Assm [h4s_reals_REALu_u_LTu_u_SUBu_u_RADD]: !z y x. h4/realax/real__lt (h4/real/real__sub x y) z <=> h4/realax/real__lt x (h4/realax/real__add z y)
% Assm [h4s_reals_abs0]: !x. h4/real/abs x = h4/bool/COND (h4/real/real__lte (h4/real/real__of__num h4/num/0) x) x (h4/realax/real__neg x)
% Assm [h4s_reals_ABSu_u_LE]: !x. h4/real/real__lte x (h4/real/abs x)
% Assm [h4s_reals_REALu_u_SUP]: !P. (?x. happ P x) /\ (?z. !x. happ P x ==> h4/realax/real__lt x z) ==> (!y. (?x. happ P x /\ h4/realax/real__lt y x) <=> h4/realax/real__lt y (h4/real/sup P))
% Assm [h4s_seqs_SEQ]: !x0 x. h4/seq/_2D_2D_3E x x0 <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?N. !n. happ (happ h4/arithmetic/_3E_3D n) N ==> h4/realax/real__lt (h4/real/abs (h4/real/real__sub (happ x n) x0)) e))
% Assm [h4s_seqs_convergent0]: !f. h4/seq/convergent f <=> (?l. h4/seq/_2D_2D_3E f l)
% Assm [h4s_seqs_SEQu_u_BOUNDED]: !s. h4/nets/bounded (h4/pair/_2C h4/topology/mr1 h4/arithmetic/_3E_3D) s <=> (?k. !n. h4/realax/real__lt (h4/real/abs (happ s n)) k)
% Goal: !f. h4/nets/bounded (h4/pair/_2C h4/topology/mr1 h4/arithmetic/_3E_3D) f /\ (!m n. happ (happ h4/arithmetic/_3E_3D m) n ==> h4/real/real__ge (happ f m) (happ f n)) ==> h4/seq/convergent f
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f0)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f0))).
fof(aHLu_EXT, axiom, ![TV_Q133333,TV_Q133329]: ![V_f, V_g]: (![V_x]: s(TV_Q133329,happ(s(t_fun(TV_Q133333,TV_Q133329),V_f),s(TV_Q133333,V_x))) = s(TV_Q133329,happ(s(t_fun(TV_Q133333,TV_Q133329),V_g),s(TV_Q133333,V_x))) => s(t_fun(TV_Q133333,TV_Q133329),V_f) = s(t_fun(TV_Q133333,TV_Q133329),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,f0)) => 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_CONJu_u_SYM, 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))))).
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_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,V_t))) <=> 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_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_bools_EQu_u_CLAUSESu_c3, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,f0) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f0),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
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,f0))))).
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,f0))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f0))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f0)))))).
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,f0))) <=> (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f0)))))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f0))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f0))) => p(s(t_bool,f0))))).
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_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_dcu_u_imp, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) => p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (~ (p(s(t_bool,V_q))) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_dcu_u_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_reals_REALu_u_ADDu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_LTu_u_REFL, axiom, ![V_x]: ~ (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_reals_realu_u_sub0, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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_ge0, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_ge(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_ADDu_u_RINV, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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)))).
fof(ah4s_reals_REALu_u_NOTu_u_LT, axiom, ![V_y, V_x]: (~ (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) <=> p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_reals_REALu_u_LTEu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LETu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LEu_u_RADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_NEGu_u_SUB, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_LTu_u_ADDR, axiom, ![V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_bool,h4s_realaxs_realu_u_lt(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,V_y)))).
fof(ah4s_reals_REALu_u_LTu_u_SUBu_u_RADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_abs0, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_reals_realu_u_lte(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,V_x))),s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_reals_ABSu_u_LE, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_reals_REALu_u_SUP, axiom, ![V_P]: ((?[V_x]: p(s(t_bool,happ(s(t_fun(t_h4s_realaxs_real,t_bool),V_P),s(t_h4s_realaxs_real,V_x)))) & ?[V_z]: ![V_x]: (p(s(t_bool,happ(s(t_fun(t_h4s_realaxs_real,t_bool),V_P),s(t_h4s_realaxs_real,V_x)))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))) => ![V_y]: (?[V_x]: (p(s(t_bool,happ(s(t_fun(t_h4s_realaxs_real,t_bool),V_P),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))))) <=> p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,h4s_reals_sup(s(t_fun(t_h4s_realaxs_real,t_bool),V_P))))))))).
fof(ah4s_seqs_SEQ, axiom, ![V_x0, V_x]: (p(s(t_bool,h4s_seqs_u_2du_2du_3e(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_x),s(t_h4s_realaxs_real,V_x0)))) <=> ![V_e]: (p(s(t_bool,h4s_realaxs_realu_u_lt(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,V_e)))) => ?[V_N]: ![V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_arithmetics_u_3eu_3d),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_N)))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_x),s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,V_x0))))),s(t_h4s_realaxs_real,V_e)))))))).
fof(ah4s_seqs_convergent0, axiom, ![V_f]: (p(s(t_bool,h4s_seqs_convergent(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f)))) <=> ?[V_l]: p(s(t_bool,h4s_seqs_u_2du_2du_3e(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l)))))).
fof(ah4s_seqs_SEQu_u_BOUNDED, axiom, ![V_s]: (p(s(t_bool,h4s_netss_bounded(s(t_h4s_pairs_prod(t_h4s_topologys_metric(t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1),s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_arithmetics_u_3eu_3d))),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_s)))) <=> ?[V_k]: ![V_n]: p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_s),s(t_h4s_nums_num,V_n))))),s(t_h4s_realaxs_real,V_k)))))).
fof(ch4s_seqs_SEQu_u_ICONV, conjecture, ![V_f]: ((p(s(t_bool,h4s_netss_bounded(s(t_h4s_pairs_prod(t_h4s_topologys_metric(t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1),s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_arithmetics_u_3eu_3d))),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f)))) & ![V_m, V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,t_bool)),h4s_arithmetics_u_3eu_3d),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,h4s_reals_realu_u_ge(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f),s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f),s(t_h4s_nums_num,V_n)))))))) => p(s(t_bool,h4s_seqs_convergent(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f)))))).
