theorem
  n div 1 = n
proof
  n = 1 * n + 0;
  hence thesis by NAT_D:def 1;
end;
