%   ORIGINAL: h4/transc/COS__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/EXISTS__UNIQUE__DEF: h4/bool/_3F_21 = (\P. $exists P /\ (!x y. P x /\ P y ==> x = y))
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/IMP__CLAUSES_c0: !t. T ==> t <=> t
% Assm: h4/bool/IMP__CLAUSES_c4: !t. t ==> F <=> ~t
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/real/REAL__LT__TOTAL: !y x. x = y \/ h4/realax/real__lt x y \/ h4/realax/real__lt y x
% Assm: h4/real/REAL__LT__REFL: !x. ~h4/realax/real__lt x x
% Assm: h4/real/REAL__LT__IMP__LE: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% Assm: h4/real/REAL__LTE__TRANS: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm: h4/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__NEG__EQ0: !x. h4/realax/real__neg x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% Assm: h4/lim/differentiable0: !x f. h4/lim/differentiable f x <=> (?l. h4/lim/diffl f l x)
% Assm: h4/lim/DIFF__UNIQ: !x m l f. h4/lim/diffl f l x /\ h4/lim/diffl f m x ==> l = m
% Assm: h4/lim/DIFF__CONT: !x l f. h4/lim/diffl f l x ==> h4/lim/contl f x
% Assm: h4/lim/IVT2: !y f b a. h4/real/real__lte a b /\ (h4/real/real__lte (f b) y /\ h4/real/real__lte y (f a)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ f x = y)
% Assm: h4/lim/ROLLE: !f b a. h4/realax/real__lt a b /\ f a = f b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) /\ (!x. h4/realax/real__lt a x /\ h4/realax/real__lt x b ==> h4/lim/differentiable f x) ==> (?z. h4/realax/real__lt a z /\ h4/realax/real__lt z b /\ h4/lim/diffl f (h4/real/real__of__num h4/num/0) z)
% Assm: h4/transc/DIFF__COS: !x. h4/lim/diffl h4/transc/cos (h4/realax/real__neg (h4/transc/sin x)) x
% Assm: h4/transc/COS__0: h4/transc/cos (h4/real/real__of__num h4/num/0) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm: h4/transc/PI__POS: h4/realax/real__lt (h4/real/real__of__num h4/num/0) h4/transc/pi
% Assm: h4/transc/COS__PI: h4/transc/cos h4/transc/pi = h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm: h4/transc/SIN__POS__PI: !x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt x h4/transc/pi ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/transc/sin x)
% Goal: !y. h4/real/real__lte (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) y /\ h4/real/real__lte y (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> h4/bool/_3F_21 (\x. h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte x h4/transc/pi /\ h4/transc/cos x = y)
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_EXISTSu_u_UNIQUEu_u_DEF]: !x. h4/bool/_3F_21 x <=> $exists x /\ (!x y. happ x x /\ happ x y ==> x = y)
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c0]: !t. T ==> t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c4]: !t. t ==> F <=> ~t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% 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_reals_REALu_u_LTu_u_REFL]: !x. ~h4/realax/real__lt x x
% Assm [h4s_reals_REALu_u_LTu_u_IMPu_u_LE]: !y x. h4/realax/real__lt x y ==> h4/real/real__lte x y
% Assm [h4s_reals_REALu_u_LTEu_u_TRANS]: !z y x. h4/realax/real__lt x y /\ h4/real/real__lte y z ==> h4/realax/real__lt x z
% Assm [h4s_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_NEGu_u_EQ0]: !x. h4/realax/real__neg x = h4/real/real__of__num h4/num/0 <=> x = h4/real/real__of__num h4/num/0
% Assm [h4s_lims_differentiable0]: !x f. h4/lim/differentiable f x <=> (?l. h4/lim/diffl f l x)
% Assm [h4s_lims_DIFFu_u_UNIQ]: !x m l f. h4/lim/diffl f l x /\ h4/lim/diffl f m x ==> l = m
% Assm [h4s_lims_DIFFu_u_CONT]: !x l f. h4/lim/diffl f l x ==> h4/lim/contl f x
% Assm [h4s_lims_IVT2]: !y f b a. h4/real/real__lte a b /\ (h4/real/real__lte (happ f b) y /\ h4/real/real__lte y (happ f a)) /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) ==> (?x. h4/real/real__lte a x /\ h4/real/real__lte x b /\ happ f x = y)
% Assm [h4s_lims_ROLLE]: !f b a. h4/realax/real__lt a b /\ happ f a = happ f b /\ (!x. h4/real/real__lte a x /\ h4/real/real__lte x b ==> h4/lim/contl f x) /\ (!x. h4/realax/real__lt a x /\ h4/realax/real__lt x b ==> h4/lim/differentiable f x) ==> (?z. h4/realax/real__lt a z /\ h4/realax/real__lt z b /\ h4/lim/diffl f (h4/real/real__of__num h4/num/0) z)
% Assm [h4s_transcs_DIFFu_u_COS]: !x. h4/lim/diffl h4/transc/cos (h4/realax/real__neg (h4/transc/sin x)) x
% Assm [h4s_transcs_COSu_u_0]: happ h4/transc/cos (h4/real/real__of__num h4/num/0) = h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))
% Assm [h4s_transcs_PIu_u_POS]: h4/realax/real__lt (h4/real/real__of__num h4/num/0) h4/transc/pi
% Assm [h4s_transcs_COSu_u_PI]: happ h4/transc/cos h4/transc/pi = h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))
% Assm [h4s_transcs_SINu_u_POSu_u_PI]: !x. h4/realax/real__lt (h4/real/real__of__num h4/num/0) x /\ h4/realax/real__lt x h4/transc/pi ==> h4/realax/real__lt (h4/real/real__of__num h4/num/0) (h4/transc/sin x)
% Goal: !_0. (!y x. happ (happ _0 y) x <=> h4/real/real__lte (h4/real/real__of__num h4/num/0) x /\ h4/real/real__lte x h4/transc/pi /\ happ h4/transc/cos x = y) ==> (!y. h4/real/real__lte (h4/realax/real__neg (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)))) y /\ h4/real/real__lte y (h4/real/real__of__num (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) ==> h4/bool/_3F_21 (happ _0 y))
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(aHLu_EXT, axiom, ![TV_Q194736,TV_Q194732]: ![V_f, V_g]: (![V_x]: s(TV_Q194732,happ(s(t_fun(TV_Q194736,TV_Q194732),V_f),s(TV_Q194736,V_x))) = s(TV_Q194732,happ(s(t_fun(TV_Q194736,TV_Q194732),V_g),s(TV_Q194736,V_x))) => s(t_fun(TV_Q194736,TV_Q194732),V_f) = s(t_fun(TV_Q194736,TV_Q194732),V_g))).
fof(ah4s_bools_EXISTSu_u_UNIQUEu_u_DEF, axiom, ![TV_u_27a]: ![V_x]: (p(s(t_bool,h4s_bools_u_3fu_21(s(t_fun(TV_u_27a,t_bool),V_x)))) <=> (p(s(t_bool,d_exists(s(t_fun(TV_u_27a,t_bool),V_x)))) & ![V_x0, V_y]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,V_x0)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_x),s(TV_u_27a,V_y))))) => s(TV_u_27a,V_x0) = s(TV_u_27a,V_y))))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_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_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_IMPu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,f))) <=> ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_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_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_reals_REALu_u_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_reals_REALu_u_LTu_u_REFL, axiom, ![V_x]: ~ (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_reals_REALu_u_LTu_u_IMPu_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)))))).
fof(ah4s_reals_REALu_u_LTEu_u_TRANS, axiom, ![V_z, V_y, V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,V_z))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_z)))))).
fof(ah4s_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_NEGu_u_EQ0, axiom, ![V_x]: (s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))) <=> s(t_h4s_realaxs_real,V_x) = s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))))).
fof(ah4s_lims_differentiable0, axiom, ![V_x, V_f]: (p(s(t_bool,h4s_lims_differentiable(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x)))) <=> ?[V_l]: p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_lims_DIFFu_u_UNIQ, axiom, ![V_x, V_m, V_l, V_f]: ((p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_m),s(t_h4s_realaxs_real,V_x))))) => s(t_h4s_realaxs_real,V_l) = s(t_h4s_realaxs_real,V_m))).
fof(ah4s_lims_DIFFu_u_CONT, axiom, ![V_x, V_l, V_f]: (p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_l),s(t_h4s_realaxs_real,V_x)))) => p(s(t_bool,h4s_lims_contl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x)))))).
fof(ah4s_lims_IVT2, axiom, ![V_y, V_f, V_b, V_a]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) & ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_b))),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,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_a))))))) & ![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => p(s(t_bool,h4s_lims_contl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x))))))) => ?[V_x]: (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b)))) & s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_y))))).
fof(ah4s_lims_ROLLE, axiom, ![V_f, V_b, V_a]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_b)))) & (s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_a))) = s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_b))) & (![V_x]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => p(s(t_bool,h4s_lims_contl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x))))) & ![V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,V_b))))) => p(s(t_bool,h4s_lims_differentiable(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,V_x)))))))) => ?[V_z]: (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_a),s(t_h4s_realaxs_real,V_z)))) & (p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_z),s(t_h4s_realaxs_real,V_b)))) & p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),V_f),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_z)))))))).
fof(ah4s_transcs_DIFFu_u_COS, axiom, ![V_x]: p(s(t_bool,h4s_lims_diffl(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x))))),s(t_h4s_realaxs_real,V_x))))).
fof(ah4s_transcs_COSu_u_0, axiom, s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),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_transcs_PIu_u_POS, axiom, p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_transcs_pi))))).
fof(ah4s_transcs_COSu_u_PI, axiom, s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,h4s_transcs_pi))) = s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero)))))))))).
fof(ah4s_transcs_SINu_u_POSu_u_PI, axiom, ![V_x]: ((p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_transcs_pi))))) => p(s(t_bool,h4s_realaxs_realu_u_lt(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,h4s_transcs_sin(s(t_h4s_realaxs_real,V_x)))))))).
fof(ch4s_transcs_COSu_u_TOTAL, conjecture, ![V_uu_0]: (![V_y, V_x]: (p(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_0),s(t_h4s_realaxs_real,V_y))),s(t_h4s_realaxs_real,V_x)))) <=> (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_nums_0))),s(t_h4s_realaxs_real,V_x)))) & (p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_x),s(t_h4s_realaxs_real,h4s_transcs_pi)))) & s(t_h4s_realaxs_real,happ(s(t_fun(t_h4s_realaxs_real,t_h4s_realaxs_real),h4s_transcs_cos),s(t_h4s_realaxs_real,V_x))) = s(t_h4s_realaxs_real,V_y)))) => ![V_y]: ((p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,h4s_realaxs_realu_u_neg(s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))),s(t_h4s_realaxs_real,V_y)))) & p(s(t_bool,h4s_reals_realu_u_lte(s(t_h4s_realaxs_real,V_y),s(t_h4s_realaxs_real,h4s_reals_realu_u_ofu_u_num(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))))))) => p(s(t_bool,h4s_bools_u_3fu_21(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_0),s(t_h4s_realaxs_real,V_y))))))))).
