let X, Y be set ; :: thesis: for f, g being PartFunc of X,Y st g in TotFuncs f holds
g is total

let f, g be PartFunc of X,Y; :: thesis: ( g in TotFuncs f implies g is total )
assume g in TotFuncs f ; :: thesis: g is total
then ex g9 being PartFunc of X,Y st
( g9 = g & g9 is total & f tolerates g9 ) by Def5;
hence g is total ; :: thesis: verum