
theorem
  not 80 is prime
  proof
    80 = 2*40;
    then 2 divides 80;
    hence thesis;
  end;
