%   ORIGINAL: 'h4/thm/real/REAL_IMP_MIN_LE2_'
% 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: !x1 x2 y1 y2. 'h4/const/real/real_lte' x1 y1 /\ 'h4/const/real/real_lte' x2 y2 ==> 'h4/const/real/real_lte' ('h4/const/real/min' x1 x2) ('h4/const/real/min' y1 y2)
%   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: !x1 x2 y1 y2. 'h4/const/real/real_lte' x1 y1 /\ 'h4/const/real/real_lte' x2 y2 ==> 'h4/const/real/real_lte' ('h4/const/real/min' x1 x2) ('h4/const/real/min' y1 y2)
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_3f96120,V_3f96116]: ![F, G]: (![X]: s(V_3f96116,happ(s(fun(V_3f96120,V_3f96116),F),s(V_3f96120,X))) = s(V_3f96116,happ(s(fun(V_3f96120,V_3f96116),G),s(V_3f96120,X))) => s(fun(V_3f96120,V_3f96116),F) = s(fun(V_3f96120,V_3f96116),G))).
fof('h4/thm/real/REAL_IMP_MIN_LE2_', conjecture, ![X1, X2, Y1, Y2]: ((p(s(bool,'h4/const/real/real_lte'(s('h4/type/realax/real',X1),s('h4/type/realax/real',Y1)))) & p(s(bool,'h4/const/real/real_lte'(s('h4/type/realax/real',X2),s('h4/type/realax/real',Y2))))) => p(s(bool,'h4/const/real/real_lte'(s('h4/type/realax/real','h4/const/real/min'(s('h4/type/realax/real',X1),s('h4/type/realax/real',X2))),s('h4/type/realax/real','h4/const/real/min'(s('h4/type/realax/real',Y1),s('h4/type/realax/real',Y2)))))))).
