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