reserve i, j, k, l, m, n, t for Nat;

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