theorem
  lim_sup S = (lim_inf Complement S)`
proof

  lim_inf (Complement S qua non empty SetSequence of X)
   = (lim_sup Complement Complement S)` by Th71
    .= (lim_sup S)`;
  hence thesis;
end;
