let r, s be Real; :: thesis: for F being Subset-Family of (Closed-Interval-TSpace (r,s))
for C being IntervalCover of F st F is Cover of (Closed-Interval-TSpace (r,s)) & F is open & F is connected & r <= s holds
s in C /. (len C)

let F be Subset-Family of (Closed-Interval-TSpace (r,s)); :: thesis: for C being IntervalCover of F st F is Cover of (Closed-Interval-TSpace (r,s)) & F is open & F is connected & r <= s holds
s in C /. (len C)

let C be IntervalCover of F; :: thesis: ( F is Cover of (Closed-Interval-TSpace (r,s)) & F is open & F is connected & r <= s implies s in C /. (len C) )
assume that
A1: ( F is Cover of (Closed-Interval-TSpace (r,s)) & F is open & F is connected ) and
A2: r <= s ; :: thesis: s in C /. (len C)
1 <= len C by A1, A2, Th51;
then A3: C . (len C) = C /. (len C) by FINSEQ_4:15;
per cases ( [.r,s.] in F or not [.r,s.] in F ) ;
suppose [.r,s.] in F ; :: thesis: s in C /. (len C)
end;
suppose not [.r,s.] in F ; :: thesis: s in C /. (len C)
then ex p being Real st
( r <= p & p < s & C . (len C) = ].p,s.] ) by A1, A2, Def2;
hence s in C /. (len C) by A3, XXREAL_1:2; :: thesis: verum
end;
end;