let C be set ; :: thesis: for A being non empty set
for f being Function of A,(Funcs {} ,C)
for g being Function of A,{} holds rng (f .. g) = {{} }
let A be non empty set ; :: thesis: for f being Function of A,(Funcs {} ,C)
for g being Function of A,{} holds rng (f .. g) = {{} }
let f be Function of A,(Funcs {} ,C); :: thesis: for g being Function of A,{} holds rng (f .. g) = {{} }
let g be Function of A,{} ; :: thesis: rng (f .. g) = {{} }
A1:
Funcs {} ,C = {{} }
by FUNCT_5:64;
A2:
dom (f .. g) = dom f
by PRALG_1:def 17;
A3:
rng (f .. g) c= {{} }
consider a being Element of A;
A8:
dom f = A
by A1, FUNCT_2:def 1;
f . a = {}
by A1, TARSKI:def 1;
then (f .. g) . a =
{} . (g . a)
by A8, PRALG_1:def 17
.=
{}
by Th7
;
then
{} in rng (f .. g)
by A2, A8, FUNCT_1:def 5;
hence
rng (f .. g) = {{} }
by A3, ZFMISC_1:39; :: thesis: verum