let C, D be non empty set ; :: thesis: for f, f' being Function of C,D
for F being BinOp of D
for u being UnOp of D holds (F * (id D),u) .: f,f' = F .: f,(u * f')

let f, f' be Function of C,D; :: thesis: for F being BinOp of D
for u being UnOp of D holds (F * (id D),u) .: f,f' = F .: f,(u * f')

let F be BinOp of D; :: thesis: for u being UnOp of D holds (F * (id D),u) .: f,f' = F .: f,(u * f')
let u be UnOp of D; :: thesis: (F * (id D),u) .: f,f' = F .: f,(u * f')
now
let c be Element of C; :: thesis: ((F * (id D),u) .: f,f') . c = (F .: f,(u * f')) . c
thus ((F * (id D),u) .: f,f') . c = (F * (id D),u) . (f . c),(f' . c) by FUNCOP_1:48
.= F . (f . c),(u . (f' . c)) by Th87
.= F . (f . c),((u * f') . c) by FUNCT_2:21
.= (F .: f,(u * f')) . c by FUNCOP_1:48 ; :: thesis: verum
end;
hence (F * (id D),u) .: f,f' = F .: f,(u * f') by FUNCT_2:113; :: thesis: verum