theorem
  B is monotone implies B is convergent
proof
  assume
A1: B is monotone;
  per cases by A1;
  suppose
    B is non-ascending;
    hence thesis by Th64;
  end;
  suppose
    B is non-descending;
    hence thesis by Th63;
  end;
end;
