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