
theorem
  not 381 is prime
  proof
    381 = 3*127;
    then 3 divides 381;
    hence thesis;
  end;
