%   ORIGINAL: h4/lim/DIFF__ISCONST__END
% 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/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/real/REAL__MUL__RZERO: !x. h4/realax/real__mul x (h4/real/real__of__num h4/num/0) = 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/lim/differentiable0: !x f. h4/lim/differentiable f x <=> (?l. h4/lim/diffl f l x)
% Assm: h4/lim/DIFF__UNIQ: !x m l f. h4/lim/diffl f l x /\ h4/lim/diffl f m x ==> l = m
% Assm: h4/lim/MVT: !f b a. h4/realax/real__lt a 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) ==> (?l z. h4/realax/real__lt a z /\ h4/realax/real__lt z b /\ h4/lim/diffl f l z /\ h4/real/real__sub (f b) (f a) = h4/realax/real__mul (h4/real/real__sub b a) l)
% Goal: !f b a. h4/realax/real__lt a 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/diffl f (h4/real/real__of__num h4/num/0) x) ==> f b = f a
%   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_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_reals_REALu_u_MULu_u_RZERO]: !x. h4/realax/real__mul x (h4/real/real__of__num h4/num/0) = 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_lims_differentiable0]: !x f. h4/lim/differentiable f x <=> (?l. h4/lim/diffl f l x)
% Assm [h4s_lims_DIFFu_u_UNIQ]: !x m l f. h4/lim/diffl f l x /\ h4/lim/diffl f m x ==> l = m
% Assm [h4s_lims_MVT]: !f b a. h4/realax/real__lt a 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) ==> (?l z. h4/realax/real__lt a z /\ h4/realax/real__lt z b /\ h4/lim/diffl f l z /\ h4/real/real__sub (happ f b) (happ f a) = h4/realax/real__mul (h4/real/real__sub b a) l)
% Goal: !f b a. h4/realax/real__lt a 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/diffl f (h4/real/real__of__num h4/num/0) x) ==> happ f b = happ f a
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_Q283448,TV_Q283444]: ![V_f, V_g]: (![V_x]: s(TV_Q283444,happ(s(t_fun(TV_Q283448,TV_Q283444),V_f),s(TV_Q283448,V_x))) = s(TV_Q283444,happ(s(t_fun(TV_Q283448,TV_Q283444),V_g),s(TV_Q283448,V_x))) => s(t_fun(TV_Q283448,TV_Q283444),V_f) = s(t_fun(TV_Q283448,TV_Q283444),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_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_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_sats_ANDu_u_INVu_u_IMP, axiom, ![V_A]: (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_A))) => p(s(t_bool,f0))))).
fof(ah4s_sats_ORu_u_DUAL2, axiom, ![V_B, V_A]: ((~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) => p(s(t_bool,f0))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f0))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f0)))))).
fof(ah4s_sats_ORu_u_DUAL3, axiom, ![V_B, V_A]: ((~ ((~ (p(s(t_bool,V_A))) | p(s(t_bool,V_B)))) => p(s(t_bool,f0))) <=> (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f0)))))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f0))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f0))) => p(s(t_bool,f0))))).
fof(ah4s_sats_dcu_u_eq, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> s(t_bool,V_q) = s(t_bool,V_r)) <=> ((p(s(t_bool,V_p)) | (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) & ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_q))))) & ((p(s(t_bool,V_q)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_p))))) & (p(s(t_bool,V_r)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p)))))))))).
fof(ah4s_sats_dcu_u_conj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) & p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_r))))) & ((p(s(t_bool,V_q)) | ~ (p(s(t_bool,V_p)))) & (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p)))))))).
fof(ah4s_sats_dcu_u_neg, axiom, ![V_q, V_p]: ((p(s(t_bool,V_p)) <=> ~ (p(s(t_bool,V_q)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p))))))).
fof(ah4s_reals_REALu_u_MULu_u_RZERO, axiom, ![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_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_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_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_DIFFu_u_UNIQ, axiom, ![V_x, V_m, 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)))) & 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_m),s(t_h4s_realaxs_real,V_x))))) => s(t_h4s_realaxs_real,V_l) = s(t_h4s_realaxs_real,V_m))).
fof(ah4s_lims_MVT, axiom, ![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)))) & (![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_l, 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,V_l),s(t_h4s_realaxs_real,V_z)))) & 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_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,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_b),s(t_h4s_realaxs_real,V_a))),s(t_h4s_realaxs_real,V_l)))))))).
fof(ch4s_lims_DIFFu_u_ISCONSTu_u_END, 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)))) & (![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_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_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_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))))).
