%   ORIGINAL: h4/poly/POLY__MUL
% 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/list/list__Axiom: !f1 f0. ?fn. fn h4/list/NIL = f0 /\ (!a0 a1. fn (h4/list/CONS a0 a1) = f1 a0 a1 (fn a1))
% Assm: h4/poly/poly__mul__def_c1: !t l2 h. h4/poly/poly__mul (h4/list/CONS h t) l2 = h4/bool/COND (t = h4/list/NIL) (h4/poly/_23_23 h l2) (h4/poly/poly__add (h4/poly/_23_23 h l2) (h4/list/CONS (h4/real/real__of__num h4/num/0) (h4/poly/poly__mul t l2)))
% 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/poly/poly__def_c1: !x t h. h4/poly/poly (h4/list/CONS h t) x = h4/realax/real__add h (h4/realax/real__mul x (h4/poly/poly t x))
% Assm: h4/poly/POLY__CMUL: !x p c. h4/poly/poly (h4/poly/_23_23 c p) x = h4/realax/real__mul c (h4/poly/poly p x)
% Assm: h4/poly/POLY__ADD: !x p2 p1. h4/poly/poly (h4/poly/poly__add p1 p2) x = h4/realax/real__add (h4/poly/poly p1 x) (h4/poly/poly p2 x)
% Assm: h4/poly/POLY__NEG: !x p. h4/poly/poly (h4/poly/poly__neg p) x = h4/realax/real__neg (h4/poly/poly p x)
% Assm: h4/poly/poly__mul__def_c0: !l2. h4/poly/poly__mul h4/list/NIL l2 = h4/list/NIL
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/poly/poly__def_c0: !x. h4/poly/poly h4/list/NIL x = h4/real/real__of__num h4/num/0
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/list/NOT__CONS__NIL: !a1 a0. ~(h4/list/CONS a0 a1 = h4/list/NIL)
% Assm: h4/poly/POLY__MUL__CLAUSES_c1: !p2 h1. h4/poly/poly__mul (h4/list/CONS h1 h4/list/NIL) p2 = h4/poly/_23_23 h1 p2
% Assm: h4/poly/POLY__MUL__CLAUSES_c2: !t1 p2 k1 h1. h4/poly/poly__mul (h4/list/CONS h1 (h4/list/CONS k1 t1)) p2 = h4/poly/poly__add (h4/poly/_23_23 h1 p2) (h4/list/CONS (h4/real/real__of__num h4/num/0) (h4/poly/poly__mul (h4/list/CONS k1 t1) p2))
% Assm: h4/poly/poly__exp__def_c1: !p n. h4/poly/poly__exp p (h4/num/SUC n) = h4/poly/poly__mul p (h4/poly/poly__exp p n)
% Assm: h4/poly/POLY__MUL__CLAUSES_c0: !p2. h4/poly/poly__mul h4/list/NIL p2 = h4/list/NIL
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% 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__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/poly/poly__cmul__def_c1: !t h c. h4/poly/_23_23 c (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul c h) (h4/poly/_23_23 c t)
% Assm: h4/poly/poly__add__def_c1: !t l2 h. h4/poly/poly__add (h4/list/CONS h t) l2 = h4/bool/COND (l2 = h4/list/NIL) (h4/list/CONS h t) (h4/list/CONS (h4/realax/real__add h (h4/list/HD l2)) (h4/poly/poly__add t (h4/list/TL l2)))
% Assm: h4/poly/poly__add__def_c0: !l2. h4/poly/poly__add h4/list/NIL l2 = l2
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% 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/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/real/REAL__LE__ANTISYM: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% 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/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% 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/bool/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% 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__NEG__NEG: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm: h4/real/real__lt: !y x. h4/realax/real__lt x y <=> ~h4/real/real__lte y x
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm: h4/real/REAL__LE__REFL: !x. h4/real/real__lte x x
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% 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__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__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/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% 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/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/sat/dc__neg: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm: h4/sat/OR__DUAL2: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm: h4/list/list__INDUCT: !P. P h4/list/NIL /\ (!t. P t ==> (!h. P (h4/list/CONS h t))) ==> (!l. P l)
% Assm: h4/bool/ETA__AX: !t. (\x. t x) = t
% Assm: h4/poly/POLY__CMUL__CLAUSES_c1: !t h c. h4/poly/_23_23 c (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul c h) (h4/poly/_23_23 c t)
% Assm: h4/list/TL0: !t h. h4/list/TL (h4/list/CONS h t) = t
% Assm: h4/poly/poly__diff__def: !l. h4/poly/diff l = h4/bool/COND (l = h4/list/NIL) h4/list/NIL (h4/poly/poly__diff__aux (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (h4/list/TL l))
% Assm: h4/poly/poly__neg__def: h4/poly/poly__neg = h4/poly/_23_23 (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/poly/poly__cmul__def_c0: !c. h4/poly/_23_23 c h4/list/NIL = h4/list/NIL
% Assm: h4/list/HD0: !t h. h4/list/HD (h4/list/CONS h t) = h
% Assm: h4/real/REAL__ADD__LDISTRIB: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% 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__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__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/poly/poly__diff__aux__def_c1: !t n h. h4/poly/poly__diff__aux n (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul (h4/real/real__of__num n) h) (h4/poly/poly__diff__aux (h4/num/SUC n) t)
% Assm: h4/poly/POLY__NEG__CLAUSES_c1: !t h. h4/poly/poly__neg (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__neg h) (h4/poly/poly__neg t)
% Assm: h4/poly/POLY__DIFF__CLAUSES_c2: !t h. h4/poly/diff (h4/list/CONS h t) = h4/poly/poly__diff__aux (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) t
% Assm: h4/poly/POLY__ADD__CLAUSES_c2: !t2 t1 h2 h1. h4/poly/poly__add (h4/list/CONS h1 t1) (h4/list/CONS h2 t2) = h4/list/CONS (h4/realax/real__add h1 h2) (h4/poly/poly__add t1 t2)
% Assm: h4/poly/POLY__ADD__CLAUSES_c1: !p1. h4/poly/poly__add p1 h4/list/NIL = p1
% Assm: h4/poly/POLY__ADD__CLAUSES_c0: !p2. h4/poly/poly__add h4/list/NIL p2 = p2
% Assm: h4/poly/poly__exp__def_c0: !p. h4/poly/poly__exp p h4/num/0 = h4/list/CONS (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h4/list/NIL
% Assm: h4/real/REAL__MUL__SYM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% 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__OF__NUM__LE: !n m. h4/real/real__lte (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/arithmetic/_3C_3D m n
% Assm: h4/real/REAL__ADD: !n m. h4/realax/real__add (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2B m n)
% Assm: h4/real/REAL__MUL__RZERO: !x. h4/realax/real__mul x (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__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/arithmetic/ZERO__LESS__EQ: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm: h4/real/REAL__MUL__RID: !x. h4/realax/real__mul x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = x
% Assm: h4/arithmetic/LE_c0: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% Assm: h4/numeral/numeral__distrib_c20: !n. h4/prim__rec/_3C n h4/num/0 <=> F
% Assm: h4/arithmetic/NOT__LESS__EQUAL: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/prim__rec/_3C n m
% Assm: h4/arithmetic/ADD__EQ__0: !n m. h4/arithmetic/_2B m n = h4/num/0 <=> m = h4/num/0 /\ n = h4/num/0
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/poly/POLY__CMUL__CLAUSES_c0: !c. h4/poly/_23_23 c h4/list/NIL = h4/list/NIL
% Assm: h4/poly/poly__diff__aux__def_c0: !n. h4/poly/poly__diff__aux n h4/list/NIL = h4/list/NIL
% Assm: h4/real/REAL__LDISTRIB: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm: h4/real/REAL__NEG__LMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm: h4/seq/ABS__NEG__LEMMA: !c. h4/real/real__lte c (h4/real/real__of__num h4/num/0) ==> (!x y. h4/real/real__lte (h4/real/abs x) (h4/realax/real__mul c (h4/real/abs y)) ==> x = h4/real/real__of__num h4/num/0)
% Assm: h4/real/REAL__NEG__MINUS1: !x. h4/realax/real__neg x = h4/realax/real__mul (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) x
% Assm: h4/realax/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__NEG__MUL2: !y x. h4/realax/real__mul (h4/realax/real__neg x) (h4/realax/real__neg y) = h4/realax/real__mul x y
% Assm: h4/real/REAL__EQ__LDIV__EQ: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/_2F x z = y <=> x = h4/realax/real__mul y z)
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/real/ABS__NZ: !x. ~(x = h4/real/real__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Assm: h4/real/REAL__LE__MUL: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__mul x y)
% Assm: h4/real/REAL__NEG__GE0: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__neg x) <=> h4/real/real__lte x (h4/real/real__of__num h4/num/0)
% Assm: h4/real/REAL__LE__TRANS: !z y x. h4/real/real__lte x y /\ h4/real/real__lte y z ==> h4/real/real__lte x z
% Assm: h4/real/ABS__POS: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Assm: h4/real/REAL__NOT__LE: !y x. ~h4/real/real__lte x y <=> h4/realax/real__lt y x
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/real/REAL__NEGNEG: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm: h4/real/REAL__NEG__RMUL: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm: h4/real/REAL__LE__LDIV__EQ: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte (h4/real/_2F x z) y <=> h4/real/real__lte x (h4/realax/real__mul y z))
% Assm: h4/real/REAL__LE__RDIV__EQ: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte x (h4/real/_2F y z) <=> h4/real/real__lte (h4/realax/real__mul x z) y)
% Assm: h4/bool/IMP__CONG: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% Assm: h4/realax/real__mul0: !T2 T1. h4/realax/real__mul T1 T2 = h4/realax/real__ABS (h4/realax/treal__mul (h4/realax/real__REP T1) (h4/realax/real__REP T2))
% Assm: h4/realax/TREAL__MUL__WELLDEF: !y2 y1 x2 x1. h4/realax/treal__eq x1 x2 /\ h4/realax/treal__eq y1 y2 ==> h4/realax/treal__eq (h4/realax/treal__mul x1 y1) (h4/realax/treal__mul x2 y2)
% Assm: h4/realax/real__QUOTIENT: h4/quotient/QUOTIENT h4/realax/treal__eq h4/realax/real__ABS h4/realax/real__REP
% Assm: h4/realax/TREAL__MUL__ASSOC: !z y x. h4/realax/treal__mul x (h4/realax/treal__mul y z) = h4/realax/treal__mul (h4/realax/treal__mul x y) z
% Assm: h4/quotient/EQUIV__RES__FORALL: !P E. h4/quotient/EQUIV E ==> (h4/bool/RES__FORALL (h4/quotient/respects E) P <=> $forall P)
% Assm: h4/quotient/APPLY__RSP: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f g x y. h4/quotient/_3D_3D_3D_3E R1 R2 f g /\ R1 x y ==> R2 (f x) (g y)))
% Assm: h4/realax/TREAL__EQ__EQUIV: !q p. h4/realax/treal__eq p q <=> h4/realax/treal__eq p = h4/realax/treal__eq q
% Assm: h4/quotient/RES__FORALL__RSP: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f g. h4/quotient/_3D_3D_3D_3E R $equals f g ==> (h4/bool/RES__FORALL (h4/quotient/respects R) f <=> h4/bool/RES__FORALL (h4/quotient/respects R) g))
% Assm: h4/quotient/LAMBDA__PRS: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f. (\x. f x) = h4/quotient/_2D_2D_3E rep1 abs2 (\x. rep2 (f (abs1 x)))))
% Assm: h4/quotient/REP__ABS__RSP: !rep abs REL. h4/quotient/QUOTIENT REL abs rep ==> (!x1 x2. REL x1 x2 ==> REL x1 (rep (abs x2)))
% Assm: h4/quotient/EQUALS__RSP: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x1 x2 y1 y2. R x1 x2 /\ R y1 y2 ==> (R x1 y1 <=> R x2 y2))
% Assm: h4/realax/TREAL__EQ__AP: !q p. p = q ==> h4/realax/treal__eq p q
% Assm: h4/quotient/FORALL__PRS: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f. $forall f <=> h4/bool/RES__FORALL (h4/quotient/respects R) (h4/quotient/_2D_2D_3E abs h4/combin/I f))
% Assm: h4/quotient/EQUALS__PRS: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> R (rep x) (rep y))
% Assm: h4/quotient/FUN__QUOTIENT: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> h4/quotient/QUOTIENT (h4/quotient/_3D_3D_3D_3E R1 R2) (h4/quotient/_2D_2D_3E rep1 abs2) (h4/quotient/_2D_2D_3E abs1 rep2))
% Assm: h4/quotient/IDENTITY__QUOTIENT: h4/quotient/QUOTIENT $equals h4/combin/I h4/combin/I
% Goal: !x p2 p1. h4/poly/poly (h4/poly/poly__mul p1 p2) x = h4/realax/real__mul (h4/poly/poly p1 x) (h4/poly/poly p2 x)
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_lists_listu_u_Axiom]: !f1 f0. ?fn. happ fn h4/list/NIL = f0 /\ (!a0 a1. happ fn (h4/list/CONS a0 a1) = happ (happ (happ f1 a0) a1) (happ fn a1))
% Assm [h4s_polys_polyu_u_mulu_u_defu_c1]: !t l2 h. ?v. (v <=> t = h4/list/NIL) /\ h4/poly/poly__mul (h4/list/CONS h t) l2 = h4/bool/COND v (happ (h4/poly/_23_23 h) l2) (h4/poly/poly__add (happ (h4/poly/_23_23 h) l2) (h4/list/CONS (h4/real/real__of__num h4/num/0) (h4/poly/poly__mul t l2)))
% 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_polys_polyu_u_defu_c1]: !x t h. h4/poly/poly (h4/list/CONS h t) x = h4/realax/real__add h (h4/realax/real__mul x (h4/poly/poly t x))
% Assm [h4s_polys_POLYu_u_CMUL]: !x p c. h4/poly/poly (happ (h4/poly/_23_23 c) p) x = h4/realax/real__mul c (h4/poly/poly p x)
% Assm [h4s_polys_POLYu_u_ADD]: !x p2 p1. h4/poly/poly (h4/poly/poly__add p1 p2) x = h4/realax/real__add (h4/poly/poly p1 x) (h4/poly/poly p2 x)
% Assm [h4s_polys_POLYu_u_NEG]: !x p. h4/poly/poly (happ h4/poly/poly__neg p) x = h4/realax/real__neg (h4/poly/poly p x)
% Assm [h4s_polys_polyu_u_mulu_u_defu_c0]: !l2. h4/poly/poly__mul h4/list/NIL l2 = h4/list/NIL
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_polys_polyu_u_defu_c0]: !x. h4/poly/poly h4/list/NIL x = h4/real/real__of__num h4/num/0
% 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_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_lists_NOTu_u_CONSu_u_NIL]: !a1 a0. ~(h4/list/CONS a0 a1 = h4/list/NIL)
% Assm [h4s_polys_POLYu_u_MULu_u_CLAUSESu_c1]: !p2 h1. h4/poly/poly__mul (h4/list/CONS h1 h4/list/NIL) p2 = happ (h4/poly/_23_23 h1) p2
% Assm [h4s_polys_POLYu_u_MULu_u_CLAUSESu_c2]: !t1 p2 k1 h1. h4/poly/poly__mul (h4/list/CONS h1 (h4/list/CONS k1 t1)) p2 = h4/poly/poly__add (happ (h4/poly/_23_23 h1) p2) (h4/list/CONS (h4/real/real__of__num h4/num/0) (h4/poly/poly__mul (h4/list/CONS k1 t1) p2))
% Assm [h4s_polys_polyu_u_expu_u_defu_c1]: !p n. h4/poly/poly__exp p (h4/num/SUC n) = h4/poly/poly__mul p (h4/poly/poly__exp p n)
% Assm [h4s_polys_POLYu_u_MULu_u_CLAUSESu_c0]: !p2. h4/poly/poly__mul h4/list/NIL p2 = h4/list/NIL
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% 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_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_polys_polyu_u_cmulu_u_defu_c1]: !t h c. happ (h4/poly/_23_23 c) (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul c h) (happ (h4/poly/_23_23 c) t)
% Assm [h4s_polys_polyu_u_addu_u_defu_c1]: !t l2 h. ?v. (v <=> l2 = h4/list/NIL) /\ h4/poly/poly__add (h4/list/CONS h t) l2 = h4/bool/COND v (h4/list/CONS h t) (h4/list/CONS (h4/realax/real__add h (h4/list/HD l2)) (h4/poly/poly__add t (h4/list/TL l2)))
% Assm [h4s_polys_polyu_u_addu_u_defu_c0]: !l2. h4/poly/poly__add h4/list/NIL l2 = l2
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% 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_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% 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_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_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% 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_bools_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% 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_NEGu_u_NEG]: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm [h4s_reals_realu_u_lt]: !y x. h4/realax/real__lt x y <=> ~h4/real/real__lte y x
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> F
% Assm [h4s_reals_REALu_u_LEu_u_REFL]: !x. h4/real/real__lte x x
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% 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_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_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_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% 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_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_sats_dcu_u_neg]: !q p. (p <=> ~q) <=> (p \/ q) /\ (~q \/ ~p)
% Assm [h4s_sats_ORu_u_DUAL2]: !B A. ~(A \/ B) ==> F <=> (A ==> F) ==> ~B ==> F
% Assm [h4s_lists_listu_u_INDUCT]: !P. happ P h4/list/NIL /\ (!t. happ P t ==> (!h. happ P (h4/list/CONS h t))) ==> (!l. happ P l)
% Assm [h4s_bools_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_polys_POLYu_u_CMULu_u_CLAUSESu_c1]: !t h c. happ (h4/poly/_23_23 c) (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul c h) (happ (h4/poly/_23_23 c) t)
% Assm [h4s_lists_TL0]: !t h. h4/list/TL (h4/list/CONS h t) = t
% Assm [h4s_polys_polyu_u_diffu_u_def]: !l. ?v. (v <=> l = h4/list/NIL) /\ h4/poly/diff l = h4/bool/COND v h4/list/NIL (h4/poly/poly__diff__aux (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) (h4/list/TL l))
% Assm [h4s_polys_polyu_u_negu_u_def]: h4/poly/poly__neg = h4/poly/_23_23 (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))))
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_polys_polyu_u_cmulu_u_defu_c0]: !c. happ (h4/poly/_23_23 c) h4/list/NIL = h4/list/NIL
% Assm [h4s_lists_HD0]: !t h. h4/list/HD (h4/list/CONS h t) = h
% Assm [h4s_reals_REALu_u_ADDu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% 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_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_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_polys_polyu_u_diffu_u_auxu_u_defu_c1]: !t n h. h4/poly/poly__diff__aux n (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__mul (h4/real/real__of__num n) h) (h4/poly/poly__diff__aux (h4/num/SUC n) t)
% Assm [h4s_polys_POLYu_u_NEGu_u_CLAUSESu_c1]: !t h. happ h4/poly/poly__neg (h4/list/CONS h t) = h4/list/CONS (h4/realax/real__neg h) (happ h4/poly/poly__neg t)
% Assm [h4s_polys_POLYu_u_DIFFu_u_CLAUSESu_c2]: !t h. h4/poly/diff (h4/list/CONS h t) = h4/poly/poly__diff__aux (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) t
% Assm [h4s_polys_POLYu_u_ADDu_u_CLAUSESu_c2]: !t2 t1 h2 h1. h4/poly/poly__add (h4/list/CONS h1 t1) (h4/list/CONS h2 t2) = h4/list/CONS (h4/realax/real__add h1 h2) (h4/poly/poly__add t1 t2)
% Assm [h4s_polys_POLYu_u_ADDu_u_CLAUSESu_c1]: !p1. h4/poly/poly__add p1 h4/list/NIL = p1
% Assm [h4s_polys_POLYu_u_ADDu_u_CLAUSESu_c0]: !p2. h4/poly/poly__add h4/list/NIL p2 = p2
% Assm [h4s_polys_polyu_u_expu_u_defu_c0]: !p. h4/poly/poly__exp p h4/num/0 = h4/list/CONS (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h4/list/NIL
% 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_ADDu_u_LID]: !x. h4/realax/real__add (h4/real/real__of__num h4/num/0) x = x
% Assm [h4s_reals_REALu_u_OFu_u_NUMu_u_LE]: !n m. h4/real/real__lte (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/arithmetic/_3C_3D m n
% Assm [h4s_reals_REALu_u_ADD]: !n m. h4/realax/real__add (h4/real/real__of__num m) (h4/real/real__of__num n) = h4/real/real__of__num (h4/arithmetic/_2B m n)
% Assm [h4s_reals_REALu_u_MULu_u_RZERO]: !x. h4/realax/real__mul x (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_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_arithmetics_ZEROu_u_LESSu_u_EQ]: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm [h4s_reals_REALu_u_MULu_u_RID]: !x. h4/realax/real__mul x (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = x
% Assm [h4s_arithmetics_LEu_c0]: !n. h4/arithmetic/_3C_3D n h4/num/0 <=> n = h4/num/0
% Assm [h4s_numerals_numeralu_u_distribu_c20]: !n. h4/prim__rec/_3C n h4/num/0 <=> F
% Assm [h4s_arithmetics_NOTu_u_LESSu_u_EQUAL]: !n m. ~h4/arithmetic/_3C_3D m n <=> h4/prim__rec/_3C n m
% Assm [h4s_arithmetics_ADDu_u_EQu_u_0]: !n m. h4/arithmetic/_2B m n = h4/num/0 <=> m = h4/num/0 /\ n = h4/num/0
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_polys_POLYu_u_CMULu_u_CLAUSESu_c0]: !c. happ (h4/poly/_23_23 c) h4/list/NIL = h4/list/NIL
% Assm [h4s_polys_polyu_u_diffu_u_auxu_u_defu_c0]: !n. h4/poly/poly__diff__aux n h4/list/NIL = h4/list/NIL
% Assm [h4s_reals_REALu_u_LDISTRIB]: !z y x. h4/realax/real__mul x (h4/realax/real__add y z) = h4/realax/real__add (h4/realax/real__mul x y) (h4/realax/real__mul x z)
% Assm [h4s_reals_REALu_u_NEGu_u_LMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul (h4/realax/real__neg x) y
% Assm [h4s_seqs_ABSu_u_NEGu_u_LEMMA]: !c. h4/real/real__lte c (h4/real/real__of__num h4/num/0) ==> (!x y. h4/real/real__lte (h4/real/abs x) (h4/realax/real__mul c (h4/real/abs y)) ==> x = h4/real/real__of__num h4/num/0)
% Assm [h4s_reals_REALu_u_NEGu_u_MINUS1]: !x. h4/realax/real__neg x = h4/realax/real__mul (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) x
% Assm [h4s_realaxs_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_NEGu_u_MUL2]: !y x. h4/realax/real__mul (h4/realax/real__neg x) (h4/realax/real__neg y) = h4/realax/real__mul x y
% Assm [h4s_reals_REALu_u_EQu_u_LDIVu_u_EQ]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/_2F x z = y <=> x = h4/realax/real__mul y z)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_reals_ABSu_u_NZ]: !x. ~(x = h4/real/real__of__num h4/num/0) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Assm [h4s_reals_REALu_u_LEu_u_MUL]: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__mul x y)
% Assm [h4s_reals_REALu_u_NEGu_u_GE0]: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__neg x) <=> h4/real/real__lte x (h4/real/real__of__num h4/num/0)
% Assm [h4s_reals_REALu_u_LEu_u_TRANS]: !z y x. h4/real/real__lte x y /\ h4/real/real__lte y z ==> h4/real/real__lte x z
% Assm [h4s_reals_ABSu_u_POS]: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/abs x)
% Assm [h4s_reals_REALu_u_NOTu_u_LE]: !y x. ~h4/real/real__lte x y <=> h4/realax/real__lt y x
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_reals_REALu_u_NEGNEG]: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm [h4s_reals_REALu_u_NEGu_u_RMUL]: !y x. h4/realax/real__neg (h4/realax/real__mul x y) = h4/realax/real__mul x (h4/realax/real__neg y)
% Assm [h4s_reals_REALu_u_LEu_u_LDIVu_u_EQ]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte (h4/real/_2F x z) y <=> h4/real/real__lte x (h4/realax/real__mul y z))
% Assm [h4s_reals_REALu_u_LEu_u_RDIVu_u_EQ]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) z ==> (h4/real/real__lte x (h4/real/_2F y z) <=> h4/real/real__lte (h4/realax/real__mul x z) y)
% Assm [h4s_bools_IMPu_u_CONG]: !y_27 y x_27 x. (x <=> x_27) /\ (x_27 ==> (y <=> y_27)) ==> (x ==> y <=> x_27 ==> y_27)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% Assm [h4s_realaxs_realu_u_mul0]: !T2 T1. h4/realax/real__mul T1 T2 = happ h4/realax/real__ABS (h4/realax/treal__mul (happ h4/realax/real__REP T1) (happ h4/realax/real__REP T2))
% Assm [h4s_realaxs_TREALu_u_MULu_u_WELLDEF]: !y2 y1 x2 x1. happ (happ h4/realax/treal__eq x1) x2 /\ happ (happ h4/realax/treal__eq y1) y2 ==> happ (happ h4/realax/treal__eq (h4/realax/treal__mul x1 y1)) (h4/realax/treal__mul x2 y2)
% Assm [h4s_realaxs_realu_u_QUOTIENT]: h4/quotient/QUOTIENT h4/realax/treal__eq h4/realax/real__ABS h4/realax/real__REP
% Assm [h4s_realaxs_TREALu_u_MULu_u_ASSOC]: !z y x. h4/realax/treal__mul x (h4/realax/treal__mul y z) = h4/realax/treal__mul (h4/realax/treal__mul x y) z
% Assm [h4s_quotients_EQUIVu_u_RESu_u_FORALL]: !P E. h4/quotient/EQUIV E ==> (h4/bool/RES__FORALL (h4/quotient/respects E) P <=> $forall P)
% Assm [h4s_quotients_APPLYu_u_RSP]: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f g x y. happ (happ (h4/quotient/_3D_3D_3D_3E R1 R2) f) g /\ happ (happ R1 x) y ==> happ (happ R2 (happ f x)) (happ g y)))
% Assm [h4s_realaxs_TREALu_u_EQu_u_EQUIV]: !q p. happ (happ h4/realax/treal__eq p) q <=> happ h4/realax/treal__eq p = happ h4/realax/treal__eq q
% Assm [h4s_quotients_RESu_u_FORALLu_u_RSP]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f g. happ (happ (h4/quotient/_3D_3D_3D_3E R $equals) f) g ==> (h4/bool/RES__FORALL (h4/quotient/respects R) f <=> h4/bool/RES__FORALL (h4/quotient/respects R) g))
% Assm [h4s_quotients_LAMBDAu_u_PRS]: !_0. (!rep2 f abs1 x. happ (happ (happ (happ _0 rep2) f) abs1) x = happ rep2 (happ f (happ abs1 x))) ==> (!rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> (!f x. happ f x = happ (happ (h4/quotient/_2D_2D_3E rep1 abs2) (happ (happ (happ _0 rep2) f) abs1)) x)))
% Assm [h4s_quotients_REPu_u_ABSu_u_RSP]: !rep abs REL. h4/quotient/QUOTIENT REL abs rep ==> (!x1 x2. happ (happ REL x1) x2 ==> happ (happ REL x1) (happ rep (happ abs x2)))
% Assm [h4s_quotients_EQUALSu_u_RSP]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x1 x2 y1 y2. happ (happ R x1) x2 /\ happ (happ R y1) y2 ==> (happ (happ R x1) y1 <=> happ (happ R x2) y2))
% Assm [h4s_realaxs_TREALu_u_EQu_u_AP]: !q p. p = q ==> happ (happ h4/realax/treal__eq p) q
% Assm [h4s_quotients_FORALLu_u_PRS]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!f. $forall f <=> h4/bool/RES__FORALL (h4/quotient/respects R) (happ (h4/quotient/_2D_2D_3E abs h4/combin/I) f))
% Assm [h4s_quotients_EQUALSu_u_PRS]: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> happ (happ R (happ rep x)) (happ rep y))
% Assm [h4s_quotients_FUNu_u_QUOTIENT]: !rep1 abs1 R1. h4/quotient/QUOTIENT R1 abs1 rep1 ==> (!R2 abs2 rep2. h4/quotient/QUOTIENT R2 abs2 rep2 ==> h4/quotient/QUOTIENT (h4/quotient/_3D_3D_3D_3E R1 R2) (h4/quotient/_2D_2D_3E rep1 abs2) (h4/quotient/_2D_2D_3E abs1 rep2))
% Assm [h4s_quotients_IDENTITYu_u_QUOTIENT]: h4/quotient/QUOTIENT $equals h4/combin/I h4/combin/I
% Goal: !x p2 p1. h4/poly/poly (h4/poly/poly__mul p1 p2) x = h4/realax/real__mul (h4/poly/poly p1 x) (h4/poly/poly p2 x)
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_Q1305552,TV_Q1305548]: ![V_f, V_g]: (![V_x]: s(TV_Q1305548,happ(s(t_fun(TV_Q1305552,TV_Q1305548),V_f),s(TV_Q1305552,V_x))) = s(TV_Q1305548,happ(s(t_fun(TV_Q1305552,TV_Q1305548),V_g),s(TV_Q1305552,V_x))) => s(t_fun(TV_Q1305552,TV_Q1305548),V_f) = s(t_fun(TV_Q1305552,TV_Q1305548),V_g))).
fof(ah4s_lists_listu_u_Axiom, axiom, ![TV_u_27b,TV_u_27a]: ![V_f1, V_f0]: ?[V_fn]: (s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))) = s(TV_u_27b,V_f0) & ![V_a0, V_a1]: s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn),s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_a0),s(t_h4s_lists_list(TV_u_27a),V_a1))))) = s(TV_u_27b,happ(s(t_fun(TV_u_27b,TV_u_27b),happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_fun(TV_u_27b,TV_u_27b)),happ(s(t_fun(TV_u_27a,t_fun(t_h4s_lists_list(TV_u_27a),t_fun(TV_u_27b,TV_u_27b))),V_f1),s(TV_u_27a,V_a0))),s(t_h4s_lists_list(TV_u_27a),V_a1))),s(TV_u_27b,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),TV_u_27b),V_fn),s(t_h4s_lists_list(TV_u_27a),V_a1))))))).
fof(ah4s_polys_polyu_u_mulu_u_defu_c1, axiom, ![V_t, V_l2, V_h]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(t_h4s_realaxs_real),V_t) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)) & s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),V_t),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))))))))))).
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_polys_polyu_u_defu_c1, axiom, ![V_x, V_t, V_h]: s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_h),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_t),s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_polys_POLYu_u_CMUL, axiom, ![V_x, V_p, V_c]: s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_polys_POLYu_u_ADD, axiom, ![V_x, V_p2, V_p1]: s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p1),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_polys_POLYu_u_NEG, axiom, ![V_x, V_p]: s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_polyu_u_neg),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_polys_polyu_u_mulu_u_defu_c0, axiom, ![V_l2]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)).
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_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_polys_polyu_u_defu_c0, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil),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_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_CONDu_u_CLAUSESu_c1, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,f),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t2)).
fof(ah4s_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_lists_NOTu_u_CONSu_u_NIL, axiom, ![TV_u_27a]: ![V_a1, V_a0]: ~ (s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_a0),s(t_h4s_lists_list(TV_u_27a),V_a1))) = s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil))).
fof(ah4s_polys_POLYu_u_MULu_u_CLAUSESu_c1, axiom, ![V_p2, V_h1]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h1),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_h1))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2)))).
fof(ah4s_polys_POLYu_u_MULu_u_CLAUSESu_c2, axiom, ![V_t1, V_p2, V_k1, V_h1]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h1),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_k1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t1))))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_h1))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_k1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t1))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2)))))))).
fof(ah4s_polys_polyu_u_expu_u_defu_c1, axiom, ![V_p, V_n]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_exp(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_exp(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_polys_POLYu_u_MULu_u_CLAUSESu_c0, axiom, ![V_p2]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)).
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_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_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_polys_polyu_u_cmulu_u_defu_c1, axiom, ![V_t, V_h, V_c]: s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,V_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t)))))).
fof(ah4s_polys_polyu_u_addu_u_defu_c1, axiom, ![V_t, V_l2, V_h]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)) & s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_h),s(t_h4s_realaxs_real,h4s_lists_hd(s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),V_t),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_tl(s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))))))))))).
fof(ah4s_polys_polyu_u_addu_u_defu_c0, axiom, ![V_l2]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil),s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),V_l2)).
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_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_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_reals_REALu_u_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => p(s(t_bool,f))))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_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_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_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_lists_listu_u_INDUCT, axiom, ![TV_u_27a]: ![V_P]: ((p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),h4s_lists_nil)))) & ![V_t]: (p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_t)))) => ![V_h]: p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_h),s(t_h4s_lists_list(TV_u_27a),V_t)))))))) => ![V_l]: p(s(t_bool,happ(s(t_fun(t_h4s_lists_list(TV_u_27a),t_bool),V_P),s(t_h4s_lists_list(TV_u_27a),V_l)))))).
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_polys_POLYu_u_CMULu_u_CLAUSESu_c1, axiom, ![V_t, V_h, V_c]: s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,V_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t)))))).
fof(ah4s_lists_TL0, axiom, ![TV_u_27a]: ![V_t, V_h]: s(t_h4s_lists_list(TV_u_27a),h4s_lists_tl(s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_h),s(t_h4s_lists_list(TV_u_27a),V_t))))) = s(t_h4s_lists_list(TV_u_27a),V_t)).
fof(ah4s_polys_polyu_u_diffu_u_def, axiom, ![V_l]: ?[V_v]: ((p(s(t_bool,V_v)) <=> s(t_h4s_lists_list(t_h4s_realaxs_real),V_l) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)) & s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_diff(s(t_h4s_lists_list(t_h4s_realaxs_real),V_l))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_bools_cond(s(t_bool,V_v),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(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_lists_list(t_h4s_realaxs_real),h4s_lists_tl(s(t_h4s_lists_list(t_h4s_realaxs_real),V_l))))))))).
fof(ah4s_polys_polyu_u_negu_u_def, axiom, s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_polyu_u_neg) = s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))).
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_polys_polyu_u_cmulu_u_defu_c0, axiom, ![V_c]: s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)).
fof(ah4s_lists_HD0, axiom, ![TV_u_27a]: ![V_t, V_h]: s(TV_u_27a,h4s_lists_hd(s(t_h4s_lists_list(TV_u_27a),h4s_lists_cons(s(TV_u_27a,V_h),s(t_h4s_lists_list(TV_u_27a),V_t))))) = s(TV_u_27a,V_h)).
fof(ah4s_reals_REALu_u_ADDu_u_LDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_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_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_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_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_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_polys_polyu_u_diffu_u_auxu_u_defu_c1, axiom, ![V_t, V_n, V_h]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(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_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t)))))).
fof(ah4s_polys_POLYu_u_NEGu_u_CLAUSESu_c1, axiom, ![V_t, V_h]: s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_polyu_u_neg),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_h))),s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_polyu_u_neg),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t)))))).
fof(ah4s_polys_POLYu_u_DIFFu_u_CLAUSESu_c2, axiom, ![V_t, V_h]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_diff(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(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_lists_list(t_h4s_realaxs_real),V_t)))).
fof(ah4s_polys_POLYu_u_ADDu_u_CLAUSESu_c2, axiom, ![V_t2, V_t1, V_h2, V_h1]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t1))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,V_h2),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t2))))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_h1),s(t_h4s_realaxs_real,V_h2))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),V_t1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_t2)))))).
fof(ah4s_polys_POLYu_u_ADDu_u_CLAUSESu_c1, axiom, ![V_p1]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p1),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))) = s(t_h4s_lists_list(t_h4s_realaxs_real),V_p1)).
fof(ah4s_polys_POLYu_u_ADDu_u_CLAUSESu_c0, axiom, ![V_p2]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_add(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2))) = s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2)).
fof(ah4s_polys_polyu_u_expu_u_defu_c0, axiom, ![V_p]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_exp(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p),s(t_h4s_nums_num,h4s_nums_0))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_cons(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_lists_list(t_h4s_realaxs_real),h4s_lists_nil)))).
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_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_OFu_u_NUMu_u_LE, axiom, ![V_n, V_m]: 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,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))).
fof(ah4s_reals_REALu_u_ADD, axiom, ![V_n, V_m]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_u_2b(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_REALu_u_MULu_u_RZERO, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_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_arithmetics_ZEROu_u_LESSu_u_EQ, axiom, ![V_n]: p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n))))).
fof(ah4s_reals_REALu_u_MULu_u_RID, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_arithmetics_LEu_c0, axiom, ![V_n]: (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0)))) <=> s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0))).
fof(ah4s_numerals_numeralu_u_distribu_c20, axiom, ![V_n]: s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_nums_0))) = s(t_bool,f)).
fof(ah4s_arithmetics_NOTu_u_LESSu_u_EQUAL, axiom, ![V_n, V_m]: (~ (p(s(t_bool,h4s_arithmetics_u_3cu_3d(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n))))) <=> p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,V_m)))))).
fof(ah4s_arithmetics_ADDu_u_EQu_u_0, 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,V_n))) = s(t_h4s_nums_num,h4s_nums_0) <=> (s(t_h4s_nums_num,V_m) = s(t_h4s_nums_num,h4s_nums_0) & s(t_h4s_nums_num,V_n) = s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_sats_dcu_u_conj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) & p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_r))))) & ((p(s(t_bool,V_q)) | ~ (p(s(t_bool,V_p)))) & (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p)))))))).
fof(ah4s_polys_POLYu_u_CMULu_u_CLAUSESu_c0, axiom, ![V_c]: s(t_h4s_lists_list(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_lists_list(t_h4s_realaxs_real),t_h4s_lists_list(t_h4s_realaxs_real)),h4s_polys_u_23u_23(s(t_h4s_realaxs_real,V_c))),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)).
fof(ah4s_polys_polyu_u_diffu_u_auxu_u_defu_c0, axiom, ![V_n]: s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_diffu_u_aux(s(t_h4s_nums_num,V_n),s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil))) = s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_lists_nil)).
fof(ah4s_reals_REALu_u_LDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_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_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_NEGu_u_LMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_seqs_ABSu_u_NEGu_u_LEMMA, axiom, ![V_c]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))))) => ![V_x, V_y]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_y)))))))) => 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_MINUS1, axiom, ![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_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_realaxs_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_NEGu_u_MUL2, 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,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_EQu_u_LDIVu_u_EQ, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => (s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,V_y) <=> s(t_h4s_realaxs_real,V_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)))))).
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_reals_ABSu_u_NZ, axiom, ![V_x]: (~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))) <=> p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_reals_REALu_u_LEu_u_MUL, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_REALu_u_NEGu_u_GE0, axiom, ![V_x]: 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_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_bool,h4s_reals_realu_u_lte(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_TRANS, axiom, ![V_z, 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_z))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_ABSu_u_POS, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))))))).
fof(ah4s_reals_REALu_u_NOTu_u_LE, 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_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_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_reals_REALu_u_NEGNEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_NEGu_u_RMUL, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_LEu_u_LDIVu_u_EQ, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_y))) = s(t_bool,h4s_reals_realu_u_lte(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))))))).
fof(ah4s_reals_REALu_u_LEu_u_RDIVu_u_EQ, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))) => s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_bools_IMPu_u_CONG, axiom, ![V_yu_27, V_y, V_xu_27, V_x]: ((s(t_bool,V_x) = s(t_bool,V_xu_27) & (p(s(t_bool,V_xu_27)) => s(t_bool,V_y) = s(t_bool,V_yu_27))) => ((p(s(t_bool,V_x)) => p(s(t_bool,V_y))) <=> (p(s(t_bool,V_xu_27)) => p(s(t_bool,V_yu_27)))))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_realaxs_realu_u_mul0, axiom, ![V_T2, V_T1]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_T1),s(t_h4s_realaxs_real,V_T2))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_h4s_realaxs_real),h4s_realaxs_realu_u_abs),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal)),h4s_realaxs_realu_u_rep),s(t_h4s_realaxs_real,V_T1))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),happ(s(t_fun(t_h4s_realaxs_real,t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal)),h4s_realaxs_realu_u_rep),s(t_h4s_realaxs_real,V_T2)))))))).
fof(ah4s_realaxs_TREALu_u_MULu_u_WELLDEF, axiom, ![V_y2, V_y1, V_x2, V_x1]: ((p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x1))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x2)))) & p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y1))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y2))))) => p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x1),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y1))))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x2),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y2)))))))).
fof(ah4s_realaxs_realu_u_QUOTIENT, axiom, p(s(t_bool,h4s_quotients_quotient(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_h4s_realaxs_real),h4s_realaxs_realu_u_abs),s(t_fun(t_h4s_realaxs_real,t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal)),h4s_realaxs_realu_u_rep))))).
fof(ah4s_realaxs_TREALu_u_MULu_u_ASSOC, axiom, ![V_z, V_y, V_x]: s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_z))))) = s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_mul(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_x),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_y))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_z)))).
fof(ah4s_quotients_EQUIVu_u_RESu_u_FORALL, axiom, ![TV_u_27a]: ![V_P, V_E]: (p(s(t_bool,h4s_quotients_equiv(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E)))) => s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E))),s(t_fun(TV_u_27a,t_bool),V_P))) = s(t_bool,d_forall(s(t_fun(TV_u_27a,t_bool),V_P))))).
fof(ah4s_quotients_APPLYu_u_RSP, axiom, ![TV_u_27c,TV_u_27d,TV_u_27b,TV_u_27a]: ![V_rep1, V_abs1, V_R1]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27c,TV_u_27a),V_rep1)))) => ![V_R2, V_abs2, V_rep2]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(t_fun(TV_u_27b,TV_u_27d),V_abs2),s(t_fun(TV_u_27d,TV_u_27b),V_rep2)))) => ![V_f, V_g, V_x, V_y]: ((p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool)),h4s_quotients_u_3du_3du_3du_3e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(t_fun(TV_u_27a,TV_u_27b),V_f))),s(t_fun(TV_u_27a,TV_u_27b),V_g)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))) => 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)),V_R2),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_y)))))))))).
fof(ah4s_realaxs_TREALu_u_EQu_u_EQUIV, axiom, ![V_q, V_p]: (p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q)))) <=> s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))) = s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q))))).
fof(ah4s_quotients_RESu_u_FORALLu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_f, V_g]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,t_bool),t_bool)),h4s_quotients_u_3du_3du_3du_3e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_equals))),s(t_fun(TV_u_27a,t_bool),V_f))),s(t_fun(TV_u_27a,t_bool),V_g)))) => s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,t_bool),V_f))) = s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,t_bool),V_g)))))).
fof(ah4s_quotients_LAMBDAu_u_PRS, axiom, ![TV_u_27b,TV_u_27d,TV_u_27a,TV_u_27c]: ![V_uu_0]: (![V_rep2, V_f, V_abs1, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27d,TV_u_27b),t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_fun(TV_u_27d,TV_u_27b),V_rep2))),s(t_fun(TV_u_27c,TV_u_27d),V_f))),s(t_fun(TV_u_27a,TV_u_27c),V_abs1))),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27d,TV_u_27b),V_rep2),s(TV_u_27d,happ(s(t_fun(TV_u_27c,TV_u_27d),V_f),s(TV_u_27c,happ(s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(TV_u_27a,V_x))))))) => ![V_rep1, V_abs1, V_R1]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27c,TV_u_27a),V_rep1)))) => ![V_R2, V_abs2, V_rep2]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(t_fun(TV_u_27b,TV_u_27d),V_abs2),s(t_fun(TV_u_27d,TV_u_27b),V_rep2)))) => ![V_f, V_x]: s(TV_u_27d,happ(s(t_fun(TV_u_27c,TV_u_27d),V_f),s(TV_u_27c,V_x))) = s(TV_u_27d,happ(s(t_fun(TV_u_27c,TV_u_27d),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27c,TV_u_27d)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27c,TV_u_27a),V_rep1),s(t_fun(TV_u_27b,TV_u_27d),V_abs2))),s(t_fun(TV_u_27a,TV_u_27b),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)),happ(s(t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b))),happ(s(t_fun(t_fun(TV_u_27d,TV_u_27b),t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(t_fun(TV_u_27a,TV_u_27c),t_fun(TV_u_27a,TV_u_27b)))),V_uu_0),s(t_fun(TV_u_27d,TV_u_27b),V_rep2))),s(t_fun(TV_u_27c,TV_u_27d),V_f))),s(t_fun(TV_u_27a,TV_u_27c),V_abs1))))),s(TV_u_27c,V_x))))))).
fof(ah4s_quotients_REPu_u_ABSu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_REL]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_REL),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x1, V_x2]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_REL),s(TV_u_27a,V_x1))),s(TV_u_27a,V_x2)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_REL),s(TV_u_27a,V_x1))),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,V_x2))))))))))).
fof(ah4s_quotients_EQUALSu_u_RSP, axiom, ![TV_u_27b,TV_u_27a]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x1, V_x2, V_y1, V_y2]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x1))),s(TV_u_27a,V_x2)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y1))),s(TV_u_27a,V_y2))))) => s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x1))),s(TV_u_27a,V_y1))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x2))),s(TV_u_27a,V_y2)))))).
fof(ah4s_realaxs_TREALu_u_EQu_u_AP, axiom, ![V_q, V_p]: (s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p) = s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q) => p(s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool),happ(s(t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_fun(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),t_bool)),h4s_realaxs_trealu_u_eq),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_p))),s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),V_q)))))).
fof(ah4s_quotients_FORALLu_u_PRS, axiom, ![TV_u_27a,TV_u_27b]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_f]: s(t_bool,d_forall(s(t_fun(TV_u_27b,t_bool),V_f))) = s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),h4s_quotients_respects(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27b,t_bool),t_fun(TV_u_27a,t_bool)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(t_bool,t_bool),h4s_combins_i))),s(t_fun(TV_u_27b,t_bool),V_f))))))).
fof(ah4s_quotients_EQUALSu_u_PRS, axiom, ![TV_u_27a,TV_u_27b]: ![V_rep, V_abs, V_R]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ![V_x, V_y]: (s(TV_u_27b,V_x) = s(TV_u_27b,V_y) <=> p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_x))))),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_y))))))))).
fof(ah4s_quotients_FUNu_u_QUOTIENT, axiom, ![TV_u_27a,TV_u_27c,TV_u_27d,TV_u_27b]: ![V_rep1, V_abs1, V_R1]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27c,TV_u_27a),V_rep1)))) => ![V_R2, V_abs2, V_rep2]: (p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2),s(t_fun(TV_u_27b,TV_u_27d),V_abs2),s(t_fun(TV_u_27d,TV_u_27b),V_rep2)))) => p(s(t_bool,h4s_quotients_quotient(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(t_fun(TV_u_27a,TV_u_27b),t_bool)),h4s_quotients_u_3du_3du_3du_3e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R1),s(t_fun(TV_u_27b,t_fun(TV_u_27b,t_bool)),V_R2))),s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27c,TV_u_27d)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27c,TV_u_27a),V_rep1),s(t_fun(TV_u_27b,TV_u_27d),V_abs2))),s(t_fun(t_fun(TV_u_27c,TV_u_27d),t_fun(TV_u_27a,TV_u_27b)),h4s_quotients_u_2du_2du_3e(s(t_fun(TV_u_27a,TV_u_27c),V_abs1),s(t_fun(TV_u_27d,TV_u_27b),V_rep2))))))))).
fof(ah4s_quotients_IDENTITYu_u_QUOTIENT, axiom, ![TV_u_27a]: p(s(t_bool,h4s_quotients_quotient(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),d_equals),s(t_fun(TV_u_27a,TV_u_27a),h4s_combins_i),s(t_fun(TV_u_27a,TV_u_27a),h4s_combins_i))))).
fof(ch4s_polys_POLYu_u_MUL, conjecture, ![V_x, V_p2, V_p1]: s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),h4s_polys_polyu_u_mul(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p1),s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p1),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_polys_poly(s(t_h4s_lists_list(t_h4s_realaxs_real),V_p2),s(t_h4s_realaxs_real,V_x)))))).
