
theorem
  not 242 is prime
  proof
    242 = 2*121;
    then 2 divides 242;
    hence thesis;
  end;
