
theorem
  not 102 is prime
  proof
    102 = 2*51;
    then 2 divides 102;
    hence thesis;
  end;
