
theorem
  not 275 is prime
  proof
    275 = 5*55;
    then 5 divides 275;
    hence thesis;
  end;
