
theorem
  for k being Nat st k < 25 holds
  for n being Nat st n*n <= k & n is prime holds n = 2 or n = 3 by Lm3;
