theorem Th30:
  Argmin(OuterVx(f,n),f,n) <= n
proof
  set IN=OuterVx(f,n);
  per cases;
  suppose
    IN <> {};
    hence thesis by Th29;
  end;
  suppose
    IN = {};
    hence thesis by Def10;
  end;
end;
