let X be non empty set ; :: thesis: for f, g being PartFunc of X,ExtREAL st f is without-infty & g is without+infty holds
dom (f - g) = (dom f) /\ (dom g)

let f, g be PartFunc of X,ExtREAL ; :: thesis: ( f is without-infty & g is without+infty implies dom (f - g) = (dom f) /\ (dom g) )
assume ( f is without-infty & g is without+infty ) ; :: thesis: dom (f - g) = (dom f) /\ (dom g)
then ( not -infty in rng f & not +infty in rng g ) by Def3, Def4;
then ( f " {-infty } = {} & g " {+infty } = {} ) by FUNCT_1:142;
then ((f " {+infty }) /\ (g " {+infty })) \/ ((f " {-infty }) /\ (g " {-infty })) = {} ;
then dom (f - g) = ((dom f) /\ (dom g)) \ {} by MESFUNC1:def 4;
hence dom (f - g) = (dom f) /\ (dom g) ; :: thesis: verum