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

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

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

let C be IntervalCover of F; :: thesis: for G being IntervalCoverPts of C st F is Cover of (Closed-Interval-TSpace (r,s)) & F is open & F is connected & r <= s & 1 <= n & n < len C holds
G . n <= lower_bound (C /. (n + 1))

let G be IntervalCoverPts of C; :: thesis: ( F is Cover of (Closed-Interval-TSpace (r,s)) & F is open & F is connected & r <= s & 1 <= n & n < len C implies G . n <= lower_bound (C /. (n + 1)) )
assume that
A1: ( F is Cover of (Closed-Interval-TSpace (r,s)) & F is open & F is connected ) and
A2: r <= s ; :: thesis: ( not 1 <= n or not n < len C or G . n <= lower_bound (C /. (n + 1)) )
set w = n -' 1;
assume that
A3: 1 <= n and
A4: n < len C ; :: thesis: G . n <= lower_bound (C /. (n + 1))
A5: n + 1 <= len C by A4, NAT_1:13;
per cases ( n = 1 or 1 < n ) by A3, XXREAL_0:1;
suppose A6: n = 1 ; :: thesis: G . n <= lower_bound (C /. (n + 1))
end;
suppose 1 < n ; :: thesis: G . n <= lower_bound (C /. (n + 1))
then A12: 1 - 1 < n - 1 by XREAL_1:9;
then A13: n -' 1 = n - 1 by XREAL_0:def 2;
then A14: 0 + 1 <= n -' 1 by A12, NAT_1:13;
len G = (len C) + 1 by A1, A2, Def3;
then A15: n + 1 < ((len G) - 1) + 1 by A4, XREAL_1:6;
n - 1 < n - 0 by XREAL_1:15;
then (n -' 1) + 1 < n + 1 by A13, XREAL_1:6;
then (n -' 1) + 1 < len G by A15, XXREAL_0:2;
then A16: G . ((n -' 1) + 1) < upper_bound (C /. (n -' 1)) by A1, A2, A14, Th62;
n + 1 <= len C by A4, NAT_1:13;
then upper_bound (C /. (n -' 1)) <= lower_bound (C /. ((n -' 1) + 2)) by A1, A2, A13, A14, Def2;
hence G . n <= lower_bound (C /. (n + 1)) by A13, A16, XXREAL_0:2; :: thesis: verum
end;
end;