reserve n for Nat,
  k for Integer;

theorem Th6:
  4 is even
proof
  4 = 2*2;
  hence thesis;
end;
