%   ORIGINAL: h4/lim/CONT__COMPOSE
% 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/EXCLUDED__MIDDLE: !t. t \/ ~t
% 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/NOT__CLAUSES_c0: !t. ~ ~t <=> 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__SUB__ADD2: !y x. h4/realax/real__add y (h4/real/real__sub x y) = x
% Assm: h4/real/REAL__SUB__REFL: !x. h4/real/real__sub x x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__SUB__0: !y x. h4/real/real__sub x y = h4/real/real__of__num h4/num/0 <=> x = y
% Assm: h4/real/REAL__SUB__RZERO: !x. h4/real/real__sub x (h4/real/real__of__num h4/num/0) = x
% Assm: h4/real/ABS__0: h4/real/abs (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/real/ABS__NZ: !x. ~(x = h4/real/real__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Assm: h4/lim/LIM: !y0 x0 f. h4/lim/tends__real__real f y0 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/real/abs (h4/real/real__sub x x0)) /\ h4/realax/real__lt (h4/real/abs (h4/real/real__sub x x0)) d ==> h4/realax/real__lt (h4/real/abs (h4/real/real__sub (f x) y0)) e)))
% Assm: h4/lim/contl0: !x f. h4/lim/contl f x <=> h4/lim/tends__real__real (\h. f (h4/realax/real__add x h)) (f x) (h4/real/real__of__num h4/num/0)
% Goal: !x g f. h4/lim/contl f x /\ h4/lim/contl g (f x) ==> h4/lim/contl (\x0. g (f x0)) 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_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% 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_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> 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_SUBu_u_ADD2]: !y x. h4/realax/real__add y (h4/real/real__sub x y) = x
% Assm [h4s_reals_REALu_u_SUBu_u_REFL]: !x. h4/real/real__sub x x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_SUBu_u_0]: !y x. h4/real/real__sub x y = h4/real/real__of__num h4/num/0 <=> x = y
% Assm [h4s_reals_REALu_u_SUBu_u_RZERO]: !x. h4/real/real__sub x (h4/real/real__of__num h4/num/0) = x
% Assm [h4s_reals_ABSu_u_0]: h4/real/abs (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_ABSu_u_NZ]: !x. ~(x = h4/real/real__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Assm [h4s_lims_LIM]: !y0 x0 f. h4/lim/tends__real__real f y0 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/real/abs (h4/real/real__sub x x0)) /\ h4/realax/real__lt (h4/real/abs (h4/real/real__sub x x0)) d ==> h4/realax/real__lt (h4/real/abs (h4/real/real__sub (happ f x) y0)) e)))
% Assm [h4s_lims_contl0]: !_0. (!f x h. happ (happ (happ _0 f) x) h = happ f (h4/realax/real__add x h)) ==> (!x f. h4/lim/contl f x <=> h4/lim/tends__real__real (happ (happ _0 f) x) (happ f x) (h4/real/real__of__num h4/num/0))
% Goal: !_0. (!g f x0. happ (happ (happ _0 g) f) x0 = happ g (happ f x0)) ==> (!x g f. h4/lim/contl f x /\ h4/lim/contl g (happ f x) ==> h4/lim/contl (happ (happ _0 g) f) x)
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_Q282698,TV_Q282694]: ![V_f, V_g]: (![V_x]: s(TV_Q282694,happ(s(t_fun(TV_Q282698,TV_Q282694),V_f),s(TV_Q282698,V_x))) = s(TV_Q282694,happ(s(t_fun(TV_Q282698,TV_Q282694),V_g),s(TV_Q282698,V_x))) => s(t_fun(TV_Q282698,TV_Q282694),V_f) = s(t_fun(TV_Q282698,TV_Q282694),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,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_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_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_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_SUBu_u_ADD2, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),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_x)).
fof(ah4s_reals_REALu_u_SUBu_u_REFL, axiom, ![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_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_SUBu_u_0, 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_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_y))).
fof(ah4s_reals_REALu_u_SUBu_u_RZERO, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_ABSu_u_0, axiom, s(t_h4s_realaxs_real,h4s_reals_abs(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_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_ABSu_u_NZ, axiom, ![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)))) <=> 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_reals_abs(s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_lims_LIM, axiom, ![V_y0, V_x0, V_f]: (p(s(t_bool,h4s_lims_tendsu_u_realu_u_real(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_y0),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_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_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x0)))))))) & 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,V_x),s(t_h4s_realaxs_real,V_x0))))),s(t_h4s_realaxs_real,V_d))))) => 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_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y0))))),s(t_h4s_realaxs_real,V_e))))))))).
fof(ah4s_lims_contl0, axiom, ![V_uu_0]: (![V_f, V_x, V_h]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f))),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_h))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_h))))) => ![V_x, V_f]: s(t_bool,h4s_lims_contl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x))) = s(t_bool,h4s_lims_tendsu_u_realu_u_real(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f))),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),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(ch4s_lims_CONTu_u_COMPOSE, conjecture, ![V_uu_0]: (![V_g, V_f, V_x0]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f))),s(t_h4s_realaxs_real,V_x0))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x0))))) => ![V_x, V_g, V_f]: ((p(s(t_bool,h4s_lims_contl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_lims_contl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x))))))) => p(s(t_bool,h4s_lims_contl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f))),s(t_h4s_realaxs_real,V_x))))))).
