%   ORIGINAL: h4/lim/CONT__ATTAINS__ALL
% 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/FORALL__SIMP: !t. (!x. t) <=> t
% 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/REFL__CLAUSE: !x. x = x <=> 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/lim/IVT: !y f b a. h4/real/real__lte a b /\ (h4/real/real__lte (f a) y /\ h4/real/real__lte y (f b)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ f x = y)
% Assm: h4/lim/IVT2: !y f b a. h4/real/real__lte a b /\ (h4/real/real__lte (f b) y /\ h4/real/real__lte y (f a)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ f x = y)
% Assm: h4/lim/CONT__ATTAINS: !f b a. h4/real/real__lte a b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?M. (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/real/real__lte (f x) M) /\ (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ f x = M))
% Assm: h4/lim/CONT__ATTAINS2: !f b a. h4/real/real__lte a b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?M. (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/real/real__lte M (f x)) /\ (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ f x = M))
% Goal: !f b a. h4/real/real__lte a b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?L M. h4/real/real__lte L M /\ (!y. h4/real/real__lte L y /\ h4/real/real__lte y M ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ f x = y)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/real/real__lte L (f x) /\ h4/real/real__lte (f x) M))
%   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_FORALLu_u_SIMP]: !t. (!x. t) <=> 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_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> 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_lims_IVT]: !y f b a. h4/real/real__lte a b /\ (h4/real/real__lte (happ f a) y /\ h4/real/real__lte y (happ f b)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ happ f x = y)
% Assm [h4s_lims_IVT2]: !y f b a. h4/real/real__lte a b /\ (h4/real/real__lte (happ f b) y /\ h4/real/real__lte y (happ f a)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ happ f x = y)
% Assm [h4s_lims_CONTu_u_ATTAINS]: !f b a. h4/real/real__lte a b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?M. (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/real/real__lte (happ f x) M) /\ (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ happ f x = M))
% Assm [h4s_lims_CONTu_u_ATTAINS2]: !f b a. h4/real/real__lte a b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?M. (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/real/real__lte M (happ f x)) /\ (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ happ f x = M))
% Goal: !f b a. h4/real/real__lte a b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?L M. h4/real/real__lte L M /\ (!y. h4/real/real__lte L y /\ h4/real/real__lte y M ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ happ f x = y)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/real/real__lte L (happ f x) /\ h4/real/real__lte (happ f x) M))
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_Q283198,TV_Q283194]: ![V_f, V_g]: (![V_x]: s(TV_Q283194,happ(s(t_fun(TV_Q283198,TV_Q283194),V_f),s(TV_Q283198,V_x))) = s(TV_Q283194,happ(s(t_fun(TV_Q283198,TV_Q283194),V_g),s(TV_Q283198,V_x))) => s(t_fun(TV_Q283198,TV_Q283194),V_f) = s(t_fun(TV_Q283198,TV_Q283194),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: 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_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_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_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_lims_IVT, axiom, ![V_y, V_f, V_b, V_a]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) & ((p(s(t_bool,h4s_reals_realu_u_lte(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_a))),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,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_b))))))) & ![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => 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))))))) => ?[V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b)))) & 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_y))))).
fof(ah4s_lims_IVT2, axiom, ![V_y, V_f, V_b, V_a]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) & ((p(s(t_bool,h4s_reals_realu_u_lte(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_b))),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,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_a))))))) & ![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => 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))))))) => ?[V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b)))) & 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_y))))).
fof(ah4s_lims_CONTu_u_ATTAINS, axiom, ![V_f, V_b, V_a]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) & ![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => 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)))))) => ?[V_M]: (![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => p(s(t_bool,h4s_reals_realu_u_lte(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_M))))) & ?[V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b)))) & 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_M)))))).
fof(ah4s_lims_CONTu_u_ATTAINS2, axiom, ![V_f, V_b, V_a]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) & ![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => 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)))))) => ?[V_M]: (![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_M),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))))))) & ?[V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b)))) & 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_M)))))).
fof(ch4s_lims_CONTu_u_ATTAINSu_u_ALL, conjecture, ![V_f, V_b, V_a]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) & ![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => 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)))))) => ?[V_L, V_M]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_L),s(t_h4s_realaxs_real,V_M)))) & (![V_y]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_L),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_M))))) => ?[V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b)))) & 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_y)))) & ![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_L),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_reals_realu_u_lte(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_M)))))))))).
