%   ORIGINAL: h4/nets/NET__MUL
% 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_c1: !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/real/REAL__ADD__ASSOC: !z y x. h4/realax/real__add x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__add x y) z
% Assm: h4/real/REAL__ADD__LID: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm: h4/real/REAL__ADD__LINV: !x. h4/realax/real__add (h4/realax/real__neg x) x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__LDISTRIB: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm: h4/real/REAL__MUL__SYM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y 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__RDISTRIB: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm: h4/real/REAL__NEG__LMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm: h4/real/REAL__NEG__RMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm: h4/nets/NET__NULL: !x0 x g. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) <=> h4/nets/tends (\n. h4/real/real__sub (x n) x0) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g)
% Assm: h4/nets/NET__CONV__BOUNDED: !x0 x g. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/bounded (h4/pair/_2C h4/topology/mr1 g) x
% Assm: h4/nets/NET__NULL__ADD: !g. h4/nets/dorder g ==> (!x y. h4/nets/tends x (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) /\ h4/nets/tends y (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (\n. h4/realax/real__add (x n) (y n)) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g))
% Assm: h4/nets/NET__NULL__MUL: !g. h4/nets/dorder g ==> (!x y. h4/nets/bounded (h4/pair/_2C h4/topology/mr1 g) x /\ h4/nets/tends y (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (\n. h4/realax/real__mul (x n) (y n)) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g))
% Assm: h4/nets/NET__NULL__CMUL: !x k g. h4/nets/tends x (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (\n. h4/realax/real__mul k (x n)) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g)
% Goal: !g. h4/nets/dorder g ==> (!x y x0 y0. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) /\ h4/nets/tends y y0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (\n. h4/realax/real__mul (x n) (y n)) (h4/realax/real__mul x0 y0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g))
%   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_c1]: !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_reals_REALu_u_ADDu_u_ASSOC]: !z y x. h4/realax/real__add x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__add x y) z
% Assm [h4s_reals_REALu_u_ADDu_u_LID]: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm [h4s_reals_REALu_u_ADDu_u_LINV]: !x. h4/realax/real__add (h4/realax/real__neg x) x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm [h4s_reals_REALu_u_MULu_u_SYM]: !y x. h4/realax/real__mul x y = h4/realax/real__mul y 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_RDISTRIB]: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm [h4s_reals_REALu_u_NEGu_u_LMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm [h4s_reals_REALu_u_NEGu_u_RMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm [h4s_netss_NETu_u_NULL]: !_0. (!x x0 n. happ (happ (happ _0 x) x0) n = h4/real/real__sub (happ x n) x0) ==> (!x0 x g. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) <=> h4/nets/tends (happ (happ _0 x) x0) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g))
% Assm [h4s_netss_NETu_u_CONVu_u_BOUNDED]: !x0 x g. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/bounded (h4/pair/_2C h4/topology/mr1 g) x
% Assm [h4s_netss_NETu_u_NULLu_u_ADD]: !_0. (!x y n. happ (happ (happ _0 x) y) n = h4/realax/real__add (happ x n) (happ y n)) ==> (!g. h4/nets/dorder g ==> (!x y. h4/nets/tends x (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) /\ h4/nets/tends y (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (happ (happ _0 x) y) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g)))
% Assm [h4s_netss_NETu_u_NULLu_u_MUL]: !_0. (!x y n. happ (happ (happ _0 x) y) n = h4/realax/real__mul (happ x n) (happ y n)) ==> (!g. h4/nets/dorder g ==> (!x y. h4/nets/bounded (h4/pair/_2C h4/topology/mr1 g) x /\ h4/nets/tends y (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (happ (happ _0 x) y) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g)))
% Assm [h4s_netss_NETu_u_NULLu_u_CMUL]: !_0. (!k x n. happ (happ (happ _0 k) x) n = h4/realax/real__mul k (happ x n)) ==> (!x k g. h4/nets/tends x (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (happ (happ _0 k) x) (h4/real/real__of__num h4/num/0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g))
% Goal: !_0. (!x y n. happ (happ (happ _0 x) y) n = h4/realax/real__mul (happ x n) (happ y n)) ==> (!g. h4/nets/dorder g ==> (!x y x0 y0. h4/nets/tends x x0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) /\ h4/nets/tends y y0 (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g) ==> h4/nets/tends (happ (happ _0 x) y) (h4/realax/real__mul x0 y0) (h4/pair/_2C (h4/topology/mtop h4/topology/mr1) g)))
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_Q199072,TV_Q199068]: ![V_f, V_g]: (![V_x]: s(TV_Q199068,happ(s(t_fun(TV_Q199072,TV_Q199068),V_f),s(TV_Q199072,V_x))) = s(TV_Q199068,happ(s(t_fun(TV_Q199072,TV_Q199068),V_g),s(TV_Q199072,V_x))) => s(t_fun(TV_Q199072,TV_Q199068),V_f) = s(t_fun(TV_Q199072,TV_Q199068),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,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_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_reals_REALu_u_ADDu_u_ASSOC, axiom, ![V_z, 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,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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,V_z)))).
fof(ah4s_reals_REALu_u_ADDu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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)).
fof(ah4s_reals_REALu_u_ADDu_u_LINV, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),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_LDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),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_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_MULu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),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_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(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,V_z))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_NEGu_u_LMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_NEGu_u_RMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(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_netss_NETu_u_NULL, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_x, V_x0, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_h4s_realaxs_real,V_x0))),s(TV_u_27a,V_n))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(TV_u_27a,V_n))),s(t_h4s_realaxs_real,V_x0))) => ![V_x0, V_x, V_g]: s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(t_h4s_realaxs_real,V_x0),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))))) = s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_h4s_realaxs_real,V_x0))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))))))).
fof(ah4s_netss_NETu_u_CONVu_u_BOUNDED, axiom, ![TV_u_27a]: ![V_x0, V_x, V_g]: (p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(t_h4s_realaxs_real,V_x0),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))))) => p(s(t_bool,h4s_netss_bounded(s(t_h4s_pairs_prod(t_h4s_topologys_metric(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x)))))).
fof(ah4s_netss_NETu_u_NULLu_u_ADD, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_x, V_y, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y))),s(TV_u_27a,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(TV_u_27a,V_n))),s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y),s(TV_u_27a,V_n))))) => ![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,h4s_netss_tends(s(t_fun(TV_u_27a,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))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))))) & p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))))))) => p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))))))))).
fof(ah4s_netss_NETu_u_NULLu_u_MUL, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_x, V_y, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y))),s(TV_u_27a,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(TV_u_27a,V_n))),s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y),s(TV_u_27a,V_n))))) => ![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,h4s_netss_bounded(s(t_h4s_pairs_prod(t_h4s_topologys_metric(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x)))) & p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))))))) => p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))))))))).
fof(ah4s_netss_NETu_u_NULLu_u_CMUL, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_k, V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_h4s_realaxs_real,V_k))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(TV_u_27a,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_k),s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(TV_u_27a,V_n))))) => ![V_x, V_k, V_g]: (p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,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))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))))) => p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_h4s_realaxs_real,V_k))),s(t_fun(TV_u_27a,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))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))))))))).
fof(ch4s_netss_NETu_u_MUL, conjecture, ![TV_u_27a]: ![V_uu_0]: (![V_x, V_y, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y))),s(TV_u_27a,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(TV_u_27a,V_n))),s(t_h4s_realaxs_real,happ(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y),s(TV_u_27a,V_n))))) => ![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, V_x0, V_y0]: ((p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x),s(t_h4s_realaxs_real,V_x0),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))))) & p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y),s(t_h4s_realaxs_real,V_y0),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g))))))) => p(s(t_bool,h4s_netss_tends(s(t_fun(TV_u_27a,t_h4s_realaxs_real),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(t_fun(TV_u_27a,t_h4s_realaxs_real),t_fun(TV_u_27a,t_h4s_realaxs_real))),V_uu_0),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_x))),s(t_fun(TV_u_27a,t_h4s_realaxs_real),V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x0),s(t_h4s_realaxs_real,V_y0))),s(t_h4s_pairs_prod(t_h4s_topologys_topology(t_h4s_realaxs_real),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),h4s_pairs_u_2c(s(t_h4s_topologys_topology(t_h4s_realaxs_real),h4s_topologys_mtop(s(t_h4s_topologys_metric(t_h4s_realaxs_real),h4s_topologys_mr1))),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_g)))))))))).
