let seq be Real_Sequence; :: thesis: ( seq is bounded implies ( superior_realsequence seq is bounded & inferior_realsequence seq is bounded ) )
assume A1: seq is bounded ; :: thesis: ( superior_realsequence seq is bounded & inferior_realsequence seq is bounded )
then inferior_realsequence seq is non-decreasing by Th52;
then A2: inferior_realsequence seq is bounded_below by LIMFUNC1:1;
now end;
then A3: superior_realsequence seq is bounded_below by SEQ_2:def 4;
now end;
then A4: inferior_realsequence seq is bounded_above by SEQ_2:def 3;
superior_realsequence seq is non-increasing by A1, Th53;
then superior_realsequence seq is bounded_above by LIMFUNC1:1;
hence ( superior_realsequence seq is bounded & inferior_realsequence seq is bounded ) by A2, A4, A3; :: thesis: verum