let g, p be Real; for f being PartFunc of REAL,REAL st f is one-to-one & p <= g & [.p,g.] c= dom f & f | [.p,g.] is continuous & not ( lower_bound (f .: [.p,g.]) = f . p & upper_bound (f .: [.p,g.]) = f . g ) holds
( lower_bound (f .: [.p,g.]) = f . g & upper_bound (f .: [.p,g.]) = f . p )
let f be PartFunc of REAL,REAL; ( f is one-to-one & p <= g & [.p,g.] c= dom f & f | [.p,g.] is continuous & not ( lower_bound (f .: [.p,g.]) = f . p & upper_bound (f .: [.p,g.]) = f . g ) implies ( lower_bound (f .: [.p,g.]) = f . g & upper_bound (f .: [.p,g.]) = f . p ) )
assume that
A1:
f is one-to-one
and
A2:
p <= g
and
A3:
[.p,g.] c= dom f
and
A4:
f | [.p,g.] is continuous
; ( ( lower_bound (f .: [.p,g.]) = f . p & upper_bound (f .: [.p,g.]) = f . g ) or ( lower_bound (f .: [.p,g.]) = f . g & upper_bound (f .: [.p,g.]) = f . p ) )
A5:
p in [.p,g.]
by A2, XXREAL_1:1;
then A6:
f . p in f .: [.p,g.]
by A3, FUNCT_1:def 6;
A7:
g in [.p,g.]
by A2, XXREAL_1:1;
then A8:
f . g in f .: [.p,g.]
by A3, FUNCT_1:def 6;
A9:
g in [.p,g.] /\ (dom f)
by A3, A7, XBOOLE_0:def 4;
A10:
p in [.p,g.] /\ (dom f)
by A3, A5, XBOOLE_0:def 4;
[.p,g.] <> {}
by A2, XXREAL_1:1;
then consider x1, x2 being Real such that
A11:
x1 in [.p,g.]
and
A12:
x2 in [.p,g.]
and
A13:
f . x1 = upper_bound (f .: [.p,g.])
and
A14:
f . x2 = lower_bound (f .: [.p,g.])
by A3, A4, FCONT_1:31, RCOMP_1:6;
A15:
x2 in [.p,g.] /\ (dom f)
by A3, A12, XBOOLE_0:def 4;
x2 in { t where t is Real : ( p <= t & t <= g ) }
by A12, RCOMP_1:def 1;
then A16:
ex r being Real st
( r = x2 & p <= r & r <= g )
;
x1 in { r where r is Real : ( p <= r & r <= g ) }
by A11, RCOMP_1:def 1;
then A17:
ex r being Real st
( r = x1 & p <= r & r <= g )
;
[.p,g.] is compact
by RCOMP_1:6;
then A18:
f .: [.p,g.] is real-bounded
by A3, A4, FCONT_1:29, RCOMP_1:10;
A19:
x1 in [.p,g.] /\ (dom f)
by A3, A11, XBOOLE_0:def 4;
hence
( ( lower_bound (f .: [.p,g.]) = f . p & upper_bound (f .: [.p,g.]) = f . g ) or ( lower_bound (f .: [.p,g.]) = f . g & upper_bound (f .: [.p,g.]) = f . p ) )
; verum