theorem Th59:
  for X being set, f being Function of X, NAT holds f in NatMinor f
proof
  let X be set, f be Function of X, NAT;
  for x being set st x in X holds f.x <= f.x;
  hence thesis by Def14;
end;
