
theorem
  not 202 is prime
  proof
    202 = 2*101;
    then 2 divides 202;
    hence thesis;
  end;
