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

let f be bounded_below 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 FUNCT_2:35, MEASURE6:def 10;
hence f . p >= lower_bound f by SEQ_4:def 2; :: thesis: verum