reserve n for Nat,
  k for Integer;

theorem Th4:
  2 is even
proof
  2 = 2*1;
  hence thesis;
end;
