A1: now
assume A2: r is Integer ; :: thesis: ( r <= [\r/] & [\r/] < r + 1 )
r + 0 < r + 1 by XREAL_1:8;
hence ( r <= [\r/] & [\r/] < r + 1 ) by A2, Th47; :: thesis: verum
end;
now
assume r is not Integer ; :: thesis: ( r <= [\r/] + 1 & [\r/] + 1 < r + 1 )
then [\r/] < r by Th48;
hence ( r <= [\r/] + 1 & [\r/] + 1 < r + 1 ) by Th52, XREAL_1:8; :: thesis: verum
end;
hence ex b1 being Integer st
( r <= b1 & b1 < r + 1 ) by A1; :: thesis: verum