let C be non empty set ; :: thesis: for f being PartFunc of C,REAL holds
( f is total iff abs f is total )

let f be PartFunc of C,REAL ; :: thesis: ( f is total iff abs f is total )
thus ( f is total implies abs f is total ) :: thesis: ( abs f is total implies f is total )
proof
assume f is total ; :: thesis: abs f is total
then dom f = C by PARTFUN1:def 4;
hence dom (abs f) = C by VALUED_1:def 11; :: according to PARTFUN1:def 4 :: thesis: verum
end;
assume abs f is total ; :: thesis: f is total
then dom (abs f) = C by PARTFUN1:def 4;
hence dom f = C by VALUED_1:def 11; :: according to PARTFUN1:def 4 :: thesis: verum