
theorem
  not 21 is prime
  proof
    21 = 3*7;
    then 3 divides 21;
    hence thesis;
  end;
