reserve n for Nat,
  k for Integer;

theorem Th5:
  3 is odd
proof
  3 = 2*1 + 1;
  hence thesis;
end;
