
theorem
  not 441 is prime
  proof
    441 = 3*147;
    then 3 divides 441;
    hence thesis;
  end;
