%   ORIGINAL: h4/lim/DIFF__INVERSE
% 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/FALSITY: !t. F ==> t
% 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/AND__CLAUSES_c1: !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/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> 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/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/real/REAL__LT__REFL: !x. ~h4/realax/real__lt x x
% Assm: h4/real/REAL__LT__TRANS: !z y x. h4/realax/real__lt x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt 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__MUL__ASSOC: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm: h4/real/REAL__MUL__LID: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm: h4/real/REAL__MUL__LINV: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/realax/inv x) x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/real__div: !y x. h4/real/_2F x y = h4/realax/real__mul x (h4/realax/inv y)
% 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__LT__IMP__LE: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% 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__DIV__RMUL: !y x. ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/real/_2F x y) y = x
% Assm: h4/real/REAL__DOWN2: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> (?z. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z /\ h4/realax/real__lt z x /\ h4/realax/real__lt z y)
% Assm: h4/real/REAL__SUB__LZERO: !x. h4/real/real__sub (h4/real/real__of__num h4/num/0) x = h4/realax/real__neg x
% Assm: h4/real/REAL__SUB__RZERO: !x. h4/real/real__sub x (h4/real/real__of__num h4/num/0) = x
% Assm: h4/real/REAL__INV__MUL: !y x. ~(x = h4/real/real__of__num h4/num/0) /\ ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/inv (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/inv x) (h4/realax/inv y)
% Assm: h4/real/ABS__ZERO: !x. h4/real/abs x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% 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__NEG: !x. h4/real/abs (h4/realax/real__neg x) = h4/real/abs x
% 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/LIM__INV: !x l f. h4/lim/tends__real__real f l x /\ ~(l = h4/real/real__of__num h4/num/0) ==> h4/lim/tends__real__real (\x0. h4/realax/inv (f x0)) (h4/realax/inv l) x
% Assm: h4/lim/LIM__TRANSFORM: !x0 l g f. h4/lim/tends__real__real (\x. h4/real/real__sub (f x) (g x)) (h4/real/real__of__num h4/num/0) x0 /\ h4/lim/tends__real__real g l x0 ==> h4/lim/tends__real__real f l x0
% Assm: h4/lim/DIFF__CONT: !x l f. h4/lim/diffl f l x ==> h4/lim/contl f x
% Assm: h4/lim/CONTL__LIM: !x f. h4/lim/contl f x <=> h4/lim/tends__real__real f (f x) x
% Assm: h4/lim/DIFF__CARAT: !x l f. h4/lim/diffl f l x <=> (?g. (!z. h4/real/real__sub (f z) (f x) = h4/realax/real__mul (g z) (h4/real/real__sub z x)) /\ h4/lim/contl g x /\ g x = l)
% Assm: h4/lim/CONT__COMPOSE: !x g f. h4/lim/contl f x /\ h4/lim/contl g (f x) ==> h4/lim/contl (\x0. g (f x0)) x
% Assm: h4/lim/CONT__INJ__RANGE: !x g f d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> g (f z) = z) /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> h4/lim/contl f z) ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/real/real__lte (h4/real/abs (h4/real/real__sub y (f x))) e ==> (?z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d /\ f z = y)))
% Assm: h4/lim/CONT__INVERSE: !x g f d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> g (f z) = z) /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> h4/lim/contl f z) ==> h4/lim/contl g (f x)
% Goal: !x l g f d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> g (f z) = z) /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> h4/lim/contl f z) /\ h4/lim/diffl f l x /\ ~(l = h4/real/real__of__num h4/num/0) ==> h4/lim/diffl g (h4/realax/inv l) (f 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_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% 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_ANDu_u_CLAUSESu_c1]: !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_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> 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_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_reals_REALu_u_LTu_u_REFL]: !x. ~h4/realax/real__lt x x
% Assm [h4s_reals_REALu_u_LTu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt 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_MULu_u_ASSOC]: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm [h4s_reals_REALu_u_MULu_u_LID]: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm [h4s_reals_REALu_u_MULu_u_LINV]: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/realax/inv x) x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_realu_u_div]: !y x. h4/real/_2F x y = h4/realax/real__mul x (h4/realax/inv y)
% 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_LTu_u_IMPu_u_LE]: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% 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_DIVu_u_RMUL]: !y x. ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul (h4/real/_2F x y) y = x
% Assm [h4s_reals_REALu_u_DOWN2]: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> (?z. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z /\ h4/realax/real__lt z x /\ h4/realax/real__lt z y)
% Assm [h4s_reals_REALu_u_SUBu_u_LZERO]: !x. h4/real/real__sub (h4/real/real__of__num h4/num/0) x = h4/realax/real__neg x
% 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_REALu_u_INVu_u_MUL]: !y x. ~(x = h4/real/real__of__num h4/num/0) /\ ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/inv (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/inv x) (h4/realax/inv y)
% Assm [h4s_reals_ABSu_u_ZERO]: !x. h4/real/abs x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% 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_NEG]: !x. h4/real/abs (h4/realax/real__neg x) = h4/real/abs x
% 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_LIMu_u_INV]: !_0. (!f x0. happ (happ _0 f) x0 = h4/realax/inv (happ f x0)) ==> (!x l f. h4/lim/tends__real__real f l x /\ ~(l = h4/real/real__of__num h4/num/0) ==> h4/lim/tends__real__real (happ _0 f) (h4/realax/inv l) x)
% Assm [h4s_lims_LIMu_u_TRANSFORM]: !_0. (!f g x. happ (happ (happ _0 f) g) x = h4/real/real__sub (happ f x) (happ g x)) ==> (!x0 l g f. h4/lim/tends__real__real (happ (happ _0 f) g) (h4/real/real__of__num h4/num/0) x0 /\ h4/lim/tends__real__real g l x0 ==> h4/lim/tends__real__real f l x0)
% Assm [h4s_lims_DIFFu_u_CONT]: !x l f. h4/lim/diffl f l x ==> h4/lim/contl f x
% Assm [h4s_lims_CONTLu_u_LIM]: !x f. h4/lim/contl f x <=> h4/lim/tends__real__real f (happ f x) x
% Assm [h4s_lims_DIFFu_u_CARAT]: !x l f. h4/lim/diffl f l x <=> (?g. (!z. h4/real/real__sub (happ f z) (happ f x) = h4/realax/real__mul (happ g z) (h4/real/real__sub z x)) /\ h4/lim/contl g x /\ happ g x = l)
% Assm [h4s_lims_CONTu_u_COMPOSE]: !_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)
% Assm [h4s_lims_CONTu_u_INJu_u_RANGE]: !x g f d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> happ g (happ f z) = z) /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> h4/lim/contl f z) ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/real/real__lte (h4/real/abs (h4/real/real__sub y (happ f x))) e ==> (?z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d /\ happ f z = y)))
% Assm [h4s_lims_CONTu_u_INVERSE]: !x g f d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> happ g (happ f z) = z) /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> h4/lim/contl f z) ==> h4/lim/contl g (happ f x)
% Goal: !x l g f d. h4/realax/real__lt (h4/real/real__of__num h4/num/0) d /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> happ g (happ f z) = z) /\ (!z. h4/real/real__lte (h4/real/abs (h4/real/real__sub z x)) d ==> h4/lim/contl f z) /\ h4/lim/diffl f l x /\ ~(l = h4/real/real__of__num h4/num/0) ==> h4/lim/diffl g (h4/realax/inv l) (happ 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_Q283648,TV_Q283644]: ![V_f, V_g]: (![V_x]: s(TV_Q283644,happ(s(t_fun(TV_Q283648,TV_Q283644),V_f),s(TV_Q283648,V_x))) = s(TV_Q283644,happ(s(t_fun(TV_Q283648,TV_Q283644),V_g),s(TV_Q283648,V_x))) => s(t_fun(TV_Q283648,TV_Q283644),V_f) = s(t_fun(TV_Q283648,TV_Q283644),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_FALSITY, axiom, ![V_t]: (p(s(t_bool,f0)) => p(s(t_bool,V_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_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_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_IMPu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f0))) <=> ~ (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_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f0))) <=> p(s(t_bool,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_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_bools_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f0),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
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_pthu_u_ni1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => p(s(t_bool,V_p)))).
fof(ah4s_sats_pthu_u_ni2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_reals_REALu_u_LTu_u_REFL, axiom, ![V_x]: ~ (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_reals_REALu_u_LTu_u_TRANS, axiom, ![V_z, 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_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,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)))))).
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_MULu_u_ASSOC, 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_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(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,V_z)))).
fof(ah4s_reals_REALu_u_MULu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_MULu_u_LINV, 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)))) => s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_inv(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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))).
fof(ah4s_reals_realu_u_div, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_u_2f(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_inv(s(t_h4s_realaxs_real,V_y)))))).
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_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_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_DIVu_u_RMUL, axiom, ![V_y, 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,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,V_x))).
fof(ah4s_reals_REALu_u_DOWN2, axiom, ![V_y, 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,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,V_y))))) => ?[V_z]: (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_z)))) & (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x)))) & 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_reals_REALu_u_SUBu_u_LZERO, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x)))).
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_REALu_u_INVu_u_MUL, axiom, ![V_y, 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)))) & ~ (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,h4s_realaxs_inv(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_inv(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_y))))))).
fof(ah4s_reals_ABSu_u_ZERO, axiom, ![V_x]: (s(t_h4s_realaxs_real,h4s_reals_abs(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) = 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_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_NEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x)))).
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_LIMu_u_INV, axiom, ![V_uu_0]: (![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)),V_uu_0),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,h4s_realaxs_inv(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_l, 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_l),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))))) => p(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_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_f))),s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_l))),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_lims_LIMu_u_TRANSFORM, axiom, ![V_uu_0]: (![V_f, V_g, V_x]: 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_f))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),s(t_h4s_realaxs_real,V_x))) = 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,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),s(t_h4s_realaxs_real,V_x))))) => ![V_x0, V_l, V_g, V_f]: ((p(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_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_f))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),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_x0)))) & p(s(t_bool,h4s_lims_tendsu_u_realu_u_real(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x0))))) => 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_l),s(t_h4s_realaxs_real,V_x0))))))).
fof(ah4s_lims_DIFFu_u_CONT, 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)))) => 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)))))).
fof(ah4s_lims_CONTLu_u_LIM, axiom, ![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),V_f),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_x)))).
fof(ah4s_lims_DIFFu_u_CARAT, 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_g]: (![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_z))),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_realaxs_realu_u_mul(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),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,V_x)))) & s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_l))))).
fof(ah4s_lims_CONTu_u_COMPOSE, axiom, ![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))))))).
fof(ah4s_lims_CONTu_u_INJu_u_RANGE, axiom, ![V_x, V_g, V_f, 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_z]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))),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_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_z))))) = s(t_h4s_realaxs_real,V_z)) & ![V_z]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_d)))) => 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_z))))))) => ?[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_y]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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_e)))) => ?[V_z]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))),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_z))) = s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_lims_CONTu_u_INVERSE, axiom, ![V_x, V_g, V_f, 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_z]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))),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_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_z))))) = s(t_h4s_realaxs_real,V_z)) & ![V_z]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_d)))) => 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_z))))))) => 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)))))))).
fof(ch4s_lims_DIFFu_u_INVERSE, conjecture, ![V_x, V_l, V_g, V_f, 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_z]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))),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_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_z))))) = s(t_h4s_realaxs_real,V_z)) & (![V_z]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_d)))) => 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_z))))) & (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)))) & ~ (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)))))))) => p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),s(t_h4s_realaxs_real,h4s_realaxs_inv(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)))))))).
