%   ORIGINAL: h4/nets/DORDER__TENDSTO
% 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/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/real/REAL__LE__TOTAL: !y x. h4/real/real__lte x y \/ h4/real/real__lte y x
% Assm: h4/real/REAL__LE__REFL: !x. h4/real/real__lte x x
% 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/nets/dorder0: !g. h4/nets/dorder g <=> (!x y. g x x /\ g y y ==> (?z. g z z /\ (!w. g w z ==> g w x /\ g w y)))
% 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))
% Goal: !x m. h4/nets/dorder (h4/nets/tendsto (h4/pair/_2C m x))
%   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_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_reals_REALu_u_LEu_u_TOTAL]: !y x. h4/real/real__lte x y \/ h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_LEu_u_REFL]: !x. h4/real/real__lte x x
% 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_netss_dorder0]: !g. h4/nets/dorder g <=> (!x y. happ (happ g x) x /\ happ (happ g y) y ==> (?z. happ (happ g z) z /\ (!w. happ (happ g w) z ==> happ (happ g w) x /\ happ (happ g w) y)))
% 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))
% Goal: !x m. h4/nets/dorder (h4/nets/tendsto (h4/pair/_2C m x))
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_Q198647,TV_Q198643]: ![V_f, V_g]: (![V_x]: s(TV_Q198643,happ(s(t_fun(TV_Q198647,TV_Q198643),V_f),s(TV_Q198647,V_x))) = s(TV_Q198643,happ(s(t_fun(TV_Q198647,TV_Q198643),V_g),s(TV_Q198647,V_x))) => s(t_fun(TV_Q198647,TV_Q198643),V_f) = s(t_fun(TV_Q198647,TV_Q198643),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
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_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_reals_REALu_u_LEu_u_TOTAL, axiom, ![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_x)))))).
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_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_netss_dorder0, axiom, ![TV_u_27a]: ![V_g]: (p(s(t_bool,h4s_netss_dorder(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))) <=> ![V_x, V_y]: ((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)),V_g),s(TV_u_27a,V_x))),s(TV_u_27a,V_x)))) & 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)),V_g),s(TV_u_27a,V_y))),s(TV_u_27a,V_y))))) => ?[V_z]: (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)),V_g),s(TV_u_27a,V_z))),s(TV_u_27a,V_z)))) & ![V_w]: (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)),V_g),s(TV_u_27a,V_w))),s(TV_u_27a,V_z)))) => (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)),V_g),s(TV_u_27a,V_w))),s(TV_u_27a,V_x)))) & 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)),V_g),s(TV_u_27a,V_w))),s(TV_u_27a,V_y)))))))))).
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(ch4s_netss_DORDERu_u_TENDSTO, conjecture, ![TV_u_27a]: ![V_x, V_m]: p(s(t_bool,h4s_netss_dorder(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))))))))).
