%   ORIGINAL: h4/real/ABS__TRIANGLE
% 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/real/abs0: !x. h4/real/abs x = h4/bool/COND (h4/real/real__lte (h4/real/real__of__num h4/num/0) x) x (h4/realax/real__neg x)
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/real/ABS__ZERO: !x. h4/real/abs x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% Assm: h4/real/ABS__NEG: !x. h4/real/abs (h4/realax/real__neg x) = h4/real/abs x
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/real/REAL__ADD__SYM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/real/ABS__0: h4/real/abs (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/real/ABS__1: h4/real/abs (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/real/REAL__NEG__EQ0: !x. h4/realax/real__neg x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__LT__RADD: !z y x. h4/realax/real__lt (h4/realax/real__add x z) (h4/realax/real__add y z) <=> h4/realax/real__lt x y
% 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__LT__LADD: !z y x. h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z) <=> h4/realax/real__lt y z
% Assm: h4/real/REAL__NEGNEG: !x. h4/realax/real__neg (h4/realax/real__neg x) = x
% Assm: h4/real/REAL__NOT__LE: !y x. ~h4/real/real__lte x y <=> h4/realax/real__lt y x
% Assm: h4/real/real__lte0: !y x. h4/real/real__lte x y <=> ~h4/realax/real__lt y x
% Assm: h4/real/REAL__EQ__RADD: !z y x. h4/realax/real__add x z = h4/realax/real__add y z <=> x = y
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/real/REAL__LET__ADD2: !z y x w. h4/real/real__lte w x /\ h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add w y) (h4/realax/real__add x z)
% Assm: h4/real/REAL__LE__LADD: !z y x. h4/real/real__lte (h4/realax/real__add x y) (h4/realax/real__add x z) <=> h4/real/real__lte y z
% 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/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/real/REAL__NEG__0: h4/realax/real__neg (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__LT__ANTISYM: !y x. ~(h4/realax/real__lt x y /\ h4/realax/real__lt y x)
% 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__ADDR: !y x. h4/real/real__lte x (h4/realax/real__add x y) <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) y
% 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/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/real/REAL__LE__RADD: !z y x. h4/real/real__lte (h4/realax/real__add x z) (h4/realax/real__add y z) <=> h4/real/real__lte x y
% Assm: h4/arithmetic/ZERO__LESS__EQ: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm: h4/real/REAL__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__LE__ADD2: !z y x w. h4/real/real__lte w x /\ h4/real/real__lte y z ==> h4/real/real__lte (h4/realax/real__add w y) (h4/realax/real__add 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__LNEG__UNIQ: !y x. h4/realax/real__add x y = h4/real/real__of__num h4/num/0 <=> x = h4/realax/real__neg y
% 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__ADD__LID__UNIQ: !y x. h4/realax/real__add x y = y <=> x = h4/real/real__of__num h4/num/0
% 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__MUL__SYM: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm: h4/real/REAL__LT__ADD2: !z y x w. h4/realax/real__lt w x /\ h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add w y) (h4/realax/real__add x z)
% Assm: h4/real/REAL__LTE__ADD2: !z y x w. h4/realax/real__lt w x /\ h4/real/real__lte y z ==> h4/realax/real__lt (h4/realax/real__add w y) (h4/realax/real__add x z)
% 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__EQ__SUB__LADD: !z y x. x = h4/real/real__sub y z <=> h4/realax/real__add x z = y
% Assm: h4/real/REAL__LT__ADDR: !y x. h4/realax/real__lt x (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y
% Assm: h4/real/REAL__EQ__LADD: !z y x. h4/realax/real__add x y = h4/realax/real__add x z <=> 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/realax/real__add0: !T2 T1. h4/realax/real__add T1 T2 = h4/realax/real__ABS (h4/realax/treal__add (h4/realax/real__REP T1) (h4/realax/real__REP T2))
% Assm: h4/real/REAL__SUB__ADD: !y x. h4/realax/real__add (h4/real/real__sub x y) y = x
% Assm: h4/real/REAL__LT__SUB__RADD: !z y x. h4/realax/real__lt (h4/real/real__sub x y) z <=> h4/realax/real__lt x (h4/realax/real__add z y)
% Assm: h4/real/REAL__DOUBLE: !x. h4/realax/real__add x x = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x
% Assm: h4/real/REAL__NOT__LT: !y x. ~h4/realax/real__lt x y <=> h4/real/real__lte y x
% Assm: h4/real/REAL__RDISTRIB: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm: h4/real/REAL__LE__SUB__LADD: !z y x. h4/real/real__lte x (h4/real/real__sub y z) <=> h4/real/real__lte (h4/realax/real__add x z) y
% Assm: h4/real/REAL__LE__DOUBLE: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__add x x) <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) x
% Assm: h4/real/REAL__LET__ADD: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm: h4/real/REAL__MIDDLE2: !b a. h4/real/real__lte a b ==> h4/real/real__lte (h4/real/_2F (h4/realax/real__add a b) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) b
% Assm: h4/real/REAL__LTE__ADD: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm: h4/real/REAL__LE__ADDL: !y x. h4/real/real__lte y (h4/realax/real__add x y) <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) x
% Assm: h4/real/REAL__LE__SUB__RADD: !z y x. h4/real/real__lte (h4/real/real__sub x y) z <=> h4/real/real__lte x (h4/realax/real__add z y)
% Assm: h4/real/REAL__LE__ADD: !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__add x y)
% Assm: h4/real/REAL__MIDDLE1: !b a. h4/real/real__lte a b ==> h4/real/real__lte a (h4/real/_2F (h4/realax/real__add a b) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))))
% Assm: h4/bool/CONJ__SYM: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm: h4/arithmetic/TWO: h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO) = h4/num/SUC (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/real/REAL__ADD__SUB: !y x. h4/real/real__sub (h4/realax/real__add x y) x = y
% 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/combin/I__THM: !x. h4/combin/I x = x
% 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/FUN__REL: !g f R2 R1. h4/quotient/_3D_3D_3D_3E R1 R2 f g <=> (!x y. R1 x y ==> R2 (f x) (g y))
% 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__ADD__WELLDEF: !y2 y1 x2 x1. h4/realax/treal__eq x1 x2 /\ h4/realax/treal__eq y1 y2 ==> h4/realax/treal__eq (h4/realax/treal__add x1 y1) (h4/realax/treal__add 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__EQ__EQUIV: !q p. h4/realax/treal__eq p q <=> h4/realax/treal__eq p = h4/realax/treal__eq q
% 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/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/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/IDENTITY__QUOTIENT: h4/quotient/QUOTIENT $equals h4/combin/I h4/combin/I
% Assm: h4/quotient/EQUIV__def: !E. h4/quotient/EQUIV E <=> (!x y. E x y <=> E x = E y)
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/real/REAL__ADD__COMM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/real/REAL__DIFFSQ: !y x. h4/realax/real__mul (h4/realax/real__add x y) (h4/real/real__sub x y) = h4/real/real__sub (h4/realax/real__mul x x) (h4/realax/real__mul y y)
% Assm: h4/real/REAL__ADD2__SUB2: !d c b a. h4/real/real__sub (h4/realax/real__add a b) (h4/realax/real__add c d) = h4/realax/real__add (h4/real/real__sub a c) (h4/real/real__sub b d)
% Assm: h4/real/REAL__LT__IADD: !z y x. h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z)
% Assm: h4/real/REAL__SUB__RNEG: !y x. h4/real/real__sub x (h4/realax/real__neg y) = h4/realax/real__add x y
% Assm: h4/realax/REAL__ADD__SYM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/real/REAL__LT__ADDL: !y x. h4/realax/real__lt y (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) x
% Assm: h4/real/REAL__LT__SUB__LADD: !z y x. h4/realax/real__lt x (h4/real/real__sub y z) <=> h4/realax/real__lt (h4/realax/real__add x z) y
% Assm: h4/real/REAL__ADD__RID__UNIQ: !y x. h4/realax/real__add x y = x <=> y = h4/real/real__of__num h4/num/0
% Assm: h4/real/REAL__LT__ADDNEG: !z y x. h4/realax/real__lt y (h4/realax/real__add x (h4/realax/real__neg z)) <=> h4/realax/real__lt (h4/realax/real__add y z) x
% Assm: h4/real/REAL__LT: !n m. h4/realax/real__lt (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/prim__rec/_3C m n
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/prim__rec/LESS__0: !n. h4/prim__rec/_3C h4/num/0 (h4/num/SUC n)
% Assm: h4/real/REAL__LT__ADD: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm: h4/real/REAL__RNEG__UNIQ: !y x. h4/realax/real__add x y = h4/real/real__of__num h4/num/0 <=> y = h4/realax/real__neg x
% Assm: h4/realax/TREAL__EQ__AP: !q p. p = q ==> h4/realax/treal__eq p q
% 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/quotient/EQUALS__PRS: !rep abs R. h4/quotient/QUOTIENT R abs rep ==> (!x y. x = y <=> R (rep x) (rep y))
% Assm: h4/realax/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__EQ__SUB__RADD: !z y x. h4/real/real__sub x y = z <=> x = h4/realax/real__add z y
% Assm: h4/real/REAL__SUB__LNEG: !y x. h4/real/real__sub (h4/realax/real__neg x) y = h4/realax/real__neg (h4/realax/real__add x y)
% Assm: h4/real/REAL__LT__ADD__SUB: !z y x. h4/realax/real__lt (h4/realax/real__add x y) z <=> h4/realax/real__lt x (h4/real/real__sub z y)
% 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/REAL__LT__ADDNEG2: !z y x. h4/realax/real__lt (h4/realax/real__add x (h4/realax/real__neg y)) z <=> h4/realax/real__lt x (h4/realax/real__add z y)
% Assm: h4/realax/REAL__LT__IADD: !z y x. h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z)
% Assm: h4/real/REAL__LTE__TRANS: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm: h4/realax/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__SUB2: !y x. h4/real/real__sub x (h4/realax/real__add x y) = h4/realax/real__neg y
% Assm: h4/real/REAL__LE__LDIV: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte y (h4/realax/real__mul z x) ==> h4/real/real__lte (h4/real/_2F y x) z
% Assm: h4/real/REAL__LT__TRANS: !z y x. h4/realax/real__lt x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm: h4/real/REAL__LE__RDIV: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/realax/real__mul y x) z ==> h4/real/real__lte y (h4/real/_2F z x)
% Assm: h4/real/REAL: !n. h4/real/real__of__num (h4/num/SUC n) = h4/realax/real__add (h4/real/real__of__num n) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/real/REAL__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/realax/TREAL__ADD__SYM: !y x. h4/realax/treal__add x y = h4/realax/treal__add y x
% Assm: h4/real/REAL__NEG__SUB: !y x. h4/realax/real__neg (h4/real/real__sub x y) = h4/real/real__sub y x
% Assm: h4/realax/real__lt0: !T2 T1. h4/realax/real__lt T1 T2 <=> h4/realax/treal__lt (h4/realax/real__REP T1) (h4/realax/real__REP T2)
% Assm: h4/realax/TREAL__LT__WELLDEF: !y2 y1 x2 x1. h4/realax/treal__eq x1 x2 /\ h4/realax/treal__eq y1 y2 ==> (h4/realax/treal__lt x1 y1 <=> h4/realax/treal__lt x2 y2)
% Assm: h4/realax/TREAL__LT__ADD: !z y x. h4/realax/treal__lt y z ==> h4/realax/treal__lt (h4/realax/treal__add x y) (h4/realax/treal__add x z)
% 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/realax/TREAL__ADD__ASSOC: !z y x. h4/realax/treal__add x (h4/realax/treal__add y z) = h4/realax/treal__add (h4/realax/treal__add x y) z
% 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/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/TREAL__LDISTRIB: !z y x. h4/realax/treal__mul x (h4/realax/treal__add y z) = h4/realax/treal__add (h4/realax/treal__mul x y) (h4/realax/treal__mul x z)
% Goal: !y x. h4/real/real__lte (h4/real/abs (h4/realax/real__add x y)) (h4/realax/real__add (h4/real/abs x) (h4/real/abs y))
%   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_reals_abs0]: !x. h4/real/abs x = h4/bool/COND (h4/real/real__lte (h4/real/real__of__num h4/num/0) x) x (h4/realax/real__neg x)
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_reals_ABSu_u_ZERO]: !x. h4/real/abs x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_ABSu_u_NEG]: !x. h4/real/abs (h4/realax/real__neg x) = h4/real/abs x
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_reals_REALu_u_ADDu_u_SYM]: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_reals_ABSu_u_0]: h4/real/abs (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_ABSu_u_1]: h4/real/abs (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_reals_REALu_u_NEGu_u_EQ0]: !x. h4/realax/real__neg x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_LTu_u_RADD]: !z y x. h4/realax/real__lt (h4/realax/real__add x z) (h4/realax/real__add y z) <=> h4/realax/real__lt x y
% 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_LTu_u_LADD]: !z y x. h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z) <=> h4/realax/real__lt y z
% Assm [h4s_reals_REALu_u_NEGNEG]: !x. h4/realax/real__neg (h4/realax/real__neg x) = 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_reals_realu_u_lte0]: !y x. h4/real/real__lte x y <=> ~h4/realax/real__lt y x
% Assm [h4s_reals_REALu_u_EQu_u_RADD]: !z y x. h4/realax/real__add x z = h4/realax/real__add y z <=> x = y
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_reals_REALu_u_LETu_u_ADD2]: !z y x w. h4/real/real__lte w x /\ h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add w y) (h4/realax/real__add x z)
% Assm [h4s_reals_REALu_u_LEu_u_LADD]: !z y x. h4/real/real__lte (h4/realax/real__add x y) (h4/realax/real__add x z) <=> h4/real/real__lte y z
% 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_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_reals_REALu_u_NEGu_u_0]: h4/realax/real__neg (h4/real/real__of__num h4/num/0) = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_LTu_u_ANTISYM]: !y x. ~(h4/realax/real__lt x y /\ h4/realax/real__lt y x)
% 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_ADDR]: !y x. h4/real/real__lte x (h4/realax/real__add x y) <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) y
% 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_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_reals_REALu_u_LEu_u_RADD]: !z y x. h4/real/real__lte (h4/realax/real__add x z) (h4/realax/real__add y z) <=> h4/real/real__lte x y
% Assm [h4s_arithmetics_ZEROu_u_LESSu_u_EQ]: !n. h4/arithmetic/_3C_3D h4/num/0 n
% Assm [h4s_reals_REALu_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_LEu_u_ADD2]: !z y x w. h4/real/real__lte w x /\ h4/real/real__lte y z ==> h4/real/real__lte (h4/realax/real__add w y) (h4/realax/real__add 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_LNEGu_u_UNIQ]: !y x. h4/realax/real__add x y = h4/real/real__of__num h4/num/0 <=> x = h4/realax/real__neg y
% 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_ADDu_u_LIDu_u_UNIQ]: !y x. h4/realax/real__add x y = y <=> x = h4/real/real__of__num h4/num/0
% 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_MULu_u_SYM]: !y x. h4/realax/real__mul x y = h4/realax/real__mul y x
% Assm [h4s_reals_REALu_u_LTu_u_ADD2]: !z y x w. h4/realax/real__lt w x /\ h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add w y) (h4/realax/real__add x z)
% Assm [h4s_reals_REALu_u_LTEu_u_ADD2]: !z y x w. h4/realax/real__lt w x /\ h4/real/real__lte y z ==> h4/realax/real__lt (h4/realax/real__add w y) (h4/realax/real__add x z)
% 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_EQu_u_SUBu_u_LADD]: !z y x. x = h4/real/real__sub y z <=> h4/realax/real__add x z = y
% Assm [h4s_reals_REALu_u_LTu_u_ADDR]: !y x. h4/realax/real__lt x (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) y
% Assm [h4s_reals_REALu_u_EQu_u_LADD]: !z y x. h4/realax/real__add x y = h4/realax/real__add x z <=> 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_realaxs_realu_u_add0]: !T2 T1. h4/realax/real__add T1 T2 = happ h4/realax/real__ABS (h4/realax/treal__add (happ h4/realax/real__REP T1) (happ h4/realax/real__REP T2))
% Assm [h4s_reals_REALu_u_SUBu_u_ADD]: !y x. h4/realax/real__add (h4/real/real__sub x y) y = x
% Assm [h4s_reals_REALu_u_LTu_u_SUBu_u_RADD]: !z y x. h4/realax/real__lt (h4/real/real__sub x y) z <=> h4/realax/real__lt x (h4/realax/real__add z y)
% Assm [h4s_reals_REALu_u_DOUBLE]: !x. h4/realax/real__add x x = h4/realax/real__mul (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))) x
% Assm [h4s_reals_REALu_u_NOTu_u_LT]: !y x. ~h4/realax/real__lt x y <=> h4/real/real__lte y x
% Assm [h4s_reals_REALu_u_RDISTRIB]: !z y x. h4/realax/real__mul (h4/realax/real__add x y) z = h4/realax/real__add (h4/realax/real__mul x z) (h4/realax/real__mul y z)
% Assm [h4s_reals_REALu_u_LEu_u_SUBu_u_LADD]: !z y x. h4/real/real__lte x (h4/real/real__sub y z) <=> h4/real/real__lte (h4/realax/real__add x z) y
% Assm [h4s_reals_REALu_u_LEu_u_DOUBLE]: !x. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/realax/real__add x x) <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) x
% Assm [h4s_reals_REALu_u_LETu_u_ADD]: !y x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm [h4s_reals_REALu_u_MIDDLE2]: !b a. h4/real/real__lte a b ==> h4/real/real__lte (h4/real/_2F (h4/realax/real__add a b) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)))) b
% Assm [h4s_reals_REALu_u_LTEu_u_ADD]: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm [h4s_reals_REALu_u_LEu_u_ADDL]: !y x. h4/real/real__lte y (h4/realax/real__add x y) <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) x
% Assm [h4s_reals_REALu_u_LEu_u_SUBu_u_RADD]: !z y x. h4/real/real__lte (h4/real/real__sub x y) z <=> h4/real/real__lte x (h4/realax/real__add z y)
% Assm [h4s_reals_REALu_u_LEu_u_ADD]: !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__add x y)
% Assm [h4s_reals_REALu_u_MIDDLE1]: !b a. h4/real/real__lte a b ==> h4/real/real__lte a (h4/real/_2F (h4/realax/real__add a b) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO))))
% Assm [h4s_bools_CONJu_u_SYM]: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm [h4s_arithmetics_TWO]: h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO) = h4/num/SUC (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_reals_REALu_u_ADDu_u_SUB]: !y x. h4/real/real__sub (h4/realax/real__add x y) x = y
% 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_combins_Iu_u_THM]: !x. happ h4/combin/I x = x
% 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_FUNu_u_REL]: !g f R2 R1. happ (happ (h4/quotient/_3D_3D_3D_3E R1 R2) f) g <=> (!x y. happ (happ R1 x) y ==> happ (happ R2 (happ f x)) (happ g y))
% 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_ADDu_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__add x1 y1)) (h4/realax/treal__add 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_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_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_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_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_IDENTITYu_u_QUOTIENT]: h4/quotient/QUOTIENT $equals h4/combin/I h4/combin/I
% Assm [h4s_quotients_EQUIVu_u_def]: !E. h4/quotient/EQUIV E <=> (!x y. happ (happ E x) y <=> happ E x = happ E y)
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_reals_REALu_u_ADDu_u_COMM]: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm [h4s_reals_REALu_u_DIFFSQ]: !y x. h4/realax/real__mul (h4/realax/real__add x y) (h4/real/real__sub x y) = h4/real/real__sub (h4/realax/real__mul x x) (h4/realax/real__mul y y)
% Assm [h4s_reals_REALu_u_ADD2u_u_SUB2]: !d c b a. h4/real/real__sub (h4/realax/real__add a b) (h4/realax/real__add c d) = h4/realax/real__add (h4/real/real__sub a c) (h4/real/real__sub b d)
% Assm [h4s_reals_REALu_u_LTu_u_IADD]: !z y x. h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z)
% Assm [h4s_reals_REALu_u_SUBu_u_RNEG]: !y x. h4/real/real__sub x (h4/realax/real__neg y) = h4/realax/real__add x y
% Assm [h4s_realaxs_REALu_u_ADDu_u_SYM]: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm [h4s_reals_REALu_u_LTu_u_ADDL]: !y x. h4/realax/real__lt y (h4/realax/real__add x y) <=> h4/realax/real__lt (h4/real/real__of__num h4/num/0) x
% Assm [h4s_reals_REALu_u_LTu_u_SUBu_u_LADD]: !z y x. h4/realax/real__lt x (h4/real/real__sub y z) <=> h4/realax/real__lt (h4/realax/real__add x z) y
% Assm [h4s_reals_REALu_u_ADDu_u_RIDu_u_UNIQ]: !y x. h4/realax/real__add x y = x <=> y = h4/real/real__of__num h4/num/0
% Assm [h4s_reals_REALu_u_LTu_u_ADDNEG]: !z y x. h4/realax/real__lt y (h4/realax/real__add x (h4/realax/real__neg z)) <=> h4/realax/real__lt (h4/realax/real__add y z) x
% Assm [h4s_reals_REALu_u_LT]: !n m. h4/realax/real__lt (h4/real/real__of__num m) (h4/real/real__of__num n) <=> h4/prim__rec/_3C m n
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_primu_u_recs_LESSu_u_0]: !n. h4/prim__rec/_3C h4/num/0 (h4/num/SUC n)
% Assm [h4s_reals_REALu_u_LTu_u_ADD]: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt (h4/real/real__of__num h4/num/0) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/realax/real__add x y)
% Assm [h4s_reals_REALu_u_RNEGu_u_UNIQ]: !y x. h4/realax/real__add x y = h4/real/real__of__num h4/num/0 <=> y = h4/realax/real__neg x
% Assm [h4s_realaxs_TREALu_u_EQu_u_AP]: !q p. p = q ==> happ (happ h4/realax/treal__eq p) q
% 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_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_realaxs_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_EQu_u_SUBu_u_RADD]: !z y x. h4/real/real__sub x y = z <=> x = h4/realax/real__add z y
% Assm [h4s_reals_REALu_u_SUBu_u_LNEG]: !y x. h4/real/real__sub (h4/realax/real__neg x) y = h4/realax/real__neg (h4/realax/real__add x y)
% Assm [h4s_reals_REALu_u_LTu_u_ADDu_u_SUB]: !z y x. h4/realax/real__lt (h4/realax/real__add x y) z <=> h4/realax/real__lt x (h4/real/real__sub z y)
% 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_REALu_u_LTu_u_ADDNEG2]: !z y x. h4/realax/real__lt (h4/realax/real__add x (h4/realax/real__neg y)) z <=> h4/realax/real__lt x (h4/realax/real__add z y)
% Assm [h4s_realaxs_REALu_u_LTu_u_IADD]: !z y x. h4/realax/real__lt y z ==> h4/realax/real__lt (h4/realax/real__add x y) (h4/realax/real__add x z)
% Assm [h4s_reals_REALu_u_LTEu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm [h4s_realaxs_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_SUB2]: !y x. h4/real/real__sub x (h4/realax/real__add x y) = h4/realax/real__neg y
% Assm [h4s_reals_REALu_u_LEu_u_LDIV]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte y (h4/realax/real__mul z x) ==> h4/real/real__lte (h4/real/_2F y x) z
% Assm [h4s_reals_REALu_u_LTu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% Assm [h4s_reals_REALu_u_LEu_u_RDIV]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte (h4/realax/real__mul y x) z ==> h4/real/real__lte y (h4/real/_2F z x)
% Assm [h4s_reals_REAL]: !n. h4/real/real__of__num (h4/num/SUC n) = h4/realax/real__add (h4/real/real__of__num n) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_reals_REALu_u_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_realaxs_TREALu_u_ADDu_u_SYM]: !y x. h4/realax/treal__add x y = h4/realax/treal__add y x
% Assm [h4s_reals_REALu_u_NEGu_u_SUB]: !y x. h4/realax/real__neg (h4/real/real__sub x y) = h4/real/real__sub y x
% Assm [h4s_realaxs_realu_u_lt0]: !T2 T1. h4/realax/real__lt T1 T2 <=> h4/realax/treal__lt (happ h4/realax/real__REP T1) (happ h4/realax/real__REP T2)
% Assm [h4s_realaxs_TREALu_u_LTu_u_WELLDEF]: !y2 y1 x2 x1. happ (happ h4/realax/treal__eq x1) x2 /\ happ (happ h4/realax/treal__eq y1) y2 ==> (h4/realax/treal__lt x1 y1 <=> h4/realax/treal__lt x2 y2)
% Assm [h4s_realaxs_TREALu_u_LTu_u_ADD]: !z y x. h4/realax/treal__lt y z ==> h4/realax/treal__lt (h4/realax/treal__add x y) (h4/realax/treal__add x z)
% 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_realaxs_TREALu_u_ADDu_u_ASSOC]: !z y x. h4/realax/treal__add x (h4/realax/treal__add y z) = h4/realax/treal__add (h4/realax/treal__add x y) z
% 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_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_TREALu_u_LDISTRIB]: !z y x. h4/realax/treal__mul x (h4/realax/treal__add y z) = h4/realax/treal__add (h4/realax/treal__mul x y) (h4/realax/treal__mul x z)
% Goal: !y x. h4/real/real__lte (h4/real/abs (h4/realax/real__add x y)) (h4/realax/real__add (h4/real/abs x) (h4/real/abs y))
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_Q1140773,TV_Q1140769]: ![V_f, V_g]: (![V_x]: s(TV_Q1140769,happ(s(t_fun(TV_Q1140773,TV_Q1140769),V_f),s(TV_Q1140773,V_x))) = s(TV_Q1140769,happ(s(t_fun(TV_Q1140773,TV_Q1140769),V_g),s(TV_Q1140773,V_x))) => s(t_fun(TV_Q1140773,TV_Q1140769),V_f) = s(t_fun(TV_Q1140773,TV_Q1140769),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_reals_abs0, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_bools_cond(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))),s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_reals_ABSu_u_ZERO, axiom, ![V_x]: (s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_reals_ABSu_u_NEG, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_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_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_bools_CONDu_u_CLAUSESu_c0, axiom, ![TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,h4s_bools_cond(s(t_bool,t),s(TV_u_27a,V_t1),s(TV_u_27a,V_t2))) = s(TV_u_27a,V_t1)).
fof(ah4s_bools_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_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (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_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_reals_ABSu_u_0, axiom, s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_ABSu_u_1, axiom, s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_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_NEGu_u_EQ0, 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_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_LTu_u_RADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))).
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_LTu_u_LADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(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_x),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))).
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_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_reals_realu_u_lte0, 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_reals_REALu_u_EQu_u_RADD, 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,V_z))) = 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,V_x) = s(t_h4s_realaxs_real,V_y))).
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_REALu_u_LETu_u_ADD2, axiom, ![V_z, V_y, V_x, V_w]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_w),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_w),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,V_z)))))))).
fof(ah4s_reals_REALu_u_LEu_u_LADD, axiom, ![V_z, V_y, V_x]: 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_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))).
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_IMPu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_reals_REALu_u_NEGu_u_0, axiom, s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_reals_REALu_u_LTu_u_ANTISYM, 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_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))))))).
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_ADDR, 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_add(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,V_y)))).
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_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_reals_REALu_u_LEu_u_RADD, axiom, ![V_z, V_y, V_x]: 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_z))),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_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))).
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_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_LEu_u_ADD2, axiom, ![V_z, V_y, V_x, V_w]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_w),s(t_h4s_realaxs_real,V_x)))) & 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,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_w),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,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_LNEGu_u_UNIQ, 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_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_y))))).
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_ADDu_u_LIDu_u_UNIQ, 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,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_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_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_LTu_u_ADD2, axiom, ![V_z, V_y, V_x, V_w]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_w),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_w),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,V_z)))))))).
fof(ah4s_reals_REALu_u_LTEu_u_ADD2, axiom, ![V_z, V_y, V_x, V_w]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_w),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_w),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,V_z)))))))).
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_EQu_u_SUBu_u_LADD, axiom, ![V_z, V_y, V_x]: (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))) <=> s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,V_y))).
fof(ah4s_reals_REALu_u_LTu_u_ADDR, axiom, ![V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_EQu_u_LADD, 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,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))) <=> s(t_h4s_realaxs_real,V_y) = 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_realaxs_realu_u_add0, axiom, ![V_T2, V_T1]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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_add(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_reals_REALu_u_SUBu_u_ADD, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(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,V_y))) = s(t_h4s_realaxs_real,V_x)).
fof(ah4s_reals_REALu_u_LTu_u_SUBu_u_RADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(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,V_z))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_DOUBLE, axiom, ![V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_NOTu_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_RDISTRIB, axiom, ![V_z, V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_z))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LEu_u_SUBu_u_LADD, axiom, ![V_z, 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_reals_realu_u_sub(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_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_LEu_u_DOUBLE, 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_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,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,V_x)))).
fof(ah4s_reals_REALu_u_LETu_u_ADD, 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_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))) => 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_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_REALu_u_MIDDLE2, axiom, ![V_b, V_a]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,V_b)))))).
fof(ah4s_reals_REALu_u_LTEu_u_ADD, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_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_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_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_ADDL, axiom, ![V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(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,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,V_x)))).
fof(ah4s_reals_REALu_u_LEu_u_SUBu_u_RADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_reals_realu_u_lte(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,V_z))) = s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_LEu_u_ADD, 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_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_REALu_u_MIDDLE1, axiom, ![V_b, V_a]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))))))).
fof(ah4s_bools_CONJu_u_SYM, 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))))).
fof(ah4s_arithmetics_TWO, axiom, s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))).
fof(ah4s_reals_REALu_u_ADDu_u_SUB, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_y)).
fof(ah4s_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_combins_Iu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,happ(s(t_fun(TV_u_27a,TV_u_27a),h4s_combins_i),s(TV_u_27a,V_x))) = s(TV_u_27a,V_x)).
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_FUNu_u_REL, axiom, ![TV_u_27b,TV_u_27a]: ![V_g, V_f, V_R2, V_R1]: (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)))) <=> ![V_x, 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_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_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_ADDu_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_add(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_add(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_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_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_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_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_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(ah4s_quotients_EQUIVu_u_def, axiom, ![TV_u_27a]: ![V_E]: (p(s(t_bool,h4s_quotients_equiv(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E)))) <=> ![V_x, 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_E),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E),s(TV_u_27a,V_x))) = s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_E),s(TV_u_27a,V_y)))))).
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_ADDu_u_COMM, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_DIFFSQ, axiom, ![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,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_ADD2u_u_SUB2, axiom, ![V_d, V_c, V_b, V_a]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_c),s(t_h4s_realaxs_real,V_d))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_c))),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_b),s(t_h4s_realaxs_real,V_d)))))).
fof(ah4s_reals_REALu_u_LTu_u_IADD, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,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_x),s(t_h4s_realaxs_real,V_z)))))))).
fof(ah4s_reals_REALu_u_SUBu_u_RNEG, 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,h4s_realaxs_realu_u_neg(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,V_y)))).
fof(ah4s_realaxs_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_LTu_u_ADDL, axiom, ![V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(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,V_y))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_LTu_u_SUBu_u_LADD, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))),s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_ADDu_u_RIDu_u_UNIQ, 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,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_LTu_u_ADDNEG, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(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_z))))))) = s(t_bool,h4s_realaxs_realu_u_lt(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,V_x)))).
fof(ah4s_reals_REALu_u_LT, axiom, ![V_n, V_m]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_m))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))))) = s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,V_m),s(t_h4s_nums_num,V_n)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_primu_u_recs_LESSu_u_0, axiom, ![V_n]: p(s(t_bool,h4s_primu_u_recs_u_3c(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))))).
fof(ah4s_reals_REALu_u_LTu_u_ADD, axiom, ![V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_y))))) => 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_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))))).
fof(ah4s_reals_REALu_u_RNEGu_u_UNIQ, 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_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_realaxs_real,V_y) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))))).
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_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_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_realaxs_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_EQu_u_SUBu_u_RADD, axiom, ![V_z, 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,V_z) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_reals_REALu_u_SUBu_u_LNEG, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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_add(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_reals_REALu_u_LTu_u_ADDu_u_SUB, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(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_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_y)))))).
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_REALu_u_LTu_u_ADDNEG2, axiom, ![V_z, V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(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))))),s(t_h4s_realaxs_real,V_z))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_y)))))).
fof(ah4s_realaxs_REALu_u_LTu_u_IADD, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z)))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,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_x),s(t_h4s_realaxs_real,V_z)))))))).
fof(ah4s_reals_REALu_u_LTEu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_realaxs_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_SUB2, 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,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_neg(s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_reals_REALu_u_LEu_u_LDIV, 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_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x))))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LTu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_reals_REALu_u_LEu_u_RDIV, 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_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,h4s_reals_u_2f(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_x)))))))).
fof(ah4s_reals_REAL, axiom, ![V_n]: s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,V_n))),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))).
fof(ah4s_reals_REALu_u_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_realaxs_TREALu_u_ADDu_u_SYM, axiom, ![V_y, V_x]: s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_add(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),h4s_realaxs_trealu_u_add(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_x)))).
fof(ah4s_reals_REALu_u_NEGu_u_SUB, axiom, ![V_y, V_x]: s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_realaxs_realu_u_lt0, axiom, ![V_T2, V_T1]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_T1),s(t_h4s_realaxs_real,V_T2))) = s(t_bool,h4s_realaxs_trealu_u_lt(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_LTu_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))))) => s(t_bool,h4s_realaxs_trealu_u_lt(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_bool,h4s_realaxs_trealu_u_lt(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_TREALu_u_LTu_u_ADD, axiom, ![V_z, V_y, V_x]: (p(s(t_bool,h4s_realaxs_trealu_u_lt(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)))) => p(s(t_bool,h4s_realaxs_trealu_u_lt(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_add(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),h4s_realaxs_trealu_u_add(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_z)))))))).
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_realaxs_TREALu_u_ADDu_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_add(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_add(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_add(s(t_h4s_pairs_prod(t_h4s_hreals_hreal,t_h4s_hreals_hreal),h4s_realaxs_trealu_u_add(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_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_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_TREALu_u_LDISTRIB, 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_add(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_add(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),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_z)))))).
fof(ch4s_reals_ABSu_u_TRIANGLE, conjecture, ![V_y, V_x]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_abs(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_reals_abs(s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,h4s_reals_abs(s(t_h4s_realaxs_real,V_y))))))))).
