let X be non empty set ; :: thesis: for f being PartFunc of X,ExtREAL st rng f is bounded holds
f is real-valued

let f be PartFunc of X,ExtREAL ; :: thesis: ( rng f is bounded implies f is real-valued )
assume A1: rng f is bounded ; :: thesis: f is real-valued
then rng f is bounded_above by XXREAL_2:def 11;
then consider UB being UpperBound of rng f such that
A2: UB in REAL by SUPINF_1:def 11;
rng f is bounded_below by A1, XXREAL_2:def 11;
then consider LB being LowerBound of rng f such that
A3: LB in REAL by SUPINF_1:def 12;
now end;
hence f is real-valued by MESFUNC2:def 1; :: thesis: verum