
theorem
  not 380 is prime
  proof
    380 = 2*190;
    then 2 divides 380;
    hence thesis;
  end;
