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