
theorem
  not 755 is prime
  proof
    755 = 5*151;
    then 5 divides 755;
    hence thesis;
  end;
