%   ORIGINAL: h4/complex/COMPLEX__EXP__N2
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/complex/COMPLEX__EXP__N: !z n. h4/complex/complex__exp (h4/complex/complex__scalar__lmul (h4/real/real__of__num n) z) = h4/complex/complex__pow (h4/complex/complex__exp z) n
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/complex/complex__exp0: !z. h4/complex/complex__exp z = h4/complex/complex__scalar__lmul (h4/transc/exp (h4/complex/RE z)) (h4/pair/_2C (h4/transc/cos (h4/complex/IM z)) (h4/transc/sin (h4/complex/IM z)))
% Assm: h4/complex/complex__of__num0: !n. h4/complex/complex__of__num n = h4/complex/complex__of__real (h4/real/real__of__num n)
% Assm: h4/complex/COMPLEX__EXP__ADD: !z w. h4/complex/complex__exp (h4/complex/complex__add z w) = h4/complex/complex__mul (h4/complex/complex__exp z) (h4/complex/complex__exp w)
% Assm: h4/complex/COMPLEX__EXP__NEG: !z. h4/complex/complex__exp (h4/complex/complex__neg z) = h4/complex/complex__inv (h4/complex/complex__exp z)
% Assm: h4/complex/RE0: !z. h4/complex/RE z = h4/pair/FST z
% Assm: h4/complex/IM0: !z. h4/complex/IM z = h4/pair/SND z
% Assm: h4/pair/SND0: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% Assm: h4/pair/FST0: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm: h4/complex/complex__pow__def_c1: !z n. h4/complex/complex__pow z (h4/num/SUC n) = h4/complex/complex__mul z (h4/complex/complex__pow z n)
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/complex/COMPLEX__EXP__SUB: !z w. h4/complex/complex__exp (h4/complex/complex__sub z w) = h4/complex/complex__div (h4/complex/complex__exp z) (h4/complex/complex__exp w)
% Assm: h4/complex/complex__pow__def_c0: !z. h4/complex/complex__pow z h4/num/0 = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/prim__rec/num__Axiom: !f e. ?fn. fn h4/num/0 = e /\ (!n. fn (h4/num/SUC n) = f n (fn n))
% Assm: h4/complex/COMPLEX__POW__L: !z n k. h4/complex/complex__pow (h4/complex/complex__scalar__lmul k z) n = h4/complex/complex__scalar__lmul (h4/real/pow k n) (h4/complex/complex__pow z n)
% Assm: h4/complex/DE__MOIVRE__LEMMA: !x n. h4/complex/complex__pow (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) n = h4/pair/_2C (h4/transc/cos (h4/realax/real__mul (h4/real/real__of__num n) x)) (h4/transc/sin (h4/realax/real__mul (h4/real/real__of__num n) x))
% Assm: h4/transc/EXP__N: !x n. h4/transc/exp (h4/realax/real__mul (h4/real/real__of__num n) x) = h4/real/pow (h4/transc/exp x) n
% Assm: h4/complex/complex__scalar__lmul0: !z k. h4/complex/complex__scalar__lmul k z = h4/pair/_2C (h4/realax/real__mul k (h4/complex/RE z)) (h4/realax/real__mul k (h4/complex/IM z))
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/complex/COMPLEX__OF__NUM__MUL: !n m. h4/complex/complex__mul (h4/complex/complex__of__num m) (h4/complex/complex__of__num n) = h4/complex/complex__of__num (h4/arithmetic/_2A m n)
% Assm: h4/complex/COMPLEX__OF__NUM__ADD: !n m. h4/complex/complex__add (h4/complex/complex__of__num m) (h4/complex/complex__of__num n) = h4/complex/complex__of__num (h4/arithmetic/_2B m n)
% Assm: h4/complex/MODU__NUM: !n. h4/complex/modu (h4/complex/complex__of__num n) = h4/real/real__of__num n
% Assm: h4/complex/COMPLEX__OF__NUM__EQ: !n m. h4/complex/complex__of__num m = h4/complex/complex__of__num n <=> m = n
% Assm: h4/complex/CONJ__NUM__REFL: !n. h4/complex/conj (h4/complex/complex__of__num n) = h4/complex/complex__of__num n
% Assm: h4/complex/complex__div0: !z w. h4/complex/complex__div z w = h4/complex/complex__mul z (h4/complex/complex__inv w)
% Assm: h4/num/INDUCTION: !P. P h4/num/0 /\ (!n. P n ==> P (h4/num/SUC n)) ==> (!n. P n)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/complex/EULER__FORMULE: !z. h4/complex/complex__scalar__lmul (h4/complex/modu z) (h4/complex/complex__exp (h4/complex/complex__scalar__rmul h4/complex/i (h4/complex/arg z))) = z
% Assm: h4/complex/EXP__IMAGINARY: !x. h4/complex/complex__exp (h4/complex/complex__scalar__rmul h4/complex/i x) = h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)
% Assm: h4/complex/complex__sub0: !z w. h4/complex/complex__sub z w = h4/complex/complex__add z (h4/complex/complex__neg w)
% Assm: h4/arithmetic/SUC__ELIM__NUMERALS: !g f. (!n. g (h4/num/SUC n) = f n (h4/num/SUC n)) <=> (!n. g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = f (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) /\ (!n. g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)))
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/complex/CONJ__REAL__REFL: !x. h4/complex/conj (h4/complex/complex__of__real x) = h4/complex/complex__of__real x
% Assm: h4/complex/COMPLEX__MUL__SCALAR__LMUL2: !z w l k. h4/complex/complex__mul (h4/complex/complex__scalar__lmul k z) (h4/complex/complex__scalar__lmul l w) = h4/complex/complex__scalar__lmul (h4/realax/real__mul k l) (h4/complex/complex__mul z w)
% Assm: h4/real/REAL__OF__NUM__MUL: !n m. h4/realax/real__mul (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2A m n)
% Assm: h4/complex/COMPLEX__OF__REAL__MUL: !y x. h4/complex/complex__mul (h4/complex/complex__of__real x) (h4/complex/complex__of__real y) = h4/complex/complex__of__real (h4/realax/real__mul x y)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/complex/COMPLEX__MUL__ARG: !y x. h4/complex/complex__mul (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) (h4/pair/_2C (h4/transc/cos y) (h4/transc/sin y)) = h4/pair/_2C (h4/transc/cos (h4/realax/real__add x y)) (h4/transc/sin (h4/realax/real__add x y))
% Assm: h4/complex/COMPLEX__OF__REAL__ADD: !y x. h4/complex/complex__add (h4/complex/complex__of__real x) (h4/complex/complex__of__real y) = h4/complex/complex__of__real (h4/realax/real__add x y)
% Assm: h4/real/REAL__OF__NUM__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/complex/MODU__REAL: !x. h4/complex/modu (h4/complex/complex__of__real x) = h4/real/abs x
% Assm: h4/real/ABS__N: !n. h4/real/abs (h4/real/real__of__num n) = h4/real/real__of__num n
% Assm: h4/complex/COMPLEX__OF__REAL__EQ: !y x. h4/complex/complex__of__real x = h4/complex/complex__of__real y <=> x = y
% Assm: h4/real/REAL__OF__NUM__EQ: !n m. h4/real/real__of__num m = h4/real/real__of__num n <=> m = n
% Assm: h4/complex/COMPLEX__POW__MUL: !z w n. h4/complex/complex__pow (h4/complex/complex__mul z w) n = h4/complex/complex__mul (h4/complex/complex__pow z n) (h4/complex/complex__pow w n)
% Assm: h4/complex/complex__add0: !z w. h4/complex/complex__add z w = h4/pair/_2C (h4/realax/real__add (h4/complex/RE z) (h4/complex/RE w)) (h4/realax/real__add (h4/complex/IM z) (h4/complex/IM w))
% Assm: h4/transc/EXP__ADD: !y x. h4/transc/exp (h4/realax/real__add x y) = h4/realax/real__mul (h4/transc/exp x) (h4/transc/exp y)
% Assm: h4/complex/COMPLEX__POW__1: !z. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = z
% Assm: h4/complex/COMPLEX__POW__ZERO: !z n. h4/complex/complex__pow z n = h4/complex/complex__of__num h4/num/0 ==> z = h4/complex/complex__of__num h4/num/0
% Assm: h4/complex/COMPLEX__POW__0: !n. h4/complex/complex__pow (h4/complex/complex__of__num h4/num/0) (h4/num/SUC n) = h4/complex/complex__of__num h4/num/0
% Assm: h4/complex/COMPLEX__POW__ADD: !z n m. h4/complex/complex__pow z (h4/arithmetic/_2B m n) = h4/complex/complex__mul (h4/complex/complex__pow z m) (h4/complex/complex__pow z n)
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/complex/COMPLEX__SCALAR__LMUL__ONE: !z. h4/complex/complex__scalar__lmul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) z = z
% Assm: h4/complex/COMPLEX__POW__NZ: !z n. ~(z = h4/complex/complex__of__num h4/num/0) ==> ~(h4/complex/complex__pow z n = h4/complex/complex__of__num h4/num/0)
% Assm: h4/complex/COMPLEX__POW__INV: !z n. h4/complex/complex__pow (h4/complex/complex__inv z) n = h4/complex/complex__inv (h4/complex/complex__pow z n)
% Assm: h4/real/REAL__MUL__LID: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm: h4/real/REAL__MUL__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/complex/complex__pow__def__compute_c1: !z n. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = h4/complex/complex__mul z (h4/complex/complex__pow z (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% Assm: h4/complex/complex__pow__def__compute_c2: !z n. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = h4/complex/complex__mul z (h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))
% Assm: h4/complex/COMPLEX__POW__2: !z. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/complex/complex__mul z z
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/complex/complex__scalar__rmul0: !z k. h4/complex/complex__scalar__rmul z k = h4/pair/_2C (h4/realax/real__mul (h4/complex/RE z) k) (h4/realax/real__mul (h4/complex/IM z) k)
% Assm: h4/complex/i0: h4/complex/i = h4/pair/_2C (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/transc/EXP__0: h4/transc/exp (h4/real/real__of__num h4/num/0) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/COMPLEX__POW__ZERO__EQ: !z n. h4/complex/complex__pow z (h4/num/SUC n) = h4/complex/complex__of__num h4/num/0 <=> z = h4/complex/complex__of__num h4/num/0
% Assm: h4/complex/COMPLEX__POWINV: !z. ~(z = h4/complex/complex__of__num h4/num/0) ==> (!n. h4/complex/complex__inv (h4/complex/complex__pow z n) = h4/complex/complex__pow (h4/complex/complex__inv z) n)
% Assm: h4/complex/complex__pow__def__compute_c0: !z. h4/complex/complex__pow z h4/num/0 = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/COMPLEX__INV__ARG: !x. h4/complex/complex__inv (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) = h4/pair/_2C (h4/transc/cos (h4/realax/real__neg x)) (h4/transc/sin (h4/realax/real__neg x))
% Assm: h4/complex/MODU__UNIT: !x. h4/complex/modu (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/MODU__NZ: !z. ~(z = h4/complex/complex__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/complex/modu z)
% Assm: h4/complex/COMPLEX__INV__SCALAR__LMUL: !z k. ~(k = h4/real/real__of__num h4/num/0) /\ ~(z = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__inv (h4/complex/complex__scalar__lmul k z) = h4/complex/complex__scalar__lmul (h4/realax/inv k) (h4/complex/complex__inv z)
% Assm: h4/transc/EXP__NZ: !x. ~(h4/transc/exp x = h4/real/real__of__num h4/num/0)
% Assm: h4/transc/EXP__NEG: !x. h4/transc/exp (h4/realax/real__neg x) = h4/realax/inv (h4/transc/exp x)
% Assm: h4/complex/complex__neg0: !z. h4/complex/complex__neg z = h4/pair/_2C (h4/realax/real__neg (h4/complex/RE z)) (h4/realax/real__neg (h4/complex/IM z))
% Assm: h4/real/REAL__LT__01: h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/complex/COMPLEX__POW__ONE: !n. h4/complex/complex__pow (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) n = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/MODU__COMPLEX__POW: !z n. h4/complex/modu (h4/complex/complex__pow z n) = h4/real/pow (h4/complex/modu z) n
% Assm: h4/complex/COMPLEX__POW__DIV: !z w n. h4/complex/complex__pow (h4/complex/complex__div z w) n = h4/complex/complex__div (h4/complex/complex__pow z n) (h4/complex/complex__pow w n)
% Assm: h4/complex/DE__MOIVRE__THM: !z n. h4/complex/complex__pow (h4/complex/complex__scalar__lmul (h4/complex/modu z) (h4/pair/_2C (h4/transc/cos (h4/complex/arg z)) (h4/transc/sin (h4/complex/arg z)))) n = h4/complex/complex__scalar__lmul (h4/real/pow (h4/complex/modu z) n) (h4/pair/_2C (h4/transc/cos (h4/realax/real__mul (h4/real/real__of__num n) (h4/complex/arg z))) (h4/transc/sin (h4/realax/real__mul (h4/real/real__of__num n) (h4/complex/arg z))))
% Assm: h4/complex/COMPLEX__POW__POW: !z n m. h4/complex/complex__pow (h4/complex/complex__pow z m) n = h4/complex/complex__pow z (h4/arithmetic/_2A m n)
% Assm: h4/complex/COMPLEX__MUL__LID: !z. h4/complex/complex__mul (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) z = z
% Assm: h4/complex/COMPLEX__MUL__RID: !z. h4/complex/complex__mul z (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = z
% 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/complex/COMPLEX__MUL__ASSOC: !z w v. h4/complex/complex__mul z (h4/complex/complex__mul w v) = h4/complex/complex__mul (h4/complex/complex__mul z w) v
% Assm: h4/complex/COMPLEX__MUL__COMM: !z w. h4/complex/complex__mul z w = h4/complex/complex__mul w z
% Assm: h4/complex/COMPLEX__TRIANGLE: !z. h4/complex/complex__scalar__lmul (h4/complex/modu z) (h4/pair/_2C (h4/transc/cos (h4/complex/arg z)) (h4/transc/sin (h4/complex/arg z))) = z
% Assm: h4/complex/COMPLEX__ENTIRE: !z w. h4/complex/complex__mul z w = h4/complex/complex__of__num h4/num/0 <=> z = h4/complex/complex__of__num h4/num/0 \/ w = h4/complex/complex__of__num h4/num/0
% Assm: h4/complex/COMPLEX__10: ~(h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/complex/complex__of__num h4/num/0)
% Assm: h4/complex/COMPLEX__MUL__LZERO: !z. h4/complex/complex__mul (h4/complex/complex__of__num h4/num/0) z = h4/complex/complex__of__num h4/num/0
% 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/real/pow0_c0: !x. h4/real/pow x h4/num/0 = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/arithmetic/ONE: h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/num/SUC h4/num/0
% Assm: h4/bool/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/arithmetic/ADD__CLAUSES_c3: !n m. h4/arithmetic/_2B m (h4/num/SUC n) = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm: h4/arithmetic/ADD__CLAUSES_c1: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm: h4/complex/COMPLEX__INV1: h4/complex/complex__inv (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/COMPLEX__INV__MUL: !z w. ~(z = h4/complex/complex__of__num h4/num/0) /\ ~(w = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__inv (h4/complex/complex__mul z w) = h4/complex/complex__mul (h4/complex/complex__inv z) (h4/complex/complex__inv w)
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/arithmetic/MULT__CLAUSES_c5: !n m. h4/arithmetic/_2A m (h4/num/SUC n) = h4/arithmetic/_2B m (h4/arithmetic/_2A m n)
% Assm: h4/arithmetic/MULT__CLAUSES_c1: !m. h4/arithmetic/_2A m h4/num/0 = h4/num/0
% Assm: h4/complex/MODU__1: h4/complex/modu (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/complex/MODU__MUL: !z w. h4/complex/modu (h4/complex/complex__mul z w) = h4/realax/real__mul (h4/complex/modu z) (h4/complex/modu w)
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/complex/complex__of__real0: !x. h4/complex/complex__of__real x = h4/pair/_2C x (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/transc/SIN__0: h4/transc/sin (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% 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: !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__ADD__COMM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/complex/COMPLEX__INV__0: h4/complex/complex__inv (h4/complex/complex__of__num h4/num/0) = h4/complex/complex__of__num h4/num/0
% Assm: h4/bool/IMP__F: !t. (t ==> F) ==> ~t
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/sat/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Goal: !z n. h4/complex/complex__exp (h4/complex/complex__mul (h4/complex/complex__of__num n) z) = h4/complex/complex__pow (h4/complex/complex__exp z) n
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_complexs_COMPLEXu_u_EXPu_u_N]: !z n. h4/complex/complex__exp (h4/complex/complex__scalar__lmul (h4/real/real__of__num n) z) = h4/complex/complex__pow (h4/complex/complex__exp z) n
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_complexs_complexu_u_exp0]: !z. h4/complex/complex__exp z = h4/complex/complex__scalar__lmul (h4/transc/exp (h4/complex/RE z)) (h4/pair/_2C (h4/transc/cos (h4/complex/IM z)) (h4/transc/sin (h4/complex/IM z)))
% Assm [h4s_complexs_complexu_u_ofu_u_num0]: !n. h4/complex/complex__of__num n = h4/complex/complex__of__real (h4/real/real__of__num n)
% Assm [h4s_complexs_COMPLEXu_u_EXPu_u_ADD]: !z w. h4/complex/complex__exp (h4/complex/complex__add z w) = h4/complex/complex__mul (h4/complex/complex__exp z) (h4/complex/complex__exp w)
% Assm [h4s_complexs_COMPLEXu_u_EXPu_u_NEG]: !z. h4/complex/complex__exp (h4/complex/complex__neg z) = h4/complex/complex__inv (h4/complex/complex__exp z)
% Assm [h4s_complexs_RE0]: !z. h4/complex/RE z = h4/pair/FST z
% Assm [h4s_complexs_IM0]: !z. h4/complex/IM z = h4/pair/SND z
% Assm [h4s_pairs_SND0]: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% Assm [h4s_pairs_FST0]: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm [h4s_complexs_complexu_u_powu_u_defu_c1]: !z n. h4/complex/complex__pow z (h4/num/SUC n) = h4/complex/complex__mul z (h4/complex/complex__pow z n)
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_complexs_COMPLEXu_u_EXPu_u_SUB]: !z w. h4/complex/complex__exp (h4/complex/complex__sub z w) = h4/complex/complex__div (h4/complex/complex__exp z) (h4/complex/complex__exp w)
% Assm [h4s_complexs_complexu_u_powu_u_defu_c0]: !z. h4/complex/complex__pow z h4/num/0 = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_primu_u_recs_numu_u_Axiom]: !f e. ?fn. happ fn h4/num/0 = e /\ (!n. happ fn (h4/num/SUC n) = happ (happ f n) (happ fn n))
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_L]: !z n k. h4/complex/complex__pow (h4/complex/complex__scalar__lmul k z) n = h4/complex/complex__scalar__lmul (h4/real/pow k n) (h4/complex/complex__pow z n)
% Assm [h4s_complexs_DEu_u_MOIVREu_u_LEMMA]: !x n. h4/complex/complex__pow (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) n = h4/pair/_2C (h4/transc/cos (h4/realax/real__mul (h4/real/real__of__num n) x)) (h4/transc/sin (h4/realax/real__mul (h4/real/real__of__num n) x))
% Assm [h4s_transcs_EXPu_u_N]: !x n. h4/transc/exp (h4/realax/real__mul (h4/real/real__of__num n) x) = h4/real/pow (h4/transc/exp x) n
% Assm [h4s_complexs_complexu_u_scalaru_u_lmul0]: !z k. h4/complex/complex__scalar__lmul k z = h4/pair/_2C (h4/realax/real__mul k (h4/complex/RE z)) (h4/realax/real__mul k (h4/complex/IM z))
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_complexs_COMPLEXu_u_OFu_u_NUMu_u_MUL]: !n m. h4/complex/complex__mul (h4/complex/complex__of__num m) (h4/complex/complex__of__num n) = h4/complex/complex__of__num (h4/arithmetic/_2A m n)
% Assm [h4s_complexs_COMPLEXu_u_OFu_u_NUMu_u_ADD]: !n m. h4/complex/complex__add (h4/complex/complex__of__num m) (h4/complex/complex__of__num n) = h4/complex/complex__of__num (h4/arithmetic/_2B m n)
% Assm [h4s_complexs_MODUu_u_NUM]: !n. h4/complex/modu (h4/complex/complex__of__num n) = h4/real/real__of__num n
% Assm [h4s_complexs_COMPLEXu_u_OFu_u_NUMu_u_EQ]: !n m. h4/complex/complex__of__num m = h4/complex/complex__of__num n <=> m = n
% Assm [h4s_complexs_CONJu_u_NUMu_u_REFL]: !n. h4/complex/conj (h4/complex/complex__of__num n) = h4/complex/complex__of__num n
% Assm [h4s_complexs_complexu_u_div0]: !z w. h4/complex/complex__div z w = h4/complex/complex__mul z (h4/complex/complex__inv w)
% Assm [h4s_nums_INDUCTION]: !P. happ P h4/num/0 /\ (!n. happ P n ==> happ P (h4/num/SUC n)) ==> (!n. happ P n)
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_complexs_EULERu_u_FORMULE]: !z. h4/complex/complex__scalar__lmul (h4/complex/modu z) (h4/complex/complex__exp (h4/complex/complex__scalar__rmul h4/complex/i (h4/complex/arg z))) = z
% Assm [h4s_complexs_EXPu_u_IMAGINARY]: !x. h4/complex/complex__exp (h4/complex/complex__scalar__rmul h4/complex/i x) = h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)
% Assm [h4s_complexs_complexu_u_sub0]: !z w. h4/complex/complex__sub z w = h4/complex/complex__add z (h4/complex/complex__neg w)
% Assm [h4s_arithmetics_SUCu_u_ELIMu_u_NUMERALS]: !g f. (!n. happ g (h4/num/SUC n) = happ (happ f n) (h4/num/SUC n)) <=> (!n. happ g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = happ (happ f (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) /\ (!n. happ g (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = happ (happ f (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n))) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)))
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_complexs_CONJu_u_REALu_u_REFL]: !x. h4/complex/conj (h4/complex/complex__of__real x) = h4/complex/complex__of__real x
% Assm [h4s_complexs_COMPLEXu_u_MULu_u_SCALARu_u_LMUL2]: !z w l k. h4/complex/complex__mul (h4/complex/complex__scalar__lmul k z) (h4/complex/complex__scalar__lmul l w) = h4/complex/complex__scalar__lmul (h4/realax/real__mul k l) (h4/complex/complex__mul z w)
% Assm [h4s_reals_REALu_u_OFu_u_NUMu_u_MUL]: !n m. h4/realax/real__mul (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2A m n)
% Assm [h4s_complexs_COMPLEXu_u_OFu_u_REALu_u_MUL]: !y x. h4/complex/complex__mul (h4/complex/complex__of__real x) (h4/complex/complex__of__real y) = h4/complex/complex__of__real (h4/realax/real__mul x y)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_complexs_COMPLEXu_u_MULu_u_ARG]: !y x. h4/complex/complex__mul (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) (h4/pair/_2C (h4/transc/cos y) (h4/transc/sin y)) = h4/pair/_2C (h4/transc/cos (h4/realax/real__add x y)) (h4/transc/sin (h4/realax/real__add x y))
% Assm [h4s_complexs_COMPLEXu_u_OFu_u_REALu_u_ADD]: !y x. h4/complex/complex__add (h4/complex/complex__of__real x) (h4/complex/complex__of__real y) = h4/complex/complex__of__real (h4/realax/real__add x y)
% Assm [h4s_reals_REALu_u_OFu_u_NUMu_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_complexs_MODUu_u_REAL]: !x. h4/complex/modu (h4/complex/complex__of__real x) = h4/real/abs x
% Assm [h4s_reals_ABSu_u_N]: !n. h4/real/abs (h4/real/real__of__num n) = h4/real/real__of__num n
% Assm [h4s_complexs_COMPLEXu_u_OFu_u_REALu_u_EQ]: !y x. h4/complex/complex__of__real x = h4/complex/complex__of__real y <=> x = y
% Assm [h4s_reals_REALu_u_OFu_u_NUMu_u_EQ]: !n m. h4/real/real__of__num m = h4/real/real__of__num n <=> m = n
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_MUL]: !z w n. h4/complex/complex__pow (h4/complex/complex__mul z w) n = h4/complex/complex__mul (h4/complex/complex__pow z n) (h4/complex/complex__pow w n)
% Assm [h4s_complexs_complexu_u_add0]: !z w. h4/complex/complex__add z w = h4/pair/_2C (h4/realax/real__add (h4/complex/RE z) (h4/complex/RE w)) (h4/realax/real__add (h4/complex/IM z) (h4/complex/IM w))
% Assm [h4s_transcs_EXPu_u_ADD]: !y x. h4/transc/exp (h4/realax/real__add x y) = h4/realax/real__mul (h4/transc/exp x) (h4/transc/exp y)
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_1]: !z. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = z
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_ZERO]: !z n. h4/complex/complex__pow z n = h4/complex/complex__of__num h4/num/0 ==> z = h4/complex/complex__of__num h4/num/0
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_0]: !n. h4/complex/complex__pow (h4/complex/complex__of__num h4/num/0) (h4/num/SUC n) = h4/complex/complex__of__num h4/num/0
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_ADD]: !z n m. h4/complex/complex__pow z (h4/arithmetic/_2B m n) = h4/complex/complex__mul (h4/complex/complex__pow z m) (h4/complex/complex__pow z n)
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_complexs_COMPLEXu_u_SCALARu_u_LMULu_u_ONE]: !z. h4/complex/complex__scalar__lmul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) z = z
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_NZ]: !z n. ~(z = h4/complex/complex__of__num h4/num/0) ==> ~(h4/complex/complex__pow z n = h4/complex/complex__of__num h4/num/0)
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_INV]: !z n. h4/complex/complex__pow (h4/complex/complex__inv z) n = h4/complex/complex__inv (h4/complex/complex__pow z n)
% Assm [h4s_reals_REALu_u_MULu_u_LID]: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm [h4s_reals_REALu_u_MULu_u_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_complexs_complexu_u_powu_u_defu_u_computeu_c1]: !z n. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) = h4/complex/complex__mul z (h4/complex/complex__pow z (h4/arithmetic/_2D (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% Assm [h4s_complexs_complexu_u_powu_u_defu_u_computeu_c2]: !z n. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 n)) = h4/complex/complex__mul z (h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 n)))
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_2]: !z. h4/complex/complex__pow z (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/complex/complex__mul z z
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_complexs_complexu_u_scalaru_u_rmul0]: !z k. h4/complex/complex__scalar__rmul z k = h4/pair/_2C (h4/realax/real__mul (h4/complex/RE z) k) (h4/realax/real__mul (h4/complex/IM z) k)
% Assm [h4s_complexs_i0]: h4/complex/i = h4/pair/_2C (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_transcs_EXPu_u_0]: h4/transc/exp (h4/real/real__of__num h4/num/0) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_ZEROu_u_EQ]: !z n. h4/complex/complex__pow z (h4/num/SUC n) = h4/complex/complex__of__num h4/num/0 <=> z = h4/complex/complex__of__num h4/num/0
% Assm [h4s_complexs_COMPLEXu_u_POWINV]: !z. ~(z = h4/complex/complex__of__num h4/num/0) ==> (!n. h4/complex/complex__inv (h4/complex/complex__pow z n) = h4/complex/complex__pow (h4/complex/complex__inv z) n)
% Assm [h4s_complexs_complexu_u_powu_u_defu_u_computeu_c0]: !z. h4/complex/complex__pow z h4/num/0 = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_COMPLEXu_u_INVu_u_ARG]: !x. h4/complex/complex__inv (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) = h4/pair/_2C (h4/transc/cos (h4/realax/real__neg x)) (h4/transc/sin (h4/realax/real__neg x))
% Assm [h4s_complexs_MODUu_u_UNIT]: !x. h4/complex/modu (h4/pair/_2C (h4/transc/cos x) (h4/transc/sin x)) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_MODUu_u_NZ]: !z. ~(z = h4/complex/complex__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/complex/modu z)
% Assm [h4s_complexs_COMPLEXu_u_INVu_u_SCALARu_u_LMUL]: !z k. ~(k = h4/real/real__of__num h4/num/0) /\ ~(z = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__inv (h4/complex/complex__scalar__lmul k z) = h4/complex/complex__scalar__lmul (h4/realax/inv k) (h4/complex/complex__inv z)
% Assm [h4s_transcs_EXPu_u_NZ]: !x. ~(h4/transc/exp x = h4/real/real__of__num h4/num/0)
% Assm [h4s_transcs_EXPu_u_NEG]: !x. h4/transc/exp (h4/realax/real__neg x) = h4/realax/inv (h4/transc/exp x)
% Assm [h4s_complexs_complexu_u_neg0]: !z. h4/complex/complex__neg z = h4/pair/_2C (h4/realax/real__neg (h4/complex/RE z)) (h4/realax/real__neg (h4/complex/IM z))
% Assm [h4s_reals_REALu_u_LTu_u_01]: h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_ONE]: !n. h4/complex/complex__pow (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) n = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_MODUu_u_COMPLEXu_u_POW]: !z n. h4/complex/modu (h4/complex/complex__pow z n) = h4/real/pow (h4/complex/modu z) n
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_DIV]: !z w n. h4/complex/complex__pow (h4/complex/complex__div z w) n = h4/complex/complex__div (h4/complex/complex__pow z n) (h4/complex/complex__pow w n)
% Assm [h4s_complexs_DEu_u_MOIVREu_u_THM]: !z n. h4/complex/complex__pow (h4/complex/complex__scalar__lmul (h4/complex/modu z) (h4/pair/_2C (h4/transc/cos (h4/complex/arg z)) (h4/transc/sin (h4/complex/arg z)))) n = h4/complex/complex__scalar__lmul (h4/real/pow (h4/complex/modu z) n) (h4/pair/_2C (h4/transc/cos (h4/realax/real__mul (h4/real/real__of__num n) (h4/complex/arg z))) (h4/transc/sin (h4/realax/real__mul (h4/real/real__of__num n) (h4/complex/arg z))))
% Assm [h4s_complexs_COMPLEXu_u_POWu_u_POW]: !z n m. h4/complex/complex__pow (h4/complex/complex__pow z m) n = h4/complex/complex__pow z (h4/arithmetic/_2A m n)
% Assm [h4s_complexs_COMPLEXu_u_MULu_u_LID]: !z. h4/complex/complex__mul (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) z = z
% Assm [h4s_complexs_COMPLEXu_u_MULu_u_RID]: !z. h4/complex/complex__mul z (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = z
% 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_complexs_COMPLEXu_u_MULu_u_ASSOC]: !z w v. h4/complex/complex__mul z (h4/complex/complex__mul w v) = h4/complex/complex__mul (h4/complex/complex__mul z w) v
% Assm [h4s_complexs_COMPLEXu_u_MULu_u_COMM]: !z w. h4/complex/complex__mul z w = h4/complex/complex__mul w z
% Assm [h4s_complexs_COMPLEXu_u_TRIANGLE]: !z. h4/complex/complex__scalar__lmul (h4/complex/modu z) (h4/pair/_2C (h4/transc/cos (h4/complex/arg z)) (h4/transc/sin (h4/complex/arg z))) = z
% Assm [h4s_complexs_COMPLEXu_u_ENTIRE]: !z w. h4/complex/complex__mul z w = h4/complex/complex__of__num h4/num/0 <=> z = h4/complex/complex__of__num h4/num/0 \/ w = h4/complex/complex__of__num h4/num/0
% Assm [h4s_complexs_COMPLEXu_u_10]: ~(h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/complex/complex__of__num h4/num/0)
% Assm [h4s_complexs_COMPLEXu_u_MULu_u_LZERO]: !z. h4/complex/complex__mul (h4/complex/complex__of__num h4/num/0) z = h4/complex/complex__of__num h4/num/0
% 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_reals_pow0u_c0]: !x. h4/real/pow x h4/num/0 = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_arithmetics_ONE]: h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO) = h4/num/SUC h4/num/0
% Assm [h4s_bools_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c3]: !n m. h4/arithmetic/_2B m (h4/num/SUC n) = h4/num/SUC (h4/arithmetic/_2B m n)
% Assm [h4s_arithmetics_ADDu_u_CLAUSESu_c1]: !m. h4/arithmetic/_2B m h4/num/0 = m
% Assm [h4s_complexs_COMPLEXu_u_INV1]: h4/complex/complex__inv (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_COMPLEXu_u_INVu_u_MUL]: !z w. ~(z = h4/complex/complex__of__num h4/num/0) /\ ~(w = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__inv (h4/complex/complex__mul z w) = h4/complex/complex__mul (h4/complex/complex__inv z) (h4/complex/complex__inv w)
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_arithmetics_MULTu_u_CLAUSESu_c5]: !n m. h4/arithmetic/_2A m (h4/num/SUC n) = h4/arithmetic/_2B m (h4/arithmetic/_2A m n)
% Assm [h4s_arithmetics_MULTu_u_CLAUSESu_c1]: !m. h4/arithmetic/_2A m h4/num/0 = h4/num/0
% Assm [h4s_complexs_MODUu_u_1]: h4/complex/modu (h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_complexs_MODUu_u_MUL]: !z w. h4/complex/modu (h4/complex/complex__mul z w) = h4/realax/real__mul (h4/complex/modu z) (h4/complex/modu w)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_complexs_complexu_u_ofu_u_real0]: !x. h4/complex/complex__of__real x = h4/pair/_2C x (h4/real/real__of__num h4/num/0)
% Assm [h4s_transcs_COSu_u_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 [h4s_transcs_SINu_u_0]: h4/transc/sin (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% 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_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_ADDu_u_COMM]: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_complexs_COMPLEXu_u_INVu_u_0]: h4/complex/complex__inv (h4/complex/complex__of__num h4/num/0) = h4/complex/complex__of__num h4/num/0
% Assm [h4s_bools_IMPu_u_F]: !t. (t ==> F) ==> ~t
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_sats_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Goal: !z n. h4/complex/complex__exp (h4/complex/complex__mul (h4/complex/complex__of__num n) z) = h4/complex/complex__pow (h4/complex/complex__exp z) n
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_Q1354283,TV_Q1354279]: ![V_f, V_g]: (![V_x]: s(TV_Q1354279,happ(s(t_fun(TV_Q1354283,TV_Q1354279),V_f),s(TV_Q1354283,V_x))) = s(TV_Q1354279,happ(s(t_fun(TV_Q1354283,TV_Q1354279),V_g),s(TV_Q1354283,V_x))) => s(t_fun(TV_Q1354283,TV_Q1354279),V_f) = s(t_fun(TV_Q1354283,TV_Q1354279),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_complexs_COMPLEXu_u_EXPu_u_N, axiom, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_bools_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
fof(ah4s_complexs_complexu_u_exp0, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))))).
fof(ah4s_complexs_complexu_u_ofu_u_num0, axiom, ![V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_COMPLEXu_u_EXPu_u_ADD, axiom, ![V_z, V_w]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_add(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
fof(ah4s_complexs_COMPLEXu_u_EXPu_u_NEG, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_neg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))).
fof(ah4s_complexs_RE0, axiom, ![V_z]: s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_realaxs_real,h4s_pairs_fst(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))).
fof(ah4s_complexs_IM0, axiom, ![V_z]: s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_realaxs_real,h4s_pairs_snd(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))).
fof(ah4s_pairs_SND0, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x]: s(TV_u_27b,h4s_pairs_snd(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27b,V_y)).
fof(ah4s_pairs_FST0, axiom, ![TV_u_27b,TV_u_27a]: ![V_y, V_x]: s(TV_u_27a,h4s_pairs_fst(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27a,V_x)).
fof(ah4s_complexs_complexu_u_powu_u_defu_c1, axiom, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n)))))).
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_complexs_COMPLEXu_u_EXPu_u_SUB, axiom, ![V_z, V_w]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_sub(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_div(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
fof(ah4s_complexs_complexu_u_powu_u_defu_c0, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_primu_u_recs_numu_u_Axiom, axiom, ![TV_u_27a]: ![V_f, V_e]: ?[V_fn]: (s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn),s(t_h4s_nums_num,h4s_nums_0))) = s(TV_u_27a,V_e) & ![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(TV_u_27a,TV_u_27a)),V_f),s(t_h4s_nums_num,V_n))),s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_fn),s(t_h4s_nums_num,V_n))))))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_L, axiom, ![V_z, V_n, V_k]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,V_k),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_k),s(t_h4s_nums_num,V_n))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_DEu_u_MOIVREu_u_LEMMA, axiom, ![V_x, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x))))),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(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,V_n))),s(t_h4s_realaxs_real,V_x))))),s(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,V_n))),s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_transcs_EXPu_u_N, axiom, ![V_x, V_n]: s(t_h4s_realaxs_real,h4s_transcs_exp(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,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,V_x))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_complexs_complexu_u_scalaru_u_lmul0, axiom, ![V_z, V_k]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,V_k),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_k),s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_k),s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))).
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_complexs_COMPLEXu_u_OFu_u_NUMu_u_MUL, axiom, ![V_n, V_m]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_COMPLEXu_u_OFu_u_NUMu_u_ADD, axiom, ![V_n, V_m]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_add(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_complexs_MODUu_u_NUM, axiom, ![V_n]: s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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,V_n)))).
fof(ah4s_complexs_COMPLEXu_u_OFu_u_NUMu_u_EQ, axiom, ![V_n, V_m]: (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_m))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_complexs_CONJu_u_NUMu_u_REFL, axiom, ![V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_conj(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_n)))).
fof(ah4s_complexs_complexu_u_div0, axiom, ![V_z, V_w]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_div(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
fof(ah4s_nums_INDUCTION, axiom, ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_0)))) & ![V_n]: (p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))) => p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n)))))))) => ![V_n]: p(s(t_bool,happ(s(t_fun(t_h4s_nums_num,t_bool),V_P),s(t_h4s_nums_num,V_n)))))).
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_complexs_EULERu_u_FORMULE, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_rmul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_i),s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)).
fof(ah4s_complexs_EXPu_u_IMAGINARY, axiom, ![V_x]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_rmul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_i),s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_complexs_complexu_u_sub0, axiom, ![V_z, V_w]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_sub(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_add(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_neg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
fof(ah4s_arithmetics_SUCu_u_ELIMu_u_NUMERALS, axiom, ![TV_u_27a]: ![V_g, V_f]: (![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,V_n))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) <=> (![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(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_bit1(s(t_h4s_nums_num,V_n))))))) & ![V_n]: s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),V_g),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))))) = s(TV_u_27a,happ(s(t_fun(t_h4s_nums_num,TV_u_27a),happ(s(t_fun(t_h4s_nums_num,t_fun(t_h4s_nums_num,TV_u_27a)),V_f),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(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,V_n)))))))))).
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_complexs_CONJu_u_REALu_u_REFL, axiom, ![V_x]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_conj(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_complexs_COMPLEXu_u_MULu_u_SCALARu_u_LMUL2, axiom, ![V_z, V_w, V_l, V_k]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,V_k),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,V_l),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_k),s(t_h4s_realaxs_real,V_l))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
fof(ah4s_reals_REALu_u_OFu_u_NUMu_u_MUL, axiom, ![V_n, V_m]: 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_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_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_COMPLEXu_u_OFu_u_REALu_u_MUL, axiom, ![V_y, V_x]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_x))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_complexs_COMPLEXu_u_MULu_u_ARG, axiom, ![V_y, V_x]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x))))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_y))))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(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_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)))))))).
fof(ah4s_complexs_COMPLEXu_u_OFu_u_REALu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_add(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_x))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_OFu_u_NUMu_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_complexs_MODUu_u_REAL, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_ABSu_u_N, axiom, ![V_n]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n)))).
fof(ah4s_complexs_COMPLEXu_u_OFu_u_REALu_u_EQ, axiom, ![V_y, V_x]: (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(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_OFu_u_NUMu_u_EQ, 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_complexs_COMPLEXu_u_POWu_u_MUL, axiom, ![V_z, V_w, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_complexu_u_add0, axiom, ![V_z, V_w]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_add(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))))).
fof(ah4s_transcs_EXPu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_transcs_exp(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_mul(s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_1, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_ZERO, axiom, ![V_z, V_n]: (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) => s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_0, axiom, ![V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_ADD, axiom, ![V_z, V_n, V_m]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_m))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_complexs_COMPLEXu_u_SCALARu_u_LMULu_u_ONE, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_NZ, axiom, ![V_z, V_n]: (~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => ~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_INV, axiom, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_REALu_u_MULu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_MULu_u_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_complexs_complexu_u_powu_u_defu_u_computeu_c1, axiom, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n))))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(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)))))))))))).
fof(ah4s_complexs_complexu_u_powu_u_defu_u_computeu_c2, axiom, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,V_n))))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,V_n)))))))))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_2, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))).
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_complexs_complexu_u_scalaru_u_rmul0, axiom, ![V_z, V_k]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_rmul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_realaxs_real,V_k))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_realaxs_real,V_k))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_realaxs_real,V_k)))))).
fof(ah4s_complexs_i0, axiom, s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_i) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(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_transcs_EXPu_u_0, axiom, s(t_h4s_realaxs_real,h4s_transcs_exp(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_complexs_COMPLEXu_u_POWu_u_ZEROu_u_EQ, axiom, ![V_z, V_n]: (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_complexs_COMPLEXu_u_POWINV, axiom, ![V_z]: (~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => ![V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n))))).
fof(ah4s_complexs_complexu_u_powu_u_defu_u_computeu_c0, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_complexs_COMPLEXu_u_INVu_u_ARG, axiom, ![V_x]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x))))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(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,h4s_transcs_sin(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_complexs_MODUu_u_UNIT, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x))))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_complexs_MODUu_u_NZ, axiom, ![V_z]: (~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) <=> p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))).
fof(ah4s_complexs_COMPLEXu_u_INVu_u_SCALARu_u_LMUL, axiom, ![V_z, V_k]: ((~ (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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) => s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,V_k),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_k))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))))).
fof(ah4s_transcs_EXPu_u_NZ, axiom, ![V_x]: ~ (s(t_h4s_realaxs_real,h4s_transcs_exp(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_EXPu_u_NEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,h4s_transcs_exp(s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_complexs_complexu_u_neg0, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_neg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_complexs_re(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_complexs_im(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))).
fof(ah4s_reals_REALu_u_LTu_u_01, axiom, p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_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_complexs_COMPLEXu_u_POWu_u_ONE, axiom, ![V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_complexs_MODUu_u_COMPLEXu_u_POW, axiom, ![V_z, V_n]: s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n)))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_DIV, axiom, ![V_z, V_w, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_div(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_div(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_n))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_DEu_u_MOIVREu_u_THM, axiom, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))))))),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(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,V_n))),s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))))),s(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,V_n))),s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))))))))))).
fof(ah4s_complexs_COMPLEXu_u_POWu_u_POW, axiom, ![V_z, V_n, V_m]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,V_n))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_complexs_COMPLEXu_u_MULu_u_LID, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)).
fof(ah4s_complexs_COMPLEXu_u_MULu_u_RID, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)).
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_complexs_COMPLEXu_u_MULu_u_ASSOC, axiom, ![V_z, V_w, V_v]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_v))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_v)))).
fof(ah4s_complexs_COMPLEXu_u_MULu_u_COMM, axiom, ![V_z, V_w]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)))).
fof(ah4s_complexs_COMPLEXu_u_TRIANGLE, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_scalaru_u_lmul(s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_transcs_cos(s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,h4s_complexs_arg(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z)).
fof(ah4s_complexs_COMPLEXu_u_ENTIRE, axiom, ![V_z, V_w]: (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) | s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))).
fof(ah4s_complexs_COMPLEXu_u_10, axiom, ~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_complexs_COMPLEXu_u_MULu_u_LZERO, axiom, ![V_z]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
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_reals_pow0u_c0, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),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_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_bools_IMPu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_arithmetics_ADDu_u_CLAUSESu_c3, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_nums_suc(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_arithmetics_ADDu_u_CLAUSESu_c1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_complexs_COMPLEXu_u_INV1, axiom, s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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_complexs_COMPLEXu_u_INVu_u_MUL, axiom, ![V_z, V_w]: ((~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) & ~ (s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) => s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))))).
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_MULTu_u_CLAUSESu_c5, axiom, ![V_n, V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),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,V_m),s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_arithmetics_MULTu_u_CLAUSESu_c1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2a(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_nums_num,h4s_nums_0)).
fof(ah4s_complexs_MODUu_u_1, axiom, s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_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,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_complexs_MODUu_u_MUL, axiom, ![V_z, V_w]: s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_realaxs_real,h4s_complexs_modu(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_w)))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_complexs_complexu_u_ofu_u_real0, axiom, ![V_x]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_real(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(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_COSu_u_0, axiom, s(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_transcs_SINu_u_0, axiom, s(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_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_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_ADDu_u_COMM, axiom, ![V_y, 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_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_complexs_COMPLEXu_u_INVu_u_0, axiom, s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_inv(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_bools_IMPu_u_F, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) => ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_Fu_u_IMP, axiom, ![V_t]: (~ (p(s(t_bool,V_t))) => (p(s(t_bool,V_t)) => p(s(t_bool,f))))).
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_sats_dcu_u_imp, 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_p)) | ~ (p(s(t_bool,V_r)))) & (~ (p(s(t_bool,V_q))) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_dcu_u_eq, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> s(t_bool,V_q) = s(t_bool,V_r)) <=> ((p(s(t_bool,V_p)) | (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) & ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_q))))) & ((p(s(t_bool,V_q)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_p))))) & (p(s(t_bool,V_r)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p)))))))))).
fof(ah4s_sats_dcu_u_disj, 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_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
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_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_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_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_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ch4s_complexs_COMPLEXu_u_EXPu_u_N2, conjecture, ![V_z, V_n]: s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_mul(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_pow(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_complexs_complexu_u_exp(s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),V_z))),s(t_h4s_nums_num,V_n)))).
