let T be non empty TopSpace; :: thesis: for f being V40() RealMap of T
for p being Point of T holds f . p >= lower_bound f

let f be V40() RealMap of T; :: thesis: for p being Point of T holds f . p >= lower_bound f
set fc = f .: the carrier of T;
let p be Point of T; :: thesis: f . p >= lower_bound f
( f .: the carrier of T is bounded_below & f . p in f .: the carrier of T ) by MEASURE6:def 14, FUNCT_2:43;
hence f . p >= lower_bound f by SEQ_4:def 5; :: thesis: verum