
theorem
  not 76 is prime
  proof
    76 = 2*38;
    then 2 divides 76;
    hence thesis;
  end;
