
theorem
  not 385 is prime
  proof
    385 = 5*77;
    then 5 divides 385;
    hence thesis;
  end;
