%   ORIGINAL: h4/topology/BALL__NEIGH
% 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/pair/UNCURRY__DEF: !y x f. h4/pair/UNCURRY f (h4/pair/_2C x y) = f x y
% Assm: h4/topology/BALL__OPEN: !x m e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> h4/topology/open (h4/topology/mtop m) (h4/topology/B m (h4/pair/_2C x e))
% Assm: h4/topology/ball: !x m e. h4/topology/B m (h4/pair/_2C x e) = (\y. h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e)
% Assm: h4/bool/TRUTH: T
% Assm: h4/topology/MTOP__OPEN: !m S_27. h4/topology/open (h4/topology/mtop m) S_27 <=> (!x. S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e ==> S_27 y)))
% Assm: h4/topology/mtop0: !m. h4/topology/mtop m = h4/topology/topology0 (\S_27. !x. S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e ==> S_27 y)))
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/topology/METRIC__TRIANGLE: !z y x m. h4/real/real__lte (h4/topology/dist m (h4/pair/_2C x z)) (h4/realax/real__add (h4/topology/dist m (h4/pair/_2C x y)) (h4/topology/dist m (h4/pair/_2C y z)))
% Assm: h4/topology/neigh0: !x top N. h4/topology/neigh top (h4/pair/_2C N x) <=> (?P. h4/topology/open top P /\ h4/pred__set/SUBSET P N /\ P x)
% Assm: h4/topology/mtop__istopology: !m. h4/topology/istopology (\S_27. !x. S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (h4/topology/dist m (h4/pair/_2C x y)) e ==> S_27 y)))
% Assm: h4/real/REAL__ADD__SYM: !y x. h4/realax/real__add x y = h4/realax/real__add y x
% Assm: h4/real/REAL__SUB__LT: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/real__sub x y) <=> h4/realax/real__lt y x
% Assm: h4/real/REAL__LET__TRANS: !z y x. h4/real/real__lte x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% 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/topology/topology__tybij_c1: !r. h4/topology/istopology r <=> h4/topology/open (h4/topology/topology0 r) = r
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/ABS__REP__THM: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. abs (rep a) = a) /\ (!r. P r <=> rep (abs r) = r))
% Assm: h4/topology/METRIC__ISMET: !m. h4/topology/ismet (h4/topology/dist m)
% Assm: h4/topology/metric__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION h4/topology/ismet rep
% Assm: h4/topology/METRIC__ZERO: !y x m. h4/topology/dist m (h4/pair/_2C x y) = h4/real/real__of__num h4/num/0 <=> x = y
% Assm: h4/topology/limpt0: !x top S_27. h4/topology/limpt top x S_27 <=> (!N. h4/topology/neigh top (h4/pair/_2C N x) ==> (?y. ~(x = y) /\ S_27 y /\ N y))
% Assm: h4/topology/OPEN__NEIGH: !top S_27. h4/topology/open top S_27 <=> (!x. S_27 x ==> (?N. h4/topology/neigh top (h4/pair/_2C N x) /\ h4/pred__set/SUBSET N S_27))
% Assm: h4/topology/OPEN__OWN__NEIGH: !x top S_27. h4/topology/open top S_27 /\ S_27 x ==> h4/topology/neigh top (h4/pair/_2C S_27 x)
% Assm: h4/topology/ismet0: !m. h4/topology/ismet m <=> (!x y. m (h4/pair/_2C x y) = h4/real/real__of__num h4/num/0 <=> x = y) /\ (!x y z. h4/real/real__lte (m (h4/pair/_2C y z)) (h4/realax/real__add (m (h4/pair/_2C x y)) (m (h4/pair/_2C x z))))
% Assm: h4/pred__set/SUBSET__REFL: !s. h4/pred__set/SUBSET s s
% Assm: h4/topology/metric__tybij_c0: !a. h4/topology/metric0 (h4/topology/dist a) = a
% Assm: h4/topology/METRIC__SYM: !y x m. h4/topology/dist m (h4/pair/_2C x y) = h4/topology/dist m (h4/pair/_2C y x)
% Assm: h4/topology/METRIC__SAME: !x m. h4/topology/dist m (h4/pair/_2C x x) = h4/real/real__of__num h4/num/0
% Assm: h4/topology/topology__TY__DEF: ?rep. h4/bool/TYPE__DEFINITION h4/topology/istopology rep
% Assm: h4/topology/METRIC__POS: !y x m. h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/topology/dist m (h4/pair/_2C x y))
% Assm: h4/topology/metric__tybij_c1: !r. h4/topology/ismet r <=> h4/topology/dist (h4/topology/metric0 r) = r
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/topology/METRIC__NZ: !y x m. ~(x = y) ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/topology/dist m (h4/pair/_2C x y))
% Assm: h4/topology/topology__tybij_c0: !a. h4/topology/topology0 (h4/topology/open a) = a
% Assm: h4/topology/OPEN__SUBOPEN: !top S_27. h4/topology/open top S_27 <=> (!x. S_27 x ==> (?P. P x /\ h4/topology/open top P /\ h4/pred__set/SUBSET P S_27))
% Assm: h4/topology/istopology0: !L. h4/topology/istopology L <=> L h4/pred__set/EMPTY /\ L h4/pred__set/UNIV /\ (!a b. L a /\ L b ==> L (h4/topology/re__intersect a b)) /\ (!P. h4/pred__set/SUBSET P L ==> L (h4/pred__set/BIGUNION P))
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/pred__set/SUBSET__TRANS: !u t s. h4/pred__set/SUBSET s t /\ h4/pred__set/SUBSET t u ==> h4/pred__set/SUBSET s u
% Assm: h4/topology/TOPOLOGY_c3: !P L. h4/pred__set/SUBSET P (h4/topology/open L) ==> h4/topology/open L (h4/pred__set/BIGUNION P)
% Assm: h4/topology/TOPOLOGY__UNION: !P L. h4/pred__set/SUBSET P (h4/topology/open L) ==> h4/topology/open L (h4/pred__set/BIGUNION P)
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/topology/closed0: !S_27 L. h4/topology/closed L S_27 <=> h4/topology/open L (h4/pred__set/COMPL S_27)
% Assm: h4/real/REAL__ADD__RID: !x. h4/realax/real__add x (h4/real/real__of__num h4/num/0) = x
% Assm: h4/topology/OPEN__UNOPEN: !top S_27. h4/topology/open top S_27 <=> h4/pred__set/BIGUNION (h4/pred__set/GSPEC (\P. h4/pair/_2C P (h4/topology/open top P /\ h4/pred__set/SUBSET P S_27))) = S_27
% Assm: h4/topology/CLOSED__LIMPT: !top S_27. h4/topology/closed top S_27 <=> (!x. h4/topology/limpt top x S_27 ==> S_27 x)
% Assm: h4/topology/TOPOLOGY_c2: !y x L. h4/topology/open L x /\ h4/topology/open L y ==> h4/topology/open L (h4/topology/re__intersect x y)
% Assm: h4/topology/TOPOLOGY_c1: !L. h4/topology/open L h4/pred__set/UNIV
% Assm: h4/topology/TOPOLOGY_c0: !L. h4/topology/open L h4/pred__set/EMPTY
% 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__LE__ANTISYM: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm: h4/sat/OR__DUAL3: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> 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/sat/dc__disj: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm: h4/sat/NOT__NOT: !t. ~ ~t <=> t
% Assm: h4/sat/dc__imp: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm: h4/sat/AND__INV2: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm: h4/sat/dc__eq: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm: h4/sat/AND__INV__IMP: !A. A ==> ~A ==> F
% Assm: h4/bool/IMP__CLAUSES_c1: !t. t ==> T <=> T
% 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__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/real/REAL__LE__LT: !y x. h4/real/real__lte x y <=> h4/realax/real__lt x y \/ x = y
% Assm: h4/bool/IN__DEF: h4/bool/IN = (\x f. f x)
% Assm: h4/pred__set/SUBSET__DEF: !t s. h4/pred__set/SUBSET s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN x t)
% 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/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm: h4/pred__set/UNIV__DEF: h4/pred__set/UNIV = (\x. T)
% Assm: h4/pred__set/BIGUNION__applied: !x sos. h4/pred__set/BIGUNION sos x <=> (?s. h4/bool/IN x s /\ h4/bool/IN s sos)
% Assm: h4/bool/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/real/REAL__LE__01: h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/real/REAL__10: ~(h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/real/real__of__num h4/num/0)
% Assm: h4/bool/EQ__CLAUSES_c0: !t. (T <=> t) <=> t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/ABS__SIMP: !t2 t1. (\x. t1) t2 = t1
% Assm: h4/real/ABS__SIGN: !y x. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) x
% Assm: h4/real/POW__PLUS1: !e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (!n. h4/real/real__lte (h4/realax/real__add (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/realax/real__mul (h4/real/real__of__num n) e)) (h4/real/pow (h4/realax/real__add (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) e) n))
% Assm: h4/pred__set/SUBSET__ANTISYM: !t s. h4/pred__set/SUBSET s t /\ h4/pred__set/SUBSET t s ==> s = t
% Assm: h4/pred__set/GSPECIFICATION__applied: !v f. h4/pred__set/GSPEC f v <=> (?x. h4/pair/_2C v T = f x)
% Assm: h4/pred__set/GSPECIFICATION: !v f. h4/bool/IN v (h4/pred__set/GSPEC f) <=> (?x. h4/pair/_2C v T = f x)
% Assm: h4/pair/CLOSED__PAIR__EQ: !y x b a. h4/pair/_2C x y = h4/pair/_2C a b <=> x = a /\ y = b
% Assm: h4/pair/PAIR__EQ: !y x b a. h4/pair/_2C x y = h4/pair/_2C a b <=> x = a /\ y = b
% Assm: h4/bool/UNWIND__THM2: !a P. (?x. x = a /\ P x) <=> P a
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/topology/re__intersect0: !Q P. h4/topology/re__intersect P Q = (\x. P x /\ Q x)
% Assm: h4/real/REAL__LT__LE: !y x. h4/realax/real__lt x y <=> h4/real/real__lte x y /\ ~(x = y)
% Assm: h4/sat/pth__ni2: !q p. ~(p ==> q) ==> ~q
% Assm: h4/bool/RIGHT__AND__FORALL__THM: !Q P. P /\ (!x. Q x) <=> (!x. P /\ Q x)
% 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__LT__TOTAL: !y x. x = y \/ h4/realax/real__lt x y \/ h4/realax/real__lt y x
% Assm: h4/pred__set/IN__BIGUNION: !x sos. h4/bool/IN x (h4/pred__set/BIGUNION sos) <=> (?s. h4/bool/IN x s /\ h4/bool/IN s sos)
% Assm: h4/bool/LEFT__FORALL__OR__THM: !Q P. (!x. P x \/ Q) <=> (!x. P x) \/ Q
% Assm: h4/pred__set/EMPTY__DEF: h4/pred__set/EMPTY = (\x. F)
% Assm: h4/bool/RIGHT__FORALL__OR__THM: !Q P. (!x. P \/ Q x) <=> P \/ (!x. Q x)
% Assm: h4/marker/Cong__def: !x. h4/marker/Cong x <=> x
% Assm: h4/sat/pth__ni1: !q p. ~(p ==> q) ==> p
% Assm: h4/sat/dc__conj: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm: h4/bool/LEFT__OR__OVER__AND: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm: h4/bool/RIGHT__OR__OVER__AND: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm: h4/bool/EXISTS__DEF: $exists = (\P. P (h4/min/_40 P))
% Assm: h4/real/REAL__LE__REFL: !x. h4/real/real__lte x x
% Assm: h4/real/ABS__BOUND: !y x d. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/realax/real__lt y (h4/realax/real__add x d)
% 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/bool/NOT__CLAUSES_c1: ~T <=> F
% Assm: h4/bool/EQ__CLAUSES_c3: !t. (t <=> F) <=> ~t
% Assm: h4/bool/COND__CLAUSES_c0: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm: h4/bool/COND__CLAUSES_c1: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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/bool/AND__CLAUSES_c4: !t. t /\ t <=> t
% Assm: h4/bool/BOOL__CASES__AX: !t. (t <=> T) \/ (t <=> F)
% Assm: h4/bool/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/pred__set/COMPL__applied: !x s. h4/pred__set/COMPL s x <=> ~h4/bool/IN x s
% Assm: h4/pred__set/SPECIFICATION: !x P. h4/bool/IN x P <=> P x
% Assm: h4/bool/NOT__IMP: !B A. ~(A ==> B) <=> A /\ ~B
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/real/pow0_c1: !x n. h4/real/pow x (h4/num/SUC n) = h4/realax/real__mul x (h4/real/pow x n)
% Assm: h4/real/REAL__LE__LMUL: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> (h4/real/real__lte (h4/realax/real__mul x y) (h4/realax/real__mul x z) <=> h4/real/real__lte y z)
% 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/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__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
% Goal: !x m e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> h4/topology/neigh (h4/topology/mtop m) (h4/pair/_2C (h4/topology/B m (h4/pair/_2C x e)) 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_pairs_UNCURRYu_u_DEF]: !y x f. h4/pair/UNCURRY f (h4/pair/_2C x y) = happ (happ f x) y
% Assm [h4s_topologys_BALLu_u_OPEN]: !x m e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> happ (h4/topology/open (h4/topology/mtop m)) (h4/topology/B m (h4/pair/_2C x e))
% Assm [h4s_topologys_ball]: !x m e x'. happ (h4/topology/B m (h4/pair/_2C x e)) x' <=> h4/realax/real__lt (happ (h4/topology/dist m) (h4/pair/_2C x x')) e
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_topologys_MTOPu_u_OPEN]: !m S_27. happ (h4/topology/open (h4/topology/mtop m)) S_27 <=> (!x. happ S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (happ (h4/topology/dist m) (h4/pair/_2C x y)) e ==> happ S_27 y)))
% Assm [h4s_topologys_mtop0]: !_0. (!m S_27. happ (happ _0 m) S_27 <=> (!x. happ S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (happ (h4/topology/dist m) (h4/pair/_2C x y)) e ==> happ S_27 y)))) ==> (!m. h4/topology/mtop m = h4/topology/topology0 (happ _0 m))
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_topologys_METRICu_u_TRIANGLE]: !z y x m. h4/real/real__lte (happ (h4/topology/dist m) (h4/pair/_2C x z)) (h4/realax/real__add (happ (h4/topology/dist m) (h4/pair/_2C x y)) (happ (h4/topology/dist m) (h4/pair/_2C y z)))
% Assm [h4s_topologys_neigh0]: !x top N. h4/topology/neigh top (h4/pair/_2C N x) <=> (?P. happ (h4/topology/open top) P /\ h4/pred__set/SUBSET P N /\ happ P x)
% Assm [h4s_topologys_mtopu_u_istopology]: !_0. (!m S_27. happ (happ _0 m) S_27 <=> (!x. happ S_27 x ==> (?e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e /\ (!y. h4/realax/real__lt (happ (h4/topology/dist m) (h4/pair/_2C x y)) e ==> happ S_27 y)))) ==> (!m. happ h4/topology/istopology (happ _0 m))
% 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_SUBu_u_LT]: !y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/real/real__sub x y) <=> h4/realax/real__lt y x
% Assm [h4s_reals_REALu_u_LETu_u_TRANS]: !z y x. h4/real/real__lte x y /\ h4/realax/real__lt y z ==> h4/realax/real__lt x z
% 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_topologys_topologyu_u_tybiju_c1]: !r. happ h4/topology/istopology r <=> h4/topology/open (h4/topology/topology0 r) = r
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_ABSu_u_REPu_u_THM]: !P. (?rep. h4/bool/TYPE__DEFINITION P rep) ==> (?rep abs. (!a. happ abs (happ rep a) = a) /\ (!r. happ P r <=> happ rep (happ abs r) = r))
% Assm [h4s_topologys_METRICu_u_ISMET]: !m. happ h4/topology/ismet (h4/topology/dist m)
% Assm [h4s_topologys_metricu_u_TYu_u_DEF]: ?rep. h4/bool/TYPE__DEFINITION h4/topology/ismet rep
% Assm [h4s_topologys_METRICu_u_ZERO]: !y x m. happ (h4/topology/dist m) (h4/pair/_2C x y) = h4/real/real__of__num h4/num/0 <=> x = y
% Assm [h4s_topologys_limpt0]: !x top S_27. h4/topology/limpt top x S_27 <=> (!N. h4/topology/neigh top (h4/pair/_2C N x) ==> (?y. ~(x = y) /\ happ S_27 y /\ happ N y))
% Assm [h4s_topologys_OPENu_u_NEIGH]: !top S_27. happ (h4/topology/open top) S_27 <=> (!x. happ S_27 x ==> (?N. h4/topology/neigh top (h4/pair/_2C N x) /\ h4/pred__set/SUBSET N S_27))
% Assm [h4s_topologys_OPENu_u_OWNu_u_NEIGH]: !x top S_27. happ (h4/topology/open top) S_27 /\ happ S_27 x ==> h4/topology/neigh top (h4/pair/_2C S_27 x)
% Assm [h4s_topologys_ismet0]: !m. happ h4/topology/ismet m <=> (!x y. happ m (h4/pair/_2C x y) = h4/real/real__of__num h4/num/0 <=> x = y) /\ (!x y z. h4/real/real__lte (happ m (h4/pair/_2C y z)) (h4/realax/real__add (happ m (h4/pair/_2C x y)) (happ m (h4/pair/_2C x z))))
% Assm [h4s_predu_u_sets_SUBSETu_u_REFL]: !s. h4/pred__set/SUBSET s s
% Assm [h4s_topologys_metricu_u_tybiju_c0]: !a. h4/topology/metric0 (h4/topology/dist a) = a
% Assm [h4s_topologys_METRICu_u_SYM]: !y x m. happ (h4/topology/dist m) (h4/pair/_2C x y) = happ (h4/topology/dist m) (h4/pair/_2C y x)
% Assm [h4s_topologys_METRICu_u_SAME]: !x m. happ (h4/topology/dist m) (h4/pair/_2C x x) = h4/real/real__of__num h4/num/0
% Assm [h4s_topologys_topologyu_u_TYu_u_DEF]: ?rep. h4/bool/TYPE__DEFINITION h4/topology/istopology rep
% Assm [h4s_topologys_METRICu_u_POS]: !y x m. h4/real/real__lte (h4/real/real__of__num h4/num/0) (happ (h4/topology/dist m) (h4/pair/_2C x y))
% Assm [h4s_topologys_metricu_u_tybiju_c1]: !r. happ h4/topology/ismet r <=> h4/topology/dist (h4/topology/metric0 r) = r
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_topologys_METRICu_u_NZ]: !y x m. ~(x = y) ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (happ (h4/topology/dist m) (h4/pair/_2C x y))
% Assm [h4s_topologys_topologyu_u_tybiju_c0]: !a. h4/topology/topology0 (h4/topology/open a) = a
% Assm [h4s_topologys_OPENu_u_SUBOPEN]: !top S_27. happ (h4/topology/open top) S_27 <=> (!x. happ S_27 x ==> (?P. happ P x /\ happ (h4/topology/open top) P /\ h4/pred__set/SUBSET P S_27))
% Assm [h4s_topologys_istopology0]: !L. happ h4/topology/istopology L <=> happ L h4/pred__set/EMPTY /\ happ L h4/pred__set/UNIV /\ (!a b. happ L a /\ happ L b ==> happ L (h4/topology/re__intersect a b)) /\ (!P. h4/pred__set/SUBSET P L ==> happ L (h4/pred__set/BIGUNION P))
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_predu_u_sets_SUBSETu_u_TRANS]: !u t s. h4/pred__set/SUBSET s t /\ h4/pred__set/SUBSET t u ==> h4/pred__set/SUBSET s u
% Assm [h4s_topologys_TOPOLOGYu_c3]: !P L. h4/pred__set/SUBSET P (h4/topology/open L) ==> happ (h4/topology/open L) (h4/pred__set/BIGUNION P)
% Assm [h4s_topologys_TOPOLOGYu_u_UNION]: !P L. h4/pred__set/SUBSET P (h4/topology/open L) ==> happ (h4/topology/open L) (h4/pred__set/BIGUNION P)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_topologys_closed0]: !S_27 L. h4/topology/closed L S_27 <=> happ (h4/topology/open L) (h4/pred__set/COMPL S_27)
% 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_topologys_OPENu_u_UNOPEN]: !_0. (!top S_27 P. ?v. (v <=> happ (h4/topology/open top) P /\ h4/pred__set/SUBSET P S_27) /\ happ (happ (happ _0 top) S_27) P = h4/pair/_2C P v) ==> (!top S_27. happ (h4/topology/open top) S_27 <=> h4/pred__set/BIGUNION (h4/pred__set/GSPEC (happ (happ _0 top) S_27)) = S_27)
% Assm [h4s_topologys_CLOSEDu_u_LIMPT]: !top S_27. h4/topology/closed top S_27 <=> (!x. h4/topology/limpt top x S_27 ==> happ S_27 x)
% Assm [h4s_topologys_TOPOLOGYu_c2]: !y x L. happ (h4/topology/open L) x /\ happ (h4/topology/open L) y ==> happ (h4/topology/open L) (h4/topology/re__intersect x y)
% Assm [h4s_topologys_TOPOLOGYu_c1]: !L. happ (h4/topology/open L) h4/pred__set/UNIV
% Assm [h4s_topologys_TOPOLOGYu_c0]: !L. happ (h4/topology/open L) h4/pred__set/EMPTY
% 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_LEu_u_ANTISYM]: !y x. h4/real/real__lte x y /\ h4/real/real__lte y x <=> x = y
% Assm [h4s_sats_ORu_u_DUAL3]: !B A. ~(~A \/ B) ==> F <=> A ==> ~B ==> 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_sats_dcu_u_disj]: !r q p. (p <=> q \/ r) <=> (p \/ ~q) /\ (p \/ ~r) /\ (q \/ r \/ ~p)
% Assm [h4s_sats_NOTu_u_NOT]: !t. ~ ~t <=> t
% Assm [h4s_sats_dcu_u_imp]: !r q p. (p <=> q ==> r) <=> (p \/ q) /\ (p \/ ~r) /\ (~q \/ r \/ ~p)
% Assm [h4s_sats_ANDu_u_INV2]: !A. (~A ==> F) ==> (A ==> F) ==> F
% Assm [h4s_sats_dcu_u_eq]: !r q p. (p <=> q <=> r) <=> (p \/ q \/ r) /\ (p \/ ~r \/ ~q) /\ (q \/ ~r \/ ~p) /\ (r \/ ~q \/ ~p)
% Assm [h4s_sats_ANDu_u_INVu_u_IMP]: !A. A ==> ~A ==> F
% Assm [h4s_bools_IMPu_u_CLAUSESu_c1]: !t. t ==> T <=> T
% 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_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_reals_REALu_u_LEu_u_LT]: !y x. h4/real/real__lte x y <=> h4/realax/real__lt x y \/ x = y
% Assm [h4s_bools_INu_u_DEF]: !x x. h4/bool/IN x x <=> happ x x
% Assm [h4s_predu_u_sets_SUBSETu_u_DEF]: !t s. h4/pred__set/SUBSET s t <=> (!x. h4/bool/IN x s ==> h4/bool/IN x t)
% 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_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% Assm [h4s_predu_u_sets_UNIVu_u_DEF]: !x. happ h4/pred__set/UNIV x <=> T
% Assm [h4s_predu_u_sets_BIGUNIONu_u_applied]: !x sos. happ (h4/pred__set/BIGUNION sos) x <=> (?s. h4/bool/IN x s /\ h4/bool/IN s sos)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_reals_REALu_u_LEu_u_01]: h4/real/real__lte (h4/real/real__of__num h4/num/0) (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_reals_REALu_u_10]: ~(h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = h4/real/real__of__num h4/num/0)
% Assm [h4s_bools_EQu_u_CLAUSESu_c0]: !t. (T <=> t) <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_ABSu_u_SIMP]: !t2 t1. t1 = t1
% Assm [h4s_reals_ABSu_u_SIGN]: !y x. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) y ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) x
% Assm [h4s_reals_POWu_u_PLUS1]: !e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> (!n. h4/real/real__lte (h4/realax/real__add (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) (h4/realax/real__mul (h4/real/real__of__num n) e)) (h4/real/pow (h4/realax/real__add (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) e) n))
% Assm [h4s_predu_u_sets_SUBSETu_u_ANTISYM]: !t s. h4/pred__set/SUBSET s t /\ h4/pred__set/SUBSET t s ==> s = t
% Assm [h4s_predu_u_sets_GSPECIFICATIONu_u_applied]: !v f. happ (h4/pred__set/GSPEC f) v <=> (?x. h4/pair/_2C v T = happ f x)
% Assm [h4s_predu_u_sets_GSPECIFICATION]: !v f. h4/bool/IN v (h4/pred__set/GSPEC f) <=> (?x. h4/pair/_2C v T = happ f x)
% Assm [h4s_pairs_CLOSEDu_u_PAIRu_u_EQ]: !y x b a. h4/pair/_2C x y = h4/pair/_2C a b <=> x = a /\ y = b
% Assm [h4s_pairs_PAIRu_u_EQ]: !y x b a. h4/pair/_2C x y = h4/pair/_2C a b <=> x = a /\ y = b
% Assm [h4s_bools_UNWINDu_u_THM2]: !a P. (?x. x = a /\ happ P x) <=> happ P a
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_topologys_reu_u_intersect0]: !Q P x. happ (h4/topology/re__intersect P Q) x <=> happ P x /\ happ Q x
% Assm [h4s_reals_REALu_u_LTu_u_LE]: !y x. h4/realax/real__lt x y <=> h4/real/real__lte x y /\ ~(x = y)
% Assm [h4s_sats_pthu_u_ni2]: !q p. ~(p ==> q) ==> ~q
% Assm [h4s_bools_RIGHTu_u_ANDu_u_FORALLu_u_THM]: !Q P. P /\ (!x. happ Q x) <=> (!x. P /\ happ Q x)
% 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_LTu_u_TOTAL]: !y x. x = y \/ h4/realax/real__lt x y \/ h4/realax/real__lt y x
% Assm [h4s_predu_u_sets_INu_u_BIGUNION]: !x sos. h4/bool/IN x (h4/pred__set/BIGUNION sos) <=> (?s. h4/bool/IN x s /\ h4/bool/IN s sos)
% Assm [h4s_bools_LEFTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. happ P x \/ Q) <=> (!x. happ P x) \/ Q
% Assm [h4s_predu_u_sets_EMPTYu_u_DEF]: !x. happ h4/pred__set/EMPTY x <=> F
% Assm [h4s_bools_RIGHTu_u_FORALLu_u_ORu_u_THM]: !Q P. (!x. P \/ happ Q x) <=> P \/ (!x. happ Q x)
% Assm [h4s_markers_Congu_u_def]: !x. h4/marker/Cong x <=> x
% Assm [h4s_sats_pthu_u_ni1]: !q p. ~(p ==> q) ==> p
% Assm [h4s_sats_dcu_u_conj]: !r q p. (p <=> q /\ r) <=> (p \/ ~q \/ ~r) /\ (q \/ ~p) /\ (r \/ ~p)
% Assm [h4s_bools_LEFTu_u_ORu_u_OVERu_u_AND]: !C B A. A \/ B /\ C <=> (A \/ B) /\ (A \/ C)
% Assm [h4s_bools_RIGHTu_u_ORu_u_OVERu_u_AND]: !C B A. B /\ C \/ A <=> (B \/ A) /\ (C \/ A)
% Assm [h4s_bools_EXISTSu_u_DEF]: !x. $exists x <=> happ x (h4/min/_40 x)
% Assm [h4s_reals_REALu_u_LEu_u_REFL]: !x. h4/real/real__lte x x
% Assm [h4s_reals_ABSu_u_BOUND]: !y x d. h4/realax/real__lt (h4/real/abs (h4/real/real__sub x y)) d ==> h4/realax/real__lt y (h4/realax/real__add x d)
% 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_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% Assm [h4s_bools_EQu_u_CLAUSESu_c3]: !t. (t <=> F) <=> ~t
% Assm [h4s_bools_CONDu_u_CLAUSESu_c0]: !t2 t1. h4/bool/COND T t1 t2 = t1
% Assm [h4s_bools_CONDu_u_CLAUSESu_c1]: !t2 t1. h4/bool/COND F t1 t2 = t2
% 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_bools_ANDu_u_CLAUSESu_c4]: !t. t /\ t <=> t
% Assm [h4s_bools_BOOLu_u_CASESu_u_AX]: !t. (t <=> T) \/ (t <=> F)
% Assm [h4s_bools_FUNu_u_EQu_u_THM]: !g f. f = g <=> (!x. happ f x = happ g x)
% Assm [h4s_predu_u_sets_COMPLu_u_applied]: !x s. happ (h4/pred__set/COMPL s) x <=> ~h4/bool/IN x s
% Assm [h4s_predu_u_sets_SPECIFICATION]: !x P. h4/bool/IN x P <=> happ P x
% Assm [h4s_bools_NOTu_u_IMP]: !B A. ~(A ==> B) <=> A /\ ~B
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_reals_pow0u_c1]: !x n. h4/real/pow x (h4/num/SUC n) = h4/realax/real__mul x (h4/real/pow x n)
% Assm [h4s_reals_REALu_u_LEu_u_LMUL]: !z y x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x ==> (h4/real/real__lte (h4/realax/real__mul x y) (h4/realax/real__mul x z) <=> h4/real/real__lte y z)
% 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_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_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
% Goal: !x m e. h4/realax/real__lt (h4/real/real__of__num h4/num/0) e ==> h4/topology/neigh (h4/topology/mtop m) (h4/pair/_2C (h4/topology/B m (h4/pair/_2C x e)) 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_Q1449207,TV_Q1449203]: ![V_f, V_g]: (![V_x]: s(TV_Q1449203,happ(s(t_fun(TV_Q1449207,TV_Q1449203),V_f),s(TV_Q1449207,V_x))) = s(TV_Q1449203,happ(s(t_fun(TV_Q1449207,TV_Q1449203),V_g),s(TV_Q1449207,V_x))) => s(t_fun(TV_Q1449207,TV_Q1449203),V_f) = s(t_fun(TV_Q1449207,TV_Q1449203),V_g))).
fof(ah4s_pairs_UNCURRYu_u_DEF, axiom, ![TV_u_27c,TV_u_27a,TV_u_27b]: ![V_y, V_x, V_f]: s(TV_u_27c,h4s_pairs_uncurry(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_f),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))))) = s(TV_u_27c,happ(s(t_fun(TV_u_27b,TV_u_27c),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,TV_u_27c)),V_f),s(TV_u_27a,V_x))),s(TV_u_27b,V_y)))).
fof(ah4s_topologys_BALLu_u_OPEN, axiom, ![TV_u_27a]: ![V_x, V_m, V_e]: (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_e)))) => p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m))))),s(t_fun(TV_u_27a,t_bool),h4s_topologys_b(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,t_h4s_realaxs_real),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(t_h4s_realaxs_real,V_e)))))))))).
fof(ah4s_topologys_ball, axiom, ![TV_u_27a]: ![V_x, V_m, V_e, V_xi_]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_topologys_b(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,t_h4s_realaxs_real),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(t_h4s_realaxs_real,V_e))))),s(TV_u_27a,V_xi_))) = s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_xi_))))),s(t_h4s_realaxs_real,V_e)))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_topologys_MTOPu_u_OPEN, axiom, ![TV_u_27a]: ![V_m, V_Su_27]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m))))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x)))) => ?[V_e]: (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_e)))) & ![V_y]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))),s(t_h4s_realaxs_real,V_e)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_y))))))))).
fof(ah4s_topologys_mtop0, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_m, V_Su_27]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),happ(s(t_fun(t_h4s_topologys_metric(TV_u_27a),t_fun(t_fun(TV_u_27a,t_bool),t_bool)),V_uu_0),s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x)))) => ?[V_e]: (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_e)))) & ![V_y]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))),s(t_h4s_realaxs_real,V_e)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_y)))))))) => ![V_m]: s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m))) = s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_topology0(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),happ(s(t_fun(t_h4s_topologys_metric(TV_u_27a),t_fun(t_fun(TV_u_27a,t_bool),t_bool)),V_uu_0),s(t_h4s_topologys_metric(TV_u_27a),V_m))))))).
fof(ah4s_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_bools_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_topologys_METRICu_u_TRIANGLE, axiom, ![TV_u_27a]: ![V_z, V_y, V_x, V_m]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_z))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_y),s(TV_u_27a,V_z))))))))))).
fof(ah4s_topologys_neigh0, axiom, ![TV_u_27a]: ![V_x, V_top, V_N]: (p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_N),s(TV_u_27a,V_x)))))) <=> ?[V_P]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_P)))) & (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),V_N)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))))))).
fof(ah4s_topologys_mtopu_u_istopology, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_m, V_Su_27]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),happ(s(t_fun(t_h4s_topologys_metric(TV_u_27a),t_fun(t_fun(TV_u_27a,t_bool),t_bool)),V_uu_0),s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x)))) => ?[V_e]: (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_e)))) & ![V_y]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))),s(t_h4s_realaxs_real,V_e)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_y)))))))) => ![V_m]: p(s(t_bool,happ(s(t_fun(t_fun(t_fun(TV_u_27a,t_bool),t_bool),t_bool),h4s_topologys_istopology),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),happ(s(t_fun(t_h4s_topologys_metric(TV_u_27a),t_fun(t_fun(TV_u_27a,t_bool),t_bool)),V_uu_0),s(t_h4s_topologys_metric(TV_u_27a),V_m)))))))).
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_SUBu_u_LT, axiom, ![V_y, V_x]: s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_reals_realu_u_sub(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,V_y),s(t_h4s_realaxs_real,V_x)))).
fof(ah4s_reals_REALu_u_LETu_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_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_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_topologys_topologyu_u_tybiju_c1, axiom, ![TV_u_27a]: ![V_r]: (p(s(t_bool,happ(s(t_fun(t_fun(t_fun(TV_u_27a,t_bool),t_bool),t_bool),h4s_topologys_istopology),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_r)))) <=> s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_topology0(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_r))))) = s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_r))).
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_bools_ABSu_u_REPu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_P]: (?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27b,TV_u_27a),V_rep)))) => ?[V_rep, V_abs]: (![V_a]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_abs),s(TV_u_27a,happ(s(t_fun(TV_u_27b,TV_u_27a),V_rep),s(TV_u_27b,V_a))))) = s(TV_u_27b,V_a) & ![V_r]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_r)))) <=> 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_r))))) = s(TV_u_27a,V_r))))).
fof(ah4s_topologys_METRICu_u_ISMET, axiom, ![TV_u_27a]: ![V_m]: p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),t_bool),h4s_topologys_ismet),s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))))))).
fof(ah4s_topologys_metricu_u_TYu_u_DEF, axiom, ![TV_u_27a]: ?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),t_bool),h4s_topologys_ismet),s(t_fun(t_h4s_topologys_metric(TV_u_27a),t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real)),V_rep))))).
fof(ah4s_topologys_METRICu_u_ZERO, axiom, ![TV_u_27a]: ![V_y, V_x, V_m]: (s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y))).
fof(ah4s_topologys_limpt0, axiom, ![TV_u_27a]: ![V_x, V_top, V_Su_27]: (p(s(t_bool,h4s_topologys_limpt(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_N]: (p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_N),s(TV_u_27a,V_x)))))) => ?[V_y]: (~ (s(TV_u_27a,V_x) = s(TV_u_27a,V_y)) & (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_y)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_N),s(TV_u_27a,V_y))))))))).
fof(ah4s_topologys_OPENu_u_NEIGH, axiom, ![TV_u_27a]: ![V_top, V_Su_27]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x)))) => ?[V_N]: (p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_N),s(TV_u_27a,V_x)))))) & p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_N),s(t_fun(TV_u_27a,t_bool),V_Su_27)))))))).
fof(ah4s_topologys_OPENu_u_OWNu_u_NEIGH, axiom, ![TV_u_27a]: ![V_x, V_top, V_Su_27]: ((p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x))))) => p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x)))))))).
fof(ah4s_topologys_ismet0, axiom, ![TV_u_27a]: ![V_m]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),t_bool),h4s_topologys_ismet),s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_m)))) <=> (![V_x, V_y]: (s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> s(TV_u_27a,V_x) = s(TV_u_27a,V_y)) & ![V_x, V_y, V_z]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_y),s(TV_u_27a,V_z))))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_add(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))),s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_m),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_z))))))))))))).
fof(ah4s_predu_u_sets_SUBSETu_u_REFL, axiom, ![TV_u_27a]: ![V_s]: p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27a,t_bool),V_s))))).
fof(ah4s_topologys_metricu_u_tybiju_c0, axiom, ![TV_u_27a]: ![V_a]: s(t_h4s_topologys_metric(TV_u_27a),h4s_topologys_metric0(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_a))))) = s(t_h4s_topologys_metric(TV_u_27a),V_a)).
fof(ah4s_topologys_METRICu_u_SYM, axiom, ![TV_u_27a]: ![V_y, V_x, V_m]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_y),s(TV_u_27a,V_x)))))).
fof(ah4s_topologys_METRICu_u_SAME, axiom, ![TV_u_27a]: ![V_x, V_m]: s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_x))))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0)))).
fof(ah4s_topologys_topologyu_u_TYu_u_DEF, axiom, ![TV_u_27a]: ?[V_rep]: p(s(t_bool,h4s_bools_typeu_u_definition(s(t_fun(t_fun(t_fun(TV_u_27a,t_bool),t_bool),t_bool),h4s_topologys_istopology),s(t_fun(t_h4s_topologys_topology(TV_u_27a),t_fun(t_fun(TV_u_27a,t_bool),t_bool)),V_rep))))).
fof(ah4s_topologys_METRICu_u_POS, axiom, ![TV_u_27a]: ![V_y, V_x, V_m]: 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,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y))))))))).
fof(ah4s_topologys_metricu_u_tybiju_c1, axiom, ![TV_u_27a]: ![V_r]: (p(s(t_bool,happ(s(t_fun(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),t_bool),h4s_topologys_ismet),s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_r)))) <=> s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),h4s_topologys_metric0(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_r))))) = s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),V_r))).
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_topologys_METRICu_u_NZ, axiom, ![TV_u_27a]: ![V_y, V_x, V_m]: (~ (s(TV_u_27a,V_x) = s(TV_u_27a,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,happ(s(t_fun(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),t_h4s_realaxs_real),h4s_topologys_dist(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27a),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27a,V_y)))))))))).
fof(ah4s_topologys_topologyu_u_tybiju_c0, axiom, ![TV_u_27a]: ![V_a]: s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_topology0(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_a))))) = s(t_h4s_topologys_topology(TV_u_27a),V_a)).
fof(ah4s_topologys_OPENu_u_SUBOPEN, axiom, ![TV_u_27a]: ![V_top, V_Su_27]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x)))) => ?[V_P]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) & (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_P)))) & p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),V_Su_27))))))))).
fof(ah4s_topologys_istopology0, axiom, ![TV_u_27a]: ![V_L]: (p(s(t_bool,happ(s(t_fun(t_fun(t_fun(TV_u_27a,t_bool),t_bool),t_bool),h4s_topologys_istopology),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L)))) <=> (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)))) & (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ)))) & (![V_a, V_b]: ((p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L),s(t_fun(TV_u_27a,t_bool),V_a)))) & p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L),s(t_fun(TV_u_27a,t_bool),V_b))))) => p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L),s(t_fun(TV_u_27a,t_bool),h4s_topologys_reu_u_intersect(s(t_fun(TV_u_27a,t_bool),V_a),s(t_fun(TV_u_27a,t_bool),V_b))))))) & ![V_P]: (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_P),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L)))) => p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_L),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_bigunion(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_P)))))))))))).
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_predu_u_sets_SUBSETu_u_TRANS, axiom, ![TV_u_27a]: ![V_u, V_t, V_s]: ((p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27a,t_bool),V_t)))) & p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_t),s(t_fun(TV_u_27a,t_bool),V_u))))) => p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27a,t_bool),V_u)))))).
fof(ah4s_topologys_TOPOLOGYu_c3, axiom, ![TV_u_27a]: ![V_P, V_L]: (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_P),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L)))))) => p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_bigunion(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_P)))))))).
fof(ah4s_topologys_TOPOLOGYu_u_UNION, axiom, ![TV_u_27a]: ![V_P, V_L]: (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_P),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L)))))) => p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_bigunion(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_P)))))))).
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_topologys_closed0, axiom, ![TV_u_27a]: ![V_Su_27, V_L]: s(t_bool,h4s_topologys_closed(s(t_h4s_topologys_topology(TV_u_27a),V_L),s(t_fun(TV_u_27a,t_bool),V_Su_27))) = s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_compl(s(t_fun(TV_u_27a,t_bool),V_Su_27)))))).
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_topologys_OPENu_u_UNOPEN, axiom, ![TV_u_27a]: ![V_uu_0]: (![V_top, V_Su_27, V_P]: ?[V_v]: ((p(s(t_bool,V_v)) <=> (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_P)))) & p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),V_Su_27)))))) & s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_h4s_pairs_prod(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_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),t_bool))),happ(s(t_fun(t_h4s_topologys_topology(TV_u_27a),t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,t_bool),t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),t_bool)))),V_uu_0),s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_Su_27))),s(t_fun(TV_u_27a,t_bool),V_P))) = s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),t_bool),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),V_P),s(t_bool,V_v)))) => ![V_top, V_Su_27]: (p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_bigunion(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_predu_u_sets_gspec(s(t_fun(t_fun(TV_u_27a,t_bool),t_h4s_pairs_prod(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_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),t_bool))),happ(s(t_fun(t_h4s_topologys_topology(TV_u_27a),t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,t_bool),t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),t_bool)))),V_uu_0),s(t_h4s_topologys_topology(TV_u_27a),V_top))),s(t_fun(TV_u_27a,t_bool),V_Su_27))))))) = s(t_fun(TV_u_27a,t_bool),V_Su_27)))).
fof(ah4s_topologys_CLOSEDu_u_LIMPT, axiom, ![TV_u_27a]: ![V_top, V_Su_27]: (p(s(t_bool,h4s_topologys_closed(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) <=> ![V_x]: (p(s(t_bool,h4s_topologys_limpt(s(t_h4s_topologys_topology(TV_u_27a),V_top),s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_Su_27)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Su_27),s(TV_u_27a,V_x))))))).
fof(ah4s_topologys_TOPOLOGYu_c2, axiom, ![TV_u_27a]: ![V_y, V_x, V_L]: ((p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),V_x)))) & p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),V_y))))) => p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),h4s_topologys_reu_u_intersect(s(t_fun(TV_u_27a,t_bool),V_x),s(t_fun(TV_u_27a,t_bool),V_y)))))))).
fof(ah4s_topologys_TOPOLOGYu_c1, axiom, ![TV_u_27a]: ![V_L]: p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ))))).
fof(ah4s_topologys_TOPOLOGYu_c0, axiom, ![TV_u_27a]: ![V_L]: p(s(t_bool,happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),h4s_topologys_open(s(t_h4s_topologys_topology(TV_u_27a),V_L))),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty))))).
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_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_sats_ORu_u_DUAL3, axiom, ![V_B, V_A]: ((~ ((~ (p(s(t_bool,V_A))) | p(s(t_bool,V_B)))) => p(s(t_bool,f))) <=> (p(s(t_bool,V_A)) => (~ (p(s(t_bool,V_B))) => p(s(t_bool,f)))))).
fof(ah4s_sats_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_sats_dcu_u_disj, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_q)))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (p(s(t_bool,V_q)) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_NOTu_u_NOT, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_sats_dcu_u_imp, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> (p(s(t_bool,V_q)) => p(s(t_bool,V_r)))) <=> ((p(s(t_bool,V_p)) | p(s(t_bool,V_q))) & ((p(s(t_bool,V_p)) | ~ (p(s(t_bool,V_r)))) & (~ (p(s(t_bool,V_q))) | (p(s(t_bool,V_r)) | ~ (p(s(t_bool,V_p))))))))).
fof(ah4s_sats_ANDu_u_INV2, axiom, ![V_A]: ((~ (p(s(t_bool,V_A))) => p(s(t_bool,f))) => ((p(s(t_bool,V_A)) => p(s(t_bool,f))) => p(s(t_bool,f))))).
fof(ah4s_sats_dcu_u_eq, axiom, ![V_r, V_q, V_p]: ((p(s(t_bool,V_p)) <=> s(t_bool,V_q) = s(t_bool,V_r)) <=> ((p(s(t_bool,V_p)) | (p(s(t_bool,V_q)) | p(s(t_bool,V_r)))) & ((p(s(t_bool,V_p)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_q))))) & ((p(s(t_bool,V_q)) | (~ (p(s(t_bool,V_r))) | ~ (p(s(t_bool,V_p))))) & (p(s(t_bool,V_r)) | (~ (p(s(t_bool,V_q))) | ~ (p(s(t_bool,V_p)))))))))).
fof(ah4s_sats_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_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_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_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_reals_REALu_u_LEu_u_LT, 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_x),s(t_h4s_realaxs_real,V_y)))) | s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,V_y)))).
fof(ah4s_bools_INu_u_DEF, axiom, ![TV_u_27a]: ![V_x, V_x0]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_x0))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x0),s(TV_u_27a,V_x)))).
fof(ah4s_predu_u_sets_SUBSETu_u_DEF, axiom, ![TV_u_27a]: ![V_t, V_s]: (p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27a,t_bool),V_t)))) <=> ![V_x]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) => p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_t))))))).
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_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_predu_u_sets_UNIVu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_univ),s(TV_u_27a,V_x))) = s(t_bool,t)).
fof(ah4s_predu_u_sets_BIGUNIONu_u_applied, axiom, ![TV_u_27a]: ![V_x, V_sos]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_bigunion(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_sos))),s(TV_u_27a,V_x)))) <=> ?[V_s]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) & p(s(t_bool,h4s_bools_in(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_sos))))))).
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_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_reals_REALu_u_LEu_u_01, axiom, 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_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_10, axiom, ~ (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_nums_0))))).
fof(ah4s_bools_EQu_u_CLAUSESu_c0, axiom, ![V_t]: (s(t_bool,t) = s(t_bool,V_t) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ABSu_u_SIMP, axiom, ![TV_u_27b,TV_u_27a]: ![V_t2, V_t1]: s(TV_u_27a,V_t1) = s(TV_u_27a,V_t1)).
fof(ah4s_reals_ABSu_u_SIGN, axiom, ![V_y, V_x]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_abs(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)))) => 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)))))).
fof(ah4s_reals_POWu_u_PLUS1, axiom, ![V_e]: (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_e)))) => ![V_n]: p(s(t_bool,h4s_reals_realu_u_lte(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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),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_e))))),s(t_h4s_realaxs_real,h4s_reals_pow(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_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_realaxs_real,V_e))),s(t_h4s_nums_num,V_n)))))))).
fof(ah4s_predu_u_sets_SUBSETu_u_ANTISYM, axiom, ![TV_u_27a]: ![V_t, V_s]: ((p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(TV_u_27a,t_bool),V_t)))) & p(s(t_bool,h4s_predu_u_sets_subset(s(t_fun(TV_u_27a,t_bool),V_t),s(t_fun(TV_u_27a,t_bool),V_s))))) => s(t_fun(TV_u_27a,t_bool),V_s) = s(t_fun(TV_u_27a,t_bool),V_t))).
fof(ah4s_predu_u_sets_GSPECIFICATIONu_u_applied, axiom, ![TV_u_27a,TV_u_27b]: ![V_v, V_f]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_gspec(s(t_fun(TV_u_27b,t_h4s_pairs_prod(TV_u_27a,t_bool)),V_f))),s(TV_u_27a,V_v)))) <=> ?[V_x]: s(t_h4s_pairs_prod(TV_u_27a,t_bool),h4s_pairs_u_2c(s(TV_u_27a,V_v),s(t_bool,t))) = s(t_h4s_pairs_prod(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27b,t_h4s_pairs_prod(TV_u_27a,t_bool)),V_f),s(TV_u_27b,V_x))))).
fof(ah4s_predu_u_sets_GSPECIFICATION, axiom, ![TV_u_27a,TV_u_27b]: ![V_v, V_f]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_v),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_gspec(s(t_fun(TV_u_27b,t_h4s_pairs_prod(TV_u_27a,t_bool)),V_f)))))) <=> ?[V_x]: s(t_h4s_pairs_prod(TV_u_27a,t_bool),h4s_pairs_u_2c(s(TV_u_27a,V_v),s(t_bool,t))) = s(t_h4s_pairs_prod(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27b,t_h4s_pairs_prod(TV_u_27a,t_bool)),V_f),s(TV_u_27b,V_x))))).
fof(ah4s_pairs_CLOSEDu_u_PAIRu_u_EQ, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x, V_b, V_a]: (s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))) = s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_a),s(TV_u_27b,V_b))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_a) & s(TV_u_27b,V_y) = s(TV_u_27b,V_b)))).
fof(ah4s_pairs_PAIRu_u_EQ, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x, V_b, V_a]: (s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y))) = s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_a),s(TV_u_27b,V_b))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_a) & s(TV_u_27b,V_y) = s(TV_u_27b,V_b)))).
fof(ah4s_bools_UNWINDu_u_THM2, axiom, ![TV_u_27a]: ![V_a, V_P]: (?[V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_a) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x))))) <=> p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_a)))))).
fof(ah4s_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_SELECTu_u_AX, axiom, ![TV_u_27a]: ![V_x, V_P]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_P)))))))).
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_topologys_reu_u_intersect0, axiom, ![TV_u_27a]: ![V_Q, V_P, V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_topologys_reu_u_intersect(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),V_Q))),s(TV_u_27a,V_x)))) <=> (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_reals_REALu_u_LTu_u_LE, 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_x),s(t_h4s_realaxs_real,V_y)))) & ~ (s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_sats_pthu_u_ni2, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => ~ (p(s(t_bool,V_q))))).
fof(ah4s_bools_RIGHTu_u_ANDu_u_FORALLu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: ((p(s(t_bool,V_P)) & ![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) <=> ![V_x]: (p(s(t_bool,V_P)) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
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_LTu_u_TOTAL, axiom, ![V_y, V_x]: (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_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_predu_u_sets_INu_u_BIGUNION, axiom, ![TV_u_27a]: ![V_x, V_sos]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_bigunion(s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_sos)))))) <=> ?[V_s]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) & p(s(t_bool,h4s_bools_in(s(t_fun(TV_u_27a,t_bool),V_s),s(t_fun(t_fun(TV_u_27a,t_bool),t_bool),V_sos))))))).
fof(ah4s_bools_LEFTu_u_FORALLu_u_ORu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))) <=> (![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))) | p(s(t_bool,V_Q))))).
fof(ah4s_predu_u_sets_EMPTYu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty),s(TV_u_27a,V_x))) = s(t_bool,f)).
fof(ah4s_bools_RIGHTu_u_FORALLu_u_ORu_u_THM, axiom, ![TV_u_27a]: ![V_Q, V_P]: (![V_x]: (p(s(t_bool,V_P)) | p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))) <=> (p(s(t_bool,V_P)) | ![V_x]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_Q),s(TV_u_27a,V_x))))))).
fof(ah4s_markers_Congu_u_def, axiom, ![V_x]: s(t_bool,h4s_markers_cong(s(t_bool,V_x))) = s(t_bool,V_x)).
fof(ah4s_sats_pthu_u_ni1, axiom, ![V_q, V_p]: (~ ((p(s(t_bool,V_p)) => p(s(t_bool,V_q)))) => p(s(t_bool,V_p)))).
fof(ah4s_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_bools_LEFTu_u_ORu_u_OVERu_u_AND, axiom, ![V_C, V_B, V_A]: ((p(s(t_bool,V_A)) | (p(s(t_bool,V_B)) & p(s(t_bool,V_C)))) <=> ((p(s(t_bool,V_A)) | p(s(t_bool,V_B))) & (p(s(t_bool,V_A)) | p(s(t_bool,V_C)))))).
fof(ah4s_bools_RIGHTu_u_ORu_u_OVERu_u_AND, axiom, ![V_C, V_B, V_A]: (((p(s(t_bool,V_B)) & p(s(t_bool,V_C))) | p(s(t_bool,V_A))) <=> ((p(s(t_bool,V_B)) | p(s(t_bool,V_A))) & (p(s(t_bool,V_C)) | p(s(t_bool,V_A)))))).
fof(ah4s_bools_EXISTSu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: s(t_bool,d_exists(s(t_fun(TV_u_27a,t_bool),V_x))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,h4s_mins_u_40(s(t_fun(TV_u_27a,t_bool),V_x)))))).
fof(ah4s_reals_REALu_u_LEu_u_REFL, axiom, ![V_x]: p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_reals_ABSu_u_BOUND, axiom, ![V_y, V_x, V_d]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_abs(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_d)))) => p(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_d)))))))).
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_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_EQu_u_CLAUSESu_c3, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,f) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_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_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_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_bools_ANDu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_BOOLu_u_CASESu_u_AX, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(ah4s_bools_FUNu_u_EQu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_g, V_f]: (s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),V_g) <=> ![V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_g),s(TV_u_27a,V_x))))).
fof(ah4s_predu_u_sets_COMPLu_u_applied, axiom, ![TV_u_27a]: ![V_x, V_s]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_compl(s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27a,V_x)))) <=> ~ (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))))))).
fof(ah4s_predu_u_sets_SPECIFICATION, axiom, ![TV_u_27a]: ![V_x, V_P]: s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_P))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_P),s(TV_u_27a,V_x)))).
fof(ah4s_bools_NOTu_u_IMP, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) => p(s(t_bool,V_B)))) <=> (p(s(t_bool,V_A)) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_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_pow0u_c1, axiom, ![V_x, V_n]: s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_n))))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_reals_pow(s(t_h4s_realaxs_real,V_x),s(t_h4s_nums_num,V_n)))))).
fof(ah4s_reals_REALu_u_LEu_u_LMUL, 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)))) => 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_y))),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_mul(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z))))) = s(t_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_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_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_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(ch4s_topologys_BALLu_u_NEIGH, conjecture, ![TV_u_27a]: ![V_x, V_m, V_e]: (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_e)))) => p(s(t_bool,h4s_topologys_neigh(s(t_h4s_topologys_topology(TV_u_27a),h4s_topologys_mtop(s(t_h4s_topologys_metric(TV_u_27a),V_m))),s(t_h4s_pairs_prod(t_fun(TV_u_27a,t_bool),TV_u_27a),h4s_pairs_u_2c(s(t_fun(TV_u_27a,t_bool),h4s_topologys_b(s(t_h4s_topologys_metric(TV_u_27a),V_m),s(t_h4s_pairs_prod(TV_u_27a,t_h4s_realaxs_real),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(t_h4s_realaxs_real,V_e))))),s(TV_u_27a,V_x)))))))).
