theorem Th16:
  x in SF_have a iff x is Filter of L & a in x
proof
  x in SF_have a iff ex F st F=x & a in F;
  hence thesis;
end;
