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 ( seq is bounded_above & seq is bounded_below ) ;
then ( superior_realsequence seq is non-increasing & inferior_realsequence seq is non-decreasing ) by Th52, Th53;
then A2: ( superior_realsequence seq is bounded_above & inferior_realsequence seq is bounded_below ) by LIMFUNC1:26;
now end;
then A3: inferior_realsequence seq is bounded_above by SEQ_2:def 3;
now end;
then superior_realsequence seq is bounded_below by SEQ_2:def 4;
hence ( superior_realsequence seq is bounded & inferior_realsequence seq is bounded ) by A2, A3; :: thesis: verum