theorem
  S is monotone implies S is convergent
proof
  assume
A1: S is monotone;
  per cases by A1;
  suppose
    S is non-ascending;
    hence thesis by Th83;
  end;
  suppose
    S is non-descending;
    hence thesis by Th80;
  end;
end;
