let d be non zero Element of NAT ; :: thesis: for l, r, r', l' being Element of REAL d st ( for i being Element of Seg d holds l . i <= r . i ) & ( for i being Element of Seg d holds r' . i < l' . i ) holds
( cell l,r c= cell l',r' iff ex i being Element of Seg d st
( r . i <= r' . i or l' . i <= l . i ) )
let l, r, r', l' be Element of REAL d; :: thesis: ( ( for i being Element of Seg d holds l . i <= r . i ) & ( for i being Element of Seg d holds r' . i < l' . i ) implies ( cell l,r c= cell l',r' iff ex i being Element of Seg d st
( r . i <= r' . i or l' . i <= l . i ) ) )
assume A1:
for i being Element of Seg d holds l . i <= r . i
; :: thesis: ( ex i being Element of Seg d st not r' . i < l' . i or ( cell l,r c= cell l',r' iff ex i being Element of Seg d st
( r . i <= r' . i or l' . i <= l . i ) ) )
assume A2:
for i being Element of Seg d holds r' . i < l' . i
; :: thesis: ( cell l,r c= cell l',r' iff ex i being Element of Seg d st
( r . i <= r' . i or l' . i <= l . i ) )
thus
( cell l,r c= cell l',r' implies ex i being Element of Seg d st
( r . i <= r' . i or l' . i <= l . i ) )
:: thesis: ( ex i being Element of Seg d st
( r . i <= r' . i or l' . i <= l . i ) implies cell l,r c= cell l',r' )
given i0 being Element of Seg d such that A12:
( r . i0 <= r' . i0 or l' . i0 <= l . i0 )
; :: thesis: cell l,r c= cell l',r'
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in cell l,r or x in cell l',r' )
assume A13:
x in cell l,r
; :: thesis: x in cell l',r'
then reconsider x = x as Element of REAL d ;
A14:
( l . i0 <= x . i0 & x . i0 <= r . i0 )
by A1, A13, Th25;
ex i being Element of Seg d st
( r' . i < l' . i & ( x . i <= r' . i or l' . i <= x . i ) )
hence
x in cell l',r'
; :: thesis: verum