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;
dom (f .. g) =
(dom f) /\ (dom g)
by PRALG_1:def 19
.=
{}
;
hence
rng (f .. g) = {}
by RELAT_1:42; verum