reserve N,M,K for ExtNat;

theorem Th4c:
  N < 1 implies N = 0
proof
  assume A1: N < 1;
  then N in NAT by Th5;
  then reconsider n = N as Nat;
  n = 0 by A1, NAT_1:14;
  hence thesis;
end;
