
theorem
  not 1015 is prime
  proof
    1015 = 5*203;
    then 5 divides 1015;
    hence thesis;
  end;
