%   ORIGINAL: h4/extreal/le__total
% 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/SELECT__AX: !x P. P x ==> P (h4/min/_40 P)
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/OR__CLAUSES_c4: !t. t \/ t <=> t
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/JRH__INDUCT__UTIL: !t P. (!x. x = t ==> P x) ==> $exists P
% Assm: h4/combin/I__THM: !x. h4/combin/I x = x
% Assm: h4/relation/WF__EMPTY__REL: h4/relation/WF h4/relation/EMPTY__REL
% Assm: h4/relation/WFREC__COROLLARY: !f R M. f = h4/relation/WFREC R M ==> h4/relation/WF R ==> (!x. f x = M (h4/relation/RESTRICT f R x) x)
% Assm: h4/pair/pair__case__thm: !y x f. h4/pair/pair__CASE (h4/pair/_2C x y) f = f x y
% Assm: h4/real/REAL__LE__TOTAL: !y x. h4/real/real__lte x y \/ h4/real/real__lte y x
% Assm: h4/extreal/extreal__repfns_c0: !a. h4/extreal/_20_40ind__typeextreal3 (h4/extreal/_20_40ind__typeextreal4 a) = a
% Assm: h4/extreal/extreal__repfns_c1: !r. (\a0. !_27extreal_27. (!a00. a00 = h4/ind__type/CONSTR h4/num/0 h4/bool/ARB (\n. h4/ind__type/BOTTOM) \/ a00 = h4/ind__type/CONSTR (h4/num/SUC h4/num/0) h4/bool/ARB (\n. h4/ind__type/BOTTOM) \/ (?a. a00 = (\a1. h4/ind__type/CONSTR (h4/num/SUC (h4/num/SUC h4/num/0)) a1 (\n. h4/ind__type/BOTTOM)) a) ==> _27extreal_27 a00) ==> _27extreal_27 a0) r <=> h4/extreal/_20_40ind__typeextreal4 (h4/extreal/_20_40ind__typeextreal3 r) = r
% Assm: h4/extreal/hidden____20__40ind____typeextreal0____def: h4/extreal/_20_40ind__typeextreal0 = h4/extreal/_20_40ind__typeextreal3 (h4/ind__type/CONSTR h4/num/0 h4/bool/ARB (\n. h4/ind__type/BOTTOM))
% Assm: h4/extreal/hidden____20__40ind____typeextreal1____def: h4/extreal/_20_40ind__typeextreal1 = h4/extreal/_20_40ind__typeextreal3 (h4/ind__type/CONSTR (h4/num/SUC h4/num/0) h4/bool/ARB (\n. h4/ind__type/BOTTOM))
% Assm: h4/extreal/hidden____20__40ind____typeextreal2____def: h4/extreal/_20_40ind__typeextreal2 = (\a. h4/extreal/_20_40ind__typeextreal3 ((\a0. h4/ind__type/CONSTR (h4/num/SUC (h4/num/SUC h4/num/0)) a0 (\n. h4/ind__type/BOTTOM)) a))
% Assm: h4/extreal/NegInf0: h4/extreal/NegInf = h4/extreal/_20_40ind__typeextreal0
% Assm: h4/extreal/PosInf0: h4/extreal/PosInf = h4/extreal/_20_40ind__typeextreal1
% Assm: h4/extreal/Normal0: h4/extreal/Normal = h4/extreal/_20_40ind__typeextreal2
% Assm: h4/extreal/extreal__case__def_c0: !v1 v f. h4/extreal/extreal__CASE h4/extreal/NegInf v v1 f = v
% Assm: h4/extreal/extreal__case__def_c1: !v1 v f. h4/extreal/extreal__CASE h4/extreal/PosInf v v1 f = v1
% Assm: h4/extreal/extreal__case__def_c2: !v1 v f a. h4/extreal/extreal__CASE (h4/extreal/Normal a) v v1 f = f a
% Assm: h4/extreal/extreal__le__tupled__primitive__def: h4/extreal/extreal__le__tupled = h4/relation/WFREC (h4/min/_40 (\R. h4/relation/WF R)) (\extreal__le__tupled a_27. h4/pair/pair__CASE a_27 (\v a. h4/extreal/extreal__CASE v (h4/combin/I T) (h4/extreal/extreal__CASE a (h4/combin/I F) (h4/combin/I T) (\v6. h4/combin/I F)) (\x. h4/extreal/extreal__CASE a (h4/combin/I F) (h4/combin/I T) (\y. h4/combin/I (h4/real/real__lte x y)))))
% Assm: h4/extreal/extreal__le__curried__def: !x1 x. h4/extreal/extreal__le x x1 <=> h4/extreal/extreal__le__tupled (h4/pair/_2C x x1)
% Goal: !y x. h4/extreal/extreal__le x y \/ h4/extreal/extreal__le y 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_bools_SELECTu_u_AX]: !x P. happ P x ==> happ P (h4/min/_40 P)
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c4]: !t. t \/ t <=> t
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_JRHu_u_INDUCTu_u_UTIL]: !t P. (!x. x = t ==> happ P x) ==> $exists P
% Assm [h4s_combins_Iu_u_THM]: !x. h4/combin/I x = x
% Assm [h4s_relations_WFu_u_EMPTYu_u_REL]: h4/relation/WF h4/relation/EMPTY__REL
% Assm [h4s_relations_WFRECu_u_COROLLARY]: !f R M. f = h4/relation/WFREC R M ==> h4/relation/WF R ==> (!x. happ f x = happ (happ M (h4/relation/RESTRICT f R x)) x)
% Assm [h4s_pairs_pairu_u_caseu_u_thm]: !y x f. h4/pair/pair__CASE (h4/pair/_2C x y) f = happ (happ f x) y
% Assm [h4s_reals_REALu_u_LEu_u_TOTAL]: !y x. h4/real/real__lte x y \/ h4/real/real__lte y x
% Assm [h4s_extreals_extrealu_u_repfnsu_c0]: !a. h4/extreal/_20_40ind__typeextreal3 (h4/extreal/_20_40ind__typeextreal4 a) = a
% Assm [h4s_extreals_extrealu_u_repfnsu_c1]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> (!r. (!_27extreal_27. (!a00. a00 = h4/ind__type/CONSTR h4/num/0 h4/bool/ARB _0 \/ a00 = h4/ind__type/CONSTR (h4/num/SUC h4/num/0) h4/bool/ARB _0 \/ (?a. a00 = h4/ind__type/CONSTR (h4/num/SUC (h4/num/SUC h4/num/0)) a _0) ==> happ _27extreal_27 a00) ==> happ _27extreal_27 r) <=> h4/extreal/_20_40ind__typeextreal4 (h4/extreal/_20_40ind__typeextreal3 r) = r)
% Assm [h4s_extreals_hiddenu_u_u_u_20u_u_40indu_u_u_u_typeextreal0u_u_u_u_def]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> h4/extreal/_20_40ind__typeextreal0 = h4/extreal/_20_40ind__typeextreal3 (h4/ind__type/CONSTR h4/num/0 h4/bool/ARB _0)
% Assm [h4s_extreals_hiddenu_u_u_u_20u_u_40indu_u_u_u_typeextreal1u_u_u_u_def]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> h4/extreal/_20_40ind__typeextreal1 = h4/extreal/_20_40ind__typeextreal3 (h4/ind__type/CONSTR (h4/num/SUC h4/num/0) h4/bool/ARB _0)
% Assm [h4s_extreals_hiddenu_u_u_u_20u_u_40indu_u_u_u_typeextreal2u_u_u_u_def]: !_0. (!n. happ _0 n = h4/ind__type/BOTTOM) ==> (!x. happ h4/extreal/_20_40ind__typeextreal2 x = h4/extreal/_20_40ind__typeextreal3 (h4/ind__type/CONSTR (h4/num/SUC (h4/num/SUC h4/num/0)) x _0))
% Assm [h4s_extreals_NegInf0]: h4/extreal/NegInf = h4/extreal/_20_40ind__typeextreal0
% Assm [h4s_extreals_PosInf0]: h4/extreal/PosInf = h4/extreal/_20_40ind__typeextreal1
% Assm [h4s_extreals_Normal0]: h4/extreal/Normal = h4/extreal/_20_40ind__typeextreal2
% Assm [h4s_extreals_extrealu_u_caseu_u_defu_c0]: !v1 v f. h4/extreal/extreal__CASE h4/extreal/NegInf v v1 f = v
% Assm [h4s_extreals_extrealu_u_caseu_u_defu_c1]: !v1 v f. h4/extreal/extreal__CASE h4/extreal/PosInf v v1 f = v1
% Assm [h4s_extreals_extrealu_u_caseu_u_defu_c2]: !v1 v f a. h4/extreal/extreal__CASE (happ h4/extreal/Normal a) v v1 f = happ f a
% Assm [h4s_extreals_extrealu_u_leu_u_tupledu_u_primitiveu_u_def]: !_7. (!x y. happ (happ _7 x) y <=> h4/combin/I (h4/real/real__lte x y)) ==> (!_6. (!a x. happ (happ _6 a) x <=> h4/extreal/extreal__CASE a (h4/combin/I F) (h4/combin/I T) (happ _7 x)) ==> (!_5. (!v6. happ _5 v6 <=> h4/combin/I F) ==> (!_4. (!v a. happ (happ _4 v) a <=> h4/extreal/extreal__CASE v (h4/combin/I T) (h4/extreal/extreal__CASE a (h4/combin/I F) (h4/combin/I T) _5) (happ _6 a)) ==> (!_3. (!v. happ _3 v = happ _4 v) ==> (!_2. (!a_27. happ _2 a_27 <=> h4/pair/pair__CASE a_27 _3) ==> (!_1. (!extreal__le__tupled. happ _1 extreal__le__tupled = _2) ==> (!_0. (!R. happ _0 R <=> h4/relation/WF R) ==> h4/extreal/extreal__le__tupled = h4/relation/WFREC (h4/min/_40 _0) _1)))))))
% Assm [h4s_extreals_extrealu_u_leu_u_curriedu_u_def]: !x1 x. h4/extreal/extreal__le x x1 <=> happ h4/extreal/extreal__le__tupled (h4/pair/_2C x x1)
% Goal: !y x. h4/extreal/extreal__le x y \/ h4/extreal/extreal__le y 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_Q174875,TV_Q174871]: ![V_f, V_g]: (![V_x]: s(TV_Q174871,happ(s(t_fun(TV_Q174875,TV_Q174871),V_f),s(TV_Q174875,V_x))) = s(TV_Q174871,happ(s(t_fun(TV_Q174875,TV_Q174871),V_g),s(TV_Q174875,V_x))) => s(t_fun(TV_Q174875,TV_Q174871),V_f) = s(t_fun(TV_Q174875,TV_Q174871),V_g))).
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_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) | p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_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_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
fof(ah4s_bools_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_JRHu_u_INDUCTu_u_UTIL, axiom, ![TV_u_27a]: ![V_t, V_P]: (![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_t) => 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,d_exists(s(t_fun(TV_u_27a,t_bool),V_P)))))).
fof(ah4s_combins_Iu_u_THM, axiom, ![TV_u_27a]: ![V_x]: s(TV_u_27a,h4s_combins_i(s(TV_u_27a,V_x))) = s(TV_u_27a,V_x)).
fof(ah4s_relations_WFu_u_EMPTYu_u_REL, axiom, ![TV_u_27a]: p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_emptyu_u_rel))))).
fof(ah4s_relations_WFRECu_u_COROLLARY, axiom, ![TV_u_27b,TV_u_27a]: ![V_f, V_R, V_M]: (s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),h4s_relations_wfrec(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M))) => (p(s(t_bool,h4s_relations_wf(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) => ![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),happ(s(t_fun(t_fun(TV_u_27a,TV_u_27b),t_fun(TV_u_27a,TV_u_27b)),V_M),s(t_fun(TV_u_27a,TV_u_27b),h4s_relations_restrict(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))))),s(TV_u_27a,V_x)))))).
fof(ah4s_pairs_pairu_u_caseu_u_thm, axiom, ![TV_u_27a,TV_u_27b,TV_u_27c]: ![V_y, V_x, V_f]: s(TV_u_27a,h4s_pairs_pairu_u_case(s(t_h4s_pairs_prod(TV_u_27b,TV_u_27c),h4s_pairs_u_2c(s(TV_u_27b,V_x),s(TV_u_27c,V_y))),s(t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a)),V_f))) = s(TV_u_27a,happ(s(t_fun(TV_u_27c,TV_u_27a),happ(s(t_fun(TV_u_27b,t_fun(TV_u_27c,TV_u_27a)),V_f),s(TV_u_27b,V_x))),s(TV_u_27c,V_y)))).
fof(ah4s_reals_REALu_u_LEu_u_TOTAL, 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)))))).
fof(ah4s_extreals_extrealu_u_repfnsu_c0, axiom, ![V_a]: s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal3(s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_extreals_u_20u_40indu_u_typeextreal4(s(t_h4s_extreals_extreal,V_a))))) = s(t_h4s_extreals_extreal,V_a)).
fof(ah4s_extreals_extrealu_u_repfnsu_c1, axiom, ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_bottom) => ![V_r]: (![V_uu_27extrealu_27]: (![V_a00]: ((s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),V_a00) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_realaxs_real,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0))) | (s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),V_a00) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0))) | ?[V_a]: s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),V_a00) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_realaxs_real,V_a),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),t_bool),V_uu_27extrealu_27),s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),V_a00))))) => p(s(t_bool,happ(s(t_fun(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),t_bool),V_uu_27extrealu_27),s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),V_r))))) <=> s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_extreals_u_20u_40indu_u_typeextreal4(s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal3(s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),V_r))))) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),V_r)))).
fof(ah4s_extreals_hiddenu_u_u_u_20u_u_40indu_u_u_u_typeextreal0u_u_u_u_def, axiom, ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_bottom) => s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal0) = s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal3(s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_realaxs_real,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0))))))).
fof(ah4s_extreals_hiddenu_u_u_u_20u_u_40indu_u_u_u_typeextreal1u_u_u_u_def, axiom, ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_bottom) => s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal1) = s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal3(s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_bools_arb),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0))))))).
fof(ah4s_extreals_hiddenu_u_u_u_20u_u_40indu_u_u_u_typeextreal2u_u_u_u_def, axiom, ![V_uu_0]: (![V_n]: s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),happ(s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0),s(t_h4s_nums_num,V_n))) = s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_bottom) => ![V_x]: s(t_h4s_extreals_extreal,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_extreals_extreal),h4s_extreals_u_20u_40indu_u_typeextreal2),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal3(s(t_h4s_indu_u_types_recspace(t_h4s_realaxs_real),h4s_indu_u_types_constr(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,h4s_nums_0))))),s(t_h4s_realaxs_real,V_x),s(t_fun(t_h4s_nums_num,t_h4s_indu_u_types_recspace(t_h4s_realaxs_real)),V_uu_0))))))).
fof(ah4s_extreals_NegInf0, axiom, s(t_h4s_extreals_extreal,h4s_extreals_neginf) = s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal0)).
fof(ah4s_extreals_PosInf0, axiom, s(t_h4s_extreals_extreal,h4s_extreals_posinf) = s(t_h4s_extreals_extreal,h4s_extreals_u_20u_40indu_u_typeextreal1)).
fof(ah4s_extreals_Normal0, axiom, s(t_fun(t_h4s_realaxs_real,t_h4s_extreals_extreal),h4s_extreals_normal) = s(t_fun(t_h4s_realaxs_real,t_h4s_extreals_extreal),h4s_extreals_u_20u_40indu_u_typeextreal2)).
fof(ah4s_extreals_extrealu_u_caseu_u_defu_c0, axiom, ![TV_u_27a]: ![V_v1, V_v, V_f]: s(TV_u_27a,h4s_extreals_extrealu_u_case(s(t_h4s_extreals_extreal,h4s_extreals_neginf),s(TV_u_27a,V_v),s(TV_u_27a,V_v1),s(t_fun(t_h4s_realaxs_real,TV_u_27a),V_f))) = s(TV_u_27a,V_v)).
fof(ah4s_extreals_extrealu_u_caseu_u_defu_c1, axiom, ![TV_u_27a]: ![V_v1, V_v, V_f]: s(TV_u_27a,h4s_extreals_extrealu_u_case(s(t_h4s_extreals_extreal,h4s_extreals_posinf),s(TV_u_27a,V_v),s(TV_u_27a,V_v1),s(t_fun(t_h4s_realaxs_real,TV_u_27a),V_f))) = s(TV_u_27a,V_v1)).
fof(ah4s_extreals_extrealu_u_caseu_u_defu_c2, axiom, ![TV_u_27a]: ![V_v1, V_v, V_f, V_a]: s(TV_u_27a,h4s_extreals_extrealu_u_case(s(t_h4s_extreals_extreal,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_extreals_extreal),h4s_extreals_normal),s(t_h4s_realaxs_real,V_a))),s(TV_u_27a,V_v),s(TV_u_27a,V_v1),s(t_fun(t_h4s_realaxs_real,TV_u_27a),V_f))) = s(TV_u_27a,happ(s(t_fun(t_h4s_realaxs_real,TV_u_27a),V_f),s(t_h4s_realaxs_real,V_a)))).
fof(ah4s_extreals_extrealu_u_leu_u_tupledu_u_primitiveu_u_def, axiom, ![V_uu_7]: (![V_x, V_y]: s(t_bool,happ(s(t_fun(t_h4s_realaxs_real,t_bool),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_bool)),V_uu_7),s(t_h4s_realaxs_real,V_x))),s(t_h4s_realaxs_real,V_y))) = s(t_bool,h4s_combins_i(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y))))) => ![V_uu_6]: (![V_a, V_x]: s(t_bool,happ(s(t_fun(t_h4s_realaxs_real,t_bool),happ(s(t_fun(t_h4s_extreals_extreal,t_fun(t_h4s_realaxs_real,t_bool)),V_uu_6),s(t_h4s_extreals_extreal,V_a))),s(t_h4s_realaxs_real,V_x))) = s(t_bool,h4s_extreals_extrealu_u_case(s(t_h4s_extreals_extreal,V_a),s(t_bool,h4s_combins_i(s(t_bool,f))),s(t_bool,h4s_combins_i(s(t_bool,t))),s(t_fun(t_h4s_realaxs_real,t_bool),happ(s(t_fun(t_h4s_realaxs_real,t_fun(t_h4s_realaxs_real,t_bool)),V_uu_7),s(t_h4s_realaxs_real,V_x))))) => ![V_uu_5]: (![V_v6]: s(t_bool,happ(s(t_fun(t_h4s_realaxs_real,t_bool),V_uu_5),s(t_h4s_realaxs_real,V_v6))) = s(t_bool,h4s_combins_i(s(t_bool,f))) => ![V_uu_4]: (![V_v, V_a]: s(t_bool,happ(s(t_fun(t_h4s_extreals_extreal,t_bool),happ(s(t_fun(t_h4s_extreals_extreal,t_fun(t_h4s_extreals_extreal,t_bool)),V_uu_4),s(t_h4s_extreals_extreal,V_v))),s(t_h4s_extreals_extreal,V_a))) = s(t_bool,h4s_extreals_extrealu_u_case(s(t_h4s_extreals_extreal,V_v),s(t_bool,h4s_combins_i(s(t_bool,t))),s(t_bool,h4s_extreals_extrealu_u_case(s(t_h4s_extreals_extreal,V_a),s(t_bool,h4s_combins_i(s(t_bool,f))),s(t_bool,h4s_combins_i(s(t_bool,t))),s(t_fun(t_h4s_realaxs_real,t_bool),V_uu_5))),s(t_fun(t_h4s_realaxs_real,t_bool),happ(s(t_fun(t_h4s_extreals_extreal,t_fun(t_h4s_realaxs_real,t_bool)),V_uu_6),s(t_h4s_extreals_extreal,V_a))))) => ![V_uu_3]: (![V_v]: s(t_fun(t_h4s_extreals_extreal,t_bool),happ(s(t_fun(t_h4s_extreals_extreal,t_fun(t_h4s_extreals_extreal,t_bool)),V_uu_3),s(t_h4s_extreals_extreal,V_v))) = s(t_fun(t_h4s_extreals_extreal,t_bool),happ(s(t_fun(t_h4s_extreals_extreal,t_fun(t_h4s_extreals_extreal,t_bool)),V_uu_4),s(t_h4s_extreals_extreal,V_v))) => ![V_uu_2]: (![V_au_27]: s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),V_uu_2),s(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),V_au_27))) = s(t_bool,h4s_pairs_pairu_u_case(s(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),V_au_27),s(t_fun(t_h4s_extreals_extreal,t_fun(t_h4s_extreals_extreal,t_bool)),V_uu_3))) => ![V_uu_1]: (![V_extrealu_u_leu_u_tupled]: s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool)),V_uu_1),s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),V_extrealu_u_leu_u_tupled))) = s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),V_uu_2) => ![V_uu_0]: (![V_R]: s(t_bool,happ(s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool)),t_bool),V_uu_0),s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool)),V_R))) = s(t_bool,h4s_relations_wf(s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool)),V_R))) => s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),h4s_extreals_extrealu_u_leu_u_tupled) = s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),h4s_relations_wfrec(s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool)),h4s_mins_u_40(s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool)),t_bool),V_uu_0))),s(t_fun(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool)),V_uu_1)))))))))))).
fof(ah4s_extreals_extrealu_u_leu_u_curriedu_u_def, axiom, ![V_x1, V_x]: s(t_bool,h4s_extreals_extrealu_u_le(s(t_h4s_extreals_extreal,V_x),s(t_h4s_extreals_extreal,V_x1))) = s(t_bool,happ(s(t_fun(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),t_bool),h4s_extreals_extrealu_u_leu_u_tupled),s(t_h4s_pairs_prod(t_h4s_extreals_extreal,t_h4s_extreals_extreal),h4s_pairs_u_2c(s(t_h4s_extreals_extreal,V_x),s(t_h4s_extreals_extreal,V_x1)))))).
fof(ch4s_extreals_leu_u_total, conjecture, ![V_y, V_x]: (p(s(t_bool,h4s_extreals_extrealu_u_le(s(t_h4s_extreals_extreal,V_x),s(t_h4s_extreals_extreal,V_y)))) | p(s(t_bool,h4s_extreals_extrealu_u_le(s(t_h4s_extreals_extreal,V_y),s(t_h4s_extreals_extreal,V_x)))))).
