
theorem
  not 357 is prime
  proof
    357 = 3*119;
    then 3 divides 357;
    hence thesis;
  end;
