per cases ( x in dom f or not x in dom f ) ;
suppose x in dom f ; :: thesis: f . x is Element of k
then f . x in rng f by FUNCT_1:12;
hence f . x is Element of k ; :: thesis: verum
end;
suppose A1: not x in dom f ; :: thesis: f . x is Element of k
A2: ( k = 0 or k > 0 ) ;
f . x = 0 by A1, FUNCT_1:def 4;
hence f . x is Element of k by A2, NAT_1:45, SUBSET_1:def 2; :: thesis: verum
end;
end;