
theorem
  not 1242 is prime
  proof
    1242 = 2*621;
    then 2 divides 1242;
    hence thesis;
  end;
