let d be non zero Nat; for l, r, l9, r9 being Element of REAL d st ( for i being Element of Seg d holds r . i < l . i ) holds
( cell (l,r) c= cell (l9,r9) iff for i being Element of Seg d holds
( r . i <= r9 . i & r9 . i < l9 . i & l9 . i <= l . i ) )
let l, r, l9, r9 be Element of REAL d; ( ( for i being Element of Seg d holds r . i < l . i ) implies ( cell (l,r) c= cell (l9,r9) iff for i being Element of Seg d holds
( r . i <= r9 . i & r9 . i < l9 . i & l9 . i <= l . i ) ) )
assume A1:
for i being Element of Seg d holds r . i < l . i
; ( cell (l,r) c= cell (l9,r9) iff for i being Element of Seg d holds
( r . i <= r9 . i & r9 . i < l9 . i & l9 . i <= l . i ) )
thus
( cell (l,r) c= cell (l9,r9) implies for i being Element of Seg d holds
( r . i <= r9 . i & r9 . i < l9 . i & l9 . i <= l . i ) )
( ( for i being Element of Seg d holds
( r . i <= r9 . i & r9 . i < l9 . i & l9 . i <= l . i ) ) implies cell (l,r) c= cell (l9,r9) )
assume A35:
for i being Element of Seg d holds
( r . i <= r9 . i & r9 . i < l9 . i & l9 . i <= l . i )
; cell (l,r) c= cell (l9,r9)
let x be object ; TARSKI:def 3 ( not x in cell (l,r) or x in cell (l9,r9) )
assume A36:
x in cell (l,r)
; x in cell (l9,r9)
then reconsider x = x as Element of REAL d ;
set i0 = the Element of Seg d;
A37:
r . the Element of Seg d <= r9 . the Element of Seg d
by A35;
r9 . the Element of Seg d < l9 . the Element of Seg d
by A35;
then A38:
r . the Element of Seg d < l9 . the Element of Seg d
by A37, XXREAL_0:2;
l9 . the Element of Seg d <= l . the Element of Seg d
by A35;
then
r . the Element of Seg d < l . the Element of Seg d
by A38, XXREAL_0:2;
then
( x . the Element of Seg d < l . the Element of Seg d or r . the Element of Seg d < x . the Element of Seg d )
by XXREAL_0:2;
then consider i being Element of Seg d such that
r . i < l . i
and
A39:
( x . i <= r . i or l . i <= x . i )
by A36, Th20;
A40:
r . i <= r9 . i
by A35;
A41:
l9 . i <= l . i
by A35;
A42:
r9 . i < l9 . i
by A35;
( x . i <= r9 . i or l9 . i <= x . i )
by A39, A40, A41, XXREAL_0:2;
hence
x in cell (l9,r9)
by A42; verum