let C, D be non empty set ; :: thesis: for d being Element of D
for f, f' being Function of C,D
for F being BinOp of D st F is associative holds
(F [:] (id D),d) * (F .: f,f') = F .: f,((F [:] (id D),d) * f')

let d be Element of D; :: thesis: for f, f' being Function of C,D
for F being BinOp of D st F is associative holds
(F [:] (id D),d) * (F .: f,f') = F .: f,((F [:] (id D),d) * f')

let f, f' be Function of C,D; :: thesis: for F being BinOp of D st F is associative holds
(F [:] (id D),d) * (F .: f,f') = F .: f,((F [:] (id D),d) * f')

let F be BinOp of D; :: thesis: ( F is associative implies (F [:] (id D),d) * (F .: f,f') = F .: f,((F [:] (id D),d) * f') )
assume A1: F is associative ; :: thesis: (F [:] (id D),d) * (F .: f,f') = F .: f,((F [:] (id D),d) * f')
now
let c be Element of C; :: thesis: ((F [:] (id D),d) * (F .: f,f')) . c = (F .: f,((F [:] (id D),d) * f')) . c
thus ((F [:] (id D),d) * (F .: f,f')) . c = (F [:] (id D),d) . ((F .: f,f') . c) by FUNCT_2:21
.= (F [:] (id D),d) . (F . (f . c),(f' . c)) by FUNCOP_1:48
.= F . ((id D) . (F . (f . c),(f' . c))),d by FUNCOP_1:60
.= F . (F . (f . c),(f' . c)),d by FUNCT_1:35
.= F . (f . c),(F . (f' . c),d) by A1, BINOP_1:def 3
.= F . (f . c),((F [:] f',d) . c) by FUNCOP_1:60
.= F . (f . c),(((F [:] (id D),d) * f') . c) by FUNCOP_1:63
.= (F .: f,((F [:] (id D),d) * f')) . c by FUNCOP_1:48 ; :: thesis: verum
end;
hence (F [:] (id D),d) * (F .: f,f') = F .: f,((F [:] (id D),d) * f') by FUNCT_2:113; :: thesis: verum