let X be set ; :: thesis: PFuncs X,{} = {{} }
for x being set holds
( x in PFuncs X,{} iff x = {} )
proof
let x be set ; :: thesis: ( x in PFuncs X,{} iff x = {} )
thus ( x in PFuncs X,{} implies x = {} ) :: thesis: ( x = {} implies x in PFuncs X,{} )
proof end;
{} is PartFunc of X,{} by RELSET_1:25;
hence ( x = {} implies x in PFuncs X,{} ) by Th119; :: thesis: verum
end;
hence PFuncs X,{} = {{} } by TARSKI:def 1; :: thesis: verum