%   ORIGINAL: h4/nets/MTOP__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/AND__CLAUSES_c0: !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/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/pred__set/SPECIFICATION: !x P. h4/bool/IN x P <=> P x
% Assm: h4/pred__set/SUBSET__DEF: !t s. h4/pred__set/SUBSET s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN x t)
% Assm: h4/topology/neigh0: !x top N. h4/topology/neigh top (h4/pair/_2C N x) <=> (?P. h4/topology/open top P /\ h4/pred__set/SUBSET P N /\ P x)
% 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/MTOP__OPEN: !m S_27. h4/topology/open (h4/topology/mtop m) S_27 <=> (!x. S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e ==> S_27 y)))
% Assm: h4/topology/ball: !x m e. h4/topology/B m (h4/pair/_2C x e) = (\y. h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e)
% Assm: h4/topology/BALL__NEIGH: !x m e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> h4/topology/neigh (h4/topology/mtop m) (h4/pair/_2C (h4/topology/B m (h4/pair/_2C x e)) x)
% Assm: h4/nets/tends0: !top s l g. h4/nets/tends s l (h4/pair/_2C top g) <=> (!N. h4/topology/neigh top (h4/pair/_2C N l) ==> (?n. g n n /\ (!m. g m n ==> N (s m))))
% Goal: !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)))
%   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_ANDu_u_CLAUSESu_c0]: !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_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_predu_u_sets_SPECIFICATION]: !x P. h4/bool/IN x P <=> happ P x
% Assm [h4s_predu_u_sets_SUBSETu_u_DEF]: !t s. h4/pred__set/SUBSET s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN x t)
% Assm [h4s_topologys_neigh0]: !x top N. h4/topology/neigh top (h4/pair/_2C N x) <=> (?P. h4/topology/open top P /\ h4/pred__set/SUBSET P N /\ happ P x)
% 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_MTOPu_u_OPEN]: !m S_27. h4/topology/open (h4/topology/mtop m) S_27 <=> (!x. happ S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e ==> happ S_27 y)))
% Assm [h4s_topologys_ball]: !x m e x'. happ (h4/topology/B m (h4/pair/_2C x e)) x' <=> h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x x')) e
% Assm [h4s_topologys_BALLu_u_NEIGH]: !x m e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> h4/topology/neigh (h4/topology/mtop m) (h4/pair/_2C (h4/topology/B m (h4/pair/_2C x e)) x)
% Assm [h4s_netss_tends0]: !top s l g. h4/nets/tends s l (h4/pair/_2C top g) <=> (!N. h4/topology/neigh top (h4/pair/_2C N l) ==> (?n. happ (happ g n) n /\ (!m. happ (happ g m) n ==> happ N (happ s m))))
% Goal: !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)))
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_Q198672,TV_Q198668]: ![V_f, V_g]: (![V_x]: s(TV_Q198668,happ(s(t_fun(TV_Q198672,TV_Q198668),V_f),s(TV_Q198672,V_x))) = s(TV_Q198668,happ(s(t_fun(TV_Q198672,TV_Q198668),V_g),s(TV_Q198672,V_x))) => s(t_fun(TV_Q198672,TV_Q198668),V_f) = s(t_fun(TV_Q198672,TV_Q198668),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_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_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_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_SPECIFICATION, axiom, ![TV_u_27a]: ![V_x, V_P]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_P))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))).
fof(ah4s_predu_u_sets_SUBSETu_u_DEF, axiom, ![TV_u_27a]: ![V_t, V_s]: (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27a,t_bool),V_t)))) <=> ![V_x]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) => p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_t))))))).
fof(ah4s_topologys_neigh0, axiom, ![TV_u_27a]: ![V_x, V_top, V_N]: (p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_N),s(TV_u_27a,V_x)))))) <=> ?[V_P]: (p(s(t_bool,h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_fun(TV_u_27a,t_bool),V_P)))) & (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),V_N)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))))))).
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_MTOPu_u_OPEN, axiom, ![TV_u_27a]: ![V_m, V_Su_27]: (p(s(t_bool,h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x)))) => ?[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]: (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)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_y))))))))).
fof(ah4s_topologys_ball, axiom, ![TV_u_27a]: ![V_x, V_m, V_e, V_xi_]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_topologys_b(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,t_h4s_realaxs_real),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(t_h4s_realaxs_real,V_e))))),s(TV_u_27a,V_xi_))) = 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_xi_))))),s(t_h4s_realaxs_real,V_e)))).
fof(ah4s_topologys_BALLu_u_NEIGH, axiom, ![TV_u_27a]: ![V_x, V_m, 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)))) => p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),h4s_topologys_b(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,t_h4s_realaxs_real),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(t_h4s_realaxs_real,V_e))))),s(TV_u_27a,V_x)))))))).
fof(ah4s_netss_tends0, axiom, ![TV_u_27a,TV_u_27b]: ![V_top, V_s, V_l, V_g]: (p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27b,TV_u_27a),V_s),s(TV_u_27a,V_l),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),V_top),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_g)))))) <=> ![V_N]: (p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_N),s(TV_u_27a,V_l)))))) => ?[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,happ(s(t_fun(TV_u_27a,t_bool),V_N),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_s),s(TV_u_27b,V_m))))))))))).
fof(ch4s_netss_MTOPu_u_TENDS, conjecture, ![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))))))))).
