theorem
  Intersection S c= lim_inf S
proof
  let x be object;
  assume x in Intersection S;
  then for k being Nat holds x in S.(0+k) by PROB_1:13;
  hence thesis by Th67;
end;
