
theorem
  not 1260 is prime
  proof
    1260 = 2*630;
    then 2 divides 1260;
    hence thesis;
  end;
