
theorem
  not 1521 is prime
  proof
    1521 = 3*507;
    then 3 divides 1521;
    hence thesis;
  end;
