
theorem
  not 231 is prime
  proof
    231 = 3*77;
    then 3 divides 231;
    hence thesis;
  end;
