%   ORIGINAL: 'h4/thm/seq/MONO_SUC_'
% 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
% Goal: !f. 'h4/const/seq/mono' f <=> (!n. 'h4/const/real/real_ge' (f ('h4/const/num/SUC' n)) (f n)) \/ (!n. 'h4/const/real/real_lte' (f ('h4/const/num/SUC' n)) (f n))
%   PROCESSED
% Assm ['HL_TRUTH']: T
% Assm ['HL_FALSITY']: ~F
% Assm ['HL_BOOL_CASES']: !t. (t <=> T) \/ (t <=> F)
% Assm ['HL_EXT']: !f g. (!x. happ f x = happ g x) ==> f = g
% Goal: !f. 'h4/const/seq/mono' f <=> (!n. 'h4/const/real/real_ge' (happ f ('h4/const/num/SUC' n)) (happ f n)) \/ (!n. 'h4/const/real/real_lte' (happ f ('h4/const/num/SUC' n)) (happ f n))
fof('HL_TRUTH', axiom, p(s(bool,'T'))).
fof('HL_FALSITY', axiom, ~ (p(s(bool,'F')))).
fof('HL_BOOL_CASES', axiom, ![T]: (s(bool,T) = s(bool,'T') | s(bool,T) = s(bool,'F'))).
fof('HL_EXT', axiom, ![V_3f64611,V_3f64607]: ![F, G]: (![X]: s(V_3f64607,happ(s(fun(V_3f64611,V_3f64607),F),s(V_3f64611,X))) = s(V_3f64607,happ(s(fun(V_3f64611,V_3f64607),G),s(V_3f64611,X))) => s(fun(V_3f64611,V_3f64607),F) = s(fun(V_3f64611,V_3f64607),G))).
fof('h4/thm/seq/MONO_SUC_', conjecture, ![F]: (p(s(bool,'h4/const/seq/mono'(s(fun('h4/type/num/num','h4/type/realax/real'),F)))) <=> (![N]: p(s(bool,'h4/const/real/real_ge'(s('h4/type/realax/real',happ(s(fun('h4/type/num/num','h4/type/realax/real'),F),s('h4/type/num/num','h4/const/num/SUC'(s('h4/type/num/num',N))))),s('h4/type/realax/real',happ(s(fun('h4/type/num/num','h4/type/realax/real'),F),s('h4/type/num/num',N)))))) | ![N]: p(s(bool,'h4/const/real/real_lte'(s('h4/type/realax/real',happ(s(fun('h4/type/num/num','h4/type/realax/real'),F),s('h4/type/num/num','h4/const/num/SUC'(s('h4/type/num/num',N))))),s('h4/type/realax/real',happ(s(fun('h4/type/num/num','h4/type/realax/real'),F),s('h4/type/num/num',N))))))))).
