let X, Y be set ; for f, g being PartFunc of X,Y st ( Y = {} implies X = {} ) & f tolerates g holds
ex h being Function of X,Y st
( f tolerates h & g tolerates h )
let f, g be PartFunc of X,Y; ( ( Y = {} implies X = {} ) & f tolerates g implies ex h being Function of X,Y st
( f tolerates h & g tolerates h ) )
assume
( ( Y = {} implies X = {} ) & f tolerates g )
; ex h being Function of X,Y st
( f tolerates h & g tolerates h )
then
ex h being PartFunc of X,Y st
( h is total & f tolerates h & g tolerates h )
by PARTFUN1:68;
hence
ex h being Function of X,Y st
( f tolerates h & g tolerates h )
; verum