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