reserve i,j,k,n for Nat,
  X,Y,a,b,c,x for set,
  r,s for Real;

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