reserve n for Nat,
  k for Integer;

theorem Th3:
  1 is odd
proof
  1 = 2*0+1;
  hence thesis;
end;
