theorem
  for X being non empty set, f being Function of X, REAL holds
  f is with_max iff -f is with_min
proof
  let X be non empty set, f be Function of X, REAL;
  - -f = f;
  hence thesis by Th66;
end;
