theorem Th10:
  F in F_primeSet(L) iff F <> the carrier of L & F is prime
proof
  F in F_primeSet(L) iff ex F0 being Filter of L st F0=F & F0 <> the
  carrier of L & F0 is prime;
  hence thesis;
end;
