
theorem
  not 485 is prime
  proof
    485 = 5*97;
    then 5 divides 485;
    hence thesis;
  end;
