%   ORIGINAL: h4/transc/COS__DOUBLE
% 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/transc/SIN__CIRCLE: !x. h4/realax/real__add (h4/real/pow (h4/transc/sin x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/transc/cos x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/REAL__DOUBLE: !x. h4/realax/real__add x x = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x
% Assm: h4/transc/SIN__ADD: !y x. h4/transc/sin (h4/realax/real__add x y) = h4/realax/real__add (h4/realax/real__mul (h4/transc/sin x) (h4/transc/cos y)) (h4/realax/real__mul (h4/transc/cos x) (h4/transc/sin y))
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/TRUTH: T
% Assm: h4/transc/SIN__DOUBLE: !x. h4/transc/sin (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x) = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/realax/real__mul (h4/transc/sin x) (h4/transc/cos x))
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/real/REAL__MUL__SYM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm: h4/transc/SIN__COS__ADD: !y x. h4/realax/real__add (h4/real/pow (h4/real/real__sub (h4/transc/sin (h4/realax/real__add x y)) (h4/realax/real__add (h4/realax/real__mul (h4/transc/sin x) (h4/transc/cos y)) (h4/realax/real__mul (h4/transc/cos x) (h4/transc/sin y)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__sub (h4/transc/cos (h4/realax/real__add x y)) (h4/real/real__sub (h4/realax/real__mul (h4/transc/cos x) (h4/transc/cos y)) (h4/realax/real__mul (h4/transc/sin x) (h4/transc/sin y)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num h4/num/0
% Assm: h4/transc/DIFF__SIN: !x. h4/lim/diffl h4/transc/sin (h4/transc/cos x) x
% Assm: h4/transc/DIFF__COS: !x. h4/lim/diffl h4/transc/cos (h4/realax/real__neg (h4/transc/sin x)) x
% Assm: h4/real/REAL__NEG__THIRD: !x. h4/real/real__sub x (h4/real/_2F x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) = h4/real/_2F (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% 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__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/arithmetic/TWO: h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO) = h4/num/SUC (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/transc/SIN__COS__NEG: !x. h4/realax/real__add (h4/real/pow (h4/realax/real__add (h4/transc/sin (h4/realax/real__neg x)) (h4/transc/sin x)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__sub (h4/transc/cos (h4/realax/real__neg x)) (h4/transc/cos x)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num h4/num/0
% Assm: h4/transc/COS__ADD: !y x. h4/transc/cos (h4/realax/real__add x y) = h4/real/real__sub (h4/realax/real__mul (h4/transc/cos x) (h4/transc/cos y)) (h4/realax/real__mul (h4/transc/sin x) (h4/transc/sin y))
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/real/REAL__SUMSQ: !y x. h4/realax/real__add (h4/realax/real__mul x x) (h4/realax/real__mul y y) = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0 /\ y = h4/real/real__of__num h4/num/0
% Assm: h4/real/POW__2: !x. h4/real/pow x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/realax/real__mul x x
% Assm: h4/transc/cos0: !x. h4/transc/cos x = h4/seq/suminf (\n. h4/realax/real__mul ((\n0. h4/bool/COND (h4/arithmetic/EVEN n0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV n0 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n0))) (h4/real/real__of__num h4/num/0)) n) (h4/real/pow x n))
% Assm: h4/transc/COS__CONVERGES: !x. h4/seq/sums (\n. h4/realax/real__mul ((\n0. h4/bool/COND (h4/arithmetic/EVEN n0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV n0 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n0))) (h4/real/real__of__num h4/num/0)) n) (h4/real/pow x n)) (h4/transc/cos x)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/real/REAL__NEG__LMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm: h4/real/REAL: !n. h4/real/real__of__num (h4/num/SUC n) = h4/realax/real__add (h4/real/real__of__num n) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/real/REAL__RDISTRIB: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% 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/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/lim/DIFF__X: !x. h4/lim/diffl (\x0. x0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/lim/DIFF__ADD: !x m l g f. h4/lim/diffl f l x /\ h4/lim/diffl g m x ==> h4/lim/diffl (\x0. h4/realax/real__add (f x0) (g x0)) (h4/realax/real__add l m) x
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/real/POW__1: !x. h4/real/pow x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = x
% Assm: h4/real/POW__0: !n. h4/real/pow (h4/real/real__of__num h4/num/0) (h4/num/SUC n) = h4/real/real__of__num h4/num/0
% Assm: h4/transc/SIN__0: h4/transc/sin (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/transc/COS__0: h4/transc/cos (h4/real/real__of__num h4/num/0) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/lim/DIFF__ISCONST__ALL: !f. (!x. h4/lim/diffl f (h4/real/real__of__num h4/num/0) x) ==> (!x y. f x = f y)
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/lim/DIFF__POW: !x n. h4/lim/diffl (\x0. h4/real/pow x0 n) (h4/realax/real__mul (h4/real/real__of__num n) (h4/real/pow x (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) x
% Assm: h4/real/REAL__MUL__RID: !x. h4/realax/real__mul x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = 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/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/real/REAL__NEG__RMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm: h4/real/real__sub0: !y x. h4/real/real__sub x y = h4/realax/real__add x (h4/realax/real__neg y)
% Assm: h4/lim/DIFF__CHAIN: !x m l g f. h4/lim/diffl f l (g x) /\ h4/lim/diffl g m x ==> h4/lim/diffl (\x0. f (g x0)) (h4/realax/real__mul l m) x
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/real/REAL__ADD__LID: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/real/pow0_c1: !x n. h4/real/pow x (h4/num/SUC n) = h4/realax/real__mul x (h4/real/pow x n)
% Assm: h4/arithmetic/SUC__SUB1: !m. h4/arithmetic/_2D (h4/num/SUC m) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm: h4/seq/SUM__SUMMABLE: !l f. h4/seq/sums f l ==> h4/seq/summable f
% Assm: h4/real/REAL__LT: !n m. h4/realax/real__lt (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/prim__rec/_3C m n
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/transc/SIN__CONVERGES: !x. h4/seq/sums (\n. h4/realax/real__mul ((\n0. h4/bool/COND (h4/arithmetic/EVEN n0) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n0 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n0)))) n) (h4/real/pow x n)) (h4/transc/sin x)
% Assm: h4/transc/COS__FDIFF: h4/powser/diffs (\n. h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n))) (h4/real/real__of__num h4/num/0)) = (\n. h4/realax/real__neg ((\n0. h4/bool/COND (h4/arithmetic/EVEN n0) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n0 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n0)))) n))
% Assm: h4/seq/SER__NEG: !x0 x. h4/seq/sums x x0 ==> h4/seq/sums (\n. h4/realax/real__neg (x n)) (h4/realax/real__neg x0)
% Assm: h4/powser/TERMDIFF: !x k_27 c. h4/seq/summable (\n. h4/realax/real__mul (c n) (h4/real/pow k_27 n)) /\ h4/seq/summable (\n. h4/realax/real__mul (h4/powser/diffs c n) (h4/real/pow k_27 n)) /\ h4/seq/summable (\n. h4/realax/real__mul (h4/powser/diffs (h4/powser/diffs c) n) (h4/real/pow k_27 n)) /\ h4/realax/real__lt (h4/real/abs x) (h4/real/abs k_27) ==> h4/lim/diffl (\x0. h4/seq/suminf (\n. h4/realax/real__mul (c n) (h4/real/pow x0 n))) (h4/seq/suminf (\n. h4/realax/real__mul (h4/powser/diffs c n) (h4/real/pow x n))) x
% Assm: h4/real/ABS__LE: !x. h4/real/real__lte x (h4/real/abs x)
% Assm: h4/real/REAL__LT__ADDR: !y x. h4/realax/real__lt x (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y
% Assm: h4/real/REAL__LTE__TRANS: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm: h4/transc/SIN__FDIFF: h4/powser/diffs (\n. h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n)))) = (\n. h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n))) (h4/real/real__of__num h4/num/0))
% Assm: h4/arithmetic/ONE: h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/num/SUC h4/num/0
% Assm: h4/prim__rec/LESS__0: !n. h4/prim__rec/_3C h4/num/0 (h4/num/SUC n)
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/lim/DIFF__SUB: !x m l g f. h4/lim/diffl f l x /\ h4/lim/diffl g m x ==> h4/lim/diffl (\x0. h4/real/real__sub (f x0) (g x0)) (h4/real/real__sub l m) x
% Assm: h4/real/REAL__EQ__SUB__LADD: !z y x. x = h4/real/real__sub y z <=> h4/realax/real__add x 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__REFL: !x. h4/real/real__sub x x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__NEG__ADD: !y x. h4/realax/real__neg (h4/realax/real__add x y) = h4/realax/real__add (h4/realax/real__neg x) (h4/realax/real__neg y)
% Assm: h4/real/REAL__NEGNEG: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm: h4/numeral/numeral__sub: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm: h4/numeral/numeral__lt_c5: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm: h4/numeral/numeral__lt_c2: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/iSUB__THM_c8: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm: h4/numeral/iSUB__THM_c1: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm: h4/numeral/numeral__distrib_c8: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm: h4/real/REAL__MUL__LZERO: !x. h4/realax/real__mul (h4/real/real__of__num h4/num/0) x = h4/real/real__of__num h4/num/0
% Assm: h4/transc/sin0: !x. h4/transc/sin x = h4/seq/suminf (\n. h4/realax/real__mul ((\n0. h4/bool/COND (h4/arithmetic/EVEN n0) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n0 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n0)))) n) (h4/real/pow x n))
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/real/REAL__ADD__RDISTRIB: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm: h4/real/REAL__EQ__LMUL__IMP: !z y x. ~(x = h4/real/real__of__num h4/num/0) /\ h4/realax/real__mul x y = h4/realax/real__mul x z ==> y = z
% Assm: h4/real/REAL__ADD: !n m. h4/realax/real__add (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2B m n)
% Assm: h4/real/REAL__INJ: !n m. h4/real/real__of__num m = h4/real/real__of__num n <=> m = n
% Assm: h4/real/REAL__ADD__SUB: !y x. h4/real/real__sub (h4/realax/real__add x y) x = y
% Assm: h4/real/REAL__DIV__LMUL: !y x. ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul y (h4/real/_2F x y) = x
% Assm: h4/real/REAL__EQ__RMUL: !z y x. h4/realax/real__mul x z = h4/realax/real__mul y z <=> z = h4/real/real__of__num h4/num/0 \/ x = y
% Assm: h4/real/REAL__SUB__LDISTRIB: !z y x. h4/realax/real__mul x (h4/real/real__sub y z) = h4/real/real__sub (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm: h4/numeral/numeral__lte_c1: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm: h4/numeral/numeral__add_c1: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = n
% Assm: h4/numeral/numeral__add_c6: !n. h4/num/SUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/num/SUC n
% Assm: h4/numeral/numeral__add_c0: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm: h4/numeral/numeral__distrib_c27: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm: h4/arithmetic/NOT__NUM__EQ: !n m. ~(m = n) <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n \/ h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm: h4/arithmetic/ADD__MONO__LESS__EQ: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Assm: h4/arithmetic/EQ__LESS__EQ: !n m. m = n <=> h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n m
% Assm: h4/numeral/numeral__add_c2: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__add_c3: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm: h4/numeral/numeral__distrib_c2: !n m. h4/arithmetic/_2B (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/arithmetic/SUC__ONE__ADD: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm: h4/numeral/numeral__suc_c0: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% Assm: h4/numeral/numeral__distrib_c1: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/bool/IMP__F__EQ__F: !t. t ==> F <=> t <=> F
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/powser/DIFFS__NEG: !c. h4/powser/diffs (\n. h4/realax/real__neg (c n)) = (\n. h4/realax/real__neg (h4/powser/diffs c n))
% Assm: h4/transc/SIN__NEGLEMMA: !x. h4/realax/real__neg (h4/transc/sin x) = h4/seq/suminf (\n. h4/realax/real__neg (h4/realax/real__mul ((\n0. h4/bool/COND (h4/arithmetic/EVEN n0) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n0 (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n0)))) n) (h4/real/pow x n)))
% Assm: h4/lim/DIFF__NEG: !x l f. h4/lim/diffl f l x ==> h4/lim/diffl (\x0. h4/realax/real__neg (f x0)) (h4/realax/real__neg l) x
% Assm: h4/real/REAL__NEG__0: h4/realax/real__neg (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/lim/DIFF__CONST: !x k. h4/lim/diffl (\x0. k) (h4/real/real__of__num h4/num/0) x
% Assm: h4/lim/DIFF__MUL: !x m l g f. h4/lim/diffl f l x /\ h4/lim/diffl g m x ==> h4/lim/diffl (\x0. h4/realax/real__mul (f x0) (g x0)) (h4/realax/real__add (h4/realax/real__mul l (g x)) (h4/realax/real__mul m (f x))) 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__ADD__RID: !x. h4/realax/real__add x (h4/real/real__of__num h4/num/0) = x
% Assm: h4/transc/EXP__CONVERGES: !x. h4/seq/sums (\n. h4/realax/real__mul ((\n0. h4/realax/inv (h4/real/real__of__num (h4/arithmetic/FACT n0))) n) (h4/real/pow x n)) (h4/transc/exp x)
% Assm: h4/seq/SER__COMPAR: !g f. (?N. !n. h4/arithmetic/_3E_3D n N ==> h4/real/real__lte (h4/real/abs (f n)) (g n)) /\ h4/seq/summable g ==> h4/seq/summable f
% Assm: h4/seq/SUMMABLE__SUM: !f. h4/seq/summable f ==> h4/seq/sums f (h4/seq/suminf f)
% Assm: h4/real/POW__M1: !n. h4/real/abs (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) n) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/POW__ABS: !n c. h4/real/pow (h4/real/abs c) n = h4/real/abs (h4/real/pow c n)
% Assm: h4/real/ABS__MUL: !y x. h4/real/abs (h4/realax/real__mul x y) = h4/realax/real__mul (h4/real/abs x) (h4/real/abs y)
% Assm: h4/real/ABS__POS: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Goal: !x. h4/transc/cos (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x) = h4/real/real__sub (h4/real/pow (h4/transc/cos x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/transc/sin x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))
%   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_transcs_SINu_u_CIRCLE]: !x. h4/realax/real__add (h4/real/pow (happ h4/transc/sin x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (happ h4/transc/cos x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_REALu_u_DOUBLE]: !x. h4/realax/real__add x x = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x
% Assm [h4s_transcs_SINu_u_ADD]: !y x. happ h4/transc/sin (h4/realax/real__add x y) = h4/realax/real__add (h4/realax/real__mul (happ h4/transc/sin x) (happ h4/transc/cos y)) (h4/realax/real__mul (happ h4/transc/cos x) (happ h4/transc/sin y))
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_transcs_SINu_u_DOUBLE]: !x. happ h4/transc/sin (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x) = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/realax/real__mul (happ h4/transc/sin x) (happ h4/transc/cos x))
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_reals_REALu_u_MULu_u_SYM]: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm [h4s_transcs_SINu_u_COSu_u_ADD]: !y x. h4/realax/real__add (h4/real/pow (h4/real/real__sub (happ h4/transc/sin (h4/realax/real__add x y)) (h4/realax/real__add (h4/realax/real__mul (happ h4/transc/sin x) (happ h4/transc/cos y)) (h4/realax/real__mul (happ h4/transc/cos x) (happ h4/transc/sin y)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__sub (happ h4/transc/cos (h4/realax/real__add x y)) (h4/real/real__sub (h4/realax/real__mul (happ h4/transc/cos x) (happ h4/transc/cos y)) (h4/realax/real__mul (happ h4/transc/sin x) (happ h4/transc/sin y)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num h4/num/0
% Assm [h4s_transcs_DIFFu_u_SIN]: !x. h4/lim/diffl h4/transc/sin (happ h4/transc/cos x) x
% Assm [h4s_transcs_DIFFu_u_COS]: !x. h4/lim/diffl h4/transc/cos (h4/realax/real__neg (happ h4/transc/sin x)) x
% Assm [h4s_reals_REALu_u_NEGu_u_THIRD]: !x. h4/real/real__sub x (h4/real/_2F x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) = h4/real/_2F (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% 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_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_arithmetics_TWO]: h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO) = h4/num/SUC (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_transcs_SINu_u_COSu_u_NEG]: !x. h4/realax/real__add (h4/real/pow (h4/realax/real__add (happ h4/transc/sin (h4/realax/real__neg x)) (happ h4/transc/sin x)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/real/real__sub (happ h4/transc/cos (h4/realax/real__neg x)) (happ h4/transc/cos x)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num h4/num/0
% Assm [h4s_transcs_COSu_u_ADD]: !y x. happ h4/transc/cos (h4/realax/real__add x y) = h4/real/real__sub (h4/realax/real__mul (happ h4/transc/cos x) (happ h4/transc/cos y)) (h4/realax/real__mul (happ h4/transc/sin x) (happ h4/transc/sin y))
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_reals_REALu_u_SUMSQ]: !y x. h4/realax/real__add (h4/realax/real__mul x x) (h4/realax/real__mul y y) = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0 /\ y = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_POWu_u_2]: !x. h4/real/pow x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/realax/real__mul x x
% Assm [h4s_transcs_cos0]: !_0. (!x n. happ (happ _0 x) n = h4/realax/real__mul (h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n))) (h4/real/real__of__num h4/num/0)) (h4/real/pow x n)) ==> (!x. happ h4/transc/cos x = h4/seq/suminf (happ _0 x))
% Assm [h4s_transcs_COSu_u_CONVERGES]: !_0. (!x n. happ (happ _0 x) n = h4/realax/real__mul (h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n))) (h4/real/real__of__num h4/num/0)) (h4/real/pow x n)) ==> (!x. h4/seq/sums (happ _0 x) (happ h4/transc/cos x))
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_reals_REALu_u_NEGu_u_LMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm [h4s_reals_REAL]: !n. h4/real/real__of__num (h4/num/SUC n) = h4/realax/real__add (h4/real/real__of__num n) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_reals_REALu_u_RDISTRIB]: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% 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_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_lims_DIFFu_u_X]: !_0. (!x0. happ _0 x0 = x0) ==> (!x. h4/lim/diffl _0 (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x)
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_lims_DIFFu_u_ADD]: !_0. (!f g x0. happ (happ (happ _0 f) g) x0 = h4/realax/real__add (happ f x0) (happ g x0)) ==> (!x m l g f. h4/lim/diffl f l x /\ h4/lim/diffl g m x ==> h4/lim/diffl (happ (happ _0 f) g) (h4/realax/real__add l m) x)
% Assm [h4s_sats_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_reals_POWu_u_1]: !x. h4/real/pow x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = x
% Assm [h4s_reals_POWu_u_0]: !n. h4/real/pow (h4/real/real__of__num h4/num/0) (h4/num/SUC n) = h4/real/real__of__num h4/num/0
% Assm [h4s_transcs_SINu_u_0]: happ h4/transc/sin (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_transcs_COSu_u_0]: happ h4/transc/cos (h4/real/real__of__num h4/num/0) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_lims_DIFFu_u_ISCONSTu_u_ALL]: !f. (!x. h4/lim/diffl f (h4/real/real__of__num h4/num/0) x) ==> (!x y. happ f x = happ f y)
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_lims_DIFFu_u_POW]: !_0. (!n x0. happ (happ _0 n) x0 = h4/real/pow x0 n) ==> (!x n. h4/lim/diffl (happ _0 n) (h4/realax/real__mul (h4/real/real__of__num n) (h4/real/pow x (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))) x)
% Assm [h4s_reals_REALu_u_MULu_u_RID]: !x. h4/realax/real__mul x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = 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_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_reals_REALu_u_NEGu_u_RMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm [h4s_reals_realu_u_sub0]: !y x. h4/real/real__sub x y = h4/realax/real__add x (h4/realax/real__neg y)
% Assm [h4s_lims_DIFFu_u_CHAIN]: !_0. (!f g x0. happ (happ (happ _0 f) g) x0 = happ f (happ g x0)) ==> (!x m l g f. h4/lim/diffl f l (happ g x) /\ h4/lim/diffl g m x ==> h4/lim/diffl (happ (happ _0 f) g) (h4/realax/real__mul l m) x)
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_reals_REALu_u_ADDu_u_LID]: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_reals_pow0u_c1]: !x n. h4/real/pow x (h4/num/SUC n) = h4/realax/real__mul x (h4/real/pow x n)
% Assm [h4s_arithmetics_SUCu_u_SUB1]: !m. h4/arithmetic/_2D (h4/num/SUC m) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm [h4s_seqs_SUMu_u_SUMMABLE]: !l f. h4/seq/sums f l ==> h4/seq/summable f
% Assm [h4s_reals_REALu_u_LT]: !n m. h4/realax/real__lt (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/prim__rec/_3C m n
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_transcs_SINu_u_CONVERGES]: !_0. (!x n. happ (happ _0 x) n = h4/realax/real__mul (h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n)))) (h4/real/pow x n)) ==> (!x. h4/seq/sums (happ _0 x) (happ h4/transc/sin x))
% Assm [h4s_transcs_COSu_u_FDIFF]: !_0. (!n. happ _0 n = h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n))) (h4/real/real__of__num h4/num/0)) ==> (!x. happ (h4/powser/diffs _0) x = h4/realax/real__neg (h4/bool/COND (h4/arithmetic/EVEN x) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT x)))))
% Assm [h4s_seqs_SERu_u_NEG]: !_0. (!x n. happ (happ _0 x) n = h4/realax/real__neg (happ x n)) ==> (!x0 x. h4/seq/sums x x0 ==> h4/seq/sums (happ _0 x) (h4/realax/real__neg x0))
% Assm [h4s_powsers_TERMDIFF]: !_2. (!_0 c x0. happ (happ (happ _2 _0) c) x0 = h4/seq/suminf (happ (happ _0 c) x0)) ==> (!_1. (!c n. happ (happ _1 c) n = happ (h4/powser/diffs c) n) ==> (!_0. (!c k_27 n. happ (happ (happ _0 c) k_27) n = h4/realax/real__mul (happ c n) (h4/real/pow k_27 n)) ==> (!x k_27 c. h4/seq/summable (happ (happ _0 c) k_27) /\ h4/seq/summable (happ (happ _0 (happ _1 c)) k_27) /\ h4/seq/summable (happ (happ _0 (happ _1 (h4/powser/diffs c))) k_27) /\ h4/realax/real__lt (h4/real/abs x) (h4/real/abs k_27) ==> h4/lim/diffl (happ (happ _2 _0) c) (h4/seq/suminf (happ (happ _0 (happ _1 c)) x)) x)))
% Assm [h4s_reals_ABSu_u_LE]: !x. h4/real/real__lte x (h4/real/abs x)
% Assm [h4s_reals_REALu_u_LTu_u_ADDR]: !y x. h4/realax/real__lt x (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y
% Assm [h4s_reals_REALu_u_LTEu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm [h4s_transcs_SINu_u_FDIFF]: !_0. (!n. happ _0 n = h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n)))) ==> (!x. happ (h4/powser/diffs _0) x = h4/bool/COND (h4/arithmetic/EVEN x) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT x))) (h4/real/real__of__num h4/num/0))
% Assm [h4s_arithmetics_ONE]: h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/num/SUC h4/num/0
% Assm [h4s_primu_u_recs_LESSu_u_0]: !n. h4/prim__rec/_3C h4/num/0 (h4/num/SUC n)
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_lims_DIFFu_u_SUB]: !_0. (!f g x0. happ (happ (happ _0 f) g) x0 = h4/real/real__sub (happ f x0) (happ g x0)) ==> (!x m l g f. h4/lim/diffl f l x /\ h4/lim/diffl g m x ==> h4/lim/diffl (happ (happ _0 f) g) (h4/real/real__sub l m) x)
% Assm [h4s_reals_REALu_u_EQu_u_SUBu_u_LADD]: !z y x. x = h4/real/real__sub y z <=> h4/realax/real__add x 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_REFL]: !x. h4/real/real__sub x x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_NEGu_u_ADD]: !y x. h4/realax/real__neg (h4/realax/real__add x y) = h4/realax/real__add (h4/realax/real__neg x) (h4/realax/real__neg y)
% Assm [h4s_reals_REALu_u_NEGNEG]: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm [h4s_numerals_numeralu_u_sub]: !n m. h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m) = h4/bool/COND (h4/prim__rec/_3C m n) (h4/arithmetic/NUMERAL (h4/numeral/iSUB T n m)) h4/num/0
% Assm [h4s_numerals_numeralu_u_ltu_c5]: !n m. h4/prim__rec/_3C (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m) <=> ~h4/prim__rec/_3C m n
% Assm [h4s_numerals_numeralu_u_ltu_c2]: !n. h4/prim__rec/_3C n h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_iSUBu_u_THMu_c8]: !n m. h4/numeral/iSUB T (h4/arithmetic/BIT2 n) (h4/arithmetic/BIT1 m) = h4/arithmetic/BIT1 (h4/numeral/iSUB T n m)
% Assm [h4s_numerals_iSUBu_u_THMu_c1]: !n. h4/numeral/iSUB T n h4/arithmetic/ZERO = n
% Assm [h4s_numerals_numeralu_u_distribu_c8]: !n m. h4/arithmetic/_2D (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/arithmetic/_2D n m)
% Assm [h4s_reals_REALu_u_MULu_u_LZERO]: !x. h4/realax/real__mul (h4/real/real__of__num h4/num/0) x = h4/real/real__of__num h4/num/0
% Assm [h4s_transcs_sin0]: !_0. (!x n. happ (happ _0 x) n = h4/realax/real__mul (h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n)))) (h4/real/pow x n)) ==> (!x. happ h4/transc/sin x = h4/seq/suminf (happ _0 x))
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_reals_REALu_u_ADDu_u_RDISTRIB]: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm [h4s_reals_REALu_u_EQu_u_LMULu_u_IMP]: !z y x. ~(x = h4/real/real__of__num h4/num/0) /\ h4/realax/real__mul x y = h4/realax/real__mul x z ==> y = z
% Assm [h4s_reals_REALu_u_ADD]: !n m. h4/realax/real__add (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2B m n)
% Assm [h4s_reals_REALu_u_INJ]: !n m. h4/real/real__of__num m = h4/real/real__of__num n <=> m = n
% Assm [h4s_reals_REALu_u_ADDu_u_SUB]: !y x. h4/real/real__sub (h4/realax/real__add x y) x = y
% Assm [h4s_reals_REALu_u_DIVu_u_LMUL]: !y x. ~(y = h4/real/real__of__num h4/num/0) ==> h4/realax/real__mul y (h4/real/_2F x y) = x
% Assm [h4s_reals_REALu_u_EQu_u_RMUL]: !z y x. h4/realax/real__mul x z = h4/realax/real__mul y z <=> z = h4/real/real__of__num h4/num/0 \/ x = y
% Assm [h4s_reals_REALu_u_SUBu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/real/real__sub y z) = h4/real/real__sub (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm [h4s_numerals_numeralu_u_lteu_c1]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/BIT1 n) h4/arithmetic/ZERO <=> F
% Assm [h4s_numerals_numeralu_u_addu_c1]: !n. h4/numeral/iZ (h4/arithmetic/_2B n h4/arithmetic/ZERO) = n
% Assm [h4s_numerals_numeralu_u_addu_c6]: !n. h4/num/SUC (h4/arithmetic/_2B h4/arithmetic/ZERO n) = h4/num/SUC n
% Assm [h4s_numerals_numeralu_u_addu_c0]: !n. h4/numeral/iZ (h4/arithmetic/_2B h4/arithmetic/ZERO n) = n
% Assm [h4s_numerals_numeralu_u_distribu_c27]: !n. h4/arithmetic/_3C_3D (h4/arithmetic/NUMERAL n) h4/num/0 <=> h4/arithmetic/_3C_3D n h4/arithmetic/ZERO
% Assm [h4s_arithmetics_NOTu_u_NUMu_u_EQ]: !n m. ~(m = n) <=> h4/arithmetic/_3C_3D (h4/num/SUC m) n \/ h4/arithmetic/_3C_3D (h4/num/SUC n) m
% Assm [h4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ]: !p n m. h4/arithmetic/_3C_3D (h4/arithmetic/_2B m n) (h4/arithmetic/_2B m p) <=> h4/arithmetic/_3C_3D n p
% Assm [h4s_arithmetics_EQu_u_LESSu_u_EQ]: !n m. m = n <=> h4/arithmetic/_3C_3D m n /\ h4/arithmetic/_3C_3D n m
% Assm [h4s_numerals_numeralu_u_addu_c2]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT1 m)) = h4/arithmetic/BIT2 (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_addu_c3]: !n m. h4/numeral/iZ (h4/arithmetic/_2B (h4/arithmetic/BIT1 n) (h4/arithmetic/BIT2 m)) = h4/arithmetic/BIT1 (h4/num/SUC (h4/arithmetic/_2B n m))
% Assm [h4s_numerals_numeralu_u_distribu_c2]: !n m. h4/arithmetic/_2B (h4/arithmetic/NUMERAL n) (h4/arithmetic/NUMERAL m) = h4/arithmetic/NUMERAL (h4/numeral/iZ (h4/arithmetic/_2B n m))
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_arithmetics_SUCu_u_ONEu_u_ADD]: !n. h4/num/SUC n = h4/arithmetic/_2B (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) n
% Assm [h4s_numerals_numeralu_u_sucu_c0]: h4/num/SUC h4/arithmetic/ZERO = h4/arithmetic/BIT1 h4/arithmetic/ZERO
% Assm [h4s_numerals_numeralu_u_distribu_c1]: !n. h4/arithmetic/_2B n h4/num/0 = n
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_bools_IMPu_u_Fu_u_EQu_u_F]: !t. t ==> F <=> t <=> F
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_powsers_DIFFSu_u_NEG]: !_0. (!c n. happ (happ _0 c) n = h4/realax/real__neg (happ c n)) ==> (!c x. happ (h4/powser/diffs (happ _0 c)) x = h4/realax/real__neg (happ (h4/powser/diffs c) x))
% Assm [h4s_transcs_SINu_u_NEGLEMMA]: !_0. (!x n. happ (happ _0 x) n = h4/realax/real__neg (h4/realax/real__mul (h4/bool/COND (h4/arithmetic/EVEN n) (h4/real/real__of__num h4/num/0) (h4/real/_2F (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/DIV (h4/arithmetic/_2D n (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) (h4/real/real__of__num (h4/arithmetic/FACT n)))) (h4/real/pow x n))) ==> (!x. h4/realax/real__neg (happ h4/transc/sin x) = h4/seq/suminf (happ _0 x))
% Assm [h4s_lims_DIFFu_u_NEG]: !_0. (!f x0. happ (happ _0 f) x0 = h4/realax/real__neg (happ f x0)) ==> (!x l f. h4/lim/diffl f l x ==> h4/lim/diffl (happ _0 f) (h4/realax/real__neg l) x)
% Assm [h4s_reals_REALu_u_NEGu_u_0]: h4/realax/real__neg (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_lims_DIFFu_u_CONST]: !_0. (!k x0. happ (happ _0 k) x0 = k) ==> (!x k. h4/lim/diffl (happ _0 k) (h4/real/real__of__num h4/num/0) x)
% Assm [h4s_lims_DIFFu_u_MUL]: !_0. (!f g x0. happ (happ (happ _0 f) g) x0 = h4/realax/real__mul (happ f x0) (happ g x0)) ==> (!x m l g f. h4/lim/diffl f l x /\ h4/lim/diffl g m x ==> h4/lim/diffl (happ (happ _0 f) g) (h4/realax/real__add (h4/realax/real__mul l (happ g x)) (h4/realax/real__mul m (happ f x))) 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_ADDu_u_RID]: !x. h4/realax/real__add x (h4/real/real__of__num h4/num/0) = x
% Assm [h4s_transcs_EXPu_u_CONVERGES]: !_0. (!x n. happ (happ _0 x) n = h4/realax/real__mul (h4/realax/inv (h4/real/real__of__num (h4/arithmetic/FACT n))) (h4/real/pow x n)) ==> (!x. h4/seq/sums (happ _0 x) (h4/transc/exp x))
% Assm [h4s_seqs_SERu_u_COMPAR]: !g f. (?N. !n. h4/arithmetic/_3E_3D n N ==> h4/real/real__lte (h4/real/abs (happ f n)) (happ g n)) /\ h4/seq/summable g ==> h4/seq/summable f
% Assm [h4s_seqs_SUMMABLEu_u_SUM]: !f. h4/seq/summable f ==> h4/seq/sums f (h4/seq/suminf f)
% Assm [h4s_reals_POWu_u_M1]: !n. h4/real/abs (h4/real/pow (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) n) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_POWu_u_ABS]: !n c. h4/real/pow (h4/real/abs c) n = h4/real/abs (h4/real/pow c n)
% Assm [h4s_reals_ABSu_u_MUL]: !y x. h4/real/abs (h4/realax/real__mul x y) = h4/realax/real__mul (h4/real/abs x) (h4/real/abs y)
% Assm [h4s_reals_ABSu_u_POS]: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Goal: !x. happ h4/transc/cos (h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x) = h4/real/real__sub (h4/real/pow (happ h4/transc/cos x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (happ h4/transc/sin x) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(aHLu_EXT, axiom, ![TV_Q1284023,TV_Q1284019]: ![V_f, V_g]: (![V_x]: s(TV_Q1284019,happ(s(t_fun(TV_Q1284023,TV_Q1284019),V_f),s(TV_Q1284023,V_x))) = s(TV_Q1284019,happ(s(t_fun(TV_Q1284023,TV_Q1284019),V_g),s(TV_Q1284023,V_x))) => s(t_fun(TV_Q1284023,TV_Q1284019),V_f) = s(t_fun(TV_Q1284023,TV_Q1284019),V_g))).
fof(ah4s_transcs_SINu_u_CIRCLE, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = 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_DOUBLE, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_transcs_SINu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_y))))),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),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_y)))))))).
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_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_transcs_SINu_u_DOUBLE, axiom, ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),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),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x)))))))).
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_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_transcs_SINu_u_COSu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_pow(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),h4s_transcs_sin),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_y))))),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),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_y))))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(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),h4s_transcs_cos),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_y))))),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),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_y))))))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_transcs_DIFFu_u_SIN, axiom, ![V_x]: p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_transcs_DIFFu_u_COS, axiom, ![V_x]: p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_reals_REALu_u_NEGu_u_THIRD, 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_u_2f(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_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))))))) = s(t_h4s_realaxs_real,h4s_reals_u_2f(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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),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_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))).
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_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_arithmetics_TWO, axiom, s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_nums_suc(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_transcs_SINu_u_COSu_u_NEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(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),h4s_transcs_cos),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_transcs_COSu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_y))))),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),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_y)))))))).
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_SUMSQ, axiom, ![V_y, V_x]: (s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),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_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,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)))))).
fof(ah4s_reals_POWu_u_2, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_transcs_cos0, axiom, ![V_uu_0]: (![V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))),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_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n))))) => ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_seqs_suminf(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_transcs_COSu_u_CONVERGES, axiom, ![V_uu_0]: (![V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))),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_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n))))) => ![V_x]: p(s(t_bool,h4s_seqs_sums(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_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),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_bools_ETAu_u_AX, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x)))).
fof(ah4s_reals_REALu_u_NEGu_u_LMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REAL, axiom, ![V_n]: s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),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_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))))).
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_ORu_u_DUAL3, axiom, ![V_B, V_A]: ((~ ((~ (p(s(t_bool,V_A))) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_lims_DIFFu_u_X, axiom, ![V_uu_0]: (![V_x0]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_uu_0),s(t_h4s_realaxs_real,V_x0))) = s(t_h4s_realaxs_real,V_x0) => ![V_x]: p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_uu_0),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)))))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => p(s(t_bool,f))))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_lims_DIFFu_u_ADD, axiom, ![V_uu_0]: (![V_f, V_g, 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_f))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),s(t_h4s_realaxs_real,V_x0))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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))),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_x0))))) => ![V_x, V_m, V_l, V_g, 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_g),s(t_h4s_realaxs_real,V_m),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),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_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_m))),s(t_h4s_realaxs_real,V_x))))))).
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_reals_POWu_u_1, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),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)).
fof(ah4s_reals_POWu_u_0, axiom, ![V_n]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_transcs_SINu_u_0, axiom, s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),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_transcs_COSu_u_0, axiom, s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
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_lims_DIFFu_u_ISCONSTu_u_ALL, axiom, ![V_f]: (![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,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) => ![V_x, 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,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_y))))).
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_lims_DIFFu_u_POW, axiom, ![V_uu_0]: (![V_n, V_x0]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,V_x0))) = s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x0),s(t_h4s_nums_num,V_n))) => ![V_x, V_n]: p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_nums_num,V_n))),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,V_n))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),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)))))).
fof(ah4s_reals_REALu_u_MULu_u_RID, 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_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)).
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_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_reals_REALu_u_NEGu_u_RMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_realu_u_sub0, 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_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_lims_DIFFu_u_CHAIN, axiom, ![V_uu_0]: (![V_f, V_g, 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_f))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),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_f),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_x0))))) => ![V_x, V_m, V_l, V_g, 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,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g),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_g),s(t_h4s_realaxs_real,V_m),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),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_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_m))),s(t_h4s_realaxs_real,V_x))))))).
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,f))))).
fof(ah4s_reals_REALu_u_ADDu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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_x)).
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,f))) <=> ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_reals_pow0u_c1, axiom, ![V_x, V_n]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_SUCu_u_SUB1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),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_nums_num,V_m)).
fof(ah4s_seqs_SUMu_u_SUMMABLE, axiom, ![V_l, V_f]: (p(s(t_bool,h4s_seqs_sums(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l)))) => p(s(t_bool,h4s_seqs_summable(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f)))))).
fof(ah4s_reals_REALu_u_LT, axiom, ![V_n, V_m]: 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,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))).
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_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,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_transcs_SINu_u_CONVERGES, axiom, ![V_uu_0]: (![V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_n))),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_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n))))) => ![V_x]: p(s(t_bool,h4s_seqs_sums(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_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),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_transcs_COSu_u_FDIFF, axiom, ![V_uu_0]: (![V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) => ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),h4s_powsers_diffs(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_uu_0))),s(t_h4s_nums_num,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,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_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_x),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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_x))))))))))))).
fof(ah4s_seqs_SERu_u_NEG, axiom, ![V_uu_0]: (![V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_x),s(t_h4s_nums_num,V_n))))) => ![V_x0, V_x]: (p(s(t_bool,h4s_seqs_sums(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_x),s(t_h4s_realaxs_real,V_x0)))) => p(s(t_bool,h4s_seqs_sums(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_x))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x0))))))))).
fof(ah4s_powsers_TERMDIFF, axiom, ![V_uu_2]: (![V_uu_0, V_c, 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_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real))),V_uu_2),s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0))),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_realaxs_real,V_x0))) = s(t_h4s_realaxs_real,h4s_seqs_suminf(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_realaxs_real,V_x0))))) => ![V_uu_1]: (![V_c, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_1),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),h4s_powsers_diffs(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_nums_num,V_n))) => ![V_uu_0]: (![V_c, V_ku_27, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_realaxs_real,V_ku_27))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c),s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_ku_27),s(t_h4s_nums_num,V_n))))) => ![V_x, V_ku_27, V_c]: ((p(s(t_bool,h4s_seqs_summable(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_realaxs_real,V_ku_27)))))) & (p(s(t_bool,h4s_seqs_summable(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_1),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))))),s(t_h4s_realaxs_real,V_ku_27)))))) & (p(s(t_bool,h4s_seqs_summable(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_1),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),h4s_powsers_diffs(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))))))),s(t_h4s_realaxs_real,V_ku_27)))))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_ku_27))))))))) => p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real))),V_uu_2),s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0))),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_realaxs_real,h4s_seqs_suminf(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real))),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_1),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))))),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_x))))))))).
fof(ah4s_reals_ABSu_u_LE, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(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_REALu_u_LTu_u_ADDR, axiom, ![V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = 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)))).
fof(ah4s_reals_REALu_u_LTEu_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_reals_realu_u_lte(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_transcs_SINu_u_FDIFF, axiom, ![V_uu_0]: (![V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_n))),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_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))))) => ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),h4s_powsers_diffs(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_uu_0))),s(t_h4s_nums_num,V_x))) = s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_x))),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,V_x),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_x))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))))).
fof(ah4s_arithmetics_ONE, axiom, 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_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_primu_u_recs_LESSu_u_0, axiom, ![V_n]: p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))))).
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_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => 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_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_lims_DIFFu_u_SUB, axiom, ![V_uu_0]: (![V_f, V_g, 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_f))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),s(t_h4s_realaxs_real,V_x0))) = 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_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,V_x0))))) => ![V_x, V_m, V_l, V_g, 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_g),s(t_h4s_realaxs_real,V_m),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),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_sub(s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_m))),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_reals_REALu_u_EQu_u_SUBu_u_LADD, axiom, ![V_z, V_y, V_x]: (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))) <=> s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),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_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_NEGu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_NEGNEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_numerals_numeralu_u_sub, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_bools_cond(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))),s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_numerals_numeralu_u_ltu_c5, axiom, ![V_n, V_m]: (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m)))))) <=> ~ (p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_numerals_numeralu_u_ltu_c2, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_iSUBu_u_THMu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_numerals_iSUBu_u_THMu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_isub(s(t_bool,t),s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_distribu_c8, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_reals_REALu_u_MULu_u_LZERO, 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_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_transcs_sin0, axiom, ![V_uu_0]: (![V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_n))),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_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n))))) => ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_seqs_suminf(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_reals_REALu_u_ADDu_u_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_EQu_u_LMULu_u_IMP, axiom, ![V_z, 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,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_x),s(t_h4s_realaxs_real,V_z)))) => s(t_h4s_realaxs_real,V_y) = s(t_h4s_realaxs_real,V_z))).
fof(ah4s_reals_REALu_u_ADD, axiom, ![V_n, V_m]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_REALu_u_INJ, axiom, ![V_n, V_m]: (s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))) <=> s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n))).
fof(ah4s_reals_REALu_u_ADDu_u_SUB, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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_DIVu_u_LMUL, 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,V_y),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_x))).
fof(ah4s_reals_REALu_u_EQu_u_RMUL, 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,V_z))) = 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,V_z) = 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_LDISTRIB, 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_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_numerals_numeralu_u_lteu_c1, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_bool,f)).
fof(ah4s_numerals_numeralu_u_addu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_addu_c6, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_addu_c0, axiom, ![V_n]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_zero),s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_numerals_numeralu_u_distribu_c27, axiom, ![V_n]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_0))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_arithmetics_zero)))).
fof(ah4s_arithmetics_NOTu_u_NUMu_u_EQ, axiom, ![V_n, V_m]: (~ (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n)) <=> (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n)))) | p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,V_m))))))).
fof(ah4s_arithmetics_ADDu_u_MONOu_u_LESSu_u_EQ, axiom, ![V_p, V_n, V_m]: s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_p))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_p)))).
fof(ah4s_arithmetics_EQu_u_LESSu_u_EQ, axiom, ![V_n, V_m]: (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,V_n) <=> (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))) & p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m))))))).
fof(ah4s_numerals_numeralu_u_addu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_addu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_m))))))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_numerals_numeralu_u_distribu_c2, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,V_m))))) = s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_numerals_iz(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_arithmetics_SUCu_u_ONEu_u_ADD, axiom, ![V_n]: s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))) = s(t_h4s_nums_num,h4s_arithmetics_u_2b(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_nums_num,V_n)))).
fof(ah4s_numerals_numeralu_u_sucu_c0, axiom, s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_zero))) = s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))).
fof(ah4s_numerals_numeralu_u_distribu_c1, axiom, ![V_n]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_n)).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_bools_IMPu_u_Fu_u_EQu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> s(t_bool,V_t) = s(t_bool,f))).
fof(ah4s_bools_ANDu_u_IMPu_u_INTRO, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) => (p(s(t_bool,V_t2)) => p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) => p(s(t_bool,V_t3))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_powsers_DIFFSu_u_NEG, axiom, ![V_uu_0]: (![V_c, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c),s(t_h4s_nums_num,V_n))))) => ![V_c, V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),h4s_powsers_diffs(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))))),s(t_h4s_nums_num,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),h4s_powsers_diffs(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_c))),s(t_h4s_nums_num,V_x))))))).
fof(ah4s_transcs_SINu_u_NEGLEMMA, axiom, ![V_uu_0]: (![V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_bools_cond(s(t_bool,h4s_arithmetics_even(s(t_h4s_nums_num,V_n))),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_u_2f(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,h4s_arithmetics_div(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,V_n),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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n))))))) => ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_seqs_suminf(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_lims_DIFFu_u_NEG, 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_realu_u_neg(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_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),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_realu_u_neg(s(t_h4s_realaxs_real,V_l))),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_reals_REALu_u_NEGu_u_0, axiom, s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_lims_DIFFu_u_CONST, axiom, ![V_uu_0]: (![V_k, V_x0]: 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)),V_uu_0),s(t_h4s_realaxs_real,V_k))),s(t_h4s_realaxs_real,V_x0))) = s(t_h4s_realaxs_real,V_k) => ![V_x, V_k]: p(s(t_bool,h4s_lims_diffl(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)),V_uu_0),s(t_h4s_realaxs_real,V_k))),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_lims_DIFFu_u_MUL, axiom, ![V_uu_0]: (![V_f, V_g, 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_f))),s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_g))),s(t_h4s_realaxs_real,V_x0))) = 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_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,V_x0))))) => ![V_x, V_m, V_l, V_g, 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_g),s(t_h4s_realaxs_real,V_m),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),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_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(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_g),s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(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))))))),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_ADDu_u_RID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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_transcs_EXPu_u_CONVERGES, axiom, ![V_uu_0]: (![V_x, V_n]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_fact(s(t_h4s_nums_num,V_n))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n))))) => ![V_x]: p(s(t_bool,h4s_seqs_sums(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_nums_num,t_h4s_realaxs_real)),V_uu_0),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_seqs_SERu_u_COMPAR, axiom, ![V_g, V_f]: ((?[V_N]: ![V_n]: (p(s(t_bool,h4s_arithmetics_u_3eu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_N)))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f),s(t_h4s_nums_num,V_n))))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_g),s(t_h4s_nums_num,V_n))))))) & p(s(t_bool,h4s_seqs_summable(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_g))))) => p(s(t_bool,h4s_seqs_summable(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f)))))).
fof(ah4s_seqs_SUMMABLEu_u_SUM, axiom, ![V_f]: (p(s(t_bool,h4s_seqs_summable(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f)))) => p(s(t_bool,h4s_seqs_sums(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,h4s_seqs_suminf(s(t_fun(t_h4s_nums_num,t_h4s_realaxs_real),V_f)))))))).
fof(ah4s_reals_POWu_u_M1, axiom, ![V_n]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(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_nums_num,V_n))))) = 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_POWu_u_ABS, axiom, ![V_n, V_c]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_c))),s(t_h4s_nums_num,V_n))) = s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_c),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_ABSu_u_MUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(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_reals_abs(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_ABSu_u_POS, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(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(ch4s_transcs_COSu_u_DOUBLE, conjecture, ![V_x]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),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_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_sin),s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))).
