
theorem
  for n being Nat st n < 29 & n is prime
  holds n=2 or n=3 or n=5 or n=7 or n=11 or n=13 or n=17 or n=19 or n=23
  by Lm5;
