
theorem
  not 505 is prime
  proof
    505 = 5*101;
    then 5 divides 505;
    hence thesis;
  end;
