let T be non empty TopSpace; :: thesis: for f being V38() RealMap of T
for s being Real st ( for t being Point of T holds f . t >= s ) holds
inf f >= s

let f be V38() RealMap of T; :: thesis: for s being Real st ( for t being Point of T holds f . t >= s ) holds
inf f >= s

set c = the carrier of T;
set fc = f .: the carrier of T;
set r = inf f;
let s be Real; :: thesis: ( ( for t being Point of T holds f . t >= s ) implies inf f >= s )
assume A1: for t being Point of T holds f . t >= s ; :: thesis: inf f >= s
now
let p1 be real number ; :: thesis: ( p1 in f .: the carrier of T implies p1 >= s )
assume p1 in f .: the carrier of T ; :: thesis: p1 >= s
then consider x being set such that
A2: ( x in the carrier of T & x in the carrier of T & p1 = f . x ) by FUNCT_2:115;
thus p1 >= s by A1, A2; :: thesis: verum
end;
hence inf f >= s by SEQ_4:60; :: thesis: verum