%   ORIGINAL: h4/complex/COMPLEX__MUL__RINV
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/NOT__CLAUSES_c1: ~T <=> F
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/pair/ABS__REP__prod_c1: !r. (\p. ?x y. p = (\a b. a = x /\ b = y)) r <=> h4/pair/REP__prod (h4/pair/ABS__prod r) = r
% Assm: h4/pair/COMMA__DEF: !y x. h4/pair/_2C x y = h4/pair/ABS__prod (\a b. a = x /\ b = y)
% Assm: h4/pair/FST0: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm: h4/pair/SND0: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% Assm: h4/real/REAL__ADD__SYM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/real/REAL__ADD__ASSOC: !z y x. h4/realax/real__add x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__add x y) z
% Assm: h4/real/REAL__ADD__LID: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm: h4/real/REAL__ADD__LINV: !x. h4/realax/real__add (h4/realax/real__neg x) x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__MUL__SYM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm: h4/real/REAL__MUL__ASSOC: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm: h4/real/REAL__MUL__LID: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm: h4/real/real__sub0: !y x. h4/real/real__sub x y = h4/realax/real__add x (h4/realax/real__neg y)
% Assm: h4/real/real__div: !y x. h4/real/_2F x y = h4/realax/real__mul x (h4/realax/inv y)
% Assm: h4/real/REAL__ADD__RID: !x. h4/realax/real__add x (h4/real/real__of__num h4/num/0) = x
% Assm: h4/real/REAL__ADD__RINV: !x. h4/realax/real__add x (h4/realax/real__neg x) = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__NEG__ADD: !y x. h4/realax/real__neg (h4/realax/real__add x y) = h4/realax/real__add (h4/realax/real__neg x) (h4/realax/real__neg y)
% Assm: h4/real/REAL__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/real/REAL__LE__REFL: !x. h4/real/real__lte x x
% Assm: h4/real/REAL__LE__ANTISYM: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm: h4/real/REAL__DIV__REFL: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/real/_2F x x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/POW__2: !x. h4/real/pow x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/realax/real__mul x x
% Assm: h4/real/REAL__MUL__RNEG: !y x. h4/realax/real__mul x (h4/realax/real__neg y) = h4/realax/real__neg (h4/realax/real__mul x y)
% Assm: h4/real/REAL__MUL__LNEG: !y x. h4/realax/real__mul (h4/realax/real__neg x) y = h4/realax/real__neg (h4/realax/real__mul x y)
% Assm: h4/real/real__lt: !y x. h4/realax/real__lt x y <=> ~h4/real/real__lte y x
% Assm: h4/real/REAL__LE__LNEG: !y x. h4/real/real__lte (h4/realax/real__neg x) y <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm: h4/real/REAL__LE__NEG2: !y x. h4/real/real__lte (h4/realax/real__neg x) (h4/realax/real__neg y) <=> h4/real/real__lte y x
% Assm: h4/real/REAL__NEG__NEG: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm: h4/real/REAL__LE__RNEG: !y x. h4/real/real__lte x (h4/realax/real__neg y) <=> h4/real/real__lte (h4/realax/real__add x y) (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/eq__ints_c0: !n m. h4/real/real__of__num n = h4/real/real__of__num m <=> n = m
% 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/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/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__0__THM: !z. z = h4/complex/complex__of__num h4/num/0 <=> h4/realax/real__add (h4/real/pow (h4/complex/RE z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/complex/IM z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num h4/num/0
% Assm: h4/complex/complex__mul0: !z w. h4/complex/complex__mul z w = h4/pair/_2C (h4/real/real__sub (h4/realax/real__mul (h4/complex/RE z) (h4/complex/RE w)) (h4/realax/real__mul (h4/complex/IM z) (h4/complex/IM w))) (h4/realax/real__add (h4/realax/real__mul (h4/complex/RE z) (h4/complex/IM w)) (h4/realax/real__mul (h4/complex/IM z) (h4/complex/RE w)))
% Assm: h4/complex/complex__inv0: !z. h4/complex/complex__inv z = h4/pair/_2C (h4/real/_2F (h4/complex/RE z) (h4/realax/real__add (h4/real/pow (h4/complex/RE z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/complex/IM z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))))) (h4/real/_2F (h4/realax/real__neg (h4/complex/IM z)) (h4/realax/real__add (h4/real/pow (h4/complex/RE z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/complex/IM z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))))
% Goal: !z. ~(z = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__mul z (h4/complex/complex__inv z) = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_FUNu_u_EQu_u_THM]: !g f. f = g <=> (!x. happ f x = happ g x)
% Assm [h4s_bools_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_pairs_ABSu_u_REPu_u_produ_c1]: !r. (?x y. !x' x. happ (happ r x') x <=> x' = x /\ x = y) <=> h4/pair/REP__prod (h4/pair/ABS__prod r) = r
% Assm [h4s_pairs_COMMAu_u_DEF]: !_1. (!a x y b. happ (happ (happ (happ _1 a) x) y) b <=> a = x /\ b = y) ==> (!_0. (!x y a. happ (happ (happ _0 x) y) a = happ (happ (happ _1 a) x) y) ==> (!y x. h4/pair/_2C x y = h4/pair/ABS__prod (happ (happ _0 x) y)))
% Assm [h4s_pairs_FST0]: !y x. h4/pair/FST (h4/pair/_2C x y) = x
% Assm [h4s_pairs_SND0]: !y x. h4/pair/SND (h4/pair/_2C x y) = y
% Assm [h4s_reals_REALu_u_ADDu_u_SYM]: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm [h4s_reals_REALu_u_ADDu_u_ASSOC]: !z y x. h4/realax/real__add x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__add x y) z
% Assm [h4s_reals_REALu_u_ADDu_u_LID]: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm [h4s_reals_REALu_u_ADDu_u_LINV]: !x. h4/realax/real__add (h4/realax/real__neg x) x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_MULu_u_SYM]: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm [h4s_reals_REALu_u_MULu_u_ASSOC]: !z y x. h4/realax/real__mul x (h4/realax/real__mul y z) = h4/realax/real__mul (h4/realax/real__mul x y) z
% Assm [h4s_reals_REALu_u_MULu_u_LID]: !x. h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) x = x
% Assm [h4s_reals_realu_u_sub0]: !y x. h4/real/real__sub x y = h4/realax/real__add x (h4/realax/real__neg y)
% Assm [h4s_reals_realu_u_div]: !y x. h4/real/_2F x y = h4/realax/real__mul x (h4/realax/inv y)
% Assm [h4s_reals_REALu_u_ADDu_u_RID]: !x. h4/realax/real__add x (h4/real/real__of__num h4/num/0) = x
% Assm [h4s_reals_REALu_u_ADDu_u_RINV]: !x. h4/realax/real__add x (h4/realax/real__neg x) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_NEGu_u_ADD]: !y x. h4/realax/real__neg (h4/realax/real__add x y) = h4/realax/real__add (h4/realax/real__neg x) (h4/realax/real__neg y)
% Assm [h4s_reals_REALu_u_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_reals_REALu_u_LEu_u_REFL]: !x. h4/real/real__lte x x
% Assm [h4s_reals_REALu_u_LEu_u_ANTISYM]: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm [h4s_reals_REALu_u_DIVu_u_REFL]: !x. ~(x = h4/real/real__of__num h4/num/0) ==> h4/real/_2F x x = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_POWu_u_2]: !x. h4/real/pow x (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) = h4/realax/real__mul x x
% Assm [h4s_reals_REALu_u_MULu_u_RNEG]: !y x. h4/realax/real__mul x (h4/realax/real__neg y) = h4/realax/real__neg (h4/realax/real__mul x y)
% Assm [h4s_reals_REALu_u_MULu_u_LNEG]: !y x. h4/realax/real__mul (h4/realax/real__neg x) y = h4/realax/real__neg (h4/realax/real__mul x y)
% Assm [h4s_reals_realu_u_lt]: !y x. h4/realax/real__lt x y <=> ~h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_LEu_u_LNEG]: !y x. h4/real/real__lte (h4/realax/real__neg x) y <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm [h4s_reals_REALu_u_LEu_u_NEG2]: !y x. h4/real/real__lte (h4/realax/real__neg x) (h4/realax/real__neg y) <=> h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_NEGu_u_NEG]: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm [h4s_reals_REALu_u_LEu_u_RNEG]: !y x. h4/real/real__lte x (h4/realax/real__neg y) <=> h4/real/real__lte (h4/realax/real__add x y) (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_equ_u_intsu_c0]: !n m. h4/real/real__of__num n = h4/real/real__of__num m <=> n = m
% 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_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_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_0u_u_THM]: !z. z = h4/complex/complex__of__num h4/num/0 <=> h4/realax/real__add (h4/real/pow (h4/complex/RE z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/complex/IM z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) = h4/real/real__of__num h4/num/0
% Assm [h4s_complexs_complexu_u_mul0]: !z w. h4/complex/complex__mul z w = h4/pair/_2C (h4/real/real__sub (h4/realax/real__mul (h4/complex/RE z) (h4/complex/RE w)) (h4/realax/real__mul (h4/complex/IM z) (h4/complex/IM w))) (h4/realax/real__add (h4/realax/real__mul (h4/complex/RE z) (h4/complex/IM w)) (h4/realax/real__mul (h4/complex/IM z) (h4/complex/RE w)))
% Assm [h4s_complexs_complexu_u_inv0]: !z. h4/complex/complex__inv z = h4/pair/_2C (h4/real/_2F (h4/complex/RE z) (h4/realax/real__add (h4/real/pow (h4/complex/RE z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/complex/IM z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))))) (h4/real/_2F (h4/realax/real__neg (h4/complex/IM z)) (h4/realax/real__add (h4/real/pow (h4/complex/RE z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) (h4/real/pow (h4/complex/IM z) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))))
% Goal: !z. ~(z = h4/complex/complex__of__num h4/num/0) ==> h4/complex/complex__mul z (h4/complex/complex__inv z) = h4/complex/complex__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(aHLu_EXT, axiom, ![TV_Q256032,TV_Q256028]: ![V_f, V_g]: (![V_x]: s(TV_Q256028,happ(s(t_fun(TV_Q256032,TV_Q256028),V_f),s(TV_Q256032,V_x))) = s(TV_Q256028,happ(s(t_fun(TV_Q256032,TV_Q256028),V_g),s(TV_Q256032,V_x))) => s(t_fun(TV_Q256032,TV_Q256028),V_f) = s(t_fun(TV_Q256032,TV_Q256028),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,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_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_bools_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_bools_FUNu_u_EQu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_g, V_f]: (s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),V_g) <=> ![V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_g),s(TV_u_27a,V_x))))).
fof(ah4s_bools_EQu_u_CLAUSESu_c0, axiom, ![V_t]: (s(t_bool,t) = s(t_bool,V_t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c3, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,f) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c0, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) & p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) | ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c1, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_ANDu_u_IMPu_u_INTRO, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) => (p(s(t_bool,V_t2)) => p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) => p(s(t_bool,V_t3))))).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_sats_ANDu_u_INVu_u_IMP, axiom, ![V_A]: (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_A))) => p(s(t_bool,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_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_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_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_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_pairs_ABSu_u_REPu_u_produ_c1, axiom, ![TV_u_27a,TV_u_27b]: ![V_r]: (?[V_x, V_y]: ![V_xi_, V_x0]: (p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_r),s(TV_u_27a,V_xi_))),s(TV_u_27b,V_x0)))) <=> (s(TV_u_27a,V_xi_) = s(TV_u_27a,V_x) & s(TV_u_27b,V_x0) = s(TV_u_27b,V_y))) <=> s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),h4s_pairs_repu_u_prod(s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_absu_u_prod(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_r))))) = s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_r))).
fof(ah4s_pairs_COMMAu_u_DEF, axiom, ![TV_u_27a,TV_u_27b]: ![V_uu_1]: (![V_a, V_x, V_y, V_b]: (p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)))),V_uu_1),s(TV_u_27a,V_a))),s(TV_u_27a,V_x))),s(TV_u_27b,V_y))),s(TV_u_27b,V_b)))) <=> (s(TV_u_27a,V_a) = s(TV_u_27a,V_x) & s(TV_u_27b,V_b) = s(TV_u_27b,V_y))) => ![V_uu_0]: (![V_x, V_y, V_a]: s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)))),V_uu_0),s(TV_u_27a,V_x))),s(TV_u_27b,V_y))),s(TV_u_27a,V_a))) = s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)))),V_uu_1),s(TV_u_27a,V_a))),s(TV_u_27a,V_x))),s(TV_u_27b,V_y))) => ![V_y, V_x]: 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(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_absu_u_prod(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool))),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)))),V_uu_0),s(TV_u_27a,V_x))),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_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_reals_REALu_u_ADDu_u_SYM, 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_reals_REALu_u_ADDu_u_ASSOC, axiom, ![V_z, 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,h4s_realaxs_realu_u_add(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_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z)))).
fof(ah4s_reals_REALu_u_ADDu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_ADDu_u_LINV, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_MULu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_MULu_u_ASSOC, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z)))).
fof(ah4s_reals_REALu_u_MULu_u_LID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_realu_u_sub0, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_realu_u_div, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_inv(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_ADDu_u_RID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_ADDu_u_RINV, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_NEGu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_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_reals_REALu_u_LEu_u_REFL, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_reals_REALu_u_LEu_u_ANTISYM, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))))) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,V_y))).
fof(ah4s_reals_REALu_u_DIVu_u_REFL, axiom, ![V_x]: (~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) => s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))).
fof(ah4s_reals_POWu_u_2, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_MULu_u_RNEG, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_MULu_u_LNEG, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_realu_u_lt, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) <=> ~ (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_reals_REALu_u_LEu_u_LNEG, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_LEu_u_NEG2, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_NEGu_u_NEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_LEu_u_RNEG, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_reals_realu_u_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_equ_u_intsu_c0, axiom, ![V_n, 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,V_m))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,V_m))).
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_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_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_0u_u_THM, 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))) <=> s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_pow(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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_complexs_im(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_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_complexs_complexu_u_mul0, 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_pairs_u_2c(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,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_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,h4s_complexs_im(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_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,h4s_complexs_im(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_im(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)))))))))).
fof(ah4s_complexs_complexu_u_inv0, axiom, ![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_z))) = s(t_h4s_pairs_prod(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_pairs_u_2c(s(t_h4s_realaxs_real,h4s_reals_u_2f(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_add(s(t_h4s_realaxs_real,h4s_reals_pow(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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_complexs_im(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_realaxs_real,h4s_reals_u_2f(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))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_pow(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_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,h4s_complexs_im(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)))))))))))))).
fof(ch4s_complexs_COMPLEXu_u_MULu_u_RINV, conjecture, ![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)))) => 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_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))))))))).
