let n be non zero Nat; for x being Element of Product (n,the_set_of_all_closed_real_bounded_intervals) ex a, b being Element of REAL n st
for t being Element of REAL n holds
( t in x iff for i being Nat st i in Seg n holds
t . i in [.(a . i),(b . i).] )
let x be Element of Product (n,the_set_of_all_closed_real_bounded_intervals); ex a, b being Element of REAL n st
for t being Element of REAL n holds
( t in x iff for i being Nat st i in Seg n holds
t . i in [.(a . i),(b . i).] )
consider s being Tuple of n, the_set_of_all_closed_real_bounded_intervals such that
A1:
for t being Element of REAL n holds
( ( for i being Nat st i in Seg n holds
t . i in s . i ) iff t in x )
by Th42;
consider a, b being Element of REAL n such that
A2:
for i being Nat st i in Seg n holds
s . i = [.(a . i),(b . i).]
by Th43;
take
a
; ex b being Element of REAL n st
for t being Element of REAL n holds
( t in x iff for i being Nat st i in Seg n holds
t . i in [.(a . i),(b . i).] )
take
b
; for t being Element of REAL n holds
( t in x iff for i being Nat st i in Seg n holds
t . i in [.(a . i),(b . i).] )
let t be Element of REAL n; ( t in x iff for i being Nat st i in Seg n holds
t . i in [.(a . i),(b . i).] )
hereby ( ( for i being Nat st i in Seg n holds
t . i in [.(a . i),(b . i).] ) implies t in x )
end;
assume A5:
for i being Nat st i in Seg n holds
t . i in [.(a . i),(b . i).]
; t in x
for i being Nat st i in Seg n holds
t . i in s . i
hence
t in x
by A1; verum