let T be non empty TopSpace; :: thesis: for f being V39() RealMap of T
for t being real number st ( for p being Point of T holds f . p <= t ) holds
upper_bound f <= t

let f be V39() RealMap of T; :: thesis: for t being real number st ( for p being Point of T holds f . p <= t ) holds
upper_bound f <= t

set c = the carrier of T;
set fc = f .: the carrier of T;
set r = upper_bound f;
let t be real number ; :: thesis: ( ( for p being Point of T holds f . p <= t ) implies upper_bound f <= t )
assume A1: for p being Point of T holds f . p <= t ; :: thesis: upper_bound f <= t
now
let s be real number ; :: thesis: ( s in f .: the carrier of T implies s <= t )
assume s in f .: the carrier of T ; :: thesis: s <= t
then ex x being set st
( x in the carrier of T & x in the carrier of T & s = f . x ) by FUNCT_2:115;
hence s <= t by A1; :: thesis: verum
end;
hence upper_bound f <= t by SEQ_4:62; :: thesis: verum