
theorem
  not 355 is prime
  proof
    355 = 5*71;
    then 5 divides 355;
    hence thesis;
  end;
