%   ORIGINAL: h4/lim/ROLLE
% 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/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/FORALL__SIMP: !t. (!x. 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/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/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/real/REAL__LT__LE: !y x. h4/realax/real__lt x y <=> h4/real/real__lte x y /\ ~(x = y)
% Assm: h4/real/REAL__LT__IMP__LE: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% Assm: h4/real/REAL__LE__ANTISYM: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm: h4/real/REAL__MEAN: !y x. h4/realax/real__lt x y ==> (?z. h4/realax/real__lt x z /\ h4/realax/real__lt z y)
% Assm: h4/lim/differentiable0: !x f. h4/lim/differentiable f x <=> (?l. h4/lim/diffl f l x)
% 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))
% Assm: h4/lim/DIFF__LMAX: !x l f. h4/lim/diffl f l x /\ (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/real/real__lte (f y) (f x))) ==> l = h4/real/real__of__num h4/num/0
% Assm: h4/lim/DIFF__LMIN: !x l f. h4/lim/diffl f l x /\ (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/real/real__lte (f x) (f y))) ==> l = h4/real/real__of__num h4/num/0
% Assm: h4/lim/DIFF__LCONST: !x l f. h4/lim/diffl f l x /\ (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> f y = f x)) ==> l = h4/real/real__of__num h4/num/0
% Assm: h4/lim/INTERVAL__LEMMA: !x b a. h4/realax/real__lt a x /\ h4/realax/real__lt x b ==> (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/real/real__lte a y /\ h4/real/real__lte y b))
% Goal: !f b a. h4/realax/real__lt a b /\ f a = f b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) /\ (!x. h4/realax/real__lt a x /\ h4/realax/real__lt x b ==> h4/lim/differentiable f x) ==> (?z. h4/realax/real__lt a z /\ h4/realax/real__lt z b /\ h4/lim/diffl f (h4/real/real__of__num h4/num/0) z)
%   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_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~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_IMPu_u_CLAUSESu_c0]: !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_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_reals_REALu_u_LTu_u_LE]: !y x. h4/realax/real__lt x y <=> h4/real/real__lte x y /\ ~(x = y)
% Assm [h4s_reals_REALu_u_LTu_u_IMPu_u_LE]: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% Assm [h4s_reals_REALu_u_LEu_u_ANTISYM]: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm [h4s_reals_REALu_u_MEAN]: !y x. h4/realax/real__lt x y ==> (?z. h4/realax/real__lt x z /\ h4/realax/real__lt z y)
% Assm [h4s_lims_differentiable0]: !x f. h4/lim/differentiable f x <=> (?l. h4/lim/diffl f l x)
% 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))
% Assm [h4s_lims_DIFFu_u_LMAX]: !x l f. h4/lim/diffl f l x /\ (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/real/real__lte (happ f y) (happ f x))) ==> l = h4/real/real__of__num h4/num/0
% Assm [h4s_lims_DIFFu_u_LMIN]: !x l f. h4/lim/diffl f l x /\ (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/real/real__lte (happ f x) (happ f y))) ==> l = h4/real/real__of__num h4/num/0
% Assm [h4s_lims_DIFFu_u_LCONST]: !x l f. h4/lim/diffl f l x /\ (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> happ f y = happ f x)) ==> l = h4/real/real__of__num h4/num/0
% Assm [h4s_lims_INTERVALu_u_LEMMA]: !x b a. h4/realax/real__lt a x /\ h4/realax/real__lt x b ==> (?d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!y. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/real/real__lte a y /\ h4/real/real__lte y b))
% Goal: !f b a. h4/realax/real__lt a b /\ happ f a = happ f b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) /\ (!x. h4/realax/real__lt a x /\ h4/realax/real__lt x b ==> h4/lim/differentiable f x) ==> (?z. h4/realax/real__lt a z /\ h4/realax/real__lt z b /\ h4/lim/diffl f (h4/real/real__of__num h4/num/0) z)
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_Q283373,TV_Q283369]: ![V_f, V_g]: (![V_x]: s(TV_Q283369,happ(s(t_fun(TV_Q283373,TV_Q283369),V_f),s(TV_Q283373,V_x))) = s(TV_Q283369,happ(s(t_fun(TV_Q283373,TV_Q283369),V_g),s(TV_Q283373,V_x))) => s(t_fun(TV_Q283373,TV_Q283369),V_f) = s(t_fun(TV_Q283373,TV_Q283369),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_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_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_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_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_bools_DEu_u_MORGANu_u_THMu_c0, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) & p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) | ~ (p(s(t_bool,V_B)))))).
fof(ah4s_reals_REALu_u_LTu_u_LE, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(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_x),s(t_h4s_realaxs_real,V_y)))) & ~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_reals_REALu_u_LTu_u_IMPu_u_LE, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(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_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_LEu_u_ANTISYM, 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))))) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,V_y))).
fof(ah4s_reals_REALu_u_MEAN, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) => ?[V_z]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_y))))))).
fof(ah4s_lims_differentiable0, axiom, ![V_x, V_f]: (p(s(t_bool,h4s_lims_differentiable(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x)))) <=> ?[V_l]: p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x)))))).
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(ah4s_lims_DIFFu_u_LMAX, axiom, ![V_x, V_l, V_f]: ((p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x)))) & ?[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_y]: (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_y))))),s(t_h4s_realaxs_real,V_d)))) => 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_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_x))))))))) => s(t_h4s_realaxs_real,V_l) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_lims_DIFFu_u_LMIN, axiom, ![V_x, V_l, V_f]: ((p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x)))) & ?[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_y]: (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_y))))),s(t_h4s_realaxs_real,V_d)))) => 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,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_y))))))))) => s(t_h4s_realaxs_real,V_l) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_lims_DIFFu_u_LCONST, axiom, ![V_x, V_l, V_f]: ((p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x)))) & ?[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_y]: (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_y))))),s(t_h4s_realaxs_real,V_d)))) => 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_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_x)))))) => s(t_h4s_realaxs_real,V_l) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_lims_INTERVALu_u_LEMMA, axiom, ![V_x, V_b, V_a]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => ?[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_y]: (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_y))))),s(t_h4s_realaxs_real,V_d)))) => (p(s(t_bool,h4s_reals_realu_u_lte(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,V_b))))))))).
fof(ch4s_lims_ROLLE, conjecture, ![V_f, V_b, V_a]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_a),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_a))) = 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_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => p(s(t_bool,h4s_lims_differentiable(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x)))))))) => ?[V_z]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_z)))) & (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_b)))) & p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),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_z)))))))).
