hereby :: thesis: ( not i = 1 implies ex b1 being closed-interval Subset of REAL st
( lower_bound b1 = D . (i - 1) & upper_bound b1 = D . i ) )
end;
assume A5: i <> 1 ; :: thesis: ex b1 being closed-interval Subset of REAL st
( lower_bound b1 = D . (i - 1) & upper_bound b1 = D . i )

thus ex IT being closed-interval Subset of REAL st
( lower_bound IT = D . (i - 1) & upper_bound IT = D . i ) :: thesis: verum
proof
A6: ( i - 1 in dom D & D . (i - 1) in A ) by A1, A5, Th9;
A7: i + (- 1) < i + (1 + (- 1)) by XREAL_1:8;
consider a1, b1 being Real such that
A8: ( a1 = D . (i - 1) & b1 = D . i ) ;
reconsider j = i - 1 as Element of NAT by A1, A5, Th9;
A9: D . j < D . i by A1, A6, A7, SEQM_3:def 1;
consider I being Subset of REAL such that
A10: I = [.a1,b1.] ;
A11: I is closed-interval Subset of REAL by A8, A9, A10, Def1;
then I = [.(lower_bound I),(upper_bound I).] by Th5;
then ( lower_bound I = D . (i - 1) & upper_bound I = D . i ) by A8, A10, A11, Th6;
hence ex IT being closed-interval Subset of REAL st
( lower_bound IT = D . (i - 1) & upper_bound IT = D . i ) by A11; :: thesis: verum
end;