
theorem
  not 133 is prime
  proof
    133 = 7*19;
    then 7 divides 133;
    hence thesis;
  end;
