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