
theorem
  not 60 is prime
  proof
    60 = 2*30;
    then 2 divides 60;
    hence thesis;
  end;
