
theorem
  not 550 is prime
  proof
    550 = 2*275;
    then 2 divides 550;
    hence thesis;
  end;
