let X, Y be set ; :: thesis: for f being Function of X,Y st ( Y = {} implies X = {} ) holds
f " (f .: X) = X

let f be Function of X,Y; :: thesis: ( ( Y = {} implies X = {} ) implies f " (f .: X) = X )
assume ( Y <> {} or X = {} ) ; :: thesis: f " (f .: X) = X
then A1: dom f = X by Def1;
then f " (rng f) = X by RELAT_1:134;
hence f " (f .: X) = X by A1, RELAT_1:113; :: thesis: verum