
theorem
  not 403 is prime
  proof
    403 = 13*31;
    then 13 divides 403;
    hence thesis;
  end;
