let C, D be Category; :: thesis: for a, b being Object of C
for f being Morphism of a,b
for T being Functor of C,D st f is retraction holds
T /. f is retraction

let a, b be Object of C; :: thesis: for f being Morphism of a,b
for T being Functor of C,D st f is retraction holds
T /. f is retraction

let f be Morphism of a,b; :: thesis: for T being Functor of C,D st f is retraction holds
T /. f is retraction

let T be Functor of C,D; :: thesis: ( f is retraction implies T /. f is retraction )
assume A1: ( Hom (a,b) <> {} & Hom (b,a) <> {} ) ; :: according to CAT_3:def 8 :: thesis: ( for g being Morphism of b,a holds not f * g = id b or T /. f is retraction )
given i being Morphism of b,a such that A2: f * i = id b ; :: thesis: T /. f is retraction
thus ( Hom ((T . a),(T . b)) <> {} & Hom ((T . b),(T . a)) <> {} ) by A1, CAT_1:84; :: according to CAT_3:def 8 :: thesis: ex g being Morphism of T . b,T . a st (T /. f) * g = id (T . b)
take T /. i ; :: thesis: (T /. f) * (T /. i) = id (T . b)
thus (T /. f) * (T /. i) = T /. (id b) by A1, A2, Lm1
.= id (T . b) by Lm2 ; :: thesis: verum