let C be set ; 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 ; 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)); for g being Function of A,{} holds rng (f .. g) = {{}}
let g be Function of A,{}; rng (f .. g) = {{}}
set a = the Element of A;
A1:
Funcs ({},C) = {{}}
by FUNCT_5:57;
then A2:
dom f = A
by FUNCT_2:def 1;
A3:
dom (f .. g) = dom f
by PRALG_1:def 17;
A4:
rng (f .. g) c= {{}}
f . the Element of A = {}
by A1, TARSKI:def 1;
then (f .. g) . the Element of A =
{} . (g . the Element of A)
by A2, PRALG_1:def 17
.=
{}
by Th7
;
then
{} in rng (f .. g)
by A3, A2, FUNCT_1:def 3;
hence
rng (f .. g) = {{}}
by A4, ZFMISC_1:33; verum