let f, h, F be Function; for x being set holds (F [:] (f,x)) * h = F [:] ((f * h),x)
let x be set ; (F [:] (f,x)) * h = F [:] ((f * h),x)
A1:
dom ((dom f) --> x) = dom f
by Th19;
then A2:
dom (((dom f) --> x) * h) = dom (f * h)
by RELAT_1:198;
thus (F [:] (f,x)) * h =
(F .: (f,((dom f) --> x))) * h
.=
F .: ((f * h),(((dom f) --> x) * h))
by Th31
.=
F [:] ((f * h),x)
by A2, A3, Th17
; verum