
theorem
  not 303 is prime
  proof
    303 = 3*101;
    then 3 divides 303;
    hence thesis;
  end;
