
theorem
  not 203 is prime
  proof
    203 = 7*29;
    then 7 divides 203;
    hence thesis;
  end;
