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