%   ORIGINAL: h4/nets/LIM__TENDS
% 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/ABS__SIMP: !t2 t1. (\x. t1) 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_c2: !t. F ==> t <=> T
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/pred__set/UNIV__DEF: h4/pred__set/UNIV = (\x. T)
% Assm: h4/real/REAL__LE__REFL: !x. h4/real/real__lte x x
% Assm: h4/real/REAL__LT__IMP__LE: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% Assm: h4/real/REAL__LE__TRANS: !z y x. h4/real/real__lte x y /\ h4/real/real__lte y z ==> h4/real/real__lte x z
% Assm: h4/topology/METRIC__SYM: !y x m. h4/topology/dist m (h4/pair/_2C x y) = h4/topology/dist m (h4/pair/_2C y x)
% Assm: h4/topology/METRIC__NZ: !y x m. ~(x = y) ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/topology/dist m (h4/pair/_2C x y))
% Assm: h4/topology/MTOP__LIMPT: !x m S_27. h4/topology/limpt (h4/topology/mtop m) x S_27 <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?y. ~(x = y) /\ S_27 y /\ h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e))
% Assm: h4/nets/tendsto0: !z y x m. h4/nets/tendsto (h4/pair/_2C m x) y z <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/topology/dist m (h4/pair/_2C x y)) /\ h4/real/real__lte (h4/topology/dist m (h4/pair/_2C x y)) (h4/topology/dist m (h4/pair/_2C x z))
% Assm: h4/nets/MTOP__TENDS: !x0 x g d. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop d) g) <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?n. g n n /\ (!m. g m n ==> h4/realax/real__lt (h4/topology/dist d (h4/pair/_2C (x m) x0)) e)))
% Goal: !y0 x0 m2 m1 f. h4/topology/limpt (h4/topology/mtop m1) x0 h4/pred__set/UNIV ==> (h4/nets/tends f y0 (h4/pair/_2C (h4/topology/mtop m2) (h4/nets/tendsto (h4/pair/_2C m1 x0))) <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/topology/dist m1 (h4/pair/_2C x x0)) /\ h4/real/real__lte (h4/topology/dist m1 (h4/pair/_2C x x0)) d ==> h4/realax/real__lt (h4/topology/dist m2 (h4/pair/_2C (f x) y0)) e))))
%   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_ABSu_u_SIMP]: !t2 t1. t1 = 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_c2]: !t. F ==> t <=> T
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_predu_u_sets_UNIVu_u_DEF]: !x. happ h4/pred__set/UNIV x <=> T
% Assm [h4s_reals_REALu_u_LEu_u_REFL]: !x. h4/real/real__lte x x
% Assm [h4s_reals_REALu_u_LTu_u_IMPu_u_LE]: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% Assm [h4s_reals_REALu_u_LEu_u_TRANS]: !z y x. h4/real/real__lte x y /\ h4/real/real__lte y z ==> h4/real/real__lte x z
% Assm [h4s_topologys_METRICu_u_SYM]: !y x m. h4/topology/dist m (h4/pair/_2C x y) = h4/topology/dist m (h4/pair/_2C y x)
% Assm [h4s_topologys_METRICu_u_NZ]: !y x m. ~(x = y) ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/topology/dist m (h4/pair/_2C x y))
% Assm [h4s_topologys_MTOPu_u_LIMPT]: !x m S_27. h4/topology/limpt (h4/topology/mtop m) x S_27 <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?y. ~(x = y) /\ happ S_27 y /\ h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e))
% Assm [h4s_netss_tendsto0]: !z y x m. happ (happ (h4/nets/tendsto (h4/pair/_2C m x)) y) z <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/topology/dist m (h4/pair/_2C x y)) /\ h4/real/real__lte (h4/topology/dist m (h4/pair/_2C x y)) (h4/topology/dist m (h4/pair/_2C x z))
% Assm [h4s_netss_MTOPu_u_TENDS]: !x0 x g d. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop d) g) <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?n. happ (happ g n) n /\ (!m. happ (happ g m) n ==> h4/realax/real__lt (h4/topology/dist d (h4/pair/_2C (happ x m) x0)) e)))
% Goal: !y0 x0 m2 m1 f. h4/topology/limpt (h4/topology/mtop m1) x0 h4/pred__set/UNIV ==> (h4/nets/tends f y0 (h4/pair/_2C (h4/topology/mtop m2) (h4/nets/tendsto (h4/pair/_2C m1 x0))) <=> (!e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/topology/dist m1 (h4/pair/_2C x x0)) /\ h4/real/real__lte (h4/topology/dist m1 (h4/pair/_2C x x0)) d ==> h4/realax/real__lt (h4/topology/dist m2 (h4/pair/_2C (happ f x) y0)) e))))
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_Q198747,TV_Q198743]: ![V_f, V_g]: (![V_x]: s(TV_Q198743,happ(s(t_fun(TV_Q198747,TV_Q198743),V_f),s(TV_Q198747,V_x))) = s(TV_Q198743,happ(s(t_fun(TV_Q198747,TV_Q198743),V_g),s(TV_Q198747,V_x))) => s(t_fun(TV_Q198747,TV_Q198743),V_f) = s(t_fun(TV_Q198747,TV_Q198743),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_ABSu_u_SIMP, axiom, ![TV_u_27b,TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,V_t1) = s(TV_u_27a,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_c2, axiom, ![V_t]: ((p(s(t_bool,f0)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f0))) <=> p(s(t_bool,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_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_predu_u_sets_UNIVu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ),s(TV_u_27a,V_x))) = s(t_bool,t)).
fof(ah4s_reals_REALu_u_LEu_u_REFL, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_reals_REALu_u_LTu_u_IMPu_u_LE, 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_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_LEu_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_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_topologys_METRICu_u_SYM, axiom, ![TV_u_27a]: ![V_y, V_x, V_m]: s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))) = s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_y),s(TV_u_27a,V_x)))))).
fof(ah4s_topologys_METRICu_u_NZ, axiom, ![TV_u_27a]: ![V_y, V_x, V_m]: (~ (s(TV_u_27a,V_x) = s(TV_u_27a,V_y)) => 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,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y)))))))))).
fof(ah4s_topologys_MTOPu_u_LIMPT, axiom, ![TV_u_27a]: ![V_x, V_m, V_Su_27]: (p(s(t_bool,h4s_topologys_limpt(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![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_y]: (~ (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),V_Su_27),s(TV_u_27a,V_y)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))),s(t_h4s_realaxs_real,V_e))))))))).
fof(ah4s_netss_tendsto0, axiom, ![TV_u_27a]: ![V_z, V_y, V_x, V_m]: (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)),h4s_netss_tendsto(s(t_h4s_pairs_prod(t_h4s_topologys_metric(TV_u_27a),TV_u_27a),h4s_pairs_u_2c(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(TV_u_27a,V_x))))),s(TV_u_27a,V_y))),s(TV_u_27a,V_z)))) <=> (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,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y)))))))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))),s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_z))))))))))).
fof(ah4s_netss_MTOPu_u_TENDS, axiom, ![TV_u_27b,TV_u_27a]: ![V_x0, V_x, V_g, V_d]: (p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27b,TV_u_27a),V_x),s(TV_u_27a,V_x0),s(t_h4s_pairs_prod(t_h4s_topologys_topology(TV_u_27a),t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_d))),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_g)))))) <=> ![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]: (p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_g),s(TV_u_27b,V_n))),s(TV_u_27b,V_n)))) & ![V_m]: (p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_g),s(TV_u_27b,V_m))),s(TV_u_27b,V_n)))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_d),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_x),s(TV_u_27b,V_m))),s(TV_u_27a,V_x0))))),s(t_h4s_realaxs_real,V_e))))))))).
fof(ch4s_netss_LIMu_u_TENDS, conjecture, ![TV_u_27a,TV_u_27b]: ![V_y0, V_x0, V_m2, V_m1, V_f]: (p(s(t_bool,h4s_topologys_limpt(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m1))),s(TV_u_27a,V_x0),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ)))) => (p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27b,V_y0),s(t_h4s_pairs_prod(t_h4s_topologys_topology(TV_u_27b),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(TV_u_27b),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27b),V_m2))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_netss_tendsto(s(t_h4s_pairs_prod(t_h4s_topologys_metric(TV_u_27a),TV_u_27a),h4s_pairs_u_2c(s(t_h4s_topologys_metric(TV_u_27a),V_m1),s(TV_u_27a,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_d]: (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_d)))) & ![V_x]: ((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,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m1),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_x0)))))))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m1),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_x0))))),s(t_h4s_realaxs_real,V_d))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27b),V_m2),s(t_h4s_pairs_prod(TV_u_27b,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))),s(TV_u_27b,V_y0))))),s(t_h4s_realaxs_real,V_e)))))))))).
