let C1, C2 be Category; :: thesis: for F being Functor of C1,C2
for a being Object of C1 holds (Psi F) . (idsym a) = idsym (F . a)

let F be Functor of C1,C2; :: thesis: for a being Object of C1 holds (Psi F) . (idsym a) = idsym (F . a)
let a be Object of C1; :: thesis: (Psi F) . (idsym a) = idsym (F . a)
A1: dom (Obj F) = the carrier of C1 by FUNCT_2:def 1;
( (idsym a) `1 = 1 & (idsym a) `2 = <*a*> ) by MCART_1:7;
hence (Psi F) . (idsym a) = [1,((Obj F) * <*a*>)] by Def14
.= [1,<*((Obj F) . a)*>] by A1, Lm2
.= idsym (F . a) by CAT_1:def 20 ;
:: thesis: verum