
theorem
  not 405 is prime
  proof
    405 = 3*135;
    then 3 divides 405;
    hence thesis;
  end;
