theorem Th29:
  not 4 is prime
proof
  ex n st n divides 4 & n<>1 & n<>4
  proof
    take 2;
    4 = 2*2;
    hence thesis;
  end;
  hence thesis;
end;
