
theorem
  not 800 is prime
  proof
    800 = 2*400;
    then 2 divides 800;
    hence thesis;
  end;
