theorem Th67:
  for IT be Subset-Family of X holds IT is non-increasing-closed
  iff for A1 being SetSequence of X st A1 is non-ascending & rng A1 c= IT holds
  lim A1 in IT
proof
  let IT be Subset-Family of X;
  thus IT is non-increasing-closed implies for A1 being SetSequence of X st A1
  is non-ascending & rng A1 c= IT holds lim A1 in IT
  proof
    assume
A1: IT is non-increasing-closed;
    now
      let A1 be SetSequence of X;
      assume that
A2:   A1 is non-ascending and
A3:   rng A1 c= IT;
      Intersection A1 in IT by A1,A2,A3;
      hence lim A1 in IT by A2,SETLIM_1:64;
    end;
    hence thesis;
  end;
  assume
A4: for A1 being SetSequence of X st A1 is non-ascending & rng A1 c= IT
  holds lim A1 in IT;
  for A1 being SetSequence of X st A1 is non-ascending & rng A1 c= IT
  holds Intersection A1 in IT
  proof
    let A1 be SetSequence of X;
    assume that
A5: A1 is non-ascending and
A6: rng A1 c= IT;
    lim A1 in IT by A4,A5,A6;
    hence thesis by A5,SETLIM_1:64;
  end;
  hence thesis;
end;
